
 
 @import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Ubuntu:300,300i,400,400i,500,500i,700,700i');
 
/* font-family: 'Quicksand', sans-serif;
font-family: 'Ubuntu', sans-serif; */

@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('text-rotate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#111111;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Ubuntu', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#df6512;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Quicksand', sans-serif;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
}

.text{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
	margin: 0px;
	font-family: 'Ubuntu', sans-serif;
}

::-webkit-input-placeholder{color: #797979;}
::-moz-input-placeholder{color: #797979;}
::-ms-input-placeholder{color: #797979;}
.auto-container{
	position:static;
	max-width:1210px;
	padding:0px 20px;
	margin:0 auto;
}
select#state {
    color: #797979;
}
select#state option{
    color: #333;
}
.sepratebtn{
 display:none!important;    
}
.mytablebox1 table.table {
    margin: 0;
}
.bankdetail_row {
    padding: 0 10px 12px;
}
.large-container{
	position:static;
	max-width:1600px;
	padding:0px 15px;
	margin:0 auto;
}
.mb-15
{
    margin-bottom:15px;
}
.mt-15
{
    margin-top:15px;
}
.aboutcontent {
    background: #f1f1f1;
    padding: 20px;
    text-align: justify;
}
.aboutcontent p {
    margin-bottom: 0;
}
.aboutcontent h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 9;
}
.portfolio .theme-btn
{
    border: 1px solid #8a241a;
    background: #8a241a;
    color: #fff;
    display: inline-block;
    padding: 10px 42px;
    transition: all ease-out 0.3s;
    margin-top: 0;
}

.portfolio label
{
    font-size: 18px;
    line-height: 40px;
}

a.logInBtn1 {
    background: #8a241a;
    color: #fff;
    padding: 14px 38px;
    font-size: 19px;
    margin: 0;
}
.mybodynew {
    position: relative;
    padding: 59px 15px;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/* Social Icon One */

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height:38px;
	color:#3d415b;
	font-weight:400;
	display:inline-block;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#8a241a;
	border-color:#8a241a;
}

/* Social Icon Two */

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height:38px;
	color:rgba(255,255,255,0.30);
	font-weight:400;
	display:inline-block;
	border:2px solid rgba(255,255,255,0.30);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	color:#ffffff;
	border-color:#feb322;
	background-color:#feb322;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #111111;
    padding: 6px 22px;
    font-weight: 700;
    border-radius: 50px;
    overflow: hidden;
    background-color: #ffffff;
    text-transform: capitalize;
    box-shadow: 0px 4px 4px rgba(180,180,180,0.70);
    font-family: 'Quicksand', sans-serif;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

/*.btn-style-one:before{
	position: absolute;
	content: '';
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: -50px;
    border-bottom: 50px solid #8a241a;
	border-right: 50px solid transparent;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-one:after{
	position: absolute;
	content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
	border-left: 40px solid transparent;
    border-bottom: 50px solid #8a241a;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/

/*.btn-style-one:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-one:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-one:hover{
	color: #ffffff;
}*/

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 700;
	border-radius: 50px;
	overflow:hidden;
	background-color: #8a241a;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #5e4eef;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position:relative;
	color:#111111;
	font-size:16px;
	font-weight:700;
	border-radius:50px;
	border:1px solid #e1e1e1;
	padding:13px 65px 13px 28px;
}

.btn-style-three .icon{
	position:absolute;
	right:-1px;
	top:-1px;
	width:50px;
	height:50px;
	color:#ffffff;
	line-height:50px;
	border-radius:50%;
	text-align:center;
	background-color:#5e4eef;
}

.btn-style-three:hover .icon{
	background-color:#8a241a;
}

.btn-style-three:hover{
	color:#ffffff;
	border-color:#5e4eef;
	background-color:#5e4eef;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #3d415b;
	padding: 8px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing:1px;
	overflow:hidden;
	border:2px solid #8a241a;
	background-color: #ffffff;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #93352c;
    border-right: 50px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-four:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #8a241a;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-four:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-four:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-four:hover{
	color: #ffffff;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #8a241a;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing:1px;
	overflow:hidden;
	border:2px solid #8a241a;
	background: none;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}

.btn-style-five:before{
	position: absolute;
	content: '';
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: -50px;
    border-bottom: 60px solid #8a241a;
	border-right: 60px solid transparent;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-five:after{
	position: absolute;
	content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
	border-left: 60px solid transparent;
    border-bottom: 60px solid #8a241a;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-five:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-five:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-five:hover{
	color: #ffffff;
}

/* Btn Style Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing:1px;
	overflow:hidden;
	border:2px solid #ffffff;
	background: none;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-six .txt{
	position:relative;
	z-index:1;
}

.btn-style-six:before{
	position: absolute;
	content: '';
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: -50px;
    border-bottom: 60px solid #8a241a;
	border-right: 60px solid transparent;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-six:after{
	position: absolute;
	content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
	border-left: 60px solid transparent;
    border-bottom: 60px solid #8a241a;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-six:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-six:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-six:hover{
	color: #ffffff;
	border-color:#8a241a;
}

/* Btn Style Seven */

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 45px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing:1px;
	overflow:hidden;
	background:none;
	border:2px solid #8a241a;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-seven:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #8a241a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven .txt{
	position:relative;
	z-index:1;
}

.btn-style-seven:hover::before{
    opacity: 0;
    -webkit-transform:scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-seven:hover{
	color: #8a241a;
}

/* Btn Style Eight */

.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 8px 43px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 8px;
	letter-spacing:1px;
	border:2px solid #ffffff;
	background: none;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-eight .txt{
	position:relative;
	z-index:1;
}

.btn-style-eight:before{
	position: absolute;
	content: '';
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: -50px;
    border-bottom: 50px solid #3d415b;
	border-right: 45px solid transparent;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-eight:after{
	position: absolute;
	content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
	border-left: 35px solid transparent;
    border-bottom: 50px solid #3d415b;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-eight:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-eight:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-eight:hover{
	color: #ffffff;
	border-color:#3d415b;
}

/* Btn Style Nine */

.btn-style-nine{
	position:relative;
	color:#464a62;
	font-size:16px;
	font-weight:700;
	padding:17px 34px;
	border-radius:8px;
	display:inline-block;
	background-color:#e2eaff;
	border:2px solid #e2eaff;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-nine:hover{
	color:#464a62;
	background:none;
	border-color:#464a62;
}

/* Btn Style Ten */

.btn-style-ten{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 29px;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 1px;
    overflow: hidden;
    background: none;
	font-size: 18px;
	border: 2px solid #ffffff;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-ten:hover{
	color:#ffffff;
	background:#464a62;
	border-color:#464a62;
}

/* Btn Style Eleven */

.btn-style-eleven{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #00024f;
    padding: 13px 41px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    background: #feb322;
	font-size: 16px;
	border: 2px solid #feb322;
    text-transform: capitalize;
	border-radius:50px 0px 0px 50px;
    font-family: 'Quicksand', sans-serif;
}

.btn-style-eleven:hover{
	color:#ffffff;
	background:#464a62;
	border-color:#464a62;
}

/* Btn Style Twelve */

.btn-style-twelve{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #00024f;
    padding: 13px 41px;
    font-weight: 400;
    overflow: hidden;
    background: #feb322;
	font-size: 16px;
	border: 2px solid #feb322;
    text-transform: capitalize;
	border-radius:50px;
}

.btn-style-twelve:hover{
	color:#feb322;
	background:none;
}

/* Btn Style Thirteen */

.btn-style-thirteen{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #111111;
    padding: 8px 48px;
    font-weight: 700;
    overflow: hidden;
    background: #eaf1fb;
	font-size: 14px;
	border: 2px solid #eaf1fb;
    text-transform: capitalize;
	border-radius:50px;
	box-shadow:0px 6px 5px rgba(0,0,0,0.10);
	font-family: 'Quicksand', sans-serif;
}

.btn-style-thirteen:hover{
	color:#ffffff;
	border-color:#7362ff;
	background:#7362ff;
}

/* Btn Style Four */

.btn-style-fourteen{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #3d415b;
    padding: 13px 42px;
    font-weight: 700;
    overflow: hidden;
    background: #eaf1fb;
	font-size: 14px;
	border: 2px solid #eaf1fb;
    text-transform: capitalize;
	border-radius:50px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-fourteen:hover{
	color:#ffffff;
	border-color:#7362ff;
	background:#7362ff;
}

/* Btn Style Fifteen */

.btn-style-fifteen{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    padding: 7px 36px;
    font-weight: 700;
    overflow: hidden;
    background: #7362ff;
	font-size: 16px;
	border: 2px solid #7362ff;
    text-transform: capitalize;
	border-radius:50px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-fifteen:hover{
	color:#7362ff;
	background:none;
}

/* Btn Style Sixteen */

.btn-style-sixteen{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 40px;
    font-weight: 700;
    overflow: hidden;
    background: #feb322;
	font-size: 18px;
	border: 2px solid #feb322;
    text-transform: capitalize;
	border-radius:50px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-sixteen:hover{
	color:#5d3ed9;
	border-color:#5d3ed9;
	background:none;
}

/* Btn Style Seventeen */

.btn-style-seventeen{
	position: relative;
    display: inline-block;
    line-height: 30px;
    color: #00024f;
    padding: 15px 43px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #feb322;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 50px 0px 0px 50px;
    font-family: 'Quicksand', sans-serif;
	transition: all 300ms linear;
}

.btn-style-seventeen .btn-title{
	position: relative;
}

.btn-style-seventeen:hover{
	color:#222222;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-seventeen:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-seventeen:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*=== List Style One ===*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	line-height:24px;
	color: #111111;
	font-weight:400;
	padding-left:35px;
	margin-bottom: 12px;
}

.list-style-one li:before{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#8a241a;
	font-size:14px;
	content: "\f180";
	font-weight:600;
	font-family: "Flaticon";
}

/*=== List Style Two ===*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:17px;
	line-height:24px;
	color: #ffffff;
	font-weight:700;
	padding-left:35px;
	margin-bottom: 12px;
	font-family: 'Quicksand', sans-serif;
}

.list-style-two li:before{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#ffffff;
	font-size:14px;
	content: "\f18d";
	font-weight:600;
	font-family: "Flaticon";
}

/*=== List Style Three ===*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	font-size:16px;
	line-height:24px;
	color: #111111;
	font-weight:400;
	padding-left:60px;
	margin-bottom: 22px;
	font-family: 'Quicksand', sans-serif;
}

.list-style-three li:before{
	position: absolute;
	left: 0px;
	top: 2px;
	color:#5d3ed9;
	font-size:14px;
	content: "\f00c";
	font-weight:700;
	font-family: 'Font Awesome 5 Free';
}

.list-style-three li:last-child{
	margin-bottom:0px;
}

/*=== List Style Four ===*/

.list-style-four{
	position:relative;
}

.list-style-four li{
	position:relative;
	font-size:15px;
	line-height:24px;
	color: #111111;
	font-weight:400;
	padding-left:35px;
	margin-bottom: 12px;
}

.list-style-four li:before{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#8b221b;
	font-size:12px;
	content: "\f005";
	font-weight:700;
	font-family: 'Font Awesome 5 Free';
}

.list-style-four li:last-child{
	margin-bottom:0px;
}

/*=== List Style Five ===*/

.list-style-five{
	position:relative;
}

.list-style-five li{
	position:relative;
	font-size:14px;
	line-height:27px;
	color: #111111;
	font-weight:400;
	padding-left:42px;
	margin-bottom: 35px;
}

.list-style-five li:before{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#fca600;
	font-size:14px;
	content: "\f0a4";
	font-weight:700;
	font-family: 'Font Awesome 5 Free';
}

.list-style-five li:last-child{
	margin-bottom:0px;
}

/* Theme Color */

.theme_color{
	color:#8a241a;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	/*bottom:20px;*/
	bottom: 46px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:20px;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#1b1a1c;
	display:none;
	border-radius: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#8a241a;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/
.whatsApp {
    display: inline-block;
    color: #fff;
    background: green;
    font-size: 31px;
    position: fixed;
    left: 10px;
    bottom: 30px;
    padding: 10px 13px;
    border-radius: 50px;
}
.main-header{
	position: fixed;
	width:100%;
	display: block;
	z-index: 999999999;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position:relative;
	top: 0;
	z-index:5;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	    background: #fff;
}

.main-header .header-upper .inner-container{
	position:relative;
}

.header-style-one .logo-outer{
	top:10px;
}

.header-style-one .header-upper .inner-container{
	padding:0px 120px;
}

.main-header .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:148px;
}

.main-header .header-upper .nav-outer{
	position:relative;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.header-style-one .header-upper .nav-outer{
	padding-top:0px;
}

.header-style-one.fixed-header .nav-outer{
	padding-top:0px;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:25px 0px;
	margin-right: 25px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px !important;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:35px;
	font-weight:700;
	opacity:1;
	color:#111111;
	padding: 0px;
	text-transform:none;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	font-family: 'Quicksand', sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #8a241a;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:220px;
	z-index:100;
	opacity: 1;
	padding: 20px 0px;
	    border: 1px solid #f5f5f5;
    background: #ffffff;
    box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.1);
	border-radius:1px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:6px 25px;
	line-height:20px;
	font-weight:500;
	font-size:15px;
	text-align:left;
	color:#000;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #8a241a;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
    right: 25px;
    top: 6px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:800;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: 0px;
	width:220px;
	z-index:100;
	opacity: 1;
	padding: 20px 0px;
	border-radius:5px;
	background:rgba(0,0,0,0.90);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:6px 25px;
	line-height:20px;
	font-weight:500;
	font-size:15px;
	text-align:left;
	color:#ffffff;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color: #feb322;
	padding-left:30px;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:8px;
	width:40px;
	height:30px;
	border:none;
	text-align:center;
	font-size:20px;
	font-weight:400;
	line-height:28px;
	background:#ffffff;
	color:#8a241a;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .option-box{
	position: relative;
	float: right;
	margin-top:16px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-header .option-box .number-box{
	position:relative;
	float:left;
	padding-top:14px;
}

.main-header .option-box .number-box .phone{
	position:relative;
	color:#8a241a;
	font-size:16px;
	font-weight:500;
}

.main-header .option-box .number-box .phone span{
	color:#222222;
}

.main-header .option-box .btn-box{
	position:relative;
	float:left;
	margin-left:8px;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.fixed-header{
	position:fixed;
	width:100%;
	top:0px;
	box-shadow:0px 2px 10px rgba(0,0,0,0.06);
	background-color:#ffffff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fixed-header .header-upper .logo-outer{
	padding:0px 0px;
}

.fixed-header .main-menu .navigation > li{
	padding:24px 0px;
}

.fixed-header .search-box-outer{
	padding:27px 0px;
}

.fixed-header .search-box-btn{
	color:#858b97;
	border-color:#858b97;
}

.header-style-two{
	padding-top:40px;
}

.header-style-two.fixed-header,
.header-style-three.fixed-header,
.header-style-four.fixed-header{
	padding-top:0px;
	background-color:#222222;
}

.header-style-two .header-upper .nav-outer{
	float:right;
}

.header-style-two .main-menu .navigation > li{
	margin-right:40px;
}

.header-style-two .main-menu .navigation > li a{
	color:#ffffff;
}

.header-style-two .header-upper .logo-outer{
	padding:12px 0px;
}

.header-style-three .header-upper .logo-outer{
	position:relative;
	left:-180px;
	padding:60px 0px 20px;
}

.header-style-three .option-box{
	position:absolute;
	right:-190px;
}

.header-style-three .header-upper .number-box{
	position:relative;
	float:left;
	padding:82px 0px 20px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.header-style-three .header-upper .number-box .phone{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	font-family: 'Ubuntu', sans-serif;
}

.header-style-three .header-upper .nav-outer{
	float:right;
	padding-top:50px;
}

.header-style-three .main-menu .navigation > li{
	margin-right:40px;
}

.header-style-three .main-menu .navigation > li > a{
	color:#ffffff;
}

.header-style-three .main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:26px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#ffffff;
}

.header-style-three .main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-4px;
	height:1px;
	width:15px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#ffffff;
}

.header-style-three .main-menu .navigation > li:hover > a:before,
.header-style-three .main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.header-style-three .main-menu .navigation > li.current > a:before,
.header-style-three .main-menu .navigation > li.current > a:after{
	opacity:1;
}

.header-style-three.fixed-header .header-upper .nav-outer{
	padding-top:0px;
}

.header-style-three.fixed-header .header-upper .number-box{
	padding-top:34px;
}

.header-style-three.fixed-header .header-upper .logo-outer{
    padding-top: 8px;
    padding-bottom: 0px;
}

/* Header Style Four */

.header-style-four .header-upper .logo-outer{
	position:relative;
	left:0px;
	padding:60px 0px 20px;
}

.header-style-four .header-upper .nav-outer{
	float:right;
	padding-top:50px;
}

.header-style-four .option-box{
	margin-top:22px;
	margin-left:40px;
}

.header-style-four .main-menu .navigation > li{
	margin-right:40px;
}

.header-style-four .main-menu .navigation > li > a{
	color:#ffffff;
}

.header-style-four .main-menu .navigation > li.current > a,
.header-style-four .main-menu .navigation > li:hover > a{
	color:#feb322;
}

.header-style-four .main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:26px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#ffffff;
}

.header-style-four .main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-4px;
	height:1px;
	width:15px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#ffffff;
}

.header-style-four .main-menu .navigation > li:hover > a:before,
.header-style-four .main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.header-style-four .main-menu .navigation > li.current > a:before,
.header-style-four .main-menu .navigation > li.current > a:after{
	opacity:1;
}

.header-style-four.fixed-header .header-upper .nav-outer{
	padding-top:0px;
}

.header-style-four.fixed-header .header-upper .number-box{
	padding-top:34px;
}

.header-style-four.fixed-header .header-upper .logo-outer{
    padding-top: 7px;
    padding-bottom: 0px;
}

/* Header Style Five */

.header-style-five{
	position:relative;
}

.header-style-five.fixed-header{
	position:fixed;
}

.header-style-five .logo-outer{
	position:relative;
	padding:27px 0px;
}

.header-style-five .header-upper .nav-outer{
	float:right;
}

.header-style-five .main-menu .navigation > li{
	padding:0px;
}

.header-style-five .main-menu .navigation > li > a{
	padding:45px 0px;
	color:#111111;
	font-size:16px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.header-style-five.fixed-header .main-menu .navigation > li > a{
	padding:17px 0px;
}

.header-style-five .option-box{
	margin-top:36px;
}

.header-style-five.fixed-header .option-box{
	margin-top:8px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:15px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:42px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 700;
}

.sec-title .text{
	position:relative;
	color:#111111;
	font-size:24px;
	line-height:1.5em;
	margin-top:15px;
}

.sec-title.light .title,
.sec-title.light h2{
	color: #ffffff;
}

.sec-title.centered{
	text-align:center;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two{
	position:relative;
	z-index: 1;
	margin-bottom:20px;
	padding-bottom:30px;
}

.sec-title-two:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:52px;
	height:2px;
	background-color:#8a241a;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size:42px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 700;
}

.sec-title-two .title-text{
	position:relative;
	color:#111111;
	font-size:24px;
	line-height:1.5em;
	margin-top:12px;
}

.sec-title-two.light .title-text,
.sec-title-two.light h2{
	color: #ffffff;
}

.sec-title-two.centered{
	text-align:center;
}

.sec-title-two.centered::before{
	left:50%;
	margin-left:-26px;
}

/*** 

====================================================================
	Section Title Three
====================================================================

***/

.sec-title-three{
	position:relative;
	z-index: 1;
	margin-bottom:55px;
}

.sec-title-three h2{
	position: relative;
	font-size:42px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 700;
	padding-right:55px;
	display:inline-block;
}

.sec-title-three h2:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:5px;
	width:40px;
	height:2px;
	background-color:#1027a9;
}

.sec-title-three .title-text{
	position:relative;
	color:#111111;
	font-size:18px;
	line-height:1.5em;
	margin-top:22px;
}

.sec-title-three.light .title-text,
.sec-title-three.light h2{
	color: #ffffff;
}

.sec-title-three.centered{
	text-align:center;
}

.sec-title-three.centered::before{
	left:50%;
	margin-left:-26px;
}

/*** 

====================================================================
	Section Title Four
====================================================================

***/

.sec-title-four{
	position:relative;
	z-index: 1;
	margin-bottom:80px;
}

.sec-title-four h2{
	position: relative;
	display: block;
	font-size:72px;
	line-height: 1.3em;
	color: #3d415b;
	font-weight: 500;
	
}

.sec-title-four h2 span{
	color:#feb322;
}

.sec-title-four .title-text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.5em;
	margin-top:15px;
	font-weight:500;
	font-family: 'Ubuntu', sans-serif;
}

.sec-title-four.light .title,
.sec-title-four.light h2{
	color: #ffffff;
	text-shadow:-5px -5px rgba(255,255,255,0.10);
}

.sec-title-four.centered{
	text-align:center;
}

/*** 

====================================================================
	Banner Carousel Section
====================================================================

***/

.banner-carousel-section{
	position:relative;
	overflow:hidden;/*
	background: linear-gradient(180deg,#fff 0,#f7f7f7 47%,#e0e0e0);
	background: linear-gradient(180deg,#fff 0,#f7f7f7 47%,#e0e0e0);
	background: linear-gradient(180deg,#fff 0,#f7f7f7 47%,#e0e0e0);
	background: linear-gradient(180deg,#fff 0,#f7f7f7 47%,#e0e0e0);*/
	background: #fff;
}

.banner-carousel-section .auto-container{
	position:relative;
}

.banner-carousel-section .active .icon-one{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-two{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-three{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-four{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-five{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-six{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-seven{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-eight{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .active .icon-nine{
	-webkit-transition-delay:1000ms;
	-ms-transition-delay:1000ms;
	transition-delay:1000ms;
	-webkit-transform:translate(0px);
	-ms-transform:translate(0px);
	transform:translate(0px);
	opacity:1;
}

.banner-carousel-section .icon-one{
	position:absolute;
	left:60px;
	top:240px;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	z-index:10;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	transform:translateX(-50px);
}

.banner-carousel-section .icon-two{
	position:absolute;
	opacity:0;
	left:160px;
	top:400px;
	width:59px;
	height:59px;
	z-index:10;
	background-repeat:no-repeat;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-carousel-section .icon-three{
	opacity:0;
	position:absolute;
	left:0px;
	bottom:80px;
	width:18px;
	height:10px;
	z-index:10;
	background-repeat:no-repeat;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
}

.banner-carousel-section .icon-four{
	opacity:0;
	position:absolute;
	left:52%;
	top:380px;
	width:18px;
	height:17px;
	background-repeat:no-repeat;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-carousel-section .icon-five{
	opacity:0;
	position:absolute;
	right:35%;
	top:20% !important;
	width:17px;
	height:19px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
	-webkit-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	transform:translateX(-50px);
}

.banner-carousel-section .icon-six{
	opacity:0;
	position:absolute;
	top:32%;
	width:141px;
	height:34px;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	transition:all 900ms ease;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-animation: animateCloud 10s linear infinite;
	-moz-animation: animateCloud 10s linear infinite;
	animation: animateCloud 10s linear infinite;
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-webkit-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@-moz-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

.banner-carousel-section .icon-seven{
	opacity:0;
	position:absolute;
	top:22%;
	width:207px;
	height:45px;
	-webkit-transition:all 1600ms ease;
	-ms-transition:all 1600ms ease;
	transition:all 1600ms ease;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-animation: animateCloudtwo 10s linear infinite;
	-moz-animation: animateCloudtwo 10s linear infinite;
	animation: animateCloudtwo 10s linear infinite;
}

.banner-carousel-section .icon-eight{
	opacity:0;
	position:absolute;
	right:0%;
	top:22%;
	width:52px;
	height:133px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-carousel-section .icon-nine{
	opacity:0;
	position:absolute;
	right:0px;
	bottom:30%;
	width:40px;
	height:33px;
	z-index:20;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-carousel-section .slide{
	position:relative;
}

.banner-carousel-section .slide .pattern-layer{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:75%;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	opacity: 0;
	-webkit-transform: translateX(500px);
	-moz-transform: translateX(500px);
	-ms-transform: translateX(500px);
	-o-transform: translateX(500px);
	transform: translateX(500px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel-section .active .pattern-layer{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-carousel-section .content{
	position:relative;
	padding-top:200px;
	z-index:99;
	padding-bottom:250px;
}

.banner-carousel-section .content h2{
	position:relative;
	color:#3d415b;
	font-size:56px;
	font-weight:700;
	line-height:1.2em;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel-section .active .content h2{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel-section .content .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.8em;
	margin-top:25px;
	margin-bottom:45px;
	opacity: 0;
	max-width:400px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel-section .active .content .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel-section .content .link-box{
	position:relative;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-carousel-section .content .link-box .theme-btn{
	float:left;
	margin-right:30px;
	margin-bottom:15px;
}

.banner-carousel-section .active .content .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel-section .images-column{
	position:relative;
	padding-top:130px;
}
.seidePad {
    padding: 0 0 5px;
}
.banner-carousel-section .images-column .image{
	
}

.banner-carousel-section .images-column .inner-column{
	position:relative;
	min-height:380px;
}

.banner-carousel-section .images-column .image-one{
	position:absolute !important;
	right:65px;
	top:0px;
	z-index:20;
	left:auto !important;
}

.banner-carousel-section .images-column .image-two{
	position:absolute;
	right:25px;
	top:-65px !important;
	z-index:10;
	left:auto !important;
}

.banner-carousel-section .images-column .image-three{
    position: absolute !important;
    left: 25px;
    bottom: 5px !important;
    z-index: 10;
    top: auto !important;
}

.banner-carousel-section .images-column .image-four{
	position:absolute !important;
	left:110px !important;
	top:-35px !important;
	z-index:10;
}

.banner-carousel-section .images-column .image-five{
	position:absolute !important;
	left:350px !important;
	top:-110px !important;
	z-index:10;
}

.banner-carousel-section .images-column .image-six{
	position:absolute !important;
	right:0px !important;
	top:-140px !important;
	z-index:10;
	left:auto !important;
}

.banner-carousel-section .images-column img{
	width:auto;
}

.banner-carousel-section .banner-carousel .owl-dots{
	display: none;
}

.banner-carousel-section .banner-carousel .owl-nav{
    position: absolute;
	right:0px;
    bottom: 0px;
    z-index: 99;
    opacity: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel:hover .owl-nav{
	opacity: 1;
}

.banner-carousel-section .banner-carousel .owl-prev,
.banner-carousel-section .banner-carousel .owl-next{
	position: relative;
	display:inline-block;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	margin-top:1px;
	border:1px solid rgba(255,255,255,0.20);
	background-color: rgba(255,255,255,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel-section .banner-carousel .owl-prev:hover, 
.banner-carousel-section .banner-carousel .owl-next:hover{
	background-color: #ffffff;
	border-color:#ffffff;
	color: #8a241a;
}

/*** 

====================================================================
	Services Section
====================================================================

***/
.servicePatti {
    background: #8a241a;
    padding: 15px 0 50px;
}
.servicePattiIn p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.servicePattiIn p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
.servicePattTop {
    position: relative;
    z-index: 99;
    transform: translateY(-30px);
}
.servicesIn .row .col-md-6 {
    background: url(../images/bg_forrester.jpg);
    background: #fff;
}
.servicesIn .row .col-md-6 + .col-md-6 {
/*    background: url(../images/bg_clutch.jpg) no-repeat scroll center center;*/
	background: #fbfbfb;
}
.servicesIn {
    padding: 0 15px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.06);
}

.services-section{
	position:relative;
	padding:115px 0px 90px;
}

.services-section .icon-one{
	position:absolute;
	left:0px;
	top:200px;
	width:77px;
	height:292px;
	background-repeat:no-repeat;
}

.services-section .icon-two{
	position:absolute;
	left:140px;
	top:410px;
	width:59px;
	height:59px;
	background-repeat:no-repeat;
}

.services-section .icon-three{
	position:absolute;
	right:300px;
	top:230px;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
}

.services-section .icon-four{
	position:absolute;
	right:0px;
	top:200px;
	width:199px;
	height:337px;
	background-repeat:no-repeat;
}

/* Service Block */

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
}

.service-block .inner-box .icon-box{
	position:relative;
	color:#3d415b;
	line-height:1em;
	font-size:68px;
	margin-bottom:45px;
}

.service-block .inner-box .icon-box .icon{
	position:relative;
}

.service-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:-7px;
	bottom:-14px;
	width:75px;
	height:88px;
	background:url(../images/icons/icon-10.png) no-repeat;
}

.service-block .inner-box h3{
	position:relative;
	color:#3d415b;
	font-size:24px;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:25px;
}

.service-block .inner-box h3 a{
	position:relative;
	color:#3d415b;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box h3 a:hover{
	color:#5e4eef;
}

.service-block .inner-box .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.7em;
}

.service-block .inner-box .read-more{
	position:relative;
	color:#8a241a;
	font-size:16px;
	margin-top:20px;
	display:inline-block;
	text-decoration:underline;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.price {
    text-align: center;
    position: relative;
    color: #8a241a;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    font-family: 'Quicksand', sans-serif;
}
.multiIn .price{
	color: #fff;
}
.service-block .inner-box .read-more:hover{
	color:#5e4eef;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:80px 0px 80px;
}

.about-section .icon-layer{
	position:absolute;
	right:0px;
	top:-40px;
	width:521px;
	height:852px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .image-column .inner-column{
	position:relative;
}

.about-section .image-column .inner-column .btn-box{
	position:relative;
	text-align:right;
	margin-top:-8px;
}

.about-section .image-column .inner-column .btn-box .theme-btn{
	border:3px solid #ffffff;
	padding:9px 35px;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column:before{
	position:absolute;
	content:'';
	right:70px;
	top:-120px;
	width:894px;
	height:770px;
	background:url(../images/background/pattern-1.png) no-repeat;
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-left:20px;
}

.about-section .content-column .sec-title{
	margin-bottom:55px;
}

.about-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}

.about-section .content-column .inner-column .text p{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:24px;
}

.about-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.about-section .content-column .inner-column .author{
	position:relative;
	color:#8a241a;
	font-size:18px;
	font-weight:700;
	margin-bottom:40px;
}

.counter-section{
	position:relative;
}

.counter-section .icon-one{
	position:absolute;
	left:80px;
	top:70px;
	width:35px;
	height:74px;
}

.counter-section .pattern-layer{
	position:absolute;
	right:0px;
	top:-140px;
	width:100%;
	height:988px;
	background-repeat:no-repeat;
	background-position:right bottom;
}

.counter-section .fact-counter .column .inner .content{
	text-align:left;
	display:inline-block;
}

.counter-section .fact-counter .column:nth-child(2){
	text-align:center;
}

.counter-section .fact-counter .column:nth-child(3){
	text-align:right;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#ea3a60;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:28px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Quicksand', sans-serif;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#8a241a;
	font-size:72px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#8a241a;
	font-size:72px;
	line-height:1em;
	display:inline-block;
	font-family: 'Quicksand', sans-serif;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:24px;
	color:#3d415b;
	margin-top:20px;
	font-family: 'Ubuntu', sans-serif;
}

/*** 

====================================================================
	About Contact Section
====================================================================

***/

.about-contact-section{
	position:relative;
	padding:120px 0px 100px;
}

.about-contact-section .inner-container{
	position:relative;
	padding:67px 100px;
	border-radius:100px;
	background-color:#ffffff;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.about-contact-section .title{
	position:relative;
	color:#111111;
	font-size:18px;
}

.about-contact-section h2{
	position:relative;
	color:#3d415b;
	font-size:30px;
	font-weight:700;
	margin-top:8px;
}

.about-contact-section .theme-btn{
	margin-top:8px;
	padding:15px 43px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:10px 0px 65px;
}

.gallery-section .sec-title{
	margin-bottom:40px;
}

.gallery-section .icon-one{
	position:absolute;
	left:50%;
	top:0px;
	width:59px;
	height:59px;
	margin-left:-80px;
	background-repeat:no-repeat;
}

.gallery-section .icon-two{
	position:absolute;
	right:260px;
	top:170px;
	width:83px;
	height:71px;
	background-repeat:no-repeat;
}

.gallery-section .pattern-layer{
	position:absolute;
	right:0px;
	top:50px;
	width:100%;
	height:1088px;
	background-repeat:no-repeat;
}

.gallery-section .outer-container{
	position:relative;
	padding:120px 40px 0px;
}

.gallery-section .outer-container .owl-dots{
	display:none;
}

.gallery-section .outer-container .owl-nav{
	position:absolute;
	left:0px;
	top:-120px;
	width:100%;
	text-align:center;
}

.gallery-section .outer-container .owl-nav .owl-prev,
.gallery-section .outer-container .owl-nav .owl-next{
	position:relative;
	color:#3d415b;
	font-size:32px;
	line-height:1.2em;
	margin:0px 15px;
	display:inline-block;
	 transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .outer-container .owl-nav .owl-prev:hover,
.gallery-section .outer-container .owl-nav .owl-next:hover{
	color:#8a241a;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
	border-radius:1px;
}

.gallery-item .image-box{
	position:relative;
	display:block;
	margin:0px;
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	 transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background:#fff;
	-moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
	transform: translateY(50%);
	
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	font-size:30px;
	color:#ffffff;
	line-height:60px;
	border-radius:50%;
	margin:0px 15px;
	font-weight:400;
	display:inline-block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#8a241a;
}

.gallery-item .inner-box .lower-box{
	position:relative;
	padding-top:22px;
}

.gallery-item .inner-box .lower-box h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	text-align:center;
	line-height:1.2em;
}

.gallery-item .inner-box .lower-box h3 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item .inner-box .lower-box .text{
	position:relative;
	color:#797979;
	font-size:15px;
	text-align:center;
}

.gallery-section .button-box .theme-btn{
	padding:15px 48px;
	margin-top:40px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:90px 0px 50px;
}

.pricing-section .auto-container{
	position:relative;
}

.pricing-section .icon-one{
	position:absolute;
	left:110px;
	top:200px;
	width:66px;
	height:56px;
	background-repeat:no-repeat;
}

.pricing-section .icon-two{
	position:absolute;
	right:-70px;
	top:200px;
	width:35px;
	height:74px;
	background-repeat:no-repeat;
}

.pricing-section .icon-three{
	position:absolute;
	right:130px;
	top:55%;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
}

.pricing-section .icon-four{
	position:absolute;
	right:130px;
	bottom:100px;
	width:66px;
	height:56px;
	background-repeat:no-repeat;
}

.pricing-section .outer-container{
	position:relative;
}

.pricing-section .title-column{
	position:relative;
	margin-bottom:40px;
	width:35%;
	float:left;
}

.pricing-section .title-column .inner-column{
	position:relative;
	padding-top:120px;
	margin-bottom:20px;
	padding-right:20px;
}

.pricing-section .title-column .inner-column .sec-title{
	margin-bottom:25px;
}

.pricing-section .title-column .inner-column .title-text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:60px;
}

.pricing-section .price-column{
	position:relative;
	width:65%;
	float:left;
}

.pricing-section .price-column .inner-column{
	position:relative;
	padding-left:40px;
}

/* Pricing Tabs */

.pricing-tabs{
	position:relative;
}

.pricing-tabs .tab-buttons{
	position:relative;
	border-radius:50px;
	overflow:hidden;
	z-index:10;
	display:inline-block;
	border:2px solid #8a241a;
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#8a241a;
	font-size:16px;
	font-weight:700;
	float:left;
	cursor:pointer;
	padding:14px 37px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color:#8a241a;
}

.pricing-section.style-two .title-column .inner-column .sec-title{
	margin-bottom:40px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .tab .price-block:nth-child(2){
	margin-top:-35px;
}

.pricing-section.style-two .title-column{
	width:100%;
	float:none;
	text-align:center;
	margin-bottom:100px;
}

.pricing-section.style-two .title-column .inner-column{
	padding-top:0px;
}

.pricing-section.style-two .price-column{
	width:100%;
	float:none;
}

.pricing-section .pattern-layer{
	position:absolute;
	left:150px;
	bottom:-30px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:100%;
}

.pricing-section.style-two .price-column .inner-column,
.pricing-section.style-three .price-column .inner-column{
	padding-left:0px;
}

/* Style Three */

.pricing-section.style-three .sec-title{
	margin-bottom:110px;
}

.pricing-section.style-three .pricing-tabs .tabs-content .tab .price-block:nth-child(2){
	margin-top:0px;
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
}

.pricing-section.style-three .title-column{
	width:100%;
	float:none;
	text-align:center;
	margin-bottom:100px;
}

.pricing-section.style-three .title-column .inner-column{
	padding-top:0px;
}

.pricing-section.style-three .price-column{
	width:100%;
	float:none;
}

.pricing-section.style-three .tab-btns-box{
	margin-top:80px;
	text-align:center;
}

.pricing-section.style-three .pricing-tabs .tab-buttons{
	border-color:#7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn.active-btn{
	background-color:#7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn{
	color:#7362ff;
}

.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section.style-three .pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
}

/*** 

====================================================================
	Price Block
====================================================================

***/

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
	z-index:10;
	/* margin-top:30px; */
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.pricing-tabs .tabs-content .tab .content{
	position:relative;
}

.pricing-tabs .tabs-content .tab .content .row{
	margin:0px -20px;
}

.pricing-tabs .tabs-content .tab .content .price-block{
	padding:0px 20px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .tab .content .row{
	margin:0px -15px;
}

.pricing-section.style-two .pricing-tabs .tabs-content .price-block{
	padding:0px 15px;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;
	margin-top:0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.pricing-tabs .tabs-content .tab .price-block:nth-child(2){
	margin-top:80px;
}

.price-block{
	position:relative;
	z-index:10;
	margin-bottom:30px;
}

.price-block .inner-box{
	position:relative;
	text-align:center;
	overflow:hidden;
	background-color:#ffffff;
	padding:20px 15px 40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.price-block .inner-box:hover{
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.line-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index: -1;
}

.line-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:1px;
	background-color:#8a241a;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.price-block .inner-box:hover .line-one:before{
	width:100%;
}
.multibagger:hover .line-one:before, .momentum:hover .line-one:before{
	width:100%;
}

.line-one:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:1px;
	height:0%;
	background-color:#8a241a;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.price-block .inner-box:hover .line-one:after{
	height:100%;
	-webkit-transition-delay:600ms;
	-ms-transition-delay:600ms;
	transition-delay:600ms;
}

.multibagger:hover .line-one:after, .momentum:hover .line-one:after{
	height:100%;
	-webkit-transition-delay:600ms;
	-ms-transition-delay:600ms;
	transition-delay:600ms;
}

/* Line Two */

.line-two{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index: -1;
}

.line-two:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:1px;
	background-color:#8a241a;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.price-block .inner-box:hover .line-two:before{
	width:100%;
	-webkit-transition-delay:1200ms;
	-ms-transition-delay:1200ms;
	transition-delay:1200ms;
}
.multibagger:hover .line-two:before, .momentum:hover .line-two:before{
	width:100%;
	-webkit-transition-delay:1200ms;
	-ms-transition-delay:1200ms;
	transition-delay:1200ms;
}

.line-two:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:1px;
	height:0%;
	background-color:#8a241a;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.price-block .inner-box:hover .line-two:after{
	height:100%;
	-webkit-transition-delay:1800ms;
	-ms-transition-delay:1800ms;
	transition-delay:1800ms;
}

.multibagger:hover .line-two:after, .momentum:hover .line-two:after{
	height:100%;
	-webkit-transition-delay:1800ms;
	-ms-transition-delay:1800ms;
	transition-delay:1800ms;
}
.multibagger .servicesInner {
    padding: 35px 15px;
    position: relative;
    border: 1px solid #ddd;
    z-index: 9;
}
.momentum .servicesInner {
    padding: 35px 15px;
    position: relative;
    border: 1px solid #ddd;
    z-index: 9;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.price-block .inner-box .icon-box{
	position:relative;
	width:100px;
	height:100px;
	margin:0 auto;
	font-size:46px;
	color:#3d415b;
	line-height:80px;
	margin-bottom:10px;
	border-radius:50%;
	border:10px solid #f6f6f6;
	background-color:#eeedf7;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.price-block.style-two .inner-box .icon-box{
	line-height:100px;
}

.price-block .inner-box:hover .icon-box{
	background-color:#8a241a;
	color:#ffffff;
}

.price-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:500;
	margin-bottom:25px;
	display:inline-block;
	padding:0px 42px 22px;
	border-bottom:1px solid #e0e0e0;
}

.price-block .inner-box .price-list{
	position:relative;
}

.price-block .inner-box .price-list li{
	position:relative;
	color:#111111;
	font-size:16px;
	margin-bottom:8px;
	border-bottom:1px solid #ddd;
	padding:0 0 8px;
}
.contact-info-box .box-inner h3 {
    margin-bottom: 20px;
	font-weight: 500;
}
.box11
{
	background-color: #e36955 !important;
}
.box11:after
{
	background-color: #e36955 !important;
}
.box12
{
	background-color: #f1ae44 !important;
}
.box12:after
{
	background-color: #f1ae44 !important;
}
.contact-info-box .box-inner .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
}
.price-block .inner-box .price-list li:last-child{
	margin-bottom:20px;
}

.price-block .inner-box .price{
	position:relative;
	color:#8a241a;
	font-size:32px;
	font-weight:500;
	line-height:1.2em;
	font-family: 'Quicksand', sans-serif;
}

.price-block .inner-box .price sub{
	font-size:16px;
	top:-2px;
	position:relative;
}

.price-block .inner-box .theme-btn{
	margin-top:30px;
}

.price-block.alternate .inner-box{
	border:1px solid #dcdcdc;
	border-radius:6px;
	box-shadow:none;
}

.price-block.alternate .inner-box:hover{
	border-radius:0px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.price-block.alternate .inner-box h3{
	padding:0px;
	border:none;
	margin:0px;
}

.price-block .inner-box .btn-box{
	position:relative;
	margin-bottom:0px;
}

.price-block .inner-box .btn-box:before{
	position:absolute;
	content:'';
	left:-30px;
	top:50px;
	right:-30px;
	height:1px;
	background-color:#e0e0e0;
}

.price-block.alternate .inner-box .theme-btn{
	margin-top:25px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:130px 0px 130px;
	background-position:left center;
	background-repeat:repeat-x;
}

.testimonial-section .images-column{
	position:relative;
}

.testimonial-section .images-column .inner-column{
	position:relative;
	min-height:530px;
}

.testimonial-section .image{
	position:relative;
	width:162px;
	height:162px;
	border-radius:50%;
	overflow:hidden;
	z-index:1;
}

.testimonial-section .big-image{
	position:absolute;
	right:40px;
	top:110px;
	width:328px;
	height:328px;
	z-index:1;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-section .image-one{
	position:absolute;
	left:100px;
}

.testimonial-section .image-two{
	position:absolute;
	left:0px;
	top:170px;
}

.testimonial-section .image-three{
	position:absolute;
	left:80px;
	top:370px;
}

.testimonial-section .carousel-column{
	position:relative;
}

.testimonial-section .carousel-column .inner-column{
	position:relative;
	padding-top:30px;
	padding-right:45px;
}

.testimonial-section .carousel-column .inner-column .sec-title{
	margin-bottom:35px;
}

.testimonial-section .carousel-column .inner-column:before{
	position:absolute;
	content:'';
	right:0px;
	top:-40px;
	width:787px;
	height:631px;
	background:url(../images/background/pattern-5.png) no-repeat;
}

.testimonial-section .carousel-column .owl-dots{
	display:none;
}

.testimonial-section .carousel-column .owl-nav{
	position:relative;
	margin-top:45px;
}

.testimonial-section .carousel-column .owl-nav .owl-prev,
.testimonial-section .carousel-column .owl-nav .owl-next{
	position:relative;
	width:65px;
	height:30px;
	color:#0f7bff;
	font-size:20px;
	line-height:28px;
	text-align:center;
	border-radius:3px;
	margin-right:20px;
	font-weight:400;
	display:inline-block;
	border:1px solid #0f7bff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section .carousel-column .owl-nav .owl-prev:hover,
.testimonial-section .carousel-column .owl-nav .owl-next:hover{
	background-color:#3d415b;
	border-color:#3d415b;
	color:#ffffff;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .inner-box .quote-icon{
	position:relative;
	color:#8a241a;
	font-size:50px;
	display:block;
	line-height:1em;
	margin-bottom:24px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:35px;
}

.testimonial-block .inner-box .author{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
	font-family: 'Quicksand', sans-serif;
}

.testimonial-block .inner-box .designation{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:1.9em;
	margin-top:4px;
}

/*** 

====================================================================
	News Section
====================================================================

***/
div#myChart-license-text {
    display: none;
}
.news-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 30px;
    z-index: 1;
}
.news-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    background: #8a241a;
    padding: 202px 0;
    z-index: -1;
}
#myChart{
 height: 320px;
 width: 100%;
}
.news-section .auto-container{
	position:relative;
}

.news-section .icon-one{
    position: absolute;
    left:-100px;
    top: 270px;
    width: 35px;
    height: 74px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	background: #fff;
}

.news-block .inner-box h3 {
    position: relative;
    color: #3d415b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 15px 15px 0;
}

.news-block .inner-box h3 a{
	position:relative;
	color:#3d415b;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box h3 a:hover{
	color:#8a241a;
}

.news-block .inner-box .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.7em;
	margin-top:22px;
	    padding: 0 15px;
}

.news-block .inner-box .lower-box {
    position: relative;
    margin-top: 15px;
    padding: 10px 15px 0px;
    border-top: 1px solid #dddddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
span.sep {
    display: inline-block;
    margin: 0 8px;
}

.news-block .inner-box:hover .lower-box{
	border-color:#3d415b;
}

.news-block .inner-box .lower-box .box-inner{
	position:relative;
	padding: 0 0 15px;
}

.news-block .inner-box .lower-box .box-inner .post-info{
	position:relative;
	color:#111111;
	font-size:16px;
	font-weight:400;
	padding-top:20px;
	font-family: 'Quicksand', sans-serif;
}

.news-block .inner-box .lower-box .box-inner .post-info strong{
	font-weight:700;
	color:#3d415b;
}

.news-block .inner-box .lower-box .box-inner .author-image{
	position:absolute;
	right:0px;
	top:0px;
	float:right;
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:50%;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	z-index:1;
	padding:142px 0px 142px;
	background-color:#f5f5f7;
	background-position:center center;
	background-repeat:no-repeat;
}

.call-to-action-section .icon-one{
	position:absolute;
	right:140px;
	top:130px;
	content:'';
	width:66px;
	height:56px;
}

.call-to-action-section .content{
	position:relative;
	text-align:center;
}

.call-to-action-section .content h2{
	position:relative;
	font-weight:700;
	color:#3d415b;
	font-size:42px;
	line-height:1.4em;
	margin-bottom:35px;
}

.call-to-action-section.style-two{
	background-color:#0019ff;
}

.call-to-action-section.style-two .content h2{
	color:#ffffff;
}

.call-to-action-section.style-three{
	background-color:#f4f9ff;
	background-size:cover;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	    background: #1e1f20;
}

.main-footer .pattern-layer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:435px;
	height:652px;
}

.main-footer .widgets-section{
	position:relative;
	padding:40px 0px;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:24px;
	font-weight:700;
	color:#3d415b;
	margin-bottom:30px;
	text-transform:capitalize;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:22px;
}

.main-footer .logo-widget .logo-list{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .logo-list li{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.7em;
	font-weight:500;
	margin-bottom:10px;
	font-family: 'Quicksand', sans-serif;
}

.main-footer .logo-widget .logo-list li:nth-child(2) a{
	color:#111111;
}

.main-footer .logo-widget .logo-list li:last-child{
	margin-bottom:0px;
}

.main-footer .logo-widget .logo-list li a{
	position:relative;
	color:#8a241a;
}

.main-footer.style-two .logo-widget .logo-list li:nth-child(2) a{
	color:#111111;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .logo-widget .logo-list li a:hover{
	color:#8a241a;
}

.main-footer.style-two .logo-widget .logo-list li a{
	color:#7362ff;
}

.main-footer.style-two .social-icon-one li a:hover{
	color:#7362ff;
	border-color:#7362ff;
}

.main-footer.style-two .links-widget .list li a:hover{
	color:#7362ff;
}

.main-footer.style-two .newsletter-form .form-group input:focus{
	border-color:#7362ff;
}

/* Links Widget */

.links-widget .list li{
	position:relative;
	margin-bottom:16px;
}

.links-widget .list li a{
	position:relative;
	color:#111111;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.links-widget .list li a:hover{
	color:#8a241a;
}

/*Newsletter Form*/

.newsletter-form{
	position:relative;
	margin-bottom:30px;
}

.newsletter-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 50px;
	color:#111111;
	display:inline-block;
    font-size: 14px;
    background: none;
	letter-spacing:1px;
	border-radius:50px;
	border:1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form .form-group input:focus{
	border-color:#8a241a;
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
	position: relative;
	margin-top:25px;
	padding:10px 38px;
}

/* Footer Bottom */

.main-footer .footer-bottom{
	position:relative;
}

.main-footer .footer-bottom .bottom-inner{
	position:relative;
	padding:28px 40px;
}

.main-footer .footer-bottom .bottom-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100000%;
	height:100%;
	border-radius:50px 0px 0px 50px;
	background-color:#eeeeee;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#3d415b;
	font-size:16px;
	font-weight:400;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	margin-left:25px;
	display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#3d415b;
	font-size:16px;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#8a241a;
	text-decoration:underline;
}

.main-footer .footer-bottom.style-two .bottom-inner:before{
	display:none;
}

.main-footer .footer-bottom.style-two .bottom-inner{
	border-top:2px solid #eeeeee;
	padding-left:0px;
	padding-right:0px;
}

.main-footer .footer-bottom.style-three{
	background-color:#eaf1fb;
}

.main-footer .footer-bottom.style-three .bottom-inner:before{
	display:none;
}

.main-footer .footer-bottom.style-three .bottom-inner{
	padding-left:0px;
	padding-right:0px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	padding-top:220px;
	padding-bottom:150px;
	background-color:#1400d9;
}

.banner-section:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:212px;
	width:100%;
	background:url(../images/main-slider/pattern-2.png) repeat-x;
	background-size:100% 100%;
}

.banner-section .icon-one{
	position:absolute;
	content:'';
	left:150px;
	top:130px;
	width:39px;
	height:83px;
}

.banner-section .icon-two{
	position:absolute;
	content:'';
	left:150px;
	bottom:430px;
	width:96px;
	height:36px;
}

.banner-section .icon-three{
	position:absolute;
	content:'';
	left:48%;
	top:390px;
	width:60px;
	height:50px;
	z-index:1;
}

.banner-section .icon-four{
	position:absolute;
	content:'';
	right:200px;
	top:65px;
	width:43px;
	height:54px;
	z-index:1;
}

.banner-section .icon-five{
	position:absolute;
	content:'';
	right:120px;
	bottom:320px;
	width:54px;
	height:47px;
	z-index:1;
}

.banner-section .content-column{
	position:relative;
}

.banner-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}

.banner-section .content-column h2{
	position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4em;
}

.banner-section .content-column .text{
	position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2em;
	margin-top:40px;
}

.banner-section .content-column .link-box{
	position:relative;
	margin-top:40px;
	z-index:1;
}

.banner-section .content-column .link-box .btn-style-two{
	padding: 13px 45px;
	border:2px solid #8a241a;
}

.banner-section .content-column .link-box .theme-btn{
	margin-right:20px;
}

.banner-section .image-column{
	position:relative;
}

.banner-section .image-column .inner-column{
	position:relative;
	z-index:10;
}

.banner-section .image-column .inner-column .image{
	position:relative;
}

.banner-section .pattern-layer{
	position:absolute;
	content:'';
	left:0px;
	bottom:-8px;
	height:248px;
	width:100%;
	background-size:100% 100%;
}

/*** 

====================================================================
	Boost Section
====================================================================

***/

.boost-section {
    position: relative;
    padding: 60px 0px 0px;
    background: #fbfbfb;
}

.boost-section .services-column{
	position:relative;
	margin-bottom:40px;
}

.boost-section .services-column .inner-column{
	position:relative;
}

.boost-section .services-column .inner-column .boost-block{
	float:left;
	padding:0px;
}

.boost-section .services-column:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:2px;
	height:100%;
	margin-left:-1px;
	background:url(../images/icons/line-2.png) no-repeat;
}

.boost-section .services-column:after{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:100%;
	height:2px;
	margin-top:-1px;
	background:url(../images/icons/line-1.png) no-repeat;
}

/* Boost Block */

.boost-block{
	position:relative;
	z-index:1;
}

.boost-block .inner-box{
	position:relative;
	text-align:center;
	padding:55px 15px;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.boost-block .inner-box:hover{
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.boost-block .inner-box .icon-box{
	position:relative;
}

.boost-block .inner-box .icon-box .icon{
	position:relative;
	color:#248feb;
	font-size:54px;
	line-height:1em;
}

.boost-block .inner-box h3{
	position:relative;
	color:#3d415b;
	font-size:16px;
	line-height:1.3em;
	font-weight:700;
	margin-top:22px;
}

.boost-block:nth-child(2) .inner-box .icon-box .icon{
	color:#ffb400;
}

.boost-block:nth-child(3) .inner-box .icon-box .icon{
	color:#fc2a2a;
}

.boost-block:nth-child(4) .inner-box .icon-box .icon{
	color:#1400d9;
}

/* Content Column */

.boost-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.boost-section .content-column .inner-column{
	position:relative;
	z-index:1;
	padding-left:100px;
}

.boost-section .content-column .inner-column .sec-title-two:before{
	background-color:#ffb400;
}

.boost-section .content-column .inner-column .text{
	position:relative;
}

.boost-section .content-column .inner-column .text p{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.boost-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Boost Section
====================================================================

***/
.queryImg img{
	width: 100%;
}
.market-section {
    position: relative;
    padding-top: 5px;
    padding-bottom: 20px;
}
.mediaImg img{
	width: 100%;
}
.market-section .content-column{
	position:relative;
	margin-bottom:1px;
}

.market-section .content-column .inner-column{
	position:relative;
	padding-top:20px;
}

/*.market-section .content-column .inner-column:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:-180px;
	width:1550px;
	height:991px;
	background:url(../images/background/pattern-6.png) no-repeat;
	background-position:right bottom;
}*/

.market-section .content-column .inner-column .sec-title-two{
	margin-bottom:20px;
}

.market-section .content-column .inner-column .bold-text{
	position:relative;
	color:#3d415b;
	font-size:18px;
	line-height:1.7em;
	font-weight:700;
	margin-bottom:35px;
	font-family: 'Quicksand', sans-serif;
}

.market-section .content-column .inner-column .list-style-one{
	margin-bottom:40px;
}

.market-section .content-column .inner-column .theme-btn{
	padding:13px 35px;
}

.market-section .image-column{
	position:relative;
	margin-bottom:1px;
}

.market-section .image-column .inner-column{
	position:relative;
	text-align:right;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:115px 0px 90px;
}

.services-section-two .pattern-layer{
	position:absolute;
	top:0px;
	width:100%;
	height:1136px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.services-section-two .owl-nav{
	display:none;
}

.services-section-two .owl-dots{
	position:relative;
	text-align:center;
	margin-top:50px;
}

.services-section-two .owl-dots .owl-dot{
	position:relative;
	margin:0px 5px;
	width:10px;
	height:10px;
	border-radius:50%;
	display:inline-block;
	background-color:#8a241a;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-two .owl-dots .owl-dot:hover,
.services-section-two .owl-dots .owl-dot.active{
	background-color:#0a15a9;
	width:30px;
	border-radius:50px;
}

/* Service Block Two */

.service-block-two{
	position:relative;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	padding:60px 15px;
	border-radius:15px;
	text-align:center;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	background-color:rgba(255,255,255,0.50);
}

.service-block-two .inner-box:before{
	content: '';
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 7px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}

.service-block-two .inner-box:hover::before{
    transform-origin: center top;
    -webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
    transform: scaleY(1);
}

.service-block-two .inner-box .icon-box{
	position:relative;
	color:#0a15a9;
	font-size:64px;
	line-height:1em;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box h3{
	position:relative;
	color:#3d415b;
	font-size:20px;
	line-height:1.5em;
	font-weight:700;
	margin-top:30px;
}

.service-block-two .inner-box h3 a{
	position:relative;
	color:#3d415b;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:2em;
	font-weight:400;
	margin-top:30px;
	padding:0px 35px;
}

.service-block-two .inner-box .more-detail{
	position:relative;
	color:#8a241a;
	font-weight:700;
	line-height:1.3em;
	margin-top:28px;
	display:inline-block;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.service-block-two .inner-box:hover .icon-box{
	color:#000000;
}

.service-block-two .inner-box:hover h3 a{
	color:#8a241a;
}

.service-block-two .inner-box:hover .more-detail{
	color:#3d415b;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:140px 0px 80px;
}

.services-section-three.style-two{
	padding-top:60px;
}

.services-section-three .title-column{
	position:relative;
	margin-bottom:40px;
}

.services-section-three .title-column .inner-column{
	position:relative;
	padding-top:60px;
}

.services-section-three .title-column .inner-column .sec-title-two{
	margin-bottom:35px;
}

.services-section-three .title-column .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	max-width:460px;
}

.services-section-three .image-column{
	position:relative;
}

.services-section-three .image-column .inner-column{
	position:relative;
	text-align:center;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:130px 0px 120px;
}

.testimonial-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:290px;
	width:306px;
	height:454px;
	background:url(../images/icons/pattern-1.png) no-repeat;
}

.testimonial-section-two .image-layer{
	position:absolute;
	content:'';
	left:-45px;
	right:0px;
	top:350px;
	z-index:1;
	height:900px;
	background-repeat:no-repeat;
	background-position:center top;
}

.testimonial-section-two .inner-container .testimonial-carousel-two{
    max-width: 950px;
    width:auto;
	margin:0px -30px;
}

.testimonial-section-two .owl-carousel .owl-stage-outer{
	padding:20px 0px 20px;
}

.testimonial-section-two .testimonial-block-two{
	margin:0px 30px;
}

.testimonial-section-two.style-two{
	padding-top:20px;
}

.testimonial-section-two.style-two .image-layer{
	top:240px;	
}

/* Testimonial Block Two */

.testimonial-block-two{
	position:relative;
	z-index:12;
	overflow:hidden;
	box-shadow:0px 0px 20px rgba(0,0,0,0.20);
}

.testimonial-block-two .inner-box{
	position:relative;
	background-color:#ffffff;
	padding:75px 70px 80px 75px;
}

.testimonial-block-two .inner-box .quote-icon{
	position:absolute;
	left:0px;
	bottom:-15px;
	color:#f6f6f6;
	line-height:1em;
	font-size:85px;
}

.testimonial-block-two .inner-box .content{
	position:relative;
	padding-left:210px;
}

.testimonial-block-two .inner-box .content .image{
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:140px;
	border-radius:4px;
	overflow:hidden;
}

.testimonial-block-two .inner-box .content .text{
	position:relative;
	color:#111111;
	font-size:18px;
	line-height:1.7em;
}

.testimonial-block-two .inner-box .content .author-name{
	position:relative;
	color:#3d415b;
	font-size:18px;
	line-height:1.5em;
	font-weight:700;
	padding-left:50px;
	margin-top:30px;
}

.testimonial-block-two .inner-box .content .author-name:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:40px;
	height:2px;
	background-color:#8a241a;
}

.testimonial-section-two .owl-dots{
	display:none;
}

.testimonial-section-two .owl-nav{
	position:absolute;
	right:-50px;
	bottom:30px;
	text-align:center;
	margin-left:0px;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next{
	position:relative;
	width:30px;
	height:65px;
	font-size:20px;
	margin:0px 0px;
	text-align:center;
	line-height:63px;
	border-radius:3px;
	margin-top:24px;
	color:rgba(255,255,255,1);
	border:1px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover{
	color:#1400d9;
	background-color:#ffffff;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	z-index:1;
	padding:0px 0px 180px;
}

.subscribe-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.subscribe-section .form-column .inner-column{
	position:relative;
}

.subscribe-section .form-column .inner-column h3{
	position:relative;
	color:#ffffff;
	font-size:42px;
	line-height:1.6em;
	font-weight:700;
	margin-bottom:50px;
}

.subscribe-section .subscribe-form{
	position:relative;
}

.subscribe-section .subscribe-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.subscribe-section .subscribe-form .form-group .icon{
	position:absolute;
	left:32px;
	top:24px;
	font-size:30px;
	color:rgba(255,255,255,1);
}

.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:70px;
	font-size:18px;
	color:#ffffff;
	line-height:38px;
	padding:10px 200px 10px 90px;
	font-weight:400;
	border-radius:50px;
	background:none;
	border:2px solid #ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.subscribe-section .subscribe-form .form-group input[type="email"]:focus{
	border-color:#8a241a;
}

.subscribe-section .subscribe-form .form-group textarea::-webkit-input-placeholder,
.subscribe-section .subscribe-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.subscribe-section .subscribe-form .form-group .theme-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
	padding:18px 45px;
}

.subscribe-section .image-column{
	position:relative;
}

.subscribe-section .image-column .inner-column{
	position:relative;
}

.subscribe-section .image-column .inner-column .image{
	position:relative;
	margin-top:0px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section-two{
	position:relative;
	padding-top:260px;
	padding-bottom:0px;
	background-size:cover;
}

.banner-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:206px;
	width:100%;
	background:url(../images/main-slider/pattern-3.png) repeat-x;
	background-size:100% 100%;
}

.banner-section-two .content-column{
	position:relative;
}

.banner-section-two .content-column .inner-column{
	position:relative;
	padding-top:110px;
	padding-bottom:50px;
}

.banner-section-two .content-column h2{
	position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
}

.banner-section-two .content-column .text{
	position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
	margin-top:40px;
	max-width:375px;
}

.banner-section-two .content-column .link-box{
	position:relative;
	margin-top:40px;
}

.banner-section-two .content-column .link-box .btn-style-two{
	padding: 13px 45px;
	border:2px solid #8a241a;
}

.banner-section-two .content-column .link-box .theme-btn{
	margin-right:20px;
	margin-bottom:15px;
}

.banner-section-two .image-column{
	position:relative;
}

.banner-section-two .image-column .inner-column{
	position:relative;
	z-index:10;
	margin-right:-290px;
}

.banner-section-two .image-column .inner-column .image{
	position:relative;
	display:inline-block;
}

.banner-section-two .image-column .inner-column .image.image-2{
	margin-left:-120px;
	top:120px;
}

.banner-section-two .pattern-layer{
	position:absolute;
	content:'';
	left:0px;
	bottom:-8px;
	height:248px;
	width:100%;
}

/* Google Btn */

.google-btn{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:18px;
	border-radius:5px;
	display:inline-block;
	border:1px solid #ffffff;
	padding:8px 20px 11px 65px;
	font-family: 'Quicksand', sans-serif;
}

.google-btn .txt{
	font-size:12px;
	font-family: 'Ubuntu', sans-serif;
}

.google-btn .icon{
	position:absolute;
	left:18px;
	top:15px;
	font-size:34px;
	font-weight:400;
	line-height:1em;
}

.google-btn:hover{
	color:#ffffff;
}

/* App Btn */

.app-btn{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:18px;
	border-radius:5px;
	display:inline-block;
	border:1px solid #ffffff;
	padding:8px 20px 11px 65px;
	font-family: 'Quicksand', sans-serif;
}

.app-btn .txt{
	font-size:12px;
	font-weight:400;
	font-family: 'Ubuntu', sans-serif;
}

.app-btn .icon{
	position:absolute;
	left:18px;
	top:15px;
	font-size:34px;
	font-weight:400;
	line-height:1em;
}

.app-btn:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding:200px 0px 120px;
}

.service-block-three{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.service-block-three .inner-box{
	position:relative;
}

.service-block-three .inner-box .image{
	position:relative;
}

.service-block-three .inner-box h3{
	position:relative;
	color:#3d415b;
	font-size:24px;
	line-height:1.3em;
	font-weight:700;
	margin-top:40px;
	margin-bottom:30px;
}

.service-block-three .inner-box h3 a{
	position:relative;
	color:#3d415b;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-block-three .inner-box h3 a:hover{
	color:#1028aa;
}

.service-block-three .inner-box .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:25px;
}

.service-block-three .inner-box .read-more{
	position:relative;
	color:#1028aa;
	font-size:16px;
	line-height:1.9em;
	font-weight:700;
	font-family: 'Quicksand', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-block-three .inner-box .read-more:hover{
	color:#3d415b;
}

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section{
	position:relative;
	padding:180px 0px 60px;
}

.app-section.style-two{
	padding-top:60px;
}

.app-section .pattern-layer{
	position:absolute;
	content:'';
	left:0px;
	top:130px;
	width:240px;
	height:482px;
}

.app-section .title-column{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.app-section .title-column .inner-column{
	position:relative;
	padding-top:45px;
}

.app-section .title-column .inner-column .arrow-icon{
    position: relative;
	padding:8px 17px 4px;
	border-radius:8px;
	text-align:center;
    display: inline-block;
	background-color:#f5f5f5;
}

.app-section .title-column .inner-column .arrow-icon .caret{
	position:relative;
	color:#3f71ff;
	font-size:30px;
	margin:0px 2px;
	line-height:1em;
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-two{
	opacity:0.5;
}

.app-section .title-column .inner-column .arrow-icon .caret.caret-three{
	opacity:0.2;
}

.app-section .title-column .inner-column h2{
	position:relative;
	color:#3d415b;
	font-weight:700;
	font-size:36px;
	line-height:1.3em;
	margin-top:40px;
	margin-bottom:20px;
}

.app-section .title-column .inner-column .bold-text{
	position:relative;
	color:#111111;
	font-weight:500;
	font-size:18px;
	line-height:1.4em;
	margin-top:32px;
	margin-bottom:28px;
}

.app-section .title-column .inner-column .text{
	position:relative;
	color:#111111;
	font-weight:400;
	font-size:16px;
	line-height:1.7em;
	max-width:500px;
	margin-bottom:40px;
}

.app-section .content-column{
	position:relative;
}

.app-section .content-column .inner-column{
	position:relative;
}

.app-section .content-column .inner-column .image{
	position:relative;
	z-index:1;
}

.app-section .content-column .inner-column .icon-one{
	position:absolute;
	left:-75px;
	top:-20px;
	width:26px;
	height:26px;
}

.app-section .content-column .inner-column .icon-two{
	position:absolute;
	right:0px;
	bottom:80px;
	width:43px;
	height:43px;
}

.app-section .content-column .inner-column .pattern-layer-two{
	position:absolute;
	left:-30px;
	top:-210px;
	width:790px;
	height:801px;
	background-repeat:no-repeat;
}

.app-section .content-column .inner-column .pattern-layer-three{
	position:absolute;
	left:-50px;
	top:40px;
	width:757px;
	height:726px;
	background-repeat:no-repeat;
}

/* App Block */

.app-block{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.app-block .inner-box{
	position:relative;
	padding:40px 40px 0px;
	background-color:#ffffff;
	border-radius:15px;
	max-width:430px;
	width:100%;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.app-block .inner-box .content{
	position:relative;
	padding-left:88px;
	padding-bottom:35px;
}

.app-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:100%;
	color:#ffffff;
	text-align:center;
	padding-top:24px;
	font-size:25px;
	border-radius:50px 50px 0px 0px;
	background-color:#ed1c24;
}

.app-block .inner-box .content h3{
	position:relative;
	color:#3d415b;
	font-size:18px;
	font-weight:700;
}

.app-block .inner-box .content .text{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:1.8em;
	margin-top:14px;
}

.app-block:nth-child(2){
	margin-left:140px;
}

.app-block:nth-child(2) .inner-box .content .icon-box{
	background-color:#47a0e2;
}

.app-block:nth-child(3) .inner-box .content .icon-box{
	background-color:#ffb400;
}

.app-section.style-two .title-column .inner-column{
	padding-top:140px;
}

/*** 

====================================================================
	App Section Two
====================================================================

***/

.app-section-two{
	position:relative;
	padding:60px 0px 100px;
}

.app-section-two .title-column{
	position:relative;
	z-index:1;
}

.app-section-two .title-column .inner-column{
	position:relative;
	padding-top:45px;
	padding-left:70px;
}

.app-section-two .title-column .inner-column .arrow-icon{
    position: relative;
	padding:8px 17px 4px;
	border-radius:8px;
	text-align:center;
    display: inline-block;
	background-color:#f5f5f5;
}

.app-section-two .title-column .inner-column .arrow-icon .caret{
	position:relative;
	color:#3f71ff;
	font-size:30px;
	margin:0px 2px;
	line-height:1em;
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-two{
	opacity:0.5;
}

.app-section-two .title-column .inner-column .arrow-icon .caret.caret-three{
	opacity:0.2;
}

.app-section-two .title-column .inner-column h2{
	position:relative;
	color:#3d415b;
	font-weight:700;
	font-size:36px;
	line-height:1.3em;
	margin-top:35px;
	margin-bottom:20px;
}

.app-section-two .title-column .inner-column .bold-text{
	position:relative;
	color:#111111;
	font-weight:500;
	font-size:18px;
	line-height:1.4em;
	margin-top:28px;
	margin-bottom:28px;
}

.app-section-two .title-column .inner-column .text{
	position:relative;
	color:#111111;
	font-weight:400;
	font-size:16px;
	line-height:1.7em;
	max-width:500px;
	margin-bottom:40px;
}

.app-section-two .title-column .inner-column .theme-btn{
	padding:17px 48px;
}

.app-section-two .image-column{
	position:relative;
}

.app-section-two .image-column .inner-column{
	position:relative;
}

.app-section-two .image-column .inner-column .image{
	position:relative;
	margin-left:-180px;
}

.app-section-two .image-column .inner-column .icon-one{
    position: absolute;
    right: 50px;
    top: 110px;
    width: 26px;
    height: 26px;
}

.app-section-two .image-column .inner-column .icon-two{
	position:absolute;
	left:-140px;
	bottom:260px;
	width:43px;
	height:43px;
	z-index:1;
}

.app-section-two .pattern-layer{
	position: absolute;
    content: '';
    right: 0px;
    bottom: -150px;
    width: 240px;
    height: 482px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
	margin-top:150px;
	z-index:1;
}

.fluid-section-one .image-layer{
	position:absolute;
	left:0px;
	top:-150px;
	width:100%;
	height:898px;
	background-repeat:no-repeat;
	background-position:left center;
}

.fluid-section-one .outer-container{
	position:relative;
}

.fluid-section-one .image-column{
    position: absolute;
    right: 0px;
	top:0px;
    width: 50%;
    bottom:0px;
	float:right;
	z-index:1;
    background-size: cover;
    background-repeat: no-repeat;
}

.fluid-section-one .image-column .inner-column{
	position:relative;
	margin-left:-130px;
}

.fluid-section-one .image-column .image{
    width: 100%;
	z-index:1;
}

.fluid-section-one .image-column .image img{
    display: block;
    max-width: none;
}

/*Content Column*/

.fluid-section-one .content-column{
	position: relative;
    width: 50%;
	float:left;
	padding:60px 200px 80px 15px;
}

.fluid-section-one .content-column .content-box{
	position:relative;
	max-width:600px;
	float:right;
}

.fluid-section-one .content-column h2{
	position:relative;
	color:#ffffff;
	font-size:42px;
	font-weight:700;
	line-height:1.3em;
}

.fluid-section-one .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	line-height:1.9em;
	margin-top:20px;
	margin-bottom:32px;
}

.fluid-section-one .content-column .lower-box{
	position:relative;
	padding-top:46px;
	margin-top:28px;
}

.fluid-section-one .content-column .lower-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	height:4px;
	width:100%;
	background:url(../images/icons/line-3.png) no-repeat;
}

.fluid-section-one .content-column .lower-box .author-info{
	position:relative;
	float:left;
}

.fluid-section-one .content-column .lower-box .author-info .author-inner{
	position:relative;
	padding-top:15px;
	min-height:85px;
	padding-left:115px;
}

.fluid-section-one .content-column .lower-box .author-info .image{
	position:absolute;
	left:0px;
	top:0px;
	width:85px;
	height:85px;
	overflow:hidden;
	border-radius:50%;
}

.fluid-section-one .content-column .lower-box .author-info h3{
	position:relative;
	color:#f6ff00;
	font-size:24px;
	font-weight:700;
	text-transform:capitalize;
}

.fluid-section-one .content-column .lower-box .author-info .designation{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	font-style:italic;
	margin-top:4px;
	text-transform:capitalize;
}

.fluid-section-one .content-column .lower-box .signature{
	position:relative;
	right:0px;
	top:0px;
	float:left;
	margin-left:50px;
}

.fluid-section-one .content-column .lower-box .signature img{
	position:relative;
}

/*** 

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two{
	position:relative;
	padding:280px 0px 110px;
}

.pricing-section-two .auto-container{
	position:relative;
}

.pricing-section-two .outer-container{
	position:relative;
}

.pricing-section-two .title-column{
	position:relative;
	margin-bottom:40px;
	width:35%;
	float:left;
}

.pricing-section-two .title-column .inner-column{
	position:relative;
	padding-left:100px;
	padding-top:120px;
	margin-bottom:20px;
}

.pricing-section-two .title-column .inner-column .sec-title{
	margin-bottom:25px;
}

.pricing-section-two .title-column .inner-column .title-text{
	position:relative;
	color:#111111;
	font-size:16px;
	z-index:10;
	line-height:1.9em;
	margin-bottom:60px;
}

.pricing-section-two .price-column{
	position:relative;
	width:65%;
	float:left;
}

.pricing-section-two .price-column .inner-column{
	position:relative;
	padding-left:40px;
}

.pricing-section-two .price-column .inner-column .dots-style{
	position:relative;
	text-align:center;
	margin-top:50px;
	z-index:1;
}

.pricing-section-two .price-column .inner-column .dots-style li{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 5px;
	cursor:pointer;
	border-radius:50px;
	display:inline-block;
	background-color:#8a241a;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-section-two .price-column .inner-column .dots-style li.active,
.pricing-section-two .price-column .inner-column .dots-style li:hover{
	width:30px;
	background-color:#3d415b;
}

/* Pricing Tabs Two */

.pricing-tabs-two{
	position:relative;
}

.pricing-tabs-two .tab-buttons{
	position:relative;
	border-radius:50px;
	overflow:hidden;
	z-index:1;
	display:inline-block;
	border:2px solid #8a241a;
}

.pricing-tabs-two .tab-buttons .tab-btn{
	position:relative;
	color:#8a241a;
	font-size:16px;
	font-weight:700;
	float:left;
	cursor:pointer;
	padding:14px 37px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.pricing-tabs-two .tab-buttons .tab-btn:hover,
.pricing-tabs-two .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color:#8a241a;
}

.pricing-tabs-two .tabs-content .tab{
	position:relative;
	display:none;
	z-index:1;
}

.btn-alternate{
	position:relative;
	display:inline-block;
	line-height:30px;
	padding:10px 40px;
	color:#ffffff;
	background:#3d415b;
	text-transform:capitalize;
	border-radius:7px;	
}

.pricing-tabs-two .btn-alternate{
	display:inline-block !important;
	min-width:164px;
	width:auto;
	box-sizing:border-box;
}

.pricing-tabs-two .btn-alternate:hover{
	color:#ffffff;
}

.pricing-tabs-two .tabs-content .tab.active-tab{
	display:block;	
}

.pricing-tabs-two .tabs-content .tab .content{
	position:relative;
	margin:0 auto;
}

.pricing-tabs-two .tabs-content .ms-layout-partialview .ms-container{
	padding-top:10px;
	padding-bottom:10px;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next{
	right:-150px;
	opacity:1 !important;
	display:block !important;
	background:#f3f1fe;
	color:#30333c;
	width:44px;
	height:44px;
	font-size:20px;
	line-height:44px;
	text-align:center;
	padding-left:2px;
	border-radius:50%;	
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	display:block;
	font-weight:800;
	line-height:44px;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev{
	left:-150px;
	opacity:1 !important;
	display:block !important;
	background:#f3f1fe;
	color:#30333c;
	width:44px;
	height:44px;
	font-size:20px;
	line-height:44px;
	text-align:center;
	padding-right:2px;
	border-radius:50%;	
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f104";
	display:block;
	font-weight:800;
	line-height:44px;
}

.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-prev:hover,
.pricing-tabs-two .tabs-content .ms-skin-default .ms-nav-next:hover{
	background:#30333c;
	color:#ffffff;	
}
 
.pricing-section-two .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
	position:relative;
	padding:130px 0px 80px;
}

.testimonial-section-three .authors-column{
	position:relative;
	z-index:20;
}

.testimonial-section-three .authors-column .inner-column{
	position:relative;
	min-height:530px;
	margin-left:-220px;
}

.testimonial-section-three .image{
	position:relative;
	width:162px;
	height:162px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-section-three .big-image{
	position:absolute;
	right:40px;
	top:110px;
	width:328px;
	height:328px;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0px 0px 22px rgba(0,0,0,0.10);
}

.testimonial-section-three .image-one{
	position:absolute;
	left:100px;
}

.testimonial-section-three .image-two{
	position:absolute;
	left:0px;
	top:170px;
}

.testimonial-section-three .image-three{
	position:absolute;
	left:80px;
	top:370px;
}

.testimonial-section-three .carousel-column{
	position:relative;
	margin-bottom:40px;
}

.testimonial-section-three .carousel-column .inner-column{
	position:relative;
	margin-left:90px;
}

.testimonial-section-three .carousel-column .inner-column:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:10000%;
	height:100%;
	z-index:2;
	margin-right:20px;
	background-color:#ffffff;
}

.testimonial-section-three .carousel-column .inner-column .sec-title{
	margin-bottom:35px;
}

.testimonial-section-three .testimonial-carousel-three{
    max-width: 580px;
    width:auto;
	margin:0px -21px;
}

.testimonial-section-three .owl-carousel .owl-stage-outer{
	padding:21px 0px 21px;
	overflow:visible;
}

.testimonial-section-three .testimonial-block-three{
	margin:0px 21px;
}

.testimonial-section-three .carousel-column .owl-dots{
	display:none;
}

.testimonial-section-three .carousel-column .owl-nav{
	position:relative;
	margin-left:22px;
}

.testimonial-section-three .carousel-column .owl-nav .owl-prev,
.testimonial-section-three .carousel-column .owl-nav .owl-next{
	position:relative;
	height:30px;
	width:65px;
	font-size:20px;
	margin-right:24px;
	text-align:center;
	line-height:28px;
	border-radius:3px;
	margin-top:24px;
	display:inline-block;
	color:#0f7bff;
	border:1px solid #0f7bff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-three .carousel-column .owl-nav .owl-prev:hover,
.testimonial-section-three .carousel-column .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#3d415b;
	background-color:#3d415b;
}

/* Testimonial Block Three */

.testimonial-block-three{
	position:relative;
}

.testimonial-block-three .inner-box{
	position:relative;
	padding:45px 45px;
	border-radius:12px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#111111;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:25px;
}

.testimonial-block-three .inner-box h3{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
}

.testimonial-block-three .inner-box .designation{
	position:relative;
	color:#111111;
	font-size:14px;
	font-weight:400;
	margin-top:6px;
}

.testimonial-block-three .inner-box .quote{
	position: relative;
	color:#fff2f2;
	font-size:100px;
	line-height:40px;
}

/*** 

====================================================================
	Blue Section
====================================================================

***/

.blue{
	background-color:#00024f;
}

.banner-section-three{
	position:relative;
	padding-top:290px;
	padding-bottom:220px;
}

.banner-section-three .image-layer{
	position:absolute;
	right:150px;
	top:0px;
	width:777px;
	height:970px;
}

.banner-section-three .content{
	position:relative;
}

.banner-section-three .inner-content{
	position:relative;
	max-width:1024px;
}

.banner-section-three .inner-content .title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding:0px 40px;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Quicksand', sans-serif;
}

.banner-section-three .inner-content .title:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	height:2px;
	width:30px;
	background-color:#ffffff;
}

.banner-section-three .inner-content .title:after{
	position:absolute;
	content:'';
	right:0px;
	top:10px;
	height:2px;
	width:30px;
	background-color:#ffffff;
}

.banner-section-three .inner-content h2{
	position:relative;
	color:#ffffff;
	font-size:64px;
	font-weight:700;
	line-height:1.4em;
	margin-top:35px;
	letter-spacing:1px;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
}

.banner-section-three .inner-content h2 .name{
	color:#feb322;
}

.banner-section-three .inner-content h2 .text-rotate{
	color:#feb322;
}

.banner-section-three .inner-content .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	line-height:1.8em;
	margin-top:30px;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:50px 0px 130px;
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .image-column .inner-column{
	position:relative;
	padding-right:70px;
}

.about-section-two .image-column .inner-column .image{
	position:relative;
}

.about-section-two .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-70px;
	top:-70px;
	width:294px;
	height:402px;
	background:url(../images/background/pattern-13.png) no-repeat;
}

.about-section-two .image-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:-50px;
	right:20px;
	bottom:0px;
	border-radius:0px 0px 30px 0px;
	border:3px solid rgba(255,255,255,0.10);
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	transition:all 900ms ease;
}

.about-section-two .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:0px 0px 30px 0px;
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .content-column .sec-title-four{
	margin-bottom:55px;
}

.about-section-two .content-column .inner-column{
	position:relative;
	text-align:right;
	padding-left:35px;
	padding-top:130px;
}

.about-section-two .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:2.2em;
	margin-bottom:60px;
}

/* Divider One */

.divider-one{
	position:relative;
	width:100%;
	height:72px;
	background:url(../images/background/divider-1.png) repeat-x;
	background-position:left top;
	animation: slide 145s linear infinite;
	-webkit-animation: slide 145s linear infinite;
}

@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 20000px 0; }
}

@-webkit-keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 20000px 0; }
}

/* Divider Two */

.divider-two{
	position:relative;
	width:100%;
	height:72px;
	background:url(../images/background/divider-2.png) repeat-x;
	background-position:left top;
	animation: slide 145s linear infinite;
	-webkit-animation: slide 145s linear infinite;
}

/*** 

====================================================================
	Expertise Section
====================================================================

***/

.expertise-section{
	position:relative;
	padding:130px 0px 90px;
}

.expertise-section .expertise-tabs{
	position:relative;	
}

.expertise-section .expertise-tabs .tab-btns{
	position:relative;
	margin-bottom:40px;
	padding-right:100px;
}

.expertise-section .expertise-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	cursor:pointer;
	z-index:1;
	line-height:1.6em;
	margin-bottom:40px;
	padding:25px 0px 25px 50px;
	transition:all 500ms ease;
	text-transform:uppercase;
	font-family: 'Quicksand', sans-serif;
	border-radius:0px 50px 50px 0px;
	border:1px solid rgba(255,255,255,0.30);
}

.expertise-section .expertise-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width:0px;
	z-index:-1;
	border-radius:0px 50px 50px 0px;
	background-color:#feb322;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.expertise-section .expertise-tabs .tab-btns .tab-btn.active-btn::before,
.expertise-section .expertise-tabs .tab-btns .tab-btn:hover::before{
	width:100%;
}

.expertise-section .expertise-tabs .tab-btns .tab-btn:hover,
.expertise-section .expertise-tabs .tab-btns .tab-btn.active-btn{
	color:#00024f;
	border-color:#feb322;
}

.expertise-section .expertise-tabs .tabs-content{
	position:relative;
	padding:30px 100px 0px;
}

.expertise-section .expertise-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.expertise-section .expertise-tabs .tabs-content .tab.active-tab{
	display:block;	
}

/* Progress Bar */

.progress-bars{
	position:relative;
}

.progress-bars .bar-item{
	position:relative;
	margin-bottom:80px;
}

.progress-bars .bar-item:last-child{
	margin-bottom:0px;
}

.progress-bars .bar-item .skill-bar{
	position:relative;
	width:100%;
	height:1px;	
}

.progress-bars .bar-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background:none;
	border:1px solid #feb322;
}

.progress-bars .bar-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:-1px;
	height:6px;
	width:0px;
	background-color:#feb322;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.progress-bars .bar-item .skill-header{
	position:relative;
	line-height:24px;
	text-transform:capitalize;
	font-weight:500;
	font-size:16px;
	color:#ffffff;
	margin-bottom:15px;
}

.progress-bars .bar-item .skill-header .skill-title{
	position:relative;
	float:left;
	color:#feb322;
	font-weight:500;
	font-size:16px;
	font-family: 'Quicksand', sans-serif;
}

.progress-bars .bar-item .skill-percentage{
	position:absolute;
	right:-10px;
	top:-45px;
	font-weight:500;
	line-height:24px;
	text-transform:capitalize;
	color: #00024f;
	font-size:16px;
	padding:0px 10px;
	font-family: 'Quicksand', sans-serif;
	background-color:#feb322;
}

.progress-bars .bar-item .skill-percentage:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:-8px;
	margin-left:-6px;
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #feb322;
}

/*** 

====================================================================
	Services Section Five
====================================================================

***/

.services-section-five{
	position:relative;
	padding:130px 0px 70px;
}

.services-section-five .service-block-four:nth-child(2){
	margin-top:50px;
}

.services-section-five .service-block-four:nth-child(3){
	margin-top:100px;
}

.services-section-five .service-block-four:nth-child(4){
	margin-top:-100px;
}

.services-section-five .service-block-four:nth-child(5){
	margin-top:-50px;
}

.service-block-four{
	position:relative;
	margin-bottom:70px;
}

.service-block-four .inner-box{
	position:relative;
	padding:44px 44px;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	border:2px solid rgba(255,255,255,0.15);
}

.service-block-four .inner-box .border-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:2px;
	background-color:#ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box .border-one:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:2px;
	height:0px;
	background-color:#ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box:hover .border-one:before{
	width:100%;
}

.service-block-four .inner-box:hover .border-one:after{
	height:100%;
}

.service-block-four .inner-box .border-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:2px;
	height:0px;
	background-color:#ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box .border-two:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:#ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block-four .inner-box:hover .border-two:before{
	height:100%;
}

.service-block-four .inner-box:hover .border-two:after{
	width:100%;
}

.service-block-four .inner-box .icon-box{
	position:relative;
	line-height:1em;
	font-size:60px;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-four .inner-box:hover .icon-box{
	color:#feb322;
}

.service-block-four .inner-box h3{
	position:relative;
	color:#feb322;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	margin:40px 0px 25px;
}

.service-block-four .inner-box h3 a{
	position:relative;
	color:#feb322;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-four .inner-box:hover h3 a{
	color:#ffffff;
}

.service-block-four .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
}

.service-block-four .inner-box .service-number{
	position:relative;
	margin-top:35px;
}

.service-block-four .inner-box .service-number:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,0.20);
}

.service-block-four .inner-box .service-number .number{
	position:absolute;
	right:0px;
	top:-15px;
	width:30px;
	height:30px;
	color:#ffffff;
	font-size:16px;
	line-height:25px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#00024f;
	border:2px solid rgba(255,255,255,0.20);
	font-family: 'Quicksand', sans-serif;
}

.service-block-four .inner-box:hover .service-number .number{
	background-color:#feb322;
	color:#00024f;
	border-color:#00024f;
}

/*** 

====================================================================
	Gallery Section Two
====================================================================

***/

.gallery-section-two{
	position:relative;
	padding:95px 0px 90px;
}

.gallery-section-two .auto-container{
	position:relative;
}

.gallery-section-two .filters{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

.gallery-section-two .filters .filter-tabs{
	position:relative;
	margin-bottom:40px;
}

.gallery-section-two .filters .filter-tabs .filter{
	position:relative;
	color:#ffffff;
	font-size:24px;
	cursor:pointer;
	font-weight:500;
	padding-left:0px;
	margin-bottom:45px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Quicksand', sans-serif;
}

.gallery-section-two .filters .filter-tabs .filter:last-child{
	padding-right:0px;
	margin-right:0px;
}

.gallery-section-two .filters .filter-tabs .filter:after{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:28px;
	height:2px;
	opacity:0;
	background-color:#feb322;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-section-two .filters .filter-tabs .filter.active::after{
	opacity:1;
}

.gallery-section-two .filters .filter-tabs .filter.active{
	color:#f7bd00;
	padding-left:50px;
}

.gallery-section-two .filter-list{
	position:relative;
	padding-left:310px;
}

.gallery-section-two .mixitup-gallery{
	position:relative;
}

.gallery-section-two .gallery-btn{
	position:absolute;
	left:15px;
	bottom:30px;
	border-radius:0px 50px 50px 0px;
}

/*Gallery Item*/

.gallery-item-two{
	position:relative;
	margin-bottom:30px;
}

.gallery-item-two .inner-box{
	position:relative;
	width:100%;
}

.gallery-item-two .image-box{
	position:relative;
	display:block;
	margin:0px;
}

.gallery-item-two .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item-two .overlay-box{
	position:absolute;
	left:18px;
	top:18px;
	right:18px;
	bottom:18px;
	color:#ffffff;
	opacity:0;
	text-align:center;
	 transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.gallery-item-two .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	background-color:rgba(254,179,34,0.90);
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-item-two .inner-box:hover .overlay-box::before{
	height:100%;
}

.gallery-item-two .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-item-two .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item-two .overlay-inner .content{
	position:relative;
	display:table-cell;
	opacity:0;
	vertical-align:middle;
	-webkit-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-item-two .inner-box:hover .overlay-inner .content{
	opacity:1;
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.gallery-item-two .overlay-inner .title{
	position:relative;
	color:#00024f;
	font-size:14px;
	font-weight:700;
	line-height:1.3em;
}

.gallery-item-two .overlay-inner h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	margin:12px 0px 18px;
	text-transform:uppercase;
}

.gallery-item-two .overlay-inner h3 a{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}

.gallery-item-two .overlay-inner .link{
	position:relative;
	width:36px;
	height:36px;
	font-size:16px;
	color:#ffffff;
	line-height:34px;
	border-radius:50%;
	margin:0px 5px;
	font-weight:400;
	display:inline-block;
	border:1px solid #00024f;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item-two .overlay-inner .link .icon{
	position:relative;
}

.gallery-item-two .overlay-inner .link:hover{
	color:#ffffff;
	background-color:#00024f;
}

.gallery-item-two.mix{
	display:none;
}

/*** 

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four{
	position:relative;
	padding:135px 0px 135px;
}

.testimonial-section-four .sec-title-four .title-text{
	font-weight:400;
}

.testimonial-section-four .owl-dots{
	display:none;
}

.testimonial-section-four .owl-nav{
	position:absolute;
	right:0px;
	top:-110px;
}

.testimonial-section-four .owl-nav .owl-prev,
.testimonial-section-four .owl-nav .owl-next{
	position:relative;
	height:40px;
	width:65px;
	font-size:22px;
	margin-right:24px;
	text-align:center;
	line-height:40px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;
	border:1px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-four .owl-nav .owl-prev:hover,
.testimonial-section-four .owl-nav .owl-next:hover{
	color:#00024f;
	border-color:#ffa600;
	background-color:#ffa600;
}

/* Testimonial Block Four */

.testimonial-block-four{
	position:relative;
}

.testimonial-block-four .inner-box{
	position:relative;
}

.testimonial-block-four .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:25px;
}

.testimonial-block-four .inner-box .author-info{
	position:relative;
}

.testimonial-block-four .inner-box .author-info .info-inner{
	position:relative;
	padding-top:12px;
	min-height:83px;
	padding-left:110px;
}

.testimonial-block-four .inner-box .author-info .info-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:83px;
	height:83px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-four .inner-box .author-info h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
}

.testimonial-block-four .inner-box .author-info .designation{
	position:relative;
	color:#111111;
	font-size:14px;
	font-weight:400;
	margin-top:6px;
}

.testimonial-block-four .inner-box .author-info .quote{
	position: absolute;
	right:0px;
	top:15px;
	font-size:100px;
	line-height:40px;
	color:rgba(255,255,255,0.08);
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section{
	position:relative;
	padding:120px 0px 110px;
}

/*Default Form*/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:15px;
	padding:10px 30px;
	background:none;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.20);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.default-form textarea{
	height:250px;
	resize:none;
	font-size:16px;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#feb322;
}

.default-form .theme-btn{
	margin-top:10px;
	font-size:16px;
	font-weight:400;
	padding:13px 108px;
	border-radius:50px;
	letter-spacing:0px;
	font-family: 'Ubuntu', sans-serif;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	text-align:center;
	padding:130px 0px 130px;
}

.footer-style-two .social-icon-two li{
	margin:0px 10px;
}

.footer-style-two .social-icon-two li a:hover{
	color:#00024f;
}

.footer-style-two .footer-nav{
	position:relative;
	margin-top:60px;
}

.footer-style-two .footer-nav li{
	position:relative;
	line-height:1em;
	padding:0px 20px;
	margin-bottom:10px;
	display:inline-block;
	border-right:1px solid #eeeef3;
}

.footer-style-two .footer-nav li.active a,
.footer-style-two .footer-nav li:hover a{
	color:#feb322;
}

.footer-style-two .footer-nav li:last-child{
	border-right:0px;
}

.footer-style-two .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	font-family: 'Quicksand', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-style-two .footer-nav li a:hover{
	color:#feb322;
}

.footer-style-two .scroll-box{
	position:relative;
	width:360px;
	margin:0 auto;
	margin-top:60px;
}

.footer-style-two .scroll-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:100%;
	height:2px;
	background-color:rgba(255,255,255,0.10);
}

.footer-style-two .scroll-box .arrow{
	position:relative;
	color:#feb322;
	font-size:18px;
	z-index:1;
	cursor:pointer;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-style-two .scroll-box .arrow:hover{
	color:#00024f;
}

.footer-style-two .scroll-box .arrow:hover::after{
	background-color:#feb322;
}

.footer-style-two .scroll-box .arrow:after{
	position:absolute;
	content:'';
	left:-9px;
	top:-7px;
	width:30px;
	height:30px;
	z-index:-1;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.footer-style-two .copyright{
	position:relative;
	color:#feb322;
	font-size:14px;
	font-weight:700;
	margin-top:45px;
	font-family: 'Quicksand', sans-serif;
}

/*** 

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four{
	position:relative;
	padding-top:120px;
}

.banner-section-four:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:50%;
	background-image: -ms-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F9FF), color-stop(100, #ffffff));
	background-image: -webkit-linear-gradient(top, #F4F9FF 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #F4F9FF 0%, #ffffff 100%);
}

.banner-section-four .content-box{
	position:relative;
	text-align:center;
	margin-bottom:75px;
}

.banner-section-four .content-box .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.6em;
}

.banner-section-four .content-box h2{
	position:relative;
	color:#3d415b;
	font-size:48px;
	line-height:1.2em;
	font-weight:700;
	margin-top:28px;
	margin-bottom:35px;
}

.banner-section-four .image{
	position:relative;
	text-align:center;
}

/*** 

====================================================================
	Services Section Six
====================================================================

***/

.services-section-six{
	position:relative;
	z-index:10;
	padding:130px 0px 70px;
}

.services-section-six .scrol-icon{
	position:relative;
	width:30px;
	height:60px;
	z-index:1;
	margin:0 auto;
	margin-top:110px;
	cursor:pointer;
	border-radius:50px;
	border:1px solid #7362ff;
	background-color:#eaf1fb;
}

.services-section-six .scrol-icon span{
	position:absolute;
	left:50%;
	top:12px;
	width:2px;
	height:26px;
	margin-left:-1px;
	background-color:#7362ff;
}

.services-section-six .scrol-icon span:before{
	position:absolute;
	content:'';
	left:50%;
	top:100%;
	width:2px;
	height:3px;
	margin-top:4px;
	margin-left:-1px;
	background-color:#7362ff;
}

.services-section-six .scrol-icon{
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}

.services-section-six .scrol-icon{
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* Service Block Five */

.service-block-five{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.service-block-five .inner-box{
	position:relative;
	overflow:hidden;
	padding:45px 45px;
	border-radius:10px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.08);
}

.service-block-five .inner-box .shape-one{
	content: '';
    width: 273px;
    height: 273px;
    background: #d858f5;
    border-radius: 50%;
    position: absolute;
    top: -148px;
    left: -83px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
}

.service-block-five .inner-box:hover .shape-one{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    transition: all .5s linear;
    transition-delay: .1s;
}

.service-block-five .inner-box .shape-two{
	content: '';
    width: 493px;
    height: 493px;
    background: #c647fe;
    border-radius: 50%;
    position: absolute;
    top: -250px;
    left: -180px;
    z-index: 1;
	-webkit-transform: translate(-50% ,-50%);
	-ms-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
    opacity: 0;
}

.service-block-five .inner-box:hover .shape-two{
    opacity: 0.6;
	-webkit-transform: translate(0 ,0);
	-ms-transform: translate(0 ,0);
    transform: translate(0 ,0);
    transition: all .9s linear;
}

.service-block-five .inner-box .shape-three{
	content: '';
    width: 500px;
    height: 500px;
    background: #a461e8;
    border-radius: 50%;
    position: absolute;
    top: -200px;
    left: -150px;
    z-index: 1;
	-webkit-transform: translate(-50% ,-50%);
	-ms-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
    opacity: 0;
}

.service-block-five .inner-box:hover .shape-three{
	opacity: 0.4;
	-webkit-transform: translate(0 ,0);
	-ms-transform: translate(0 ,0);
    transform: translate(0 ,0);
    transition: all 1.3s linear;
}

.service-block-five .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	opacity:0;
	background-color:#5e4eef;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-five .inner-box:hover::before{
	width:100%;
	opacity:1;
}

.service-block-five .inner-box .icon-box{
	position:relative;
	z-index:2;
}

.service-block-five .inner-box .icon-box{
	position:relative;
	font-size:60px;
	line-height:1em;
	color:#ff0303;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-five:nth-child(2) .inner-box .icon-box{
	color:#0315ff;
}

.service-block-five:nth-child(1) .inner-box h3 a:hover,
.service-block-five:nth-child(1) .inner-box .read-more:hover{
	color:#ffffff;
	text-decoration:underline;
}

.service-block-five:nth-child(2) .inner-box h3 a:hover,
.service-block-five:nth-child(2) .inner-box .read-more:hover{
	color:#ffffff;
	text-decoration:underline;
}

.service-block-five:nth-child(3) .inner-box .icon-box{
	color:#ffffff;
	text-decoration:underline;
}

.service-block-five:nth-child(3) .inner-box h3 a:hover,
.service-block-five:nth-child(3) .inner-box .read-more:hover{
	color:#ffffff;
	text-decoration:underline;
}


.service-block-five .inner-box .icon-box .icon{
	position:relative;
}

.service-block-five .inner-box h3{
	position:relative;
	font-size:24px;
	z-index:2;
	color:#3d415b;
	font-weight:700;
	line-height:1.3em;
	margin:35px 0px 28px;
}

.service-block-five .inner-box h3 a{
	position:relative;
	color:#3d415b;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-block-five .inner-box h3 a:hover,
.service-block-five .inner-box .read-more:hover{
	color:#ff0303;
}

.service-block-five .inner-box .text{
	position:relative;
	color:#111111;
	z-index:2;
	font-size:16px;
	line-height:1.8em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-five .inner-box .read-more{
	position:relative;
	z-index:2;
	color:#3d415b;
	font-size:16px;
	font-weight:700;
	margin-top:28px;
	display:inline-block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.service-block-five .inner-box:hover .icon-box,
.service-block-five .inner-box:hover h3 a,
.service-block-five .inner-box:hover .text,
.service-block-five .inner-box:hover .read-more{
	color:#ffffff;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	z-index:1;
	padding:75px 0px 75px;
}

.fluid-section-two .pattern-layer{
	position:absolute;
	left:0px;
	top:-400px;
	width:100%;
	height:1715px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right top;
}

.fluid-section-two .outer-container{
	position:relative;
}

.fluid-section-two .image-column{
    position: absolute;
    left: 0px;
	top:0px;
    width: 50%;
	float:left;
	z-index:1;
	padding-right:15px;
}

.fluid-section-two .image-column .inner-column{
	position:relative;
	text-align:right;
}

.fluid-section-two .image-column .image{
    position:relative;
}

.fluid-section-two .image-column .image img{
    
}

/*Content Column*/

.fluid-section-two .content-column{
	position: relative;
    width: 50%;
	float:right;
	padding:135px 15px 60px 15px;
}

.fluid-section-two .content-column .content-box{
	position:relative;
	max-width:550px;
}

.fluid-section-two .content-column h2{
	position:relative;
	color:#3d415b;
	font-size:42px;
	font-weight:700;
	line-height:1.3em;
}

.fluid-section-two .content-column .text{
	position:relative;
	color:#111111;
	font-size:16px;
	font-weight:500;
	line-height:1.8em;
	margin-top:28px;
	margin-bottom:40px;
}

.fluid-section-two .content-column .text p{
	position:relative;
	color:#111111;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-top:20px;
	margin-bottom:20px;
}

.fluid-section-two .content-column .text p:last-child{
	margin-bottom:0px;
}

.fluid-section-two .content-column .list-style-three{
	margin-bottom:50px;
}

.fluid-section-two .content-column .content-box .theme-btn{
	padding:8px 37px;
}

.fluid-section-two.style-two .content-column{
	float:left;
	padding-top:20px;
}

.fluid-section-two.style-two .content-column .content-box{
	float:right;
	padding-top:60px;
}

.fluid-section-two.style-two .image-column{
	right:-20px;
	left:auto;
}

/*** 

====================================================================
	Testimonial Section Five
====================================================================

***/

.testimonial-section-five {
    position: relative;
    padding: 20px 0;
    background: #fbfbfb;
}

.testimonial-section-five .inner-container{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
}

.testimonial-section-five .owl-dots{
	display:none;
}

.testimonial-section-five .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
}

.testimonial-section-five .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	height:40px;
	width:65px;
	font-size:26px;
	margin-right:24px;
	text-align:center;
	line-height:40px;
	border-radius:3px;
	margin-top:24px;
	display:inline-block;
	color:#1400d9;
	border:1px solid #0207b3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-five .owl-nav .owl-next{
	position:absolute;
	right:0px;
	height:40px;
	width:65px;
	font-size:26px;
	margin-left:24px;
	text-align:center;
	line-height:38px;
	border-radius:3px;
	margin-top:24px;
	display:inline-block;
	color:#1400d9;
	border:1px solid #0207b3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-five .owl-nav .owl-prev:hover,
.testimonial-section-five .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#7362ff;
	background-color:#7362ff;
}

.testimonial-block-five{
	position:relative;
}

.testimonial-block-five .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-five .inner-box .image-outer{
	position:relative;
	display:inline-block;
}

.testimonial-block-five .inner-box .image-outer .quote-icon{
	position:absolute;
	right:0px;
	bottom:0px;
	width:57px;
	height:57px;
	color:#ffffff;
	font-size:28px;
	line-height:57px;
	text-align:center;
	border-radius:50%;
	background-color:#7362ff;
}

.testimonial-block-five .inner-box .image-outer .image{
	position:relative;
	width:170px;
	height:170px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}

.testimonial-block-five .inner-box .text{
	position:relative;
	color:#111111;
	font-size:20px;
	line-height:2.2em;
	font-style:italic;
	margin-top:50px;
}

.testimonial-block-five .inner-box h3{
	position:relative;
	margin-top:40px;
	color:#3d415b;
	font-size:24px;
	font-weight:700;
	padding-top:30px;
}

.testimonial-block-five .inner-box h3:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	height:2px;
	width:40px;
	margin-left:-20px;
	background-color:#8a241a;
}

.testimonial-block-five .inner-box .designation{
	position:relative;
	margin-top:8px;
	color:#7362ff;
	font-size:16px;
	font-weight:700;
	font-family: 'Quicksand', sans-serif;
}

/*** 

====================================================================
	Faq Fluid Section
====================================================================

***/

.faq-fluid-section{
	position:relative;
	z-index:1;
	margin-top:0px;
	padding:0px 0px 75px;
	background-color:#f3f8ff;
}

.faq-fluid-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:-160px;
	width:100%;
	height:160px;
	background:url(../images/background/pattern-16.png) repeat-x;
}

.faq-fluid-section .outer-container{
	position:relative;
}

.faq-fluid-section .image-column{
    position: absolute;
    width: 50%;
	float:left;
	text-align:right;
}

.faq-fluid-section .image-column .inner-column{
	position:relative;
	padding-right:100px;
}

.faq-fluid-section .image-column .image{
    position:relative;
	margin-left:-235px;
}

.faq-fluid-section .image-column .image img{
    position:relative;
	max-width:none;
}

/*Content Column*/

.faq-fluid-section .content-column{
	position: relative;
    width: 50%;
	float:right;
	padding:0px 15px 0px 15px;
}

.faq-fluid-section .content-column .content-box{
	position:relative;
	max-width:550px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
    background-color: #fbfbfb;
    border: 1px solid #dedede;
}
/*.accordion-box .block{
	position: relative;
    margin-bottom:30px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}*/

.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	cursor:pointer;
	line-height:34px;
	color:#3d415b;
	font-weight:700;
	padding:13px 30px 13px 65px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Quicksand', sans-serif;
}

.accordion-box .block .acc-btn.active{
	color:#8a241a;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:18px;
	top:15px;
	font-size:20px;
	color: #262626;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	left: 0px;
	width:30px;
	height:30px;
	color:#3d415b;
    font-size: 14px;
    text-align: center;
	line-height:32px;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#8a241a;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:0px 30px 30px 30px;
}

.accordion-box .block .content .accordian-text{
	line-height:1.9em;
	font-size:16px;	
	color:#111111;
	font-weight:400;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Call To Action Section Two
====================================================================

***/

.call-to-action-section-two{
	position:relative;
	z-index:1;
}

.call-to-action-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:250px;
	background-color:#f3f8ff;
}

.call-to-action-section-two .inner-container{
	position:relative;
	border-radius:10px;
	padding:130px 15px 130px;
	background-color:#5d3ed9;
	background-repeat:no-repeat;
	background-position:center center;
}

.call-to-action-section-two .inner-container .content{
	position:relative;
	text-align:center;
}

.call-to-action-section-two .inner-container .content h2{
	position:relative;
	font-weight:500;
	color:#ffffff;
	font-size:42px;
	line-height:1.4em;
	margin-bottom:35px;
}

.call-to-action-section-two.style-two::before,
.call-to-action-section-two.style-three::before{
	display:none;
}

.call-to-action-section-two.style-two{
	padding-top:120px;
}

.call-to-action-section-two.style-three{
	padding-top:50px;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	overflow:hidden;
	background-color:#fbfbfb;
}

/* .page-title:before{
	position:absolute;
	content:'';
	left:-2px;
	bottom:0px;
	width:100%;
	height:314px;
	z-index:1;
	background:url(../images/background/page-title.png) repeat-x;
	background-size:100% 100%;
} */

.page-title .image-layer{
	position:absolute;
	left:100px;
	top:0px;
	width:777px;
	height:783px;
}

.page-title .inner-container{
	position: relative;
	z-index:5;
	    padding: 90px 0px 0px;
	
}

.page-title .auto-container{
	position:relative;
}

.page-title h1 {
    position: relative;
    font-size: 40px;
    color: #3d415b;
    line-height: 1.3em;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 0 0 10px;
}

.page-title .bread-crumb {
	position: relative;
	padding: 16px 0px 0px;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	font-weight: 700;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 12px;
	font-family: 'Quicksand', sans-serif;
	
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -3px;
	font-size: 14px;
	line-height: 30px;
	color: #12203c;
    content: "\f105";
	font-weight:800;
    font-family: "Font Awesome 5 Free";
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#111111;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color: #5e4eef;
}

/*** 

====================================================================
	History Section
====================================================================

***/

.history-section{
	position:relative;
	padding:20px 0px 20px;
}

.history-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.history-section .content-column .inner-column{
	position:relative;
}
.history-section ul
{
	padding-left:15px;
}
.history-section .content-column .inner-column h2 {
    position: relative;
    color: #8a241a;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
}

.history-section .content-column .inner-column .text{
	position:relative;
	    margin-top: 20px;
}

.history-section .content-column .inner-column .text p{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
	    text-align: justify;
}

.history-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.history-section .content-column .inner-column .ceo{
	position:relative;
	color:#8a241a;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:40px;
	font-weight:700;
	font-family: 'Quicksand', sans-serif;
}

.history-section .image-column{
	position:relative;
}

.history-section .image-column .inner-column{
	position:relative;
	padding-left:55px;
}

.history-section .image-column .image{
	position:relative;
}

.history-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.history-section .image-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-60px;
	width:222px;
	height:283px;
	background:url(../images/icons/pattern-5.png) no-repeat;
}

.history-section.goal-section .content-column .inner-column{
	padding-left:0px;
	padding-top:0px;
}

/*** 

====================================================================
	Fluid Section Three
====================================================================

***/

.fluid-section-three{
	position:relative;
	padding-top:160px;
}

.fluid-section-three .outer-container{
	position:relative;
}

/*Content Column*/

.fluid-section-three .content-column{
	position: relative;
    width: 50%;
	float:left;
	padding:125px 15px 60px 15px;
}

.fluid-section-three .content-column .inner-column{
	position:relative;
	max-width:520px;
	float:right;
}

.fluid-section-three .content-column .fact-counter .column{
	margin-bottom:75px;
}

.fluid-section-three .image-column{
    position: absolute;
	top:0px;
    right: 0px;
    width: 50%;
    bottom:0px;
	float:right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-three .image-column .inner-column{
	position:static;
}

.fluid-section-three .image-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.50);
}

.fluid-section-three .image-column .image{
    width: 100%;
    display: none;
}

.fluid-section-three .image-column .image img{
    display: block;
    width: 100%;
}

.fluid-section-three .image-column .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-three .image-column .overlay-link .icon-box{
    position: absolute;
    left: 50%;
	top: 50%;
    width: 80px;
    height: 80px;
    color: #5e4eef;
    font-size: 22px;
    padding-left: 6px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
	margin-left: -40px;
	margin-top: -40px;
    background-color: #ffffff;
}

.fluid-section-three .image-column .overlay-link .icon-box .ripple,
.fluid-section-three .image-column .overlay-link .icon-box .ripple:before,
.fluid-section-three .image-column .overlay-link .icon-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-three .image-column .overlay-link .icon-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-three .image-column .overlay-link .icon-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding-top:130px;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
	padding-right:40px;
}

.team-block .inner-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:80px;
	left:30px;
	bottom:0px;
	border:1px solid #d7d7d7;
}

.team-block .inner-box .social-icons{
	position:absolute;
	right:0px;
	top:80px;
	padding:25px 8px 0px;
}

.team-block .inner-box .social-icons li{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box .social-icons li a{
	position:relative;
	color:#3d415b;
	font-size:14px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block .inner-box .social-icons li a:hover{
	color:#8a241a;
}

.team-block .inner-box .image{
	position:relative;
	background-color:#8a241a;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block .inner-box:hover .image img{
	opacity:0.8;
}

.team-block .inner-box .lower-content{
	position:relative;
	padding:22px 15px 22px 65px;
}

.team-block .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#3d415b;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#8a241a;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	font-size:16px;
	color:#111111;
	font-weight:400;
	line-height:1.3em;
	margin-top:7px;
}

/*** 

====================================================================
	Services Section Seven
====================================================================

***/

.services-section-seven{
	position:relative;
	padding:130px 0px 50px;
}

.services-section-seven .title-box{
	position:relative;
	text-align:center;
	margin-bottom:130px;
}

.services-section-seven .title-box h2{
	position:relative;
	color:#3d415b;
	font-size:42px;
	font-weight:700;
	line-height:1.4em;
}

.services-section-seven .title-box .text{
	position:relative;
	color:#3d415b;
	font-size:16px;
	font-weight:400;
	line-height:1.9em;
	margin-top:30px;
	margin-bottom:45px;
}

/* Service Block Six */

.service-block-six{
	position:relative;
	margin-bottom:80px;
}

.service-block-six .inner-box{
	position:relative;
}

.service-block-six .inner-box .icon-box{
	position:relative;
}

.service-block-six .inner-box .icon-box{
	position:relative;
	font-size:60px;
	line-height:1em;
	color:#ff0303;
}

.service-block-six .inner-box .icon-box .icon{
	position:relative;
}

.service-block-six .inner-box h3{
	position:relative;
	font-size:24px;
	color:#3d415b;
	font-weight:700;
	line-height:1.3em;
	margin:35px 0px 28px;
}

.service-block-six .inner-box h3 a{
	position:relative;
	color:#3d415b;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-block-six .inner-box h3 a:hover,
.service-block-six .inner-box .read-more:hover{
	color:#ff0303;
}

.service-block-six .inner-box .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.8em;
	padding-right:10px;
}

.service-block-six .inner-box .read-more{
	position:relative;
	color:#3d415b;
	font-size:16px;
	font-weight:700;
	margin-top:28px;
	display:inline-block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.service-block-six:nth-child(2) .inner-box .icon-box{
	color:#0315ff;
}

.service-block-six:nth-child(2) .inner-box h3 a:hover,
.service-block-six:nth-child(2) .inner-box .read-more:hover{
	color:#0315ff;
}

.service-block-six:nth-child(3) .inner-box .icon-box{
	color:#2eb100;
}

.service-block-six:nth-child(3) .inner-box h3 a:hover,
.service-block-six:nth-child(3) .inner-box .read-more:hover{
	color:#2eb100;
}

.service-block-six:nth-child(4) .inner-box .icon-box{
	color:#ff9c00;
}

.service-block-six:nth-child(4) .inner-box h3 a:hover,
.service-block-six:nth-child(4) .inner-box .read-more:hover{
	color:#ff9c00;
}

.service-block-six:nth-child(5) .inner-box .icon-box{
	color:#a3009d;
}

.service-block-six:nth-child(5) .inner-box h3 a:hover,
.service-block-six:nth-child(5) .inner-box .read-more:hover{
	color:#a3009d;
}

.service-block-six:nth-child(6) .inner-box .icon-box{
	color:#00d3ae;
}

.service-block-six:nth-child(6) .inner-box h3 a:hover,
.service-block-six:nth-child(6) .inner-box .read-more:hover{
	color:#00d3ae;
}

/*** 

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section{
	position:relative;
	padding-top:140px;
}

.team-page-section .team-block{
	margin-bottom:100px;
}

/*** 

====================================================================
		Project Page Section
====================================================================

***/

.projects-page-section{
	position: relative;
	padding: 115px 0px 90px;
}

/*=== Mixitup Gallery ===*/

.projects-page-section .filters{
	margin-bottom:120px;
	text-align: center;
}

.projects-page-section .filters .filter-tabs{
	position:relative;
	display: inline-block;
	border:1px solid #dddddd;
	border-radius:50px;
}

.projects-page-section .filters li{
	position:relative;
	display: inline-block;
	line-height:24px;
	padding:12px 40px;
	cursor:pointer;
	color:#484c64;
	font-weight:500;
	font-size:18px;
	margin:0px 0px 0px;
	text-transform: capitalize;
	border-radius:50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.projects-page-section .filters li:last-child{
	margin-right: 0;
}

.projects-page-section .filters .filter.active,
.projects-page-section .filters .filter:hover{
	color: #ffffff;
	background-color:#feb322;
}

.projects-page-section .gallery-item-two{
	padding:0px;
	float:left;
	margin-bottom:0px;
}

.projects-page-section .btn-box{
	position:relative;
	margin-top:120px;
}

/*** 

====================================================================
	Project Detail Section
====================================================================

***/

.projects-detail-section{
	position:relative;
	padding:130px 0px 75px;
}

.projects-detail-section .inner-container{
	position:relative;
	padding-bottom:40px;
	border-bottom:2px solid #ededed;
}

.projects-detail-section .inner-container .image{
	position:relative;
}

.projects-detail-section .inner-container .image img{
	position:relative;
	width:100%;
	display:block;
}

.projects-detail-section .lower-content{
	position:relative;
	padding-top:38px;
}

.projects-detail-section .lower-content h2{
	position:relative;
	color:#3d415b;
	font-size:42px;
	font-weight:700;
}

.projects-detail-section .lower-content .text{
	position:relative;
	margin-top:34px;
	margin-bottom:30px;
}

.projects-detail-section .lower-content .text p{
	position:relative;
	color:#111111;
	font-size:15px;
	line-height:1.9em;
}

.projects-detail-section .lower-content .text p:last-child{
	margin-bottom:0px;
}

.projects-detail-section .lower-content .text h3{
	position:relative;
	color:#3d415b;
	font-size:24px;
	font-weight:600;
	line-height:1.4em;
	margin-top:45px;
	margin-bottom:30px;
}

.projects-detail-section .lower-content .lower-box{
	position:relative;
	margin-top:60px;
}

.projects-detail-section .lower-content .lower-box .column{
	margin-bottom:30px;
}

.projects-detail-section .lower-content .lower-box h4{
	position:relative;
	color:#3d415b;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
}

.projects-detail-section .lower-content .lower-box .info{
	position:relative;
	color:#111111;
	font-size:15px;
	line-height:1.9em;
	margin-top:8px;
}

.projects-detail-section .lower-content .lower-box .social-box{
	position:relative;
	margin-top:8px;
}

.projects-detail-section .lower-content .lower-box .social-box li{
	position:relative;
	margin-right:25px;
	display:inline-block;
}

.projects-detail-section .lower-content .lower-box .social-box li a{
	position:relative;
	color:#111111;
	font-size:16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.projects-detail-section .lower-content .lower-box .social-box li a:hover{
	color:#fe5722;
}



.myqury{font-size: 22px;
    color: #8a241a;
    text-align: center;
    background: #eee;
    padding: 15px;}









/*** 
















====================================================================
	Related Projects Section
====================================================================

***/

.related-projects-section{
	position:relative;
	padding:75px 0px 140px;
}

.related-projects-section .owl-dots{
	display:none;
}

.related-projects-section .owl-nav{
	position:relative;
	margin-top:50px;
	text-align:center;
}

.related-projects-section .owl-nav .owl-prev,
.related-projects-section .owl-nav .owl-next{
	position:relative;
	height:30px;
	width:65px;
	font-size:20px;
	margin-right:24px;
	text-align:center;
	line-height:28px;
	border-radius:3px;
	display:inline-block;
	color:#0f7bff;
	border:1px solid #0f7bff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.related-projects-section .owl-nav .owl-prev:hover,
.related-projects-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#3d415b;
	background-color:#3d415b;
}

/*** 

====================================================================
	Blog Masonry Section
====================================================================

***/

.blog-masonry-section{
	position:relative;
	padding:130px 0px 130px;
}

.blog-masonry-section .styled-pagination{
	margin-top:30px;
}

/* News Block Two */

.news-block-two{
	position:relative;
	margin-bottom:65px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#222222;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box:hover .image img{
	opacity:0.6;
	-moz-transform:scale(1.07,1.07);
	-webkit-transform:scale(1.07,1.07);
	-ms-transform:scale(1.07,1.07);
	-o-transform:scale(1.07,1.07);
	transform:scale(1.07,1.07);
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding-top:30px;
	padding-bottom:24px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-bottom:1px solid #dddddd;
}

.news-block-two .inner-box:hover .lower-content{
	border-color:#fe5722;
}

.news-block-two .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-two .inner-box .lower-content .post-meta li{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:1.3em;
	margin-right:15px;
	padding-right:15px;
	display:inline-block;
	border-right:1px solid #9b9b9b;
}

.news-block-two .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#fe5722;
}

.news-block-two .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	color:#3d415b;
	font-size:24px;
	line-height:1.4em;
	font-weight:700;
	margin-top:20px;
	margin-bottom:25px;
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#3d415b;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .lower-content h3 a:hover{
	color:#fe5722;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
}

.news-block-two.style-two .inner-box .lower-content h3{
	font-size:30px;
}

.news-block-two.style-two .inner-box .lower-content{
	padding-bottom:45px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 6px 10px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:40px;
	height:40px;
	color:#111111;
	font-size:16px;
	font-weight:700;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ebebeb;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	background-color:#8a241a;
}

.styled-pagination li.prev a{
	font-size:10px;
	color:#ffffff;
	background-color:#3d415b;
}

.styled-pagination li.next a{
	font-size:10px;
	color:#ffffff;
	background-color:#3d415b;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:130px 0px 100px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.blog-classic .styled-pagination{
	margin-top:100px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 65px;
}

.sidebar-widget:last-child{
	margin-bottom:0px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 30px;
	background:#ffffff;
	display:block;
	font-size:15px;
	width:100%;
	height:60px;
	color:#797979;
	font-weight:400;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.sidebar .search-box .form-group textarea::-webkit-input-placeholder,
.sidebar .search-box .form-group input::-webkit-input-placeholder{
	color:#797979;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:16px;
	color:#fe5722;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:45px;
}

.sidebar-title h2{
    font-size: 24px;
    color: #3d415b;
    font-weight: 700;
    line-height: 1.2em;
	display:inline-block;
	padding-right:45px;
    text-transform: capitalize;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
}

.cat-list li a{
	position:relative;
	color:#111111;
	font-size:16px;
	font-weight:400;
	padding-bottom:20px;
	margin-bottom:20px;
	display:block;
	padding-left:26px;
	border-bottom:1px solid #dddddd;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cat-list li a span{
	position:absolute;
	right:0px;
}

.cat-list li:last-child a{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.cat-list li a:hover{
	color:#fe5722;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px 20px 25px;
	margin-bottom:22px;
	border-bottom:1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:18px;
	margin:0px 0px 0px;
	color:#3d415b;
	line-height:1.7em;
	font-weight:700;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .popular-posts .post .text a{
	color:#3d415b;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#fe5722;
}

.sidebar .popular-posts .post-info{
	font-size:14px;
	color:#111111;
	font-weight:400;
	margin-top:8px;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 24px 11px;
	margin:0px 10px 20px 0px;
	color:#111111;
	text-align:center;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:50px;
	border:2px solid #ebebeb;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#fe5722;
	background-color:#fe5722;
	color:#ffffff;	
}

/* Blog Detail */

.blog-detail{
	position:relative;
}

.blog-detail .inner-box{
	position:relative;
}

.blog-detail .inner-box .upper-image{
	position:relative;
}

.blog-detail .inner-box .upper-image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:8px;
}

.blog-detail .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}

.blog-detail .inner-box .lower-content .post-meta{
	position:relative;
}

.blog-detail .inner-box .lower-content .post-meta li{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:1.3em;
	margin-right:15px;
	padding-right:15px;
	display:inline-block;
	border-right:1px solid #9b9b9b;
}

.blog-detail .inner-box .lower-content .post-meta li:nth-child(2){
	color:#fe5722;
}

.blog-detail .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.blog-detail .inner-box .lower-content h2{
	position:relative;
	color:#3d415b;
	font-size:30px;
	line-height:1.4em;
	font-weight:700;
	margin-top:15px;
	margin-bottom:25px;
}

.blog-detail .inner-box .lower-content .text{
	position:relative;
}

.blog-detail .inner-box .lower-content .text p{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:28px;
}

.blog-detail .inner-box .lower-content .text .images-column{
	position:relative;
	margin-top:40px;
}

.blog-detail .inner-box .lower-content .text .images-column .image{
	position:relative;
	margin-bottom:30px;
}

.blog-detail .inner-box .lower-content .text .images-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-detail .inner-box .lower-content .text blockquote{
	position:relative;
	padding:20px 20px 40px;
	text-align:center;
	color:#111111;
	font-size:24px;
	font-style:italic;
	line-height:2em;
}

.blog-detail .inner-box .lower-content .text blockquote .quote-icon{
	position:relative;
	display:block;
	color:#fe5722;
	font-size:24px;
	line-height:1em;
	margin-top:22px;
}

.blog-detail .inner-box .lower-content .text .bold-text{
	position:relative;
	color:#3d415b;
	font-size:18px;
	font-weight:700;
	line-height:1.8em;
	margin-bottom:25px;
}

.blog-detail .inner-box .lower-content .text .bold-text{
	position:relative;
}

/*post share options*/

.blog-detail .post-share-options{
	position:relative;
	margin-top: 50px;
}

.blog-detail .post-share-options .post-share-inner{
	position:relative;
	padding-top:45px;
	border-top:1px solid #dddddd;
}

.blog-detail .post-share-options .tags span{
	font-size:18px;
	color:#3d415b;
	font-weight:700;
	margin-right:8px;
	text-transform: capitalize;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	color:#3d415b;
	font-size:16px;
	font-weight:400;
	line-height: 1em;
	margin-right: 4px;
	display: inline-block;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
	font-family: 'Quicksand', sans-serif;
}

.blog-detail .post-share-options .tags a:hover{
	color:#020e28;
}

.blog-detail .post-share-options .social-box{
	position:relative;
}

.blog-detail .post-share-options .social-box .share{
	position:relative;
	color:#3d415b;
	font-size:18px;
	font-weight:700;
	font-family: 'Quicksand', sans-serif;
}

.blog-detail .post-share-options .social-box li{
	position:relative;
	margin-left:13px;
	display:inline-block;
}

.blog-detail .post-share-options .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:14px;
	color:#3d415b;
	border-radius:50%;
	text-align:center;
	line-height:38px;
	display:inline-block;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-detail .post-share-options .social-box li a:hover{
	color:#fe5722;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h4{
	position:relative;
	font-size:36px;
	color:#3d415b;
	font-weight:700;
	margin-bottom:60px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:60px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:120px;
	padding:15px 0px 0px 160px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:160px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	border-radius:50%;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:700;
	color:#3d415b;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:16px;
	color:#111111;
	margin-left:15px;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:absolute;
	right:0px;
	top:18px;
	font-size:14px;
	color:#fe5722;
	font-weight:700;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:#3d415b;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .group-title h4{
	position:relative;
	margin-bottom:50px;	
}

.comment-form .form-group{
	margin-bottom:20px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 36px;
	color:#888888;
	border:1px solid #dddddd;
	height:60px;
	font-size:14px;
	border-radius:50px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#fe5722;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:25px 36px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:185px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .submit-btn{
	position:relative;
	color:#ffffff;
	font-weight:600;
	font-size:14px;
	margin-top:20px;
	border-radius:50px;
	border:2px solid #fe5722;
	background-color:#fe5722;
	padding:17px 35px 17px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .submit-btn:hover{
	background:none;
	color:#fe5722;
}

.contact-page-section{
	position:relative;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/
 
.contact-page-section {
    position: relative;
    padding-top: 1px;
    padding-bottom: 35px;
}
.contact-info-box {
    padding: 30px 20px 25px 52px;
    text-align: center;
    height: 238px;
}
.contact-info-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border:1px solid #ececec;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
    transition: all ease-in-out 0.3s;
}
.contact-info-box:hover:after {
    background: #983e35;
}
.contact-page-section .map-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .map-column .inner-column{
	position:relative;
	padding-right:35px;
}

.contact-page-section .map-column .map-canvas{
	position:relative;
	height:780px;
}

.contact-page-section .form-column{
	position:relative;
}

.contact-page-section .form-column .inner-column{
	position:relative;
}

.contact-page-section .form-column h2{
	position:relative;
	font-weight:700;
	color:#3e4d69;
	font-size:36px;
}

.contact-page-section .form-column .text{
	position:relative;
	font-weight:400;
	color:#111111;
	font-size:15px;
	line-height:2em;
	margin-top:24px;
	margin-bottom:45px;
}

.contact-page-section .form-column h3{
	position:relative;
	font-weight:700;
	color:#3e4d69;
	font-size:24px;
}

.contact-page-section .form-column .sub-text{
	position:relative;
	font-weight:400;
	color:#888888;
	font-size:16px;
	line-height:2em;
	margin-top:18px;
	margin-bottom:22px;
}

.contact-page-section .form-column .social-box{
	position:relative;
}

.contact-page-section .form-column .social-box li{
	position:relative;
	color:#3e4d69;
	font-size:18px;
	margin-right:20px;
	display:inline-block;
}

.contact-page-section .form-column .social-box li a{
	position:relative;
	color:#3e4d69;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-page-section .form-column .social-box li a:hover{
	color:#fe5722;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form{
	position:relative;
	margin-bottom:45px;	
}

.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 28px;
	color:#888888;
	border:1px solid #dddddd;
	height:50px;
	font-size:14px;
	border-radius:50px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#fe5722;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:25px 36px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:200px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:12px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:16px;
	border-radius:50px;
	border:2px solid #8a241a;
	background-color:#8a241a;
	padding:12px 45px 12px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Quicksand', sans-serif;
}

.contact-form button:hover{
	background:none;
	color:#8a241a;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Map Info Section
====================================================================

***/
.contact-page-section h3 {
    font-size: 42px;
    color: #3e4d69;
    margin-bottom: 35px;
    font-weight: 600;
}
.contact-page-section p {
    line-height: 35px;
    margin-bottom: 45px;
}
.facebook a
{
	background-color:#3a5896 !important;
}
.facebook a:after
{
	background-color:#3a5896 !important;
}
.google a
{
	background-color:#c2453a !important;
}
.google a:after
{
	background-color:#c2453a !important;
}
.pinterest a
{
	background-color:#e00019 !important;
}
.pinterest a:after
{
	background-color:#e00019 !important;
}
.linkedin a
{
	background-color:#0271ae !important;
}
.linkedin a:after
{
	background-color:#0271ae !important;
}
.contact-page-section ul li a {
    font-size: 14px;
    background-color: #1c9deb;
    color: #fff;
    padding: 0 5px 0 14px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px;
}
.contact-page-section ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #1c9deb;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg,0deg);
    -moz-transform: skew(-12deg,0deg);
    -ms-transform: skew(-12deg,0deg);
    -o-transform: skew(-12deg,0deg);
    transform: skew(-12deg,0deg);
}
.contact-page-section ul li {
    display: inline-block;
    margin-right: 15px;
}

.contact-info-section {
    position: relative;
    padding: 30px 0px 10px;
}

.contact-info-box{
	position:relative;
	margin-bottom:30px;
}

.contact-info-box .box-inner {
    position: relative;
    padding-left: 0;
    padding-top: 18px;
    color: #333;
}

.contact-info-box .box-inner .text{
	position:relative;
	color:#333;
	font-size:18px;
	line-height:1.7em;
	margin-top: 45px;
	transition: all ease-in 0.3s;
}
.contact-info-box:hover .text {
    color: #fff;
}
.contact-info-box .box-inner .text a{
	position:relative;
	color:#333;
	display: inline-block;
	transition: all ease-in 0.3s;
}
.contact-info-box:hover .box-inner .text a {
    color: #fff;
}
.borderdiv {
    border: 1px solid #ddd;
    padding: 20px 18px;
    margin: 25px 0;
    border-radius: 0;
}
.history-section .content-column .inner-column .text p i {
    margin-right: 8px;
}
.applynow {
    border: 1px solid #ddd;
    padding: 20px;
    background: #f5f5f5;
}
.freeContry span.select2.select2-container.select2-container--default {
    background: #fff;
    padding: 5px 0;
    border: 1px solid #ced4da;
}
.apply-btn
{
	position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid #980a2d;
    background-color: #980a2d;
    padding: 12px 45px 12px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Quicksand', sans-serif;
}
.apply-btn:hover {
    background: none;
    color: #980a2d;
}
.borderR
{
	border-right: 1px solid #ddd;
}
.contact-info-box .box-inner .icon-box {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: #983e35;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #983e35;
    margin: auto;
    transition: all ease-in-out 0.3s;
}
.contact-info-box:hover .icon-box {
    color: #fff;
    border: 2px solid #fff;
}

.contact-info-box:nth-child(2) .box-inner .icon-box{
	color:#ff1010;
	border-color:#ff1010;
}

.contact-info-box:nth-child(3) .box-inner .icon-box{
	color:#ffcf0e;
	border-color:#ffcf0e;
}

/*Shop Item*/

.shop-page-container{
	max-width:1640px;	
}

.shop-item{
	position:relative;
	margin-bottom:80px;
}

.shop-item .inner-box{
	position:relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box{
	opacity:1;
}

.shop-item .inner-box .image{
	position:relative;
	text-align:center;
	border-radius:12px;
	overflow:hidden;
}

.shop-item .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:50%;
	opacity:0;
	text-align:center;
	background-color:rgba(61,65,91,0.30);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.shop-item .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
}

.shop-item .inner-box .image .overlay-box .overlay-inner .content{
	position: relative;
	text-align:center;
    display: table-cell;
    vertical-align: middle;
}

.shop-item .inner-box .image .overlay-box .cart-btn{
	position:relative;
	color:#fe5722;
	font-size:16px;
	font-weight:700;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	padding:15px 25px 15px 70px;
	font-family: 'Quicksand', sans-serif;
	
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-item .inner-box .image .overlay-box .cart-btn .fa{
	position:absolute;
	left:2px;
	top:2px;
	bottom:2px;
	width:47px;
	color:#ffffff;
	line-height:47px;
	border-radius:50%;
	background-color:#3d415b;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-item .inner-box .image .overlay-box .cart-btn:hover{
	background-color:#222222;
	color:#ffffff;
}

.shop-item .inner-box .image .overlay-box .cart-btn:hover .fa{
	background-color:#8a241a;
	color:#ffffff;
}

.shop-item .inner-box:hover .image .overlay-box{
	height:100%;
}

.shop-item .inner-box .image img{
	width:100%;
	display:inline-block;
}

.shop-item .inner-box .lower-content{
	position:relative;
	padding:35px 0px 35px;
	border-bottom:1px solid #ebebeb;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:25px;
	font-weight:700;
	margin-bottom:25px;
}

.shop-item .inner-box .lower-content h3 a{
	color:#5e4eef;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#8a241a;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#111111;
	font-size:24px;
	font-weight:700;
	font-family: 'Quicksand', sans-serif;
}

.shop-item .inner-box .lower-content .price .discount{
	position:relative;
	color:#bbbbbb;
	margin-right:8px;
	text-decoration:line-through;
}

.shop-item .inner-box .lower-content .like-btn{
	position:relative;
	font-size:22px;
	color:#111111;
	top:2px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .lower-content .like-btn:hover{
	color:#fe5722;
}

/*Sidebar Range slider */

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 10px;
    overflow: hidden;
	margin-top:-20px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#3e4d69;
	font-size:18px;
	font-weight:700;
	margin-top:8px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#111111;
	font-size:18px;
	font-weight:700;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	color:#111111;
	max-width:75px;
	padding-left:8px;
	margin-top:8px;
	font-weight:700;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:#111111;
	font-size:18px;
	font-weight:700;
	width:auto;
	text-align:left;	
}

.range-slider-one .ui-widget.ui-widget-content{
	height:3px;
	border:none;
	margin-bottom:35px;
	background:#eeeeee;	
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:3px;
	background:#333333;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-6px;
	width:15px;
	height:15px;
	background:#fe5722;
	cursor:pointer;
	border-radius:0px;
	border-color:#fe5722;
}

.range-slider-one .theme-btn{
	padding:8px 24px;
	border-radius:50px;
	font-size:16px;
	font-weight:700;
	color:#fe5722;
	border:1px solid #fe5722;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.range-slider-one .theme-btn:hover{
	color:#ffffff;
	background-color:#fe5722;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{
	position:relative;
	padding:0px 0px;
	padding-left:150px;
	min-height:120px;
	margin-bottom:40px;
}

.sidebar .related-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .related-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
	min-height:inherit;
}

.sidebar .related-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:120px;
	 border-radius:12px;
	 overflow:hidden;
}

.sidebar .related-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .related-posts .post h4{
	position:relative;
	top:2px;
	font-size:20px;
	font-weight:700;
	color:#3e4d69;
	text-transform:capitalize;
}

.sidebar .related-posts .post h4 a{
	color:#3e4d69;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover{
	color:#fe5722;	
}

.sidebar .related-posts .post .price{
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	color:#fe5722;
	padding:20px 0px 22px;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .related-posts .post .rating{
	margin-bottom:1px;	
	line-height:1em;
}

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:26px;
	color:#111111;
	margin-right:2px;
}

/*Item Sorting*/

.our-shops .items-sorting{
	position:relative;
	margin-bottom:35px;	
}

.our-shops .items-sorting .results-column,
.our-shops .items-sorting .select-column{
	margin-bottom:20px;	
}

.our-shops .items-sorting .results-column h6{
	font-size:16px;
	font-weight:400;
	color:#111111;
	line-height:24px;
	padding:18px 0px;
}

.our-shops .items-sorting .form-group{
	margin-bottom:0px;	
}

.our-shops .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 30px 9px;
	height:60px;
	font-size:14px;
	border:1px solid #dddddd;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#666666;
	border-radius:50px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.our-shops .items-sorting select option{
	text-indent:15px;	
}

/*** 

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section{
	position:relative;
	padding-top: 120px;
	padding-bottom:90px;
	z-index: 9;
	background-color: #ffffff;
}

/*Product Details*/

.product-details .basic-details{
	position:relative;
	margin-bottom:50px;
}

.product-details .image-column .image-carousel{
	border-radius:15px;
	overflow:hidden;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:50px;
}

.product-details .info-column .add-to-cart{
	padding:13px 43px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:10px;
	margin-right:10px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .thumbs-carousel{
	margin-top:30px;
	padding:0px 75px;
}

.product-details .image-column .thumbs-carousel li{
	background-color:#f2f2f2;
	text-align:center;
	padding:0px 0px;
	cursor:pointer;
	border-radius:12px;
	overflow:hidden;
}

.product-details .image-column .thumbs-carousel li img{
	width:100%;
	display:inline-block;
}

.product-details .image-column .owl-dots{
	display:none;	
}

.product-details .image-column .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-25px;
}

.product-details .image-column .owl-nav .owl-prev{
	position:absolute;
	left:10px;
	width:30px;
	height:50px;
	color:#7362ff;
	font-size:18px;
	line-height:48px;
	text-align:center;
	border:1px solid #7362ff;
	display:inline-block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.product-details .image-column .owl-nav .owl-next{
	position:absolute;
	right:10px;
	width:30px;
	height:50px;
	color:#7362ff;
	font-size:18px;
	line-height:48px;
	text-align:center;
	border:1px solid #7362ff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.product-details .image-column .owl-nav .owl-prev:hover,
.product-details .image-column .owl-nav .owl-next:hover{
	color:#8a241a;
	border-color:#8a241a;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:0px;	
}

.product-details .basic-details .details-header h2{
	font-weight:700;
	margin:0px 0px;
	line-height:1.5em;
	color:#3e4d69;
	font-size:42px;
	margin-bottom:30px;
}

.product-details .basic-details .details-header h2 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	margin-bottom:15px;
	display:inline-block;
}

.product-details .basic-details .details-header .rating span{
	color:#ffaa00;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	color:#111111;
	font-size:16px;
	margin-left:30px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews a{
	color:#111111;
	margin-left:30px;
	display:inline-block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.product-details .basic-details .details-header .reviews a:hover{
	color:#7362ff;
}

.product-details .basic-details .details-header .item-price{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#fe5722;
	line-height:24px;
	margin-top:30px;
	margin-bottom:20px;
	font-family: 'Quicksand', sans-serif;
}

.product-details .basic-details .details-header .product-list{
	position:relative;
	margin-top:45px;
}

.product-details .basic-details .details-header .product-list li{
	position:relative;
	color:#111111;
	font-size:18px;
	line-height:1.3em;
	padding-right:25px;
	margin-right:25px;
	display:inline-block;
	border-right:1px solid #111111;
}

.product-details .basic-details .details-header .product-list li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.product-details .basic-details .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:40px;
	margin-top:35px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#111111;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#11da61;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:120px;
	margin-bottom:15px;
	margin-right:35px;
	box-shadow:none;
	border:1px solid #dddddd;
	border-radius:50px 0px 0px 50px;
}

.product-details .basic-details .btns-box{
	position:relative;
	margin-top:25px;
}

.product-details .basic-details .btns-box .btn-style-fifteen{
	padding:13px 32px;
	font-size:18px;
	margin-right:25px;
	margin-bottom:15px;
}

.product-details .basic-details .btns-box .wishlist-btn{
	position:relative;
	color:#111111;
	font-size:16px;
	font-weight:700;
	padding:18px 34px;
	display:inline-block;
	background:none;
	border-radius:50px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	border:1px solid #bbbbbb;
	font-family: 'Quicksand', sans-serif;
}

.product-details .basic-details .btns-box .wishlist-btn .icon{
	position:relative;
	margin-left:20px;
}

.product-details .basic-details .btns-box .wishlist-btn:hover{
	color:#ffffff;
	border-color:#7362ff;
	background-color:#7362ff;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	border:none;
	font-size:18px;
	background:none;
	padding:10px 30px !important;
	height:54px !important;
	box-shadow:none !important;	
}

.bootstrap-touchspin .input-group-btn-vertical{
	width:30px;
	border-left:1px solid #dddddd;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13px 10px;
	background:none;
	left:4px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:1px;	
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f0d8";
	font-size: 18px;
	font-style:normal;
	font-weight:800;
	font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f0d7";
	font-size: 18px;
	font-style:normal;
	font-weight:800;
	font-family: 'Font Awesome 5 Free';
}

/* sel colors */

.product-details .basic-details .sel-colors{
	position:relative;
	float:left;
	margin-top:12px;
}

.product-details .basic-details .sel-colors strong{
	position:relative;
	top:-11px;
	display:inline-block;
	font-size:16px;
	color:#333333;
	font-weight:600;
	line-height:30px;
	text-transform:uppercase;
	margin-right:10px;
}

.product-details .basic-details .sel-colors .color-box{
	position:relative;
	width:30px;
	height:30px;
	margin-right:16px;
	border-radius:50%;
	display:inline-block;
}

.product-details .basic-details .sel-colors .color-box input{
	position:absolute;
	visibility:hidden;
	opacity:0;
}

.product-details .basic-details .sel-colors .color-box label{
	position:relative;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	border-radius:50%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-details .basic-details .sel-colors .color-box input[type="radio"]:checked+label:before{
	position:absolute;
	width:20px;
	height:20px;
	content:'';
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
	background:url(../images/icons/tick.png) no-repeat;
}

/* Reviews section */

.reviews-section{
	position:relative;
}

.reviews-section h3{
	position:relative;
	font-weight:700;
	color:#3e4d69;
	font-size:30px;
	line-height:1.4em;
	margin-bottom:50px;
}

.reviews-section h4{
	position:relative;
	font-weight:700;
	color:#3e4d69;
	font-size:24px;
	line-height:1.4em;
	margin-bottom:30px;
}

.reviews-section .description-column{
	position:relative;
	margin-bottom:40px;
}

.reviews-section .description-column .inner-column{
	position:relative;
	padding:48px 40px 50px;
	border:1px solid #dddddd;
}

.reviews-section .description-column .text{
	position:relative;
	color:#111111;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:35px;
}

.reviews-section .comments-column{
	position:relative;
	margin-bottom:40px;
}

/* Shop Comments Area */

.shop-comments-area{
	position:relative;
}

.shop-comments-area .comment-box{
	position:relative;
	margin-bottom:40px;
	padding:36px 38px 35px;
	border:1px solid #dddddd;
}

.shop-comments-area .comment-box.reply-comment{
	margin-left:135px;
}

.shop-comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.shop-comments-area .comment-box .comment{
	position:relative;
	padding-left:100px;
}

.shop-comments-area .comment-box .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	margin-bottom:20px;
}

.shop-comments-area .comment-box .comment-inner{
	position:relative;
}

.shop-comments-area .comment-box .comment-inner .comment-info{
	position:relative;
	color:#222222;
	font-weight:700;
	font-size:16px;
	font-family: 'Quicksand', sans-serif;
}

.shop-comments-area .comment-box .comment-inner .comment-info span{
	position:relative;
	font-weight:400;
	color:#111111;
	font-size:14px;
	margin-left:30px;
}

.shop-comments-area .comment-box .comment-inner .rating{
	position:relative;
	color:#fca600;
	font-size:14px;
	margin-top:3px;
}

.shop-comments-area .comment-box .comment-inner .text{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:1.7em;
	margin-top:12px;
}

/* Reviews Comment Section */

.reviews-comment-section{
	position:relative;
	padding-top:85px;
	margin-bottom:40px;
}

.reviews-comment-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:65px;
}

.reviews-comment-section .title-box h2{
	position:relative;
	color:#3e4d69;
	font-size:42px;
	font-weight:700;
}

.reviews-comment-section .title-box .text{
	position:relative;
	color:#111111;
	font-size:18px;
	margin-top:22px;
}

.reviews-comment-section .title-box .text span{
	color:#fe5722;
}

.reviews-comment-section .title-box .rating{
	position:relative;
	margin-top:30px;
}

.reviews-comment-section .title-box .rating .rate{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	margin-right:8px;
	font-family: 'Quicksand', sans-serif;
}

.reviews-comment-section .title-box .rating .far{
	position:relative;
	color:#fca600;
}

.reviews-comment-section .comment-form{
	max-width:870px;
	margin:0 auto;
}

.reviews-comment-section .comment-form .theme-btn{
	padding:8px 41px;
	margin-top:15px;
}




/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0px 140px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
	margin-bottom:50px;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;
	border-bottom:1px solid #e9e9e9;
}

.cart-outer .cart-table tbody{
	padding-bottom:30px;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#3e4d69;
	color:#1c1c1c;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:15px 28px;
	font-weight:700;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	border-right:1px solid #ffffff;
	font-family: 'Quicksand', sans-serif;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 50px 25px;
}

.cart-table tbody tr .qty{
	width:225px;
	padding-right:80px;
}

.cart-table tbody tr .qty .item-quantity{
	border:1px solid #dddddd;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart-table tbody tr .prod-column .column-box{
	position: relative;
    min-height: 120px;
    padding-top: 15px;
    padding-left: 150px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	float:left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	position:relative;
	font-size:18px;
	color:#222222;
	font-weight:700;
}

.cart-table tbody tr .prod-column .column-box .text{
	position:relative;
	font-size:16px;
	color:#111111;
	font-weight:400;
	margin-top:15px;
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
	font-weight:700;
	color:#222222;
	font-size:18px;
	font-family: 'Quicksand', sans-serif;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#8a241a;
	line-height:30px;
	font-weight:500;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	font-size:24px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#f67a65;
}

.cart-table tbody tr{
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	border-left:1px solid #ebebeb;
}

.cart-table tbody tr .total-price{
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #ebebeb;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:17px;
	color:#797979;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:28px 35px 15px;
	margin-bottom:50px;
	background-color:#f9f9f9;
	border:1px solid #ebebeb;
	border-top:0px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:15px;
	padding:8px 25px;
	border:1px solid #e0e0e0;
	width:230px;
	height:50px;
	font-size:14px;
	background:#ffffff;
	border-radius:50px;
}

.cart-section .btn-style-two{
	margin-left:22px;
	padding:10px 35px;
}

.cart-section .btn-style-two:hover{
	color:#ffffff;
}

.cart-section .cart-options .btn-style-one{
	top:-4px;
	font-weight:500;
	font-size:15px;
	padding:5px 32px;
}

.cart-section .totals-table{
	position:relative;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:14px 0px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#111111;
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;
	color:#797979;
}

.cart-section .checkout-btn{
	padding:8px 45px;
	margin-top:20px;
}

.cart-section .cart-btn{
	padding:8px 34px;
	margin-top:110px;
}

.cart-table tbody tr .qty .input-group-btn-vertical{
	position:absolute;
	right:0px;
	top:0px;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:65px;	
}

.checkout-page .default-links li{
	position:relative;
	margin-bottom:45px;
	line-height:24px;
	color:#111111;
	font-size:18px;
	font-weight:400;
	padding-left:58px;
	font-family: 'Quicksand', sans-serif;
}

.checkout-page .default-links li:last-child{
	margin-bottom:0px;
}

.checkout-page .default-links li:before{
	position:absolute;
	content:'\f2d0';
	left:0px;
	top:0px;
	color:#5e4eef;
	font-size:24px;
	line-height:1em;
	font-family: 'Font Awesome 5 Free';
}

.checkout-page .default-links li a{
	color:#222222;
	font-weight:700;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.checkout-page .default-links li a:hover{
	color:#5e4eef;
	text-decoration:underline;
}

.shop-form .sec-title{
	margin-bottom:50px;
}

.shop-form .sec-title h2{
	font-size:30px;
}

.billing-details .shop-form .form-group{
	margin-bottom:20px;	
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	text-transform:capitalize;
	color:#111111;	
	font-size:15px;
	font-weight:400;
}

.shop-form .form-group .field-label strong{
	color:#222222;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form .form-group .check-box{
	position:relative;
	color:#222222;
	font-size:15px;
}

.shop-form .form-group .checkbox-text{
	position:relative;
	color:#aaaaaa;
	font-size:15px;
	line-height:1.8em;
	margin-top:5px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:50px;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#7362ff;	
}

/* Shop Order Box */

.shop-order-box{
	position:relative;
	/* argin-top:80px; */
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li:first-child{
	background-color: #8c271e;
	padding:19px 28px;
	color:#ffffff;
	font-size:18px;
	font-family: 'Quicksand', sans-serif;
}

.shop-order-box .order-list li:first-child span {
    color: #ffffff;
    font-size: 18px;
    text-align: right;
    padding: 0 10px 0 0;
}

.shop-order-box .order-list li:last-child{
	background-color:#f4f9ff;
	padding:19px 28px;
	font-size:15px;
	border:none;
	font-family: 'Quicksand', sans-serif;
}
.shop-order-box .order-list li.greenColor {
    color: #008800;
}
.shop-order-box .order-list li.greenColor span.dark {
    color: #008800;
}

.shop-order-box .order-list li{
	position:relative;
	color:#111111;
	font-size:15px;
	font-weight:700;
	padding:15px 28px;
	text-transform:uppercase;
	border-bottom:1px solid #cccccc;
}

.shop-order-box .order-list li:nth-child(4){
	border-bottom:0px;
}

.shop-order-box .order-list li span{
	color:#222222;
	float:right;
	width:35%;
	text-align:left;
	font-size:15px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.shipping{
	font-size:15px;
	font-weight:700;
	color:#111111;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
	font-weight:700;
}

/* Payment Option */

.payment-options{
	position:relative;
	margin-top:50px;
	margin-bottom:35px;
	padding:40px 40px 10px;
	background-color:#f4f9ff;
	border-bottom:2px solid #b7b7b7;
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:20px;
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:400;
	display: inline-block;
	color:#222222;
	font-size:16px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:5px;
}

.checkout-page .payment-options .what-paypall{
	font-size:16px;
	font-weight:400;
	color:#111111;
	position:relative;
	display:block;
	text-align:right;
	margin-right:30px;
}

.checkout-page .payment-options .paypall-image{
	float:right;
	margin-top:15px;
	margin-bottom:20px;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	border-radius:4px;
	line-height:20px;
	line-height:1.7em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#7362ff;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #7362ff;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:block;
	float:right;
	margin-top:15px;
}

.place-order .order-btn{
	font-weight:700;
	font-size:15px;
	padding:12px 33px;
	color:#ffffff;
	border-radius:50px;
	text-transform:uppercase;
	border:2px solid #3e4d69;
	background-color:#3e4d69;
	font-family: 'Quicksand', sans-serif;
}

.place-order .order-btn:hover{
	background:none;
	color:#3e4d69;
}

/*** 

====================================================================
		Mobile Menu Style 
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	display: none;
}

.nav-outer .mobile-nav-toggler .icon{
	display: block;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	padding:14px 0px;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 52px 0 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	transform:rotate(315deg);
}

.mobile-menu .close-btn:hover{
	color:#feb322;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left:5px solid #feb322;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
	color:#feb322;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	background:#feb322;	
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:28px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .social-links li a:hover{
	color:#feb322;	
}

.map-data{
	text-align:center;
	color:#0e2a4e;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*** 

====================================================================
	Element In View
====================================================================

***/

.about-section-two .image-column .inner-column.now-in-view::before{
	border-color:#feb322;
	left:50px;
	top:50px;
	right:20px;
	bottom:-50px;
}




.hover-tle {
    font-size: 20px;
    font-weight: 400;
    color: #bf9865;
    line-height: normal;
    margin-bottom: 15px;
}

.hover-detail {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 26px;
    color: #444;
}

.work-3-line {
    width: 40px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    height: 1px;
    background-color: #000;
}

.hover-profit {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: Green;
}



.nfrmres{display:none;}

.nfrmres2{display:block;}








.footer-text h2 {
    font-size: 16px;
    border-bottom: solid 0 #968b82;
    padding: 0;
    width: 100%;
    color: #d3d3d3;
    margin: 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 500;
}

.line-orange-l {
    width: 50px;
    height: 2px;
    background-color: #bf9865;
    margin: 15px auto 10px 0;
}

.footer-text ul li h3 a {
    font-size: 13px;
    color: #a8a8a8;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
	
    line-height: 16px;
}
.nform {
    position: relative;
   
    margin: 0 auto;
}
.newsletter-block {
    position: relative;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    background-color: #fff;
    padding: 31px 20px;
    /* height: 302px; */
    /* top: -30px; */
}

.nform h5 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #66f;
    padding-bottom: 10px;
}
.freeFom {
    margin: 60px 22px 0;
    padding: 40px;
}
.freeFom .form-control {
    border: 1px solid #e2e0e0;
    border-radius: 0;
}
.getStock {
    text-align: center;
    font-size: 18px;
    margin: 0;
    color: #8a241a;
    font-weight: bold;
}
.byClick a {
    text-decoration: underline;
        color: #8a241a;
}
.freeFom h3 {
    font-weight: bold;
    color: #8a241a;
    text-transform: uppercase;
}
.freeForm .form-group {
    position: relative;
}
.freeForm .form-group i {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 13px;
    z-index: 9;
}
.byClick {
    color: #111;
    margin: 0 0 11px;
    text-align: center;
    font-size: 13px;
}
.custom-search-input-2 button.mainBtn {
    display: block;
    width: 100%;
    color: #fff;
    background: #8a241a;
    padding: 15px 0;
}
.freeFom h5 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 15px;
    font-weight: bold;
}
.servicesInner h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    position: relative;
    border-bottom: 1px solid #000;
    margin: 0 0 15px;
    text-align: center;
}
.multiIn h2 ,.servicesInner .multiIn h3, .multiIn .multiList li{
    color: #fff;
}
.servicesInner {
    padding: 54px 70px;
}
.multiIn h2 {
    border-bottom: 1px solid #fff;
}
.servicesInner h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin: 0 0 17px;
}

.servicesInner p {
    color: #111;
    margin: 5px 0 10px;
    font-size: 16px;
    text-align: justify;
}
.multiList li {
    color: #111;
    list-style: none;
    margin: 0 0 11px 0;
    font-size: 17px;
    border-bottom: 1px solid #b3b8bd;
    padding: 0 0 9px;
    text-align: center;
}
.multiList ul {
    margin: 7px 0 0;
}
.rdBtn a, .mainBtn {
    border: 1px solid #8a241a;
    background: #8a241a;
    color: #fff;
    display: inline-block;
    padding: 10px 46px;
    transition: all ease-out 0.3s;
}
.rdBtn a:hover, .mainBtn:hover {
    background: #fff;
    color: #8a241a;
}

.rdBtn, .blogBtn{
	text-align: center;
	margin: 1px 0 0;
}
.blogBtn a {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    display: inline-block;
    padding: 10px 46px;
    transition: all ease-out 0.3s;
}
.blogBtn a:hover {
    background: #fff;
    color: #8a241a;
}

.topHeader {
    background: #8a241a;
    background: -webkit-linear-gradient(to left,#9c0332,#8a241a);
    background: -moz-linear-gradient(to left,#9c0332,#8a241a);
    background: -ms-linear-gradient(to left,#9c0332,#8a241a);
    background: -o-linear-gradient(to left,#9c0332,#8a241a);
    background: linear-gradient(to left,#9c0332,#8a241a);
    padding: 5px 0;
}
.topHeader p {
	margin: 0;
	color: #fff;
}
.topHeader p a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
.topHeader p button {
    display: inline-block;
    float: right;
    background: no-repeat;
    color: #fff;
    font-size: 20px;
    vertical-align: top;
}
.testimonial{
    margin: 0 2px 4px;
    padding: 0px 10px;

}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #bb3c30;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #8a241a;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
    height: 253px;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #8a241a;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #8a241a;
}
.videoTop {
    background: #8a241a;
   padding: 15px 0 30px;
}
.videoTop h2 {
    color: #fff;
    font-weight: bold;
    margin: 0 0 7px;
        text-align: center;
}
.videoTop p {
    color: #fff;
}
.mediaImg {
    position: relative;
	z-index: 1;
}
.mediaImg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 0;
}
.mediaDetail h2 {
    color: #111;
    font-weight: bold;
    font-size: 22px;
    margin: 12px 0;
}
.mediaDetail p {
    color: #111;
}
.mediaDetail {
    padding: 1px 20px;
}
.media01 {
    position: relative;
    z-index: 99;
    transform: translateY(-30px);
}
.mediaInner {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px;
}
.wdth img{
	width: 100%;
}
.mediaImg a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    z-index: 99;
}
.custom-search-input-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}
.custom-search-input-2 {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-search-input-2 input {
    height: 50px;
    padding-left: 15px;
    font-weight: 500;
}
input[type=submit] {
    color: #222;
    margin-top: 10px;
    background-color: #ffc107;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.keyLisk {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 22px;
}
.keyLisk ul li {
    list-style: circle;
}
.mediaPage{
	height: 99px;
}
.mb30{
	margin-bottom: 30px;
}
.mediaPageIn .mediaDetail h2 {
    color: #8a241a;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    height: 60px;
}
.faqSec{
	padding: 50px 0;
}
.login{
	text-align: center;
	position: relative;
}
.social-list{
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.social-list li {
    display: inline-block;
    font-size: 16px;
}

.social-list li a {
    margin:2px;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

/** Social media **/
.facebook-bg {
    background: #4867aa;
    color: #fff;
}

.facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.twitter-bg {
    background: #33CCFF;
    color: #fff;
}

.twitter-bg:hover {
    background: #56d7fe;
    color: #fff;
}

.google-bg {
    background: #db4437;
    color: #fff;
}

.google-bg:hover {
    background: #dc4e41;
    color: #fff;
}

.linkedin-bg {
    background: #0177b5;
    color: #fff;
}

.linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}
.loginModal {
    background: #fff;
    padding: 25px 30px 30px;
    border-radius: 5px;
    max-width: 380px;
    margin: 0 auto;
        width: 380px;
}
.modalContent{
	background: none !important;
	border-radius: 0 !important;
	box-shadow: 0 !important;
	border: 0 !important;
}
.loginModal h2 {
    font-size: 18px;
    text-align: center;
    margin: 12px 0 23px;
    color: #000;
}
.loginModal .form-control {
    height: 45px;
    border-radius: 0;
    border: 1px solid #e8e7e7;
}
.loginModal .form-group {
    margin-bottom: 25px;
}

.loginModal label{
	position: relative;
	margin: 0;
	cursor: pointer;
}
.loginModal label:after {
    content: "\2713";
    left: -18px;
    position: absolute;
    top: 2px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    width: 16px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #cccccc;
    z-index: 1;
}
.loginModal input[type="checkbox"] {
    display: inline-block;
    position: relative;
    z-index: 9999;
    opacity: 0.0000001;
}
.loginModal input[type="checkbox"]:checked + label:after {
	background: #8a241a;
    border: 1px solid #8a241a;
}
.forget {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #000;
}
.logInBtn {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    background: #8a241a;
}

.multiBagger03 h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px;
}
.pricing03{
	padding: 50px 0;
}
.multiList03 ul {
    display: flex;
    flex-wrap: wrap;
}
.multiList03 ul li {
    flex: 1 1 auto;
    background: #f0f0f0;
    text-align: center;
    padding: 20px;
}
.multiList03 ul li h3 {
    font-size: 18px;
    font-weight: bold;
}

.multiList03 ul li span {
    display: block;
    color: #111;
    margin: 5px 0;
}
.multiList03 ul li:nth-child(odd){
	background: #fbfbfb;
}
.multicontain03 ul li {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    text-align: center;
}
.multiBagger03 h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 12px;
    text-align: center;
    position: relative;
}
.multiBagger03 h2 span {
	display: inline-block;
	background: #f0f0f0;
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}
.multiBagger03 {
    background: #f0f0f0;
    border: 1px solid #ddd;
}
.multiBagger03 h2:after {
	content: '';
	left: 0;
	top: calc(50% - 3px);
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ddd;
	z-index: 1;
}
.multiBagger03 h2:before {
	content: '';
	left: 0;
	bottom: calc(50% - 3px);
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ddd;
	z-index: 1;
}
.multicontain03 {
    margin: 0 0 25px;
        height: 301px;
}
.payBtn button {
    border: 1px solid #8a241a;
    background: #8a241a;
    color: #fff;
    display: block;
    padding: 10px 46px;
    transition: all ease-out 0.3s;
    width: 100%;
}

.payBtn button[disabled]{
	 opacity: 0.65;
	 cursor: not-allowed;
}
.payBtn button[disabled]:hover{
    background: #8a241a;
    color: #fff;
}
.payBtn button:hover {
    background: #fff;
    color: #8a241a;
}
.multiList03 label{
	display: inline-block;
	position: relative;
}
.multiList03 input[type='radio'] {
    opacity: 0.000001;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    cursor: pointer;
}

.multiList03 label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    z-index: 1;
}
.multiList03 input[type='radio']:checked + label:after{
    background: #88241a;
}
.multiList03 label:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    border: 1px solid #ccc;
    z-index: 1;
}
.radioDiv{
	text-align: center;
	position: relative;
}
.query {
    padding: 25px 0 0;
}
.newtypein {
    border: 1px solid #ddd;
    padding: 10px;
}
.searchIcon {
    position: absolute;
    right: 8px;
    top: 15px;
    color: #000;
}
.pos {
    position: relative;
}
.queryIn h2 {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin: 0 0 18px;
    overflow: hidden;
}
.queryIn h2 i {
    color: #8a241a;
    font-size: 22px;
    border: 1px solid #8a241a;
    border-radius: 50px;
    width: 36px;
    text-align: center;
    height: 36px;
    line-height: 32px;
}
.queryIn h2 span {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin: 8px 0 0;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
}
.queryIn h2 span strong {
    display: inline-block;
    font-size: 23px;
    margin: 5px 0 0;
}
.subject {
    color: #111;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 18px;
}
.subject span {
    display: inline-block;
    color: #8a241a;
}
.queryIn p {
    margin: 0 0 12px;
    color: #000;
    font-size: 16px;
}
.queryIn {
    
    padding: 30px;
}
.queryDesk {
   
}
.bgfbColor{
	background: #fbfbfb
}
.newpagination b {
    display: inline-block;
    color: #fff;
    background: #8a241a;
    border-radius: 50px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.newpagination a {
    display: inline-block;
    color: #111;
    background: #ebebeb;
    border-radius: 50px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin: 0 6px;
    font-weight: 700;
}
.pagiStall {
    padding: 0 0 37px;
}
.history-section ul li {
    list-style: circle;
}
.imgWdth iframe {
    width: 100%;
    height: 233px;
}
.countryCode {
    position: absolute;
    left: 6px;
    top: 17px;
    background: none;
    width: 69px;
}
.contryInput input {
    padding: 0 0 0 76px;
}
.parallax-layer h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}
.images-column img {
    padding: 50px 0;
}
.queryRead {
    margin: 20px 0 0;
}
.dwnlodPresntion a.mainBtn {
    padding: 8px 22px;
}
.dwnlodPresntion a.mainBtn i {
    margin: 0 0 0 8px;
}
.inner-box .wdth img {
    height: 246px;
    object-fit: cover;
}
.inner-box p {
    min-height: 125px;
}
.servicePattiIn h2 {
    color: #fff;
    font-weight: 600;
        text-align: center;
}
.pmsImg {
    margin: 100px 0 0;
}
.multiMomentBtn {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 999;
}
.multiMomentDiv {
    padding: 0 0 32px;
}
.owl-dots {
    text-align: center;
}
.owl-dot {
    display: inline-block;
}
.owl-dot span {
    display: inline-block;
    background: #d4d4d4;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    margin: 0 5px;
}
.owl-dot.active span {
    background: #8a241a;
}
.hoverContain .multiList {
    padding: 20px 80px;
    transition: all ease 0.3s;
    opacity: 0;
    transition-delay: 0.3s;
}
.hoverContain {
    position: absolute;
    background: #f5f5f5;
    left: 0;
    transition: all ease 0.5s;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    color: #fff;
    display: inline-flex;
    transform: scaleX(0);
}
.owl-carousel .owl-item {
    margin-right: 10px;
}
.servicesInner:hover .hoverContain{
    transform: scaleX(1);
}
.servicesInner:hover .hoverContain .multiList {
    opacity: 1;
}
.hoverContain .multiList li {
    color: #000;
}
#mainSlider {
    padding: 100px 0 0;
}
.servicesInner:hover .multiMomentBtn a {
    border: 1px solid #fff;
}
#dhinkchika {
    padding: 0 0 0 160px;
}
.pri {
    border-bottom: 1px solid #e6e6e6;
}
.title-bdr {
    position: relative;
    width: 150px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.left-bdr, .right-bdr {
    height: 2px;
    width: 60px;
    background-color: #99082e;
    border-radius: 10px;
    position: absolute;
}
.left-bdr { left: 0px; animation: left 2s infinite; }
.right-bdr { right: 0px; animation: right 2s infinite; }

@keyframes left {
0%, 50%, 100% { width: 60px; }
25% { width: 120px; }
75% { width: 10px; }
}
@keyframes right {
0%, 50%, 100% { width: 60px; }
25% { width: 10px; }
75% { width: 120px; }
}

.theme-bg .left-bdr, .theme-bg .right-bdr { background-color: rgba(255, 255, 255, 0.5); }
.queryImg{
    padding: 20px;
}
.queryImg img {
    transition: all ease 0.3s;
}
.queryImg img:hover {
   /* transform: scale(1.1);*/
   
    -webkit-transition: all 200ms ease-in;
}
.tabmenu-wrap .tab-nav {
    display: table;
    width: 100%;
    margin: 12px 0 0;
    border-top: 1px solid #8a241a;
    padding: 7px 0 0;
}
.tabmenu-wrap .tab-nav .nav {
  display: table-cell;
  width: 50px;
}
.tabmenu-wrap .tab-nav .nav a {
  transition: 0.4s;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #9b9b9b;
  text-align: center;
  border-bottom: 1px solid #ebe5da;
  padding-bottom: 15px;
  text-decoration: none;
}
.tabmenu-wrap .tab-nav .nav a:after {
  content: "";
  transition: 0.4s;
  width: 0px;
}
.tabmenu-wrap .tab-nav .nav.on a {
  color: #8b221c;
}
.tabmenu-wrap .tab-nav .nav.on a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  background-color: #8b221c;
}
.tabmenu-wrap .tab-con {
  padding: 30px 10px;
}
.tabmenu-wrap .tab-con .con-box {
  display: none;
}

h2.multimaxHead {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.myulmicrocap>li {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: left;
    padding-left: 22px;
    font-weight: 700;
}
.newTab .tabmenu-wrap .tab-nav .nav.on a:after {
    display: none;
}
.newTab .tabmenu-wrap .tab-nav .nav a {
    border: 0;
    padding: 0;
    margin: 0 25px 15px 0;
    font-size: 14px;
    font-weight: 500;
}
.newTab .tabmenu-wrap .tab-con {
    padding: 14px 10px;
}

.wrapper {
    min-height: 100vh;
}
.mbbb canvas {
    height: 300px !important;
    width: 100% !important;
}
.mbbb11 canvas {
    height: 300px !important;
    width: 100% !important;
}
.block {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.market-section img {
    width: 100%;
}
.block__pic {
    width: 300px;
}

.block__title {
    margin-bottom: 30px;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
}
.servicesInner {
    height: 540px;
}


.nhight {
    height: 655px !important;
}


#paynow {
    margin: 0 auto;
    display: block;
}
#fgdhrefy {
    padding: 0 20px;
}
#linkform {
    overflow: hidden;
}
#linkform label {
    display: inline-block;
    float: left;
    width: 45px;
    margin: 0;
    line-height: 36px;
}
#linkform input {
    border: 1px solid #8a241a;
    padding: 16px 12px;
        height: 50px;
    float: left;
    width: calc(100% - 98px);
}
.linkForm {
    overflow: hidden;
    padding: 0 40px;
    margin: 13px 0;
}
#linkmodal button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9999;
}
.linkForm button#linkbtn {
    float: left;
    padding: 16px 0;
    width: 98px;
}
.mailBox {
    padding: 13px 0;
}
a.mainBtn.disclose {
    margin: 0 0 0 15px;
}
.sendEmail {
    text-align: center;
}
.sendEmail img {
    width: 108px;
}
.sendEmail h2 {
    margin: 15px 0;
}
.contryInput span.select2-selection.select2-selection--single {
    border: 0;
    background-color: inherit !important;
}
.contryInputMobile .select2-container{
    position: absolute;
    left: 14px;
    top: 41px;
    background: none;
    width: 75px !important;
    z-index: 99;
}
.select2-container--default .select2-selection--single {
    border: 0 !important;
}
.contryInputMobile input {
    padding: 0 0 0 75px !important;
}
.contryInputMobile .select2-container--default .select2-selection--single {
    background-color: initial;
}
.contryInput .select2-container {
    position: absolute;
    left: 6px;
    top: 10px;
    background: none;
    width: 75px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.content-column .tab-nav {
    border-top: 0;
}
.registerMobile span.select2.select2-container.select2-container--default {
    border-bottom: 1px solid #ccc;
    padding: 13px 0;
    width: 75px !important;
}
.registerMobile span.select2-selection__arrow {
    top: 14px !important;
}
.registerMobile {
    padding-right: 0;
}
.col-md-4.col-xs-4.registerMobile {
    padding-right: 0;
}
.text .form-control {
    border-radius: 0;
    height: 40px !important;
}




.applynow:hover .line-one:before {
    width: 100%;
}
.applynow:hover .line-one:after {
    height: 100%;
    -webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}
.applynow:hover .line-two:before {
    width: 100%;
    -webkit-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.applynow:hover .line-two:after {
    height: 100%;
    -webkit-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    transition-delay: 1800ms;
}
.contImg img {
    width: 202px;
}
.contImg {
    margin: 32px 0 0;
}
.freeImg img {
    max-width: 450px !important;
}
.freeImg {
    text-align: center;
    margin: 28px 0 0;
}
.pastSection{
    padding: 50px 0;
}
.col-xs-6 {
    float: left;
    width: 50%;
    text-align: center;
}
.freeContry {
    padding: 0 0 0 15px;
}
.registerMobile {
    padding-right: 0;
}
.mobileNumber{
    display:none;
}
@media screen and (max-width: 1196px){
    .btn-style-four {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 22px;
    }
    .main-header .logo-outer .logo img {
        max-width: 130px;
    }
    .header-style-one .header-upper .nav-outer {
        padding-top: 0;
    }
    .main-menu .navigation > li > a {
        font-size: 14px;
    }
}
@media screen and (max-width:1122px){
    .freeFom h3 {
        font-size: 23px;
    }
}
@media screen and (max-width:1199px){
    .servicesInner {
        height: 597px;
    }
}
@media screen and (max-width: 991px){
    .mytablebox1 {
        border: 2px solid #8a241a;
        width: 100%;
        margin: 15px 0 0;
    }
    .formColumn:after{
        display: none;
    }
    .mediaPageIn .mediaDetail h2 {
        height: auto;
    }
    .contact-page-section ul.social-box {
        margin: 0 0 28px;
    }
    .contact-page-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact-info-box {
        height: auto;
       /* margin: 0 50px 15px;*/
    }
    .hoverContain .multiList {
        padding: 20px;
    }
    .servicesInner {
        padding: 25px 0;
    }
    .servicesInner {
        height: auto;
        margin: 0 0 30px;
    }
    .calculat {
        padding: 0 15px !important;
    }
    .sliderIn {
        padding: 0 !important;
    }
}
@media screen and (max-width: 767px){
    .servicePrice {
        padding: 6px 0 25px !important;
    }
    .momentum .servicesInner {
        padding: 15px;
    }
    .multibagger .servicesInner {
        padding: 15px;
    }
    .pastSection {
        padding: 0;
    }
    section.services {
        padding: 22px 0 0;
    }
    .contact-page-section p {
        line-height: 25px;
    }
    
    .nhight {
        height: auto !important;
    }
        
    
    .contryInputMobile .select2-container {
        top: 35px;
    }
    .contryInput .select2-container {
        top: 6px;
    }
    .custom-search-input-2 input {
        height: 40px;
        font-size: 14px;
    }
    .clapTcha span {
        line-height: 40px !important;
    }
    .freeTrialForm {
        padding: 14px 0 0;
    }
    p {
        font-size: 14px;
    }
    .applynow h2 {
        margin: 0 0 9px;
    }
    .text {
        font-size: 14px;
    }
    .applynow {
        padding: 15px;
        margin: 26px 0 0;
    }
    .bankIn a {
        margin: 8px 0 0;
    }
    .bankIn img {
        width: 138px !important;
    }
    .table td, .table th {
        padding: 5px !important;
        font-size: 12px !important;
    }
    .bankIn h2 {
        margin: 0;
        padding: 0 !important;
    }
    .bankIn {
        padding: 0;
    }
    .freeImg {
        border-bottom: 1px solid #ddd;
        margin: 0;
    }
    .contact-page-section .map-column {
        margin-bottom: 0;
    }
    .freeImg img {
        max-width: 100% !important;
    }
    #stallionasesetusermodel h6 {
        text-align: center;
    }
    .mybodynew {
        position: relative;
        padding: 18px 15px;
    }
    a.logInBtn1 {
        background: #8a241a;
        color: #fff;
        padding: 10px 18px;
        font-size: 15px;
        margin: 7px 0;
        display: inline-block;
    }
    .linkForm {
        overflow: hidden;
        padding: 0;
        margin: 6px 0;
    }
    .sendEmail h2 {
        margin: 8px 0;
        font-size: 22px;
    }
    .loginModal {
        padding: 22px 15px 1px;
        max-width: 100%;
        width: 100%;
    }
    .contact-form button {
        position: relative;
        font-size: 14px;
        padding: 10px 24px;
    }
    .contact-form .form-group textarea {
        line-height: 20px;
        padding: 5px 16px;
        height: 130px;
        font-size: 14px;
    }
    .contact-form .form-group {
        margin-bottom: 10px;
    }
    .contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 22px;
        padding: 0 16px;
        color: #888888;
        border: 1px solid #dddddd;
        height: 40px;
        font-size: 14px;
        border-radius: 50px;
        background: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .contact-page-section ul li a {
        font-size: 12px;
        padding: 0;
        line-height: 34px;
        min-width: 24px;
        text-align: center;
    }
    .contact-page-section ul.social-box {
        margin: 0 0 20px;
    }
    .contact-page-section h3 {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .contImg {
        margin: 6px 0 0;
    }
    .contImg img {
        width: 74px;
    }
    .contact-info-box .box-inner .icon-box {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        position: relative;
        margin-bottom: 20px;
    }
    .contact-info-box .box-inner .text {
        font-size: 14px;
        margin-top: 0;
    }
    .contact-info-box .box-inner {
        padding-left: 0;
        padding-top: 0;
    }
    .contact-info-box:after {
        -webkit-transform: skew(-6deg,0deg);
        -moz-transform: skew(-6deg,0deg);
        -ms-transform: skew(-6deg,0deg);
        -o-transform: skew(-6deg,0deg);
        transform: skew(-6deg,0deg);
        transition: all ease-in-out 0.3s;
        transform-origin: center;
    }
    .contact-info-box {
        margin: 0 15px 15px;
        padding: 30px 15px 15px 15px;
    }
    .newpagination b {
        width: 35px;
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }
    .newpagination a {
        width: 35px;
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }
    .queryIn p {
        margin: 0 0 5px;
        font-size: 14px;
    }
    .subject {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .queryIn h2 span strong {
        font-size: 16px;
        margin: 3px 0 2px;
    }
    .queryIn h2 span {
        margin: 0;
    }
    .queryIn h2 i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 23px;
    }
    .queryIn h2 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .queryIn {
        padding: 15px 0;
    }
    .newtypein {
        width: 100%;
    }
    .list-style-four li {
        line-height: 24px;
    }
    .list-style-four li {
        list-style: none !important;
    }
    .accordion-box .block .content .accordian-text {
        font-size: 14px;
    }
    .accordion-box .block .content {
        font-size: 14px;
        padding: 0 15px 30px 25px;
    }
    ul.accordion-box {
        margin: 20px 0 0;
    }
    .accordion-box .block .icon-outer .icon {
        left: 0;
        width: 23px;
        height: 23px;
        font-size: 11px;
        line-height: 23px;
    }
    .accordion-box .block .icon-outer {
        left: 0;
        top: 10px;
        font-size: 10px;
    }
    .accordion-box .block .acc-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 13px 10px 13px 24px;
    }
    .accordion-box .block {
        margin-bottom: 15px;
    }
    .history-section ul {
        padding-left: 0;
    }
    .history-section ul li {
        font-size: 14px;
    }
    .tabmenu-wrap .content-column {
        padding: 0;
    }
    .tabmenu-wrap .tab-con {
        padding: 15px 0;
    }
    .tabmenu-wrap .tab-nav .nav a {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .btn-style-four {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 26px;
    }
    .selectPrice label input {
        display: inline-block;
        margin: 5px 0 0;
        vertical-align: top;
    }
    .selectPrice label {
        line-height: 30px !important;
        font-size: 14px !important;
        float: right !important;
    }
    .selectPrice strong {
        line-height: 30px !important;
        font-size: 15px !important;
    }
    .selectPrice span {
        line-height: 30px !important;
    }
    .priceList ul li > span {
        font-size: 14px;
        padding: 0 10px 0 0;
        line-height: 30px;
    }
    .priceList ul li {
        margin: 0 0 5px !important;
        padding: 0 0 5px 10px !important;
    }
    .goal-section.history-section .content-column {
        margin-bottom: 15px;
    }
    .footer-text {
        margin-bottom: 26px;
    }
    .page-title {
        padding: 20px 0;
    }
    .history-section .content-column .inner-column .text {
        position: relative;
        margin-top: 0;
    }
    .history-section .content-column {
        position: relative;
        margin-bottom: 0;
    }
    .history-section .content-column .inner-column .ceo {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .history-section .content-column .inner-column .text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .history-section {
        position: relative;
        padding: 0 0 20px;
    }
    .page-title h1 {
        padding: 0;
        margin-bottom: 16px;
    }
    .thank_heading {
        font-size: 30px;
    }
    .thankudiv {
        margin: 16px 22px 0;
        padding: 12px;
    }
    #dhinkchika {
        padding: 0;
    }
    .testimonial .title {
        font-size: 16px;
        margin: 0;
    }
    .testimonial .testimonial-content {
        margin-bottom: 15px;
    }
    .testimonial .description {
        font-size: 14px;
        margin: 15px 0 0;
        height: auto;
    }
    .description p span {
        font-size: 14px !important;
    }
    .description p {
        font-size: 14px;
    }
    .testimonial-content .testimonial-icon {
        position: initial;
    }
     .testimonial .testimonial-content {
        padding: 20px 12px;
        margin-bottom: 35px;
    }
    .testimonial-section-five {
        padding: 25px 0;
    }
    .rdBtn, .blogBtn {
        margin: 10px 0 0;
    }
    .blogBtn a {
        padding: 4px 20px;
    }
    .blog-date {
        font-size: 12px;
    }
    .news-block .inner-box .lower-box .box-inner {
        padding: 0 8px 8px;
    }
    .news-block .inner-box .lower-box {
        margin-top: 0;
        padding: 5px 10px 0;
    }
    .inner-box p {
        min-height: auto;
        font-size: 14px;
    }
    .news-block .inner-box .text {
        font-size: 14px;
        line-height: 1.7em;
        margin-top: 0;
        padding: 0 10px;
    }
    .news-block .inner-box h3 {
        font-size: 18px;
        padding: 10px 10px 0;
    }
    .sec-title .text {
        margin-top: 0;
    }
    .news-section {
        padding: 0 0 20px;
    }
    .mediaDetail p {
        font-size: 14px;
    }
    .mediaDetail h2 {
        font-size: 16px;
        margin: 0 0 6px;
    }
    .mediaDetail {
        padding: 0px 0;
    }
    .videoTop h2 {
        font-size: 22px;
    }
    .videoTop {
        padding: 15px 0 30px;
    }
    .market-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .market-section .image-column {
        margin-bottom: 0;
    }
    .pmsImg {
        margin: 0;
        display: none;
    }
    a.mainBtn.disclose {
        margin: 0;
    }
    .dwnlodPresntion a.mainBtn {
        padding: 8px 10px;
        font-size: 12px;
    }
    .inner-column p {
        font-size: 14px;
        margin: 0 0 14px;
    }
    .market-section .content-column .inner-column .sec-title-two {
        margin-bottom: 20px;
    }
    .boost-section {
        padding: 30px 0 25px;
    }
    .boost-section .content-column {
        margin-bottom: 20px;
    }
    .queryRead {
        margin: 10px 0 0;
    }
    .boost-section .content-column .inner-column .text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .sec-title-two {
        margin-bottom: 8px;
        padding-bottom: 15px;
    }
    .sec-title-two .title-text {
        margin-top: 4px;
        font-size: 16px;
    }
    #queryDesk {
        margin: 0 0 18px;
    }
    .queryImg {
        padding: 0;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 7px !important;
        height: 7px !important;
        margin: 0 7px !important;
    }
    .newTab {
        margin: 0 0 42px;
    }
    .servicesInner {
        height: auto;
    }
    .hoverContain .multiList {
        padding: 0 7px;
    }
    .hoverContain {
        display: block;
    }
    .rdBtn a, .mainBtn {
        padding: 8px 15px;
    }
    .price {
        font-size: 22px;
    }
    .servicesInner {
        padding: 25px 0 50px;
    }
    .multiList li {
        font-size: 14px;
        padding: 0 0 6px;
    }
    .servicesInner p {
        margin: 2px 0 5px;
        font-size: 14px;
    }
    .servicesInner h2 {
        font-size: 24px;
        margin: 0 0 18px;
    }
    .servicePattiIn h2 {
        font-size: 22px;
        margin: 8px 0 0;
    }
    .servicePattiIn p {
        font-size: 14px;
    }
    .servicePatti {
        padding: 15px 0 50px;
    }
    .getStock {
        font-size: 16px;
    }
    .freeFom h3 {
        font-size: 18px;
    }
    .freeFom {
        margin: 30px 0 0;
        padding: 0;
    }
    .parallax-layer h2 {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }
    .testimonial {
        margin: 0;
    }
    #mainSlider {
        padding: 26px 0 0;
    }
    .main-header .option-box .number-box{
		display:block;
		margin-right:4px !important;
	}
	.main-header .option-box .btn-box {
        margin-right: 15px !important;
    }
    .main-header .logo-outer .logo img {
        max-width: 112px;
        margin: 9px 0 0;
    }
    .main-header .option-box .number-box .phone {
        font-size: 14px;
    }
    .btn-style-one {
        font-size: 12px;
        padding: 6px 18px;
    }
    
    .nfrmres{display:block;}
    
    .nfrmres2{display:none;}
    .sepratebtn{
     display: block!important;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;   
    }
    
    
}
@media screen and (max-width:599px){
    .mobileNumber a.phone {
        color: #fff;
    }
.sepratebtn{
 display: block!important;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;   
}    
.nfrmres{display:block;}

.nfrmres2{display:none;}
    
    .mobileNumber {
        display: block;
        text-align: center;
        background: #8a241a;
        padding: 9px 0;
    }
    .main-header .option-box .btn-box {
        margin-right: 8px !important;
    }
    .main-header .option-box .btn-box {
        margin-left: 0;
    }
    .main-header .logo-outer .logo img {
        max-width: 88px;
        margin: 0;
    }
    .header-upper .auto-container {
        padding: 0 12px;
    }
    .nav-outer .mobile-nav-toggler .icon {
        display: block;
        font-size: 20px;
        line-height: 20px;
        padding: 14px 0;
    }
    .btn-style-one {
        font-size: 11px;
        padding: 6px 12px;
        line-height: 20px;
    }
    .nav-outer .mobile-nav-toggler .icon {
        display: block;
        font-size: 20px;
        line-height: 28px;
        cursor: pointer;
        padding: 14px 0;
    }
}

a.lightbox img {
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index: 9999999999999;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}
.queryNew{
    display:block;
}
.modalHeader {
    padding: 0 7px;
}
.spar {
    text-align: center;
}
.spar img {
    height: 133px;
    margin: 0 0 30px;
}
.spar span {
    display: block;
    font-size: 32px;
    margin: 12px 0 45px;
    color: #8a241a;
    font-weight: bold;
    text-decoration: underline;
}
.spar h3 {
    color: #000;
    margin: 0 0 7px;
    min-height: 48px;
    font-weight: 500;
    font-size: 18px;
}
.portFol p {
    text-align: center;
    font-size: 14px;
    margin: 8px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.servicePatti.portFol {
    padding: 15px 0;
}
p.portFolParagra {
    text-align: center;
    margin: 13px 0 30px;
    color: #000;
    font-weight: 500;
}
.newPortLine {
    text-align: center;
}
.newPortLine h1 {
    margin-bottom: 0;
}
.newPortLine p {
    color: #000;
    font-weight: 500;
    margin: 0 0 18px;
    font-size: 13px;
}
.whatPort {
    padding: 50px 0;
}
.spar p {
    font-size: 14px;
}
p.rivBtn {
    text-align: center;
    margin: 25px 0 0;
}
.whatIsPort {
    padding: 30px;
    background: #fbfbfb;
}
.whatIsPort h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 20px;
}
.whatIsPort p {
    color: #000;
    font-weight: 400;
}
.bizSpark {
    padding: 50px 0;
}
.bizSpark .sec-title.centered {
    margin: 0 0 30px;
}
.ourAdvisory .servicePatti {
    background: none;
}
.ourAdvisory h2 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.3em;
    color: #3d415b;
    font-weight: 700;
}
span.sebiNo {
    display: inline-block;
    position: absolute;
    left: 0px;
    color: #8a241a;
    font-weight: bold;
    font-size: 15px;
    top: 4px;
}
.cni {
    margin: 38px 0 0;
}
.cni p {
    color: #a8a8a8;
    font-size: 12px;
    margin: 0;
}
.cni h4 {
    color: #fff;
    font-size: 15px;
    margin: 0 0 4px;
}

.newFoot h3 {
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0;
}
.newFoot p {
    position: relative;
    margin: 0;
    color: #a8a8a8 !important;
    font-size: 14px;
}
.newFoot p i {
    font-size: 17px;
    position: absolute;
    left: -23px;
    top: 4px;
    color: #a8a8a8;
}
.mailto i {
    top: 0 !important;
}
.newFoot p a {
    color: #a8a8a8;
}
.callUs i {
    top: 1px !important;
}
.note p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.note h4 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
@media screen and (max-width:1023px){
    span.sebiNo {
        left: 0;
        font-weight: normal;
        font-size: 12px;
        top: 0px;
    }
    
    
}
@media screen and (max-width:767px){
    .cni {
        margin: 38px 0;
    }
    .main-header .header-upper .nav-outer {
        position: initial;
    }
    span.sebiNo {
        left: 9px;
        top: 48px;
    }
    .whatPort {
        padding: 10px 0;
    }
    .whatIsPort {
        padding: 15px;
    }
    .whatIsPort h2 {
        font-size: 24px;
    }
    .spar {
        margin: 0 0 35px;
    }
    .spar span {
        margin: 12px 0 30px;
    }
    .spar img {
        height: 92px;
        margin: 0 0 24px;
    }

}

 /*.secondary-footer {    */
 /*   background: #8a241a;*/
 /*   padding: 30px 0px;} */
    
    .secondary-footer {
    background: #1e1f20;
    padding: 22px 0 10px;
    border-top: 1px solid #a6a6a6;
}
    
   .secondary-footer ul li {
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 30px;
}
  .secondary-footer ul li a {
    color:#fff;
}

.np{    font-size: 13px;
    color: #a8a8a8;
    margin: 0;
    /*cursor: pointer;*/
    font-weight: 400;
    line-height: 26px;}
    
    h5.gst1 {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 26px;
}
.momentImg img {
    width: 100%;
}
.momentImg {
    height: 100%;
    background: #f2f5fe;
    align-items: center;
    display: inline-flex;
}
.reserchService ul {
    padding: 0 0 0 22px;
}
.reserchService li {
    font-size: 15px;
    margin: 0 0 12px;
    position: relative;
}
.reserchService h3 {
    font-weight: bold;
    margin: 0 0 18px;
    color: #8a241a;
    text-transform: uppercase;
}
.ourPro {
    margin: 10px 0 19px;
    color: #111;
    line-height: 28px;
    font-weight: bold;
    font-size: 19px;
    padding: 0;
}
.reserchService li b {
    margin: 0 5px 0 0;
}
p.weRecom {
    font-size: 18px;
    padding: 0 36px 0 0;
    color: #000;
    line-height: 25px;
}
.reserchService h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 11px;
}
.reserchService li:after {
    content: '';
    position: absolute;
    left: -21px;
    top: 11px;
    height: 1px;
    background: #000;
    width: 10px;
    z-index: 99;
}
.multiImg {
    padding: 36px 0 0;
}
@media screen and (max-width:767px){
    .ourAdvisory h2 {
        font-size: 20px;
    }
    .multiImg {
        padding: 36px 0;
    }
    .newTab.momenTab {
        padding: 0 !important;
    }
}