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

/*------------------------------------------------------------------
[Theme Base Stylesheet]

Project:		Advisor
Version:		1.0
Last change:	Initial RELEASED 
Primary use:	Agency Theme

-------------------------------------------------------------------*/

@import "font-awesome.min.css";
@import "icons.css";

@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*------------------------------------------------------------------

[Table of contents]

1. COMMON CLASSES
2. HEADER 
2. ALL SECTIONS
3. BLOG
4. EXTERNAL PLUGINS
5. FOOTER

NOTE: Every section is commented before starting.

-------------------------------------------------------------------*/

/* ----------------------------------------------------------------
    common classes
-----------------------------------------------------------------*/
p, ul{
    text-align: justify;
}
*				{ margin:0; padding:0; border:0; outline:0; text-decoration:none;}
.clr, .clear	{clear:both;}
li.clr			{clear:both; float:none !important; width:auto !important; height:auto !important; border:0 !important; background:none !important; padding:0 !important; margin:0 !important;}
.no-bg-img 		{background-image: none!important;}
.no-bg 			{background: none!important;}
.inline 			{display: inline-block!important;}
.relative 		{position: relative !important;}
.absolute 		{position: absolute !important;}
.static 			{position: static !important;}
.display-none	{display:none;}
.bg-blue		{ background:#f3f5fa;}
.bg-white		{ background:#fff !important;}
.advisor-overlay{ position:absolute; left:0; right:0; top:0; bottom:0;}
.heading h1,
.heading h2		{ margin-bottom:10px}
.img-shadow{-webkit-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);-moz-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);}
img{ max-width:100%;}
.list-bullets li	{ list-style:none; position:relative; padding:5px 0 5px 17px;font-family: 'Lato', sans-serif;}
.list-bullets li:before{ position:absolute; left:0; top:15px; width:6px; height:6px; border-radius:100%; content:"";}
.list-bullets li strong{ font-weight:600;}
.list-bullets.two li{ padding:9px 0 6px 17px;}
.list-bullets.two li:before{ top:20px;}
.color-white{ color:#fff !important;}
.animate-it{opacity:0;}
.animate-it.animated{opacity:1;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color:#121212;}
.link-grey{ color:#929292; font-size:15px;}
.link-grey:hover{ color:#000;}
.link-grey i{ margin-right:4px;}
.color-purple{ color:#3a2c5f !important;}

.height-5 			{height: 5px;}
.height-10 			{height: 10px;}
.height-20 			{height: 20px;}
.height-30 			{height: 30px;}
.height-40 			{height: 40px;}
.height-50 			{height: 50px;}
.height-60 			{height: 50px;}
.height-70 			{height: 50px;}
.height-80 			{height: 50px;}
.height-90 			{height: 50px;}
.height-100 		{height: 50px;}



/* ----------------------------------------------------------------
    margins
-----------------------------------------------------------------*/

.margin-0 			{margin: 0 !important;}
.margin-top-5 		{margin-top: 5px;}
.margin-top-10 		{margin-top: 10px;}
.margin-top-20 		{margin-top: 20px;}
.margin-top-30 		{margin-top: 30px;}
.margin-top-40 		{margin-top: 40px;}
.margin-top-50 		{margin-top: 50px;}
.margin-top-60 		{margin-top: 60px;}
.margin-top-70 		{margin-top: 70px;}
.margin-top-80 		{margin-top: 80px;}
.margin-top-90 		{margin-top: 90px;}
.margin-top-100 		{margin-top: 100px;}
.margin-right-5 		{margin-right: 5px;}
.margin-right-10 	{margin-right: 10px;}
.margin-right-20 	{margin-right: 20px;}
.margin-right-30 	{margin-right: 30px;}
.margin-right-40 	{margin-right: 40px;}
.margin-right-50 	{margin-right: 50px;}
.margin-right-60 	{margin-right: 60px;}
.margin-right-70 	{margin-right: 70px;}
.margin-right-80 	{margin-right: 80px;}
.margin-right-90 	{margin-right: 90px;}
.margin-right-100 	{margin-right: 100px;}
.margin-bottom-5 	{margin-bottom: 5px;}
.margin-bottom-10 	{margin-bottom: 10px;}
.margin-bottom-20 	{margin-bottom: 20px;}
.margin-bottom-30 	{margin-bottom: 30px;}
.margin-bottom-40 	{margin-bottom: 40px;}
.margin-bottom-50 	{margin-bottom: 50px;}
.margin-bottom-60 	{margin-bottom: 60px;}
.margin-bottom-70 	{margin-bottom: 70px;}
.margin-bottom-80 	{margin-bottom: 80px;}
.margin-bottom-90 	{margin-bottom: 90px;}
.margin-bottom-100 	{margin-bottom: 100px;}
.margin-left-5 		{margin-left: 5px;}
.margin-left-10 		{margin-left: 10px;}
.margin-left-20 		{margin-left: 20px;}
.margin-left-30 		{margin-left: 30px;}
.margin-left-40 		{margin-left: 40px;}
.margin-left-50 		{margin-left: 50px;}
.margin-left-60 		{margin-left: 60px;}
.margin-left-70 		{margin-left: 70px;}
.margin-left-80 		{margin-left: 80px;}
.margin-left-90 		{margin-left: 90px;}
.margin-left-100 	{margin-left: 100px;}



/* ----------------------------------------------------------------
    Paddings
-----------------------------------------------------------------*/

.padding-0 				{padding: 0 !important;}
.padding-top-5 			{padding-top: 5px;}
.padding-top-10 			{padding-top: 10px;}
.padding-top-20 			{padding-top: 20px;}
.padding-top-30 			{padding-top: 30px;}
.padding-top-40 			{padding-top: 40px;}
.padding-top-50 			{padding-top: 50px;}
.padding-top-60 			{padding-top: 60px;}
.padding-top-70 			{padding-top: 70px;}
.padding-top-80 			{padding-top: 80px;}
.padding-top-90 			{padding-top: 90px;}
.padding-top-100 		{padding-top: 100px;}
.padding-right-5 		{padding-right: 5px;}
.padding-right-10 		{padding-right: 10px;}
.padding-right-20 		{padding-right: 20px;}
.padding-right-30 		{padding-right: 30px;}
.padding-right-40 		{padding-right: 40px;}
.padding-right-50 		{padding-right: 50px;}
.padding-right-60 		{padding-right: 60px;}
.padding-right-70 		{padding-right: 70px;}
.padding-right-80 		{padding-right: 80px;}
.padding-right-90 		{padding-right: 90px;}
.padding-right-100 		{padding-right: 100px;}
.padding-bottom-0 		{padding-bottom: 0;}
.padding-bottom-5 		{padding-bottom: 5px;}
.padding-bottom-10 		{padding-bottom: 10px;}
.padding-bottom-20 		{padding-bottom: 20px;}
.padding-bottom-30 		{padding-bottom: 30px;}
.padding-bottom-40 		{padding-bottom: 40px;}
.padding-bottom-50 		{padding-bottom: 50px;}
.padding-bottom-60 		{padding-bottom: 60px;}
.padding-bottom-70 		{padding-bottom: 70px;}
.padding-bottom-80 		{padding-bottom: 80px;}
.padding-bottom-90 		{padding-bottom: 90px;}
.padding-bottom-100 		{padding-bottom: 100px;}
.padding-left-5 			{padding-left: 5px;}
.padding-left-10 		{padding-left: 10px;}
.padding-left-20 		{padding-left: 20px;}
.padding-left-30 		{padding-left: 30px;}
.padding-left-40 		{padding-left: 40px;}
.padding-left-50 		{padding-left: 50px;}
.padding-left-60 		{padding-left: 60px;}
.padding-left-70 		{padding-left: 70px;}
.padding-left-80 		{padding-left: 80px;}
.padding-left-90 		{padding-left: 90px;}
.padding-left-100 		{padding-left: 100px;}

.pagging				{text-align: center;}
.pagging li				{ display:inline-block;}
.pagging li a				{ background: #f2f2f2; display: block; font-size: 11px; height: 24px; line-height: 25px;  text-align: center; width: 24px;}
.pagging li a:hover		{ background: #7f7f7f; color:#fff;}

.loader{ position:fixed; left:0; right:0; top:0; bottom:0; background:url(../images/loader.gif) no-repeat center center #fff; z-index:50000;}
.spinner { height: 40px; left: 50%;margin: -20px 0 0 -20px;position: absolute; top: 50%;width: 40px;}
.double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #333; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 2.0s infinite ease-in-out;  animation: sk-bounce 2.0s infinite ease-in-out;}
.double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s;}
@-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) }}
@keyframes sk-bounce { 0%, 100% {    transform: scale(0.0);   -webkit-transform: scale(0.0); } 50% {    transform: scale(1.0);   -webkit-transform: scale(1.0); }}


.social li				{ display:inline-block; margin:0 2px;}
.social li a i				{ display:block; width:36px; height:36px; border:1px solid #848484; background:#fff; text-align:center; border-radius:100%; color:#535353;line-height: 32px;}
.social li a:hover i		{ color:#fff;}
.social li a.facebook:hover i{ background:#3C599B !important; border-color:#3C599B !important;}
.social li a.twitter:hover i{ background:#29AAE3 !important; border-color:#29AAE3 !important;}
.social li a.google-plus:hover i{ background:#DB493A !important; border-color:#DB493A !important;}
.social li a.linkedin:hover i{ background:#5694C7 !important; border-color:#5694C7 !important;}
.social-text li			{ display:inline-block; position:relative;padding: 0 9px;}
.social-text li:before	{ content:"/";font-size: 12px;margin: 0 10px 0 -10px;}
.social-text li:first-child{ padding-left:0; margin-left:0;}
.social-text li:first-child:before{ content:"";}
.social-text li a			{ text-transform:uppercase; font-size:14px; color:#000000; text-transform:upercase;font-family: 'Lato', sans-serif; font-weight:800;}
.social-text li a.facebook:hover{ color:#3C599B}
.social-text li a.twitter:hover{ color:#29AAE3}
.social-text li a.youtube:hover{ color:#F92D22}
.social-icons li 			{float: left;list-style: none;}
.social-icons li a 		{font-size: 16px;height: 32px;overflow: hidden;text-align: center;width: 32px;}


p#error { color: #FFFFFF; background-color: #EFC4C7; padding: 6px 18px; font-size: 16px; border: solid 1px #D48186; margin: 0 0 14px 0;}
p#success { text-align: center; color: #000; font-size: 24px; margin: 25px 0 0 0;}
p#subscribe_success { color: #000; text-align: center; margin: 65px 0 0 0;}
input.error{ border: solid 1px #FF7676 !important;}



/*------------------------------------------------------------------

HEADER

-------------------------------------------------------------------*/

#header{ right: 0;top: 0;z-index: 300;left: 0;}
#header .top-bar{ color:#fff;z-index: 9; margin:0 30px; padding:0 20px; position:relative; height:36px; float: right; width: 70%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#096381+0,096381+55,07bdf9+100 */
background: #096381; /* Old browsers */
background: -moz-linear-gradient(45deg, #096381 0%, #096381 55%, #07bdf9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #096381 0%,#096381 55%,#07bdf9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #096381 0%,#096381 55%,#07bdf9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096381', endColorstr='#07bdf9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
#header .top-bar:before{ position:absolute; left:-30px; top:-45px; width:35px; height:79px; content:""; background:#096381;-ms-transform: rotate(-40deg);-webkit-transform: rotate(-40deg);transform: rotate(-40deg);}
#header .top-bar:after{     
    position: absolute;
    right: -30px;
    top: 0;
    width: 35px;
    height: 36px;
    content: "";
    background: #07bdf9;
}
#header .top-bar p:after{ position:absolute; right:-30px; top:-33px; width:35px; height:79px; content:""; background:#404856;-ms-transform: rotate(40deg);-webkit-transform: rotate(40deg);transform: rotate(40deg);}
#header .top-bar p{ float:left; background:#404856; font-size:16px; padding:9px 20px; margin:0 0 0 -20px; font-weight:300; position:relative;}
#header .top-bar ul{ float:right; margin-right: 30px;}
#header .top-bar ul li{ float:left; list-style:none; font-size:14px; margin:10px 34px 14px; position:relative; line-height: 16px;}
#header .top-bar ul li i{ font-size:20px; position:absolute; left:-34px; top:-3px;}
#header .top-bar ul li i.icon-icons74{ font-size:27px;top: -5px;}
#header .top-bar ul li i.icon-icons20{ font-size:27px;top: -5px;}
#header .top-bar-simple{ background:#f2f2f2; padding:0 20px; position:relative;}
#header .top-bar-simple p{ float:left;font-size:16px; padding:9px 20px; margin:0 0 0 -20px; font-weight:400; position:relative;}
#header .top-bar-simple ul{ float:right;}
#header .top-bar-simple ul li{ float:left; list-style:none; font-size:14px;}
#header .top-bar-simple ul li i{ font-size:20px;}
#header .top-bar-simple ul.social li a i{ background:none; border:0; line-height:50px; height:49px;border-radius:0;}
#header.header-two{ position:relative;}
#header.header-two .header{ height:auto;}
@media (min-width: 767px) {
#header.header-two .main-nav{ float:none; width:100%; background:#323946; text-align:center;margin-bottom: -40px;}
#header.header-two .main-nav li{ float:none; display:inline-block;margin: 0 10px;}
#header.header-two .main-nav li a{ color:#fff; padding:10px 10px 13px; line-height:50px; border-bottom:0; border-top:4px solid transparent;}
}
#header.header-two .header-contact-widget { float:right;}
#header.header-two .header-contact-widget li{ float:left; list-style:none;padding: 29px 30px 0 0;}
#header.header-two .header-contact-widget li i{ float:left;font-size: 24px; margin: 9px 0 0 -10px;}
#header.header-two .header-contact-widget li i.icon-telephone114{ margin-top:13px;}
#header.header-two .header-contact-widget li i.icon-icons74{ font-size:32px;}
#header.header-two .header-contact-widget li i.icon-icons20{ font-size:32px;}
#header.header-two .header-contact-widget li p span, #header.header-two .header-contact-widget li p a{ display:block; color:#000;}
#header.header-two .header-contact-widget li p{ padding:0 0 0 30px; font-weight:600;line-height: normal;}
#header.header-two .header-contact-widget li p span, #header.header-two .header-contact-widget li p a{ font-size:14px; font-weight:400;}
#header.header-two .search-btn{ margin-right:0;}

#header.header-three{ background:rgba(255,255,255,0.90); border-bottom:1px solid #d3dadd;}
#header.header-three .main-nav {float: left; padding: 0 0 0 30px;}
#header.header-three .main-nav li a:hover, #header.header-three .main-nav li.active a{ border-color:transparent;}

#header .search-container{ position:fixed; left:0; right:0; top:0; bottom:0; background:rgba(255, 255, 255, .97); z-index:500; display:none;}
#header .search-container .search-overlay{position:fixed; left:0; right:0; top:0; bottom:0;}
#header .search-container label{ font-size:48px; float:left;line-height: 56px;}
#header .search-container .header-search-close{ position:absolute; right:50px; top:50px; font-size:30px; cursor:pointer; z-index:500;}
#header .search-container .search{ background:none; padding:0; width:500px; height:70px; margin:-35px 0 0 -250px; position:absolute; left:50%; top:50%;}
#header .search-container .search input[type="text"]{ background:none; font-size:30px; color:#333; height:70px; padding:0 40px 0 0; border-bottom:5px solid #e1e1e1;width: 63%;}
#header .search-container .search button{ position:absolute; right:0; top:12px; font-size:30px; background:none;}
#header .search-container .search button:hover{ color:#333;}
#header .header, #header .header .logo, #header .search-btn{ -webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
#header .main-nav{ float:right; padding:0;}
@media (min-width: 767px) {
#header .main-nav li{ margin:0 15px;}
#header .main-nav li a{display: block; font-size: 14px; padding: 15px 0 18px; position: relative; text-transform: uppercase;line-height: 30px; color:#fff; border-bottom:4px solid transparent;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
#header .main-nav li a:hover{ background:none;}
#header .main-nav li a i{font-size: 14px; margin-left: 5px; text-align: center; width: 13px;}
#header .main-nav li.dropdown ul.dropdown-menu{ display:none; padding:0; margin:0; min-width:250px; border:0; border-radius:0;}
#header .main-nav li.dropdown:hover ul.dropdown-menu{ display:block;}
#header .main-nav li.dropdown ul.dropdown-menu li{ margin:0; display:block;}
#header .main-nav li.dropdown ul.dropdown-menu li a{ line-height:normal; color:#000; padding:14px 20px; font-size:15px;font-family: 'Lato', sans-serif; font-weight:400; text-transform:none;border-bottom: 1px solid #eee;-webkit-transition: all 0.4s ease 0s;-moz-transition: height 0.4s all 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s; border-top:0;}
#header .main-nav li.dropdown ul.dropdown-menu li a:hover, #header .main-nav li.dropdown ul.dropdown-menu li.active a{ color:#333;}
#header .main-nav li.dropdown ul.dropdown-menu li a i{ margin-top: -6px;position: absolute; right: 10px; top: 50%; color:#323946;}
#header .main-nav li.dropdown ul.dropdown-menu li a:hover i{ color:#fff;}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu{ position:relative;}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu{ left:100%; top:0; background:none; display:none;}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block;}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu li{ margin-left:1px; background-color:#fff;}
#header .main-nav li.dropdown ul.dropdown-menu li.dropdown-submenu.go-left .dropdown-menu{ right:100%; left:auto;}
}
#header .logo{ float:left; margin:20px 0;}
/*#header .logo img{width:120px;}*/
#header .search-btn{ float:right; width:55px; margin:27px 20px 0 10px; border-left:1px solid #a1a1a2; height:50px; text-align:center;}
#header .search-btn a{ display:block; padding:9px 10px 10px; color:#636363; font-size:28px;}
#header.header-two .logo{ margin-left:0;}

.header-links{ float:right; margin-top: 30px;}
.header-links li{ float:left; margin-left:27px; list-style:none; line-height:40px;}
.header-links li.header-number{ margin-left:0;}
.header-links li.header-number a, .header-links li.header-time a{ color:#2a2a2a; font-size:17px; display:block; line-height: 42px;}
.header-links li i{ float:left; width:44px; height:44px; border-radius:100%; border:1px solid #b7b7b7; margin-right:10px; text-align:center; color:#666666;font-size: 20px;line-height: 42px;}
.header-links li i.icon-icons20{ font-size:25px;}
.header-links li .btn-quote{ position:relative; top:-8px; background:#3a2c5f;}
.header-links li .btn-quote:hover{ background:#2a1e4a;}


@media (min-width: 992px){
.fixed-header #header{ position:absolute; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000022+0,191938+58,191938+58,32324e+100 */
background: #000022; /* Old browsers */
background: -moz-linear-gradient(45deg, #000022 0%, #191938 58%, #191938 58%, #32324e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #000022 0%,#191938 58%,#191938 58%,#32324e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #000022 0%,#191938 58%,#191938 58%,#32324e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000022', endColorstr='#32324e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.fixed-header.two  #header{ position:relative;}
.fixed-header.smallHeader #header .logo{
    margin: 50px 0 0 0;
    padding: 10px 0;
}
.fixed-header.smallHeader #header{ position:fixed; top:-150px; z-index:-1;}
.fixed-header.smallHeader.active #header{ z-index:1000;background: #000022;}
.fixed-header.smallHeader #header .main-nav li a{ line-height:40px;}
.fixed-header.smallHeader #header .search-btn{ margin-top:8px;}
.fixed-header.smallHeader.active #header{ top:-50px;-webkit-transition: top 0.4s ease 0s;-moz-transition: top 0.4s ease 0s;-ms-transition: top 0.4s ease 0s;-o-transition: top 0.4s ease 0s;transition: top 0.4s ease 0s;}
.fixed-header.smallHeader #header.header-two{ top:-220px; z-index:-1;}
.fixed-header.smallHeader.active #header.header-two{ top:-153px; z-index:10000; background:#323946;}
.fixed-header.smallHeader #header.header-two .logo{ margin:28px 28px 28px 0;}
.fixed-header.smallHeader.two .main-banner{ margin-top:189px;}
.fixed-header.smallHeader #header.header-two .search-btn{ margin-top:27px;}
.fixed-header.smallHeader #header.header-two .main-nav{ margin-bottom:0;}
.fixed-header .main-banner, .fixed-header .subpage-header, .fixed-header .cd-hero{ margin-top:60px;}
.fixed-header.three .main-banner, .fixed-header.three .cd-hero{ margin-top:0;}
.fixed-header.three .subpage-header{ margin-top:128px;}
.fixed-header.two .subpage-header, .fixed-header.two .cd-hero{ margin-top:0;}
.fixed-header.two.smallHeader .subpage-header{ margin-top:189px;}
.fixed-header.two .main-banner{ margin-top:0;}
.header-transparent.fixed-header .cd-hero{ margin-top:0;}
.header-transparent #header{ background:rgba(255,255,255,0.90);position: absolute;}
.fixed-header.smallHeader.active #header.header-three{ top:-5px;}
}


/*------------------------------------------------------------------

ALL SECTIONS

-------------------------------------------------------------------*/

.main-banner { padding:0;}
.video-widget{ position:relative;}
.video-widget img{ width:100%;}
.video-widget a{ position: absolute; left:50%; top:50%; margin:-36px 0 0 -36px; background:#404856; width:72px; height:72px; border:3px solid #fff; color:#fff; border-radius:100%; text-align:center;font-size: 23px;line-height: 65px;}
.video-widget a:hover{ color:#abb6c7;}
.owl-item .image-and-text-box{ padding:0 25px;}
.image-and-text-box .bordered-thumb{ margin:0 35px 35px; position:relative;}
.image-and-text-box .bordered-thumb:before{ position:absolute; left:5px; right:5px; top:5px; bottom:5px; border:1px solid #fff; content:"";}
.image-and-text-box .bordered-thumb img{ width:100%;}
.image-and-text-box p{ margin-bottom:30px;}
/*.funfacts{ background:url(../images/funfact-bg.jpg) no-repeat center 0; height:397px; position:relative; margin-bottom:-117px; z-index:100;}*/
.funfacts h2{ margin-bottom:0;}
.funfacts .funfacts-inner{ padding:75px 40px 0; position:relative;}
.funfacts .advisor-overlay{ background:#000000a8;}
.funfacts .counter{ position:relative;}
.funfacts .counter:after{ content:""; position:absolute; right: -34px;top: 23px; width:24px; height:72px; background:url(../images/slash.html) no-repeat 0 0;}
.funfacts .counter span{ font-size:75px; font-weight:600;line-height: normal;}
.funfacts .counter-details{ color:#131313; font-size:16px;}
.funfacts .col-md-3:last-child .counter:after, .funfacts .col-sm-6:last-child .counter:after{ display:none;}
.funfacts.overlap-top{margin:-117px 0 0 0;}
.funfacts.two{ height:auto; padding:0; background:url(../images/parallax/3.html) no-repeat center 0; margin:0; color:#fff;}
.funfacts.two h2{ color:#fff;}
.funfacts.two .funfacts-inner{ padding:110px 0;}
.funfacts.two .counter{ padding-top:25px;}
.funfacts.two .counter:after{ right: 50px;top: 55px; background-image:url(../images/slash2.html);}
.funfacts.two .counter span, .funfacts.two .counter-details{ color:#fff;}
.different-services{ background:url(../images/parallax/1.html) no-repeat center top; background-size:cover; height:642px; padding-top:260px; position:relative;}
.different-services .advisor-overlay{ background:rgba(0,0,0,0.80);}
.services{ margin:0; padding: 0;}
.service-box{ background:transparent; padding:16px 5px; text-align: center;}
.service-box.two{border-top:7px solid transparent;}
.service-box.three{ position:relative; border-bottom:7px solid transparent; border-top:0;}
.service-box.three:after{ content:""; height:7px; position:absolute; left:0; bottom:-7px; width:0;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.service-box.three:hover:after{ width:100%;}
.service-box i{ font-size: 24px;margin-bottom: 10px;}
.service-box h4{ margin-bottom:10px;}
.services ul{}
.services ul li{
    list-style: none;
    float: left;
    width: 16.66666667%;
    background: #000022;
    border-right: #32324e solid 1px;
}
.services ul li:last-child{border: none;}
.services ul li .service-box i{
    float: left;
    color: #fff;
}
.services ul li .service-box p{
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    margin: 0;
}
.owl-item .service-box{ margin:0 15px;}
.services.highlighted .owl-item .service-box{ margin:0; color:#fff; border:0;}
.services.highlighted .owl-item .service-box h4{ color:#fff;}
.image-list-classic li{ float:left; list-style:none; position:relative; z-index:2;}
.image-list-classic li:nth-child(2){ float: right;margin: -165px 0 0; z-index:1;}
@media (min-width: 992px){
.image-list-classic li img{ max-width:359px; height:386px;}
.image-list-classic li:nth-child(2) img{ max-width:402px; height:281px;}
}
.toggle { margin-bottom:12px;}
.toggle .toggle-heading a{ display:block; padding:12px 17px 13px 55px; background:#fff; border-radius:30px; color:#121212;-webkit-box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6);-moz-box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6);box-shadow: 0px 1px 2px 0px rgba(199,201,205,.6); position:relative;}
.toggle .toggle-heading a i{ width:23px; height:23px; border:2px solid transparent; border-radius:100%;font-size: 14px;line-height: 21px;margin-right: 10px; text-align:center; position:absolute; left:17px; top:50%; margin-top:-11.5px;;}
.toggle .toggle-body {padding: 20px 0 4px;}
.toggle.two .toggle-heading a{ background:#f3f5fa;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.contact-us-bar{ padding:27px 0; background:#e9ebf1;}
.contact-us-bar h4{ margin:14px 0 0 0;}
.contact-us-bar.dark{ background:#2f2f2f;}
.contact-us-bar.dark h4{ color:#fff;}
.get-directions { margin:10px 30px 30px; position:relative;padding-right:80px;}
.get-directions input[type="text"]{ border-radius:5px; border-color:#bfbfbf; height:59px; }
.get-directions input[type="submit"]{ border-radius:5px; width:72px; height:59px; position:absolute; right:0; top:0; background:url(../images/dir-marker.html) no-repeat center center #e9b947;}
.get-directions input[type="submit"]:hover{ background-color:#d0a234;}
.meet-our-advisors .heading{ margin-bottom:60px;}
.meet-our-advisors .heading h2{ margin-bottom:5px;}
.meet-our-advisors img{ width:100%;}
.meet-advisors-content { padding: 0 0 0 20px;}
.meet-advisors-content h3, .meet-advisors-content p{ margin-bottom: 30px;}
.meet-advisors-content h3 span{ display:block; font-size:16px; color:#656565; padding-top:4px;}
.meet-our-advisors .classic-arrows .owl-nav{ margin:-45px 0 0 47px;}
.history-slider .classic-arrows .owl-nav{ margin:-45px 0 0;}
.testimonial{ margin:50px 0;}
.testimonial-content{ margin-bottom:38px; padding:65px 40px 70px; background:url(../images/testimonial-quote.html) no-repeat 25px 87% #fff; text-align:center; border-radius:5px; border:1px solid #d9dbe0; position:relative;-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);}
.testimonial-content:before{ position:absolute; left:30px; bottom:-23px; background:url(../images/testimonial-pointer.html) no-repeat 0 0; width:44px; height:23px; content:"";}
.testimonial-content p{ margin:0;}
.testimonials-author { padding-left: 20px;}
.testimonials-author img{ float:left; margin-right:13px;}
.testimonials-author p{ line-height: 21px;padding: 11px 0 0; color:#fff; font-family: 'Lato', sans-serif;font-weight: 800;}
.testimonials-author p span{ display:block; font-size:13px; color:#fff;font-weight: 400;font-family: 'Lato', sans-serif;}
.testimonial .rating{ margin-top:15px;}
.testi-bg{ background:url(../images/testi-bg.html) no-repeat; background-size:cover;}
.testi-bg .heading h2, .testi-bg .heading p{ color:#fff;}
.testi-bg .testimonials-author p, .testi-bg .testimonials-author p span{ color:#fff;}
.rating li{ display:inline-block; color:#fab637; list-style:none;}
.cd-testimonials-item .testimonials-author p{ color:#131313;}
.cd-testimonials-item .testimonials-author p span{ color:#737373;}
.testimonial-2 { text-align:center; padding-top:0;}
.testimonial-2 .testimonial-content { background: none; border: 0 none; border-radius: 0; box-shadow: none; padding:20px 0 0; max-width:956px; margin:0 auto;}
.testimonial-2 .testimonial-content:before{ display:none;}
.testimonial-2 .testimonial-content p{ font-style:italic; color: #fff; font-size: 17px;}
.testimonial-2 .testimonials-author{ padding:0;}
.testimonial-2 .testimonials-author img{ float:none; margin:0 auto;}
.testimonial-2 .testimonials-author p span{ padding-top:4px;}
.testimonial-2 .rating{ margin:0 0 10px; display:block;}
.request-a-callback{ background:#f5f5f5; padding:7px;}
.request-a-callback-content{ background: url(../images/reciver-icon.png) no-repeat 90% 98% #fff; padding:64px 40px; float:left; width:50%;min-height: 422px;}
.request-a-callback-form{ padding:60px 40px; float:left; width:50%;min-height: 422px;}
.callback-bg{ background:url(../images/parallax/2.html)}
.callback-bg .request-a-callback{ background:rgba(0,0,0,0.50);}
.callback-bg .request-a-callback-content{ background:none;}
.callback-bg .request-a-callback-content h3, .callback-bg .request-a-callback-content p{ color:#fff;}
.callback-bg input[type="text"], .callback-bg input[type="email"], .callback-bg input[type="number"], .callback-bg input[type="password"], .callback-bg .selectboxit-container .selectboxit{ border-color:#fff;}
.subpage-header{ background:#f2f2f2; padding:82px 0 50px;}
.subpage-header .btn{ float:right;}
.site-title{ float:left;}
.site-title h2, .breadcrumbs{ float:left}
.breadcrumbs{ margin-top:23px;}
.site-title h2:after{ content:"/"; margin:0 16px 0 17px; color:#131313;font-family: 'Lato', sans-serif;font-weight: 300; position:relative; top:10px;}
.breadcrumbs li{ display:inline-block; list-style:none;font-family: 'Lato', sans-serif; font-size:14px; color:#919191;}
.breadcrumbs li:after{ content:"/"; margin:0 0 0 6px; color:#131313;}
.breadcrumbs li a{ color:#131313;}
.breadcrumbs li:last-child:after{ display:none;}
.service-box i{background-repeat:no-repeat; background-position: center center; width:36px; height:auto; display:inline-block;}
.icon-img-grid{ background:url(../images/icon-grid.html) no-repeat center center; width:13px; height:13px; display:inline-block;left: -3px;position: relative;top: 1px;}
.btn:hover .icon-img-grid{ background-image:url(../images/icon-grid-white.html)}
.btn-bordered-white .icon-img-grid{ background:url(../images/icon-grid-white.html) no-repeat center center; width:13px; height:13px;}
.btn-bordered-white.btn:hover .icon-img-grid{ background-image:url(../images/icon-grid.html) !important;}
.three-items-carousel .service-box .white{ width:126px; height:97px; display:inline-block;}
.text-box .white{ width:126px; height:97px; display:inline-block;}
.icon-img-1.white{ background:url(../images/icon1-white.html) no-repeat center center;}
.icon-img-2.white{ background:url(../images/icon2-white.html) no-repeat center center;}
.icon-img-3.white{ background:url(../images/icon3-white.html) no-repeat center center;}
.icon-img-4.white{ background:url(../images/icon4-white.html) no-repeat center center;}
.icon-img-5.white{ background:url(../images/icon5-white.html) no-repeat center center;}
.icon-img-6.white{ background:url(../images/icon6-white.html) no-repeat center center;}
.icon-img-7.white{ background:url(../images/icon7-white.html) no-repeat center center;}
.icon-img-8.white{ background:url(../images/icon8-white.html) no-repeat center center;}
.icon-img-9.white{ background:url(../images/icon9-white.html) no-repeat center center;}
.blog-item{ margin-bottom:80px;}
.blog-item .blog-thumbnail{ margin-bottom:30px;}
.blog-item .blog-thumbnail .owl-dots{ display:none !important}
.blog-item .blog-thumbnail .owl-nav div{ width:58px; height:58px; position:absolute; left:0; top:50%; margin-top:-29px; background:url(../images/arrows.html) no-repeat 0 0; display:block !important;}
.blog-item .blog-thumbnail .owl-nav div.owl-next{ background-position:right;left:auto; right:0;}
.blog-item.bordered{ border:1px solid #cecece; padding:30px 30px 40px;}
.blog-item .blog-meta { margin-bottom:25px;}
.blog-item .blog-meta li{ display:inline-block; list-style:none; font-size:20px; color:#727272;font-family: 'Lato', sans-serif; font-weight:300; margin-right:30px;line-height: 36px;}
.blog-item .blog-meta li a{color:#727272;}
.blog-item .blog-meta li img, .blog-item .blog-meta li i{ float:left; margin-right:10px;}
.blog-item .blog-meta li img{ border-radius:100%;}
.blog-item .blog-meta li i{ font-size: 23px;margin-top: 8px;}
.blog-item .blog-content h3{ font-size:36px; margin-bottom:5px;}
.blog-item .blog-content h3 a{ color:#121212}
.blog-item .blog-content p{ margin-bottom:30px;}
.blog-item .blog-content a.btn-link{ border-bottom:2px solid transparent;font-family: 'Lato', sans-serif; text-transform:uppercase;}
.blog-item .blog-content a.btn-link:hover{ text-decoration:none;}
.blog-item-classic { padding-top:120px;}
.blog-item-classic:nth-child(2n+2) .col-md-6:nth-child(2n+1){ float:right !important;}
.blog-item-classic:first-child { padding-top:0;}
.blog-item-classic  .blog-thumbnail img{ width:100%; margin-bottom:20px;}
.blog-item-classic .blog-content{ text-align:center; padding:100px 0 50px;}
.blog-item-classic .blog-content .blog-date{ font-size:16px; color:#888888;font-family: 'Lato', sans-serif; text-transform:uppercase;padding-bottom: 25px;}
.blog-item-classic .blog-content h3, .blog-item-classic .blog-content h3 a{ color:#121212;}
.blog-item-classic .blog-content a.btn-link{ border-bottom:2px solid transparent;font-family: 'Lato', sans-serif; text-transform:uppercase;}
.blog-item-classic .blog-content a.btn-link:hover{ text-decoration:none;border-bottom:0;}
.commentlist {list-style:none;padding:15px 0 0;}
.commentlist li {line-height:1.428571429;font-family: 'Lato', sans-serif;}
.comment {padding:15px;margin-top:20px;border:1px solid #c8c8c8;}
.comment-wrapper {position:relative;}
.comment-avartar {float:left;}
.comment-content-wrapper {padding-left:96px;}
.comment-reply {position:absolute;right:0;top:0;	overflow:hidden;}
.comment-reply-link {background-color: #909090;color: #FFFFFF;cursor: pointer;display: inline-block;font-weight: 400;font-size: 14px;margin-bottom: 0;padding:6px 20px 7px;line-height:20px;
overflow:hidden;text-align: center;vertical-align: middle;white-space: nowrap;height:33px;-webkit-transition: all .35s ease 0s;-moz-transition: all .35s ease 0s;-ms-transition: all .35s ease 0s;-o-transition: all .35s ease 0s;transition: all .35s ease 0s;
font-family: 'Lato', sans-serif;}
.comment-reply-link:hover{ line-height:9em;}
.comment-reply-link:hover, .comment-reply-link:focus {color:#fff;background:#434242;}
.comment-reply-link:before{ content: attr(data-text); position: absolute; top: -2.75em;	-webkit-transition: all .35s ease 0s;-moz-transition: all .35s ease 0s;-ms-transition: all .35s ease 0s;-o-transition: all .35s ease 0s;transition: all .35s ease 0s;}
.comment-reply-link:hover:before{ top:6px; line-height:20px;}
.comment-author {font-size:20px;color:#222222;display:block;line-height:22px}
.comment-date {font-size:14px;color:#727272;}
.comment-message {padding-top:12px;}
.children {list-style:none;}
.children .comment{ background:#f7f7f7}
.comment-respond{ margin-top:50px;}
.comment-respond h3 {margin-bottom:35px;}
.comment-respond .row{ margin:0 -7px;}
.comment-respond .col-md-4{ padding:0 7px;}
.comment-respond input[type="text"] {border-color:#c8c8c8;height:46px;padding:0 15px;border-radius:5px;}
.comment-respond textarea {padding:20px 15px 20px;margin-bottom:10px;border:1px solid #c8c8c8;width: 100%;border-radius:5px;font-family: 'Lato', sans-serif;font-size: 14px;height:150px;resize:none;}
.comment-respond .btn{color: #FFFFFF;cursor: pointer;display: inline-block;font-weight: 600;font-size: 15px;border-radius:5px;margin-bottom: 0;padding:11px 40px 12px;text-transform:uppercase;text-align: center;vertical-align: middle;white-space: nowrap;}
.history-slider{ float:right; width:468px; margin-left:40px; display:none !important;}
.history-slider img{ width:100%;}
.history-slider.classic-arrows .owl-nav { position:absolute; top:50%; left:0; right:0; margin-top:-13px;}
.history-slider.classic-arrows .owl-nav .owl-prev, .history-slider.classic-arrows .owl-nav .owl-next{ border-radius:0; -moz-border-radius:border-radius:0; -webkit-animation:border-radius:0; border:0;}
.history-slider.classic-arrows .owl-nav .owl-prev{ float:left;}
.history-slider.classic-arrows .owl-nav .owl-next{ float:right;}
.news-paggination{ padding:90px 0 0;}
.news-paggination li{ float:left; list-style:none;font-family: 'Lato', sans-serif;}
.news-paggination li a{ color:#727272;line-height: 30px; display:block;}
.news-paggination li a i{ float: left; font-size: 30px; margin-right: 10px;}
.news-paggination li:nth-child(2){ float:right;}
.news-paggination li:nth-child(2) a i{ float: right; margin-left: 10px;}
.map-with-address-widget .map{ height:350px; width:100%; margin:30px 0;}
.map-with-address-widget a{ color:#000;}
@media (min-width: 768px) {
.parallax{ background-attachment:fixed; background-size:cover;}
}
.company-history li{ list-style:none;}
.company-history li .year{ float:left; width:94px; font-size:24px;}
.company-history li .history-content{ margin-left:94px; padding:0 0 50px 50px; border-left:1px solid #90949f; position:relative;}
.company-history li .history-content:before{ position:absolute; left:-6px; top:0; width:11px; height:11px; border-radius:100%; content:"";}
.company-history li .history-content h4{ margin-bottom:10px;}
.company-history li:last-child .history-content{ padding-bottom:0;}
.text-box img{ margin-bottom:35px;}
.highlighted-sec .text-box{ padding:40px; text-align:center;min-height: 293px;}
.highlighted-sec li{ list-style:none; color:#fff; width:33.3%; float:left;}
.highlighted-sec li .text-box h4{ color:#fff;margin-bottom: 5px;}
.highlighted-sec li .text-box i{ font-size:100px;margin-bottom: 5px;}
.team-member{ margin-bottom:75px;}
.team-member img{ margin-bottom:24px; width:100%;}
.team-member h4 span{ display:block; font-size:18px; color:#000;font-family: 'Lato', sans-serif; padding-top: 10px;}
.owl-item .team-member{ margin:0 15px;}
.partner img{ float:left;}
.partner .partner-content{ padding:0 0 0 255px;}
.partner h4 span{ display:block; font-size:18px; color:#000;font-family: 'Lato', sans-serif; padding-top: 8px;}
.why-people-chose-us .heading{ margin-bottom:60px;}

.th-text{font-size:17px !important; color:#fff !important;}
.th-text a{color:#fff !important; line-height:  30px !important;}
.lh{line-height:30px !important;}
.lh i{font-size:22px;}
/*------------------------------------------------------------------

BLOG

-------------------------------------------------------------------*/

.sidebar-widget {padding-bottom:60px;}
.sidebar-widget h3 {margin-bottom:30px;text-transform:uppercase;}

/* .... SEARCH .... */
.search {padding:25px;position:relative;}
.search input[type="text"] {border:0;border-radius:0;width:100%;color:#989898;font-style:italic;padding:0 15px 0;margin:0;height:50px;}
.search .search-icon {border: 0 none;background:none;font-size: 15px; height: 50px; min-width: 0; padding: 0; position: absolute; right: 25px;top: 25px; width: 49px;}
.search .search-icon i {color:#525866;margin-top:3px;font-size: 20px;}

/* .... TAGS .... */
.tags {list-style:none;}
.tags li {float:left;margin:0 5px 5px 0;}
.tags li a {border:1px solid #c8c8c8;display:block;color:#555555;font-size:14px;font-family: 'Lato', sans-serif;padding:11px 21px;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.tags li a:hover {-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

/* .... POPULAR POST .... */
.popular-post{padding:19px 0;}
.popular-post img{float:left;width:71px;margin:0 12px 0 0;}
.popular-post h4, .popular-post h4 a{font-weight: 400;margin:0;font-size:18px;color:#373737;font-family: 'Lato', sans-serif;text-transform:none;}
.best-seller h4{ line-height:21px;}
.popular-post p{line-height:14px;margin-bottom:0;}
.popular-post p strong{ font-size:18px;font-weight: 600;font-weight:400;display:block;margin-top:3px;font-family: 'Lato', sans-serif;}
.popular-post p.popular-date{margin:0;font-size:14px;color:#8d8d8d;line-height:25px;font-family: 'Lato', sans-serif;}
.blog-review-border{border:1px solid #c8c8c8; padding:5px; margin-bottom:110px;}
.blog-review{ border:1px solid #c8c8c8; padding:25px;}
.blog-review img{ float:left; border-radius:100%;}
.blog-review-content{ padding:10px 0 0 175px;}
.blog-review-content h5{ margin-bottom:10px;}
.blog-review-content h5 span{ color:#646464; font-size:16px; display:inline-block; padding-left:8px;}
.categories li{ list-style:none;font-family: 'Lato', sans-serif; font-size:18px; font-weight:300;padding: 7px 0;}
.categories li a{ color:#555555;}
.categories li i{ float:left;margin: 2px 11px 0 0;font-size: 20px;}
.cases-filter-nav{ background:#f3f5fa; padding:14px; text-align:center; margin-bottom:50px;}
.cases-filter-nav li  {display:inline-block;list-style:none;margin:0 5px;}
.cases-filter-nav li a{font-size:16px;line-height: 15px;font-family: 'Lato', sans-serif;color:#000;outline: medium none;padding: 14px 25px 13px;border-radius:30px;text-decoration: none; display:block;}
.cases-filter-nav li a:hover, .cases-filter-nav li a.selected{color:#fff;}
.cases-container li{text-align:center;width:50%;list-style:none;}
.cases-container li img{width:100%;}
.cases-item{ position:relative;}
.cases-item img{ width:100%;}
.cases-item figcaption{ position:absolute; left:10px; right:10px; top:10px; bottom:10px; color:#fff; font-size:24px;line-height: 25px;padding: 20px; text-align:center;transform: scale(0);-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.cases-item figcaption small{ display:block; font-size:16px;font-family: 'Lato', sans-serif;}
.cases-item figcaption i {display:block;font-size: 30px;margin-bottom: 2px;}
.cases-item div{left: 0;position: absolute;right: 0;text-align: center;top: 50%;transform: translateY(-50%);}
.cases-item:hover figcaption{transform: scale(1);}
.left-nav{ margin-bottom:50px;}
.left-nav li{ list-style:none;}
.left-nav li a{ display:block; padding:16px 26px 18px 22px;font-weight:700; font-size:16px; color:#1c1c1c;font-family: 'Lato', sans-serif; border-top:1px solid #fff; background:#fff; border-left:5px solid #ce1b28;}
.left-nav li a i{ float:right; font-size:24px; color:#ce1b28;}
.left-nav li a:hover i {color:#1b4978;}
.left-nav li a:hover, .left-nav li a.active{ background:#fff; border-left:5px solid #1b4978;}
.help-widget{ padding:42px 33px;background-color:#002e5b; box-sizing: border-box; }
.widget1{background-color:transparent;}
.widget1 h5{font-size:24px; font-weight: 300;}
.help-widget h5, .help-widget p{ color:#fff; font-weight: 700;}
.help-widget h6{line-height:1.5em !important; font-size:15px !important; color:#fff; }
.company-presentation-link{ display:block; padding:18px 30px; color:#fff; background:#323946;}
.company-presentation-link i{ margin-right:10px;}
.company-presentation-link:hover{ color:#fff; background:#20252e;}
aside .testimonial-content{ padding:45px 30px 60px; background-repeat: no-repeat; background-position: 25px 91%;}
aside p{display: block; margin-left: 0; font-size: 18px;  color: #ffffff; font-weight: 500;  text-align: center;  background: #ce1b28; padding: 10px;}

.btn:hover:before {
    top: 11px !important;
    line-height: 20px !important;
}
.btn.get-in-touch {
    position: relative;
    padding: 10px 20px 11px 70px !important;
}
.btn.get-in-touch i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #002e5b;
    padding: 17px 13px 17px 20px !important;
    line-height: 7px !important;
}

.ravibtn{background:#ccc !important; }
.ravibtn:hover{color:#000 !important; background:#ccc;}
/*------------------------------------------------------------------

SHOP

-------------------------------------------------------------------*/

.shop-list{margin: 0 -10px;padding: 0 10px; width: 102.3%;}
.shop-list h2{font-size:32px;}
.shop-list li{display: inline-block; padding: 0 10px; width: 32.8%;vertical-align: top;}
.product{border:1px solid #dadada;display: inline-table;width: 100%; margin: 0 0 27px;}
.product-thumb{position:relative;margin:-1px;}
.product-thumb img { width: 100%;}
.product-thumb label{ border-radius: 100%; color: #fff; display: block; height: 59px; left: 16px; line-height: 61px; position: absolute; text-align: center; top: 16px; width: 59px;}
.product-description{padding:25px 20px 17px;}
.product-description h3{font-size:20px;margin-bottom: 10px;}
.product-description h3 a{color:#000;}
.price{font-size:20px;font-family: 'Lato', sans-serif; font-weight:300;}
.price.big {font-size:26px;font-weight:400;}
.price u{color:#797979;font-size:16px;text-decoration:line-through;}
.product-description .double-border{margin-bottom:13px;}
.product-description .product-cart-btn, .product-description .product-detail-btn{ color:#222222;font-weight:400;font-size:16px;line-height: 33px;font-family: 'Lato', sans-serif;}
.product-cart-btn i{font-size:26px;float:left;margin: 3px 3px 0 0;}
.product-detail-btn i{font-size:24px;float:left;margin: 5px 9px 0 0;}
.showing-result{margin:0 0 40px 0;}
.showing-result p{float:left;font-size:20px;margin:8px 0 0;}
.showing-result .styled-select-small{float:right;}
.top-products{border-bottom:1px solid #dadada;padding-bottom:27px;margin-bottom:28px;}
.top-products img{float:left;}
.top-products .top-products-detail{padding-left:98px;}
.top-products .top-products-detail h4, .top-products .top-products-detail p{margin:0;}
.top-products .top-products-detail h4{ font-family: 'Lato', sans-serif; font-size: 20px; padding-bottom:0 !important;}
.top-products .top-products-detail h4 a{ color:#000;}
.top-products .top-products-detail p{font-weight: 600;}
.ratings i{display:inline-block;font-size: 16px;}
.ratings.big i{font-size: 20px;}
.ratings.big span{ font-size:16px;font-family: 'Lato', sans-serif;}
.item-counter {border: 1px solid #e0e0e0; float: left; height: 42px; margin-right: 17px; width: 139px;border-radius:1px;}
.item-counter span { cursor: pointer;font-size: 18px; height: 40px; line-height: 40px; text-align: center; width: 42px;}
.item-counter input.items-total { background: #ffffff; border: 0 none; cursor: default; display: inline-block; height: 39px; line-height: 40px; margin: 0;  padding: 0 0 0 0;  text-align: center;width: 49px;}
.item-counter span.pull-left{border-right:1px solid #e0e0e0;}
.item-counter span.pull-right{border-left:1px solid #e0e0e0;}
.product-detail-description h2{margin-bottom:25px;font-family: 'Raleway', sans-serif; font-weight:600;}
.product-detail-description .ratings{margin-bottom:20px;}
.product-detail-description p{margin-bottom:20px;}
.product-detail-slider img{border:0 !important;padding:0 !important;}
.product-detail-slider .rslides_tabs{position:absolute;left:0;right:0;bottom:20px;text-align:center;z-index: 50;}
.product-detail-slider .rslides_tabs li {display:inline-block;float:none;margin:0 1.5px;}
.product-detail-slider .rslides_tabs li a{display:inline-block;width:15px;height:15px;background:#b0b0b0;border-radius:100%;}
.resp-tab-content .comment-avartar { margin-right: 20px;}
.resp-tab-content .comment-text { padding-left: 80px;}
.resp-tab-content .meta{margin:0;}
.resp-tab-content .ratings{ float:right;}
.resp-tab-content .ratings li{ float:left;margin:0 3px;}
.resp-tab-content .comment{padding:0;margin:0;border:0;}
.resp-tab-content .comment .comment_container{ border-bottom:1px solid #ccc; margin-bottom:20px;}
.resp-tab-content .comment .comment_container:last-child{ border-bottom:0; margin-bottom:0;}
.resp-tab-content h3{font-family: 'Raleway', sans-serif; font-weight:600;}
.additional-detail li{border-bottom: 1px dotted #ccc;font-size: 18px !important;padding: 9px 0 3px;}
.additional-detail li:last-child{border-bottom:0;}
.additional-detail li label{width:28%;}
.add-review-form{max-width:500px;margin:0 auto;position: relative;}
.review_form_thumb{padding:50px 0 20px;}
.add-review-form .comment-respond input[type="text"], 
.add-review-form .comment-respond input[type="email"], 
.add-review-form .comment-respond input[type="password"], 
.add-review-form .comment-respond input[type="number"], 
.add-review-form .form-widget input[type="text"], 
.add-review-form .form-widget input[type="email"], 
.add-review-form .form-widget input[type="password"], 
.add-review-form .form-widget input[type="number"]{width:100%;float:none;	margin-right:0;}
.review-form-close{background: #000;color: #fff;cursor: pointer; font-size: 24px; padding: 8px 18px 8px; position: absolute; right: -100px; top: 30px;display:block;}
.review-form-close:hover{ color:#fff;}
.your-rating{padding:0 0 10px;}
.rating{ display: inline;list-style:none; padding:0;}
.rating li:before{ font-size:20px; color:#f1f1f1;}
.rating { unicode-bidi: bidi-override; direction: rtl; margin:6px 0 0;}
.rating > li { display: inline-block; position: relative; width: 22px;}
.rating > li:hover:before,
.rating > li:hover ~ li:before { color:#ffb200; cursor:pointer;}
.shop .sidebar-widget{ border-bottom:1px solid #dadada;margin-bottom: 40px;padding-bottom: 40px;}
.shop .sidebar-widget:last-child{ border-bottom:0;}
.shop .sidebar-widget h4{ text-transform:none; padding-bottom: 20px;}
.double-border{ display:block;height:4px; border-top:1px solid #dadada;border-bottom:1px solid #dadada;}

.aboutuss p{
    font-size: 15px;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 10px;
}
  .contact-info-widget p a {
    color: #000 !important;
    }  

.team-member h6 {
    color: #ffffff !important;
    font-size: 14px; 
    display: block;
    background: #096381;
    position: absolute;
    top: 1px;
    padding: 5px 10px;
    font-weight: normal;
}
.team-member h4{
    font-size: 18px;
    min-height: 50px;
}
.team-member .content01{
    color: #fff;
    line-height: 24px;
    text-align: center;
    
}
.team-member .content01 p{
}
.team-member .content01 a{
    color: #fff;
    
}
.team-member p{
    font-size: 16px;
    line-height: 24px;
}
.btn-subscribe{
    background: #000022;
    height: 40px;
    padding: 5px 20px;
    line-height: 30px;
    color: #fff;
}

.discliamer{padding:30px 10px; color:#fff !important; font-size:12px; background:#141427;}
.discliamer h5{color:#fff !important; font-size: 12px;}
.discliamer p{line-height:17px;}
/*------------------------------------------------------------------

FOOTER

-------------------------------------------------------------------*/

#footer{ background: #191938; color:#fff;}
#footer a{ color:#fff;}
#footer .footer-top{ padding:40px 0;}
#footer .footer-top p{ margin:8px 0;}
#footer .footer-logo{ position:relative;}
#footer .footer-logo:after{ width:1px; content:""; height:69px; background:#ababab; position:absolute; right:0; top:21px;}
#footer .footer-address-widget{ padding:18px 32px; background:#32324e;}
#footer .footer-address-widget ul li{list-style: none; float: left; font-size: 17px;width: 40%;position: relative; padding-left: 38px;font-weight: 300;margin-bottom: 20px;}
#footer .footer-address-widget ul li:nth-child(2){ width:60%;}
#footer .footer-address-widget ul li span, #footer .footer-address-widget ul li a{ display:block; font-size:16px;}
#footer .footer-address-widget ul li i{font-size: 22px;left: 0;position: absolute; top: 1px;}
#footer .footer-address-widget ul li i.icon-icons74{ font-size:29px;top: 2px;margin-left: -5px;}
#footer .usefull-links-widget{ margin-top:20px;}
#footer .usefull-links-widget h4{ 
    padding-bottom: 0;
    color: #fff;
    font-size: 18px;
}
.newsletter-widget h4{
    font-size: 18px;
    color: #fff;
}
#footer .usefull-links-widget ul{ width:50%; float:left;}
#footer .usefull-links-widget li{ list-style:none; padding: 2px 0; text-align:left;}
#footer .usefull-links-widget li a{ font-size:14px; background:url(../images/dot.html) no-repeat 0 10px; font-weight:400;font-family: 'Lato', sans-serif; font-weight: 300;}
#footer .usefull-links-widget li a:hover{color: #096381;}
#footer .twitter-widget{ margin-top:45px;padding-right: 40px;}
#footer .twitter-widget h4{ padding-bottom:15px; color:#131313;}
#footer .twitter-widget .tweet i {float:left;font-size:24px;margin-top:15px; color:#818181;}
#footer .twitter-widget .tweet p {padding:10px 0 0 30px;margin:0 0 10px; font-size:16px; line-height:24px;}
#footer .twitter-widget .tweet p a{ font-weight:600;}
#footer .twitter-widget .tweet p span {display:block;font-size:14px;padding-top: 5px;}
#footer .newsletter-widget{ padding:20px 29px; background:#1c1c3d;}
#footer .newsletter-widget p{ font-size:14px; line-height:21px;margin: 0 0 20px;}
#footer .newsletter-widget .social{ background:#32324e; text-align:center; padding:10px; margin:25px -29px -20px;}
#footer .footer-left {float: left;width: 65%;}
#footer .footer-right {float: left;width: 35%;}
#footer .footer-bottom{ padding:15px 0; background:#32324e;}
#footer .footer-bottom p{ font-size:14px; margin:0; line-height:normal; color: #fff;}
#footer.dark{ background-color:#323946; color:#edf0f5;}
#footer.dark .footer-logo{ border-color:#999ca3;}
#footer.dark .footer-address-widget{ background-color:#383f4c;}
#footer.dark a{ color:#edf0f5;}
#footer.dark .usefull-links-widget h4, #footer.dark .twitter-widget h4{ color:#fff;}
#footer.dark .twitter-widget .tweet i{ color:#fff;}
#footer.dark .newsletter-widget{ background:#2e3441;}
#footer.dark .newsletter-widget h4{ color:#fff;}
#footer.dark input[type="text"], #footer.dark input[type="email"], #footer.dark input[type="number"], #footer.dark input[type="password"]{ background:#222732; border-color:#545a65;}
#footer.dark .newsletter-widget .social{ background-color:#222732}
#footer.dark .social li a i{ background:none; border-color:#525863; color:#fff;}
#footer.dark .footer-bottom{ background:#2d3440;}











/*color switcher*/


.styled-selectt{ border:1px solid #c7c7c7; padding:5px 10px; position:relative; height:37px;}
.styled-selectt:after{ content:""; position:absolute; right:0; top:0; z-index:-1; width:31px; height:37px; background:url("../images/styled-select-arrow.html") no-repeat center center; cursor:pointer;}
.styled-selectt p{ font-size: 14px; line-height: 25px; margin-bottom: 0 !important; padding-bottom: 0; cursor:pointer;}
.styled-selectt ul{ display:none; margin:5px -11px; background:#fff; border:1px solid #c7c7c7;}
.styled-selectt ul li{ margin:0 0 0 0 !important; font-size:14px; padding:5px 8px; cursor:pointer; border-bottom:1px solid #c7c7c7;font-family: 'Lato', sans-serif;}
.styled-selectt ul li:last-child{ border:0;}
.styled-selectt ul li:hover{  background:#f9f9f9;}

.color-switcher {
	width: 292px;
	position:fixed;
	left: -292px;
	top: 50%;
	margin-top:-240px;
	background: #fff;
	z-index: 400;
	padding:40px 24px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 3px 0 15px rgba(0,0,0,0.20);
}

.color-switcher h5 {
	padding-bottom:11px;
	font-size:18px;
	color:#1d1d1d;
	margin-bottom:0;
}
.color-switcher ul {
	list-style:none;
	padding:0;
}




.color-switcher ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.color-switcher ul li a {
	display: block;
	width: 54px;
	height: 45px;
	outline: none;
}
.color-switcher ul li a.one {
	background: url(../demo-files/images/1.html) no-repeat 0 0;
}
.color-switcher ul li a.two{
	background: url(../demo-files/images/2.html) no-repeat 0 0;
}
.color-switcher ul li a.three {
	background: url(../demo-files/images/3.html) no-repeat 0 0;
}
.color-switcher ul li a.four {
	background: url(../demo-files/images/4.html) no-repeat 0 0;
}
.color-switcher ul li a.five {
	background: url(../demo-files/images/5.html) no-repeat 0 0;
}
.color-switcher ul li a.six {
	background: url(../demo-files/images/6.html) no-repeat 0 0;
}
.color-switcher ul li a.seven {
	background: url(../demo-files/images/7.html) no-repeat 0 0;
}
.picker_close {
	width: 57px;
	height: 61px;
	position: absolute;
	right: -57px;
	top: 143px;
	border:1px solid #b6b6b6;
	border-left:0;
	text-align:center;
	background:#fff;
}
.picker_close i {
	font-size:23px;
	margin-top:18px;
	color:#333333;
}
.position {
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.animations {
	display: table;
	padding: 10px 0 15px;
	text-align: left;
	width:100%;
}
.animations a{
	display: inline-block;
	text-align: center;
	width:46.9%;
	margin: 0 5px 0 0;
	color:#5d5d5d;
	font-size:15px;
	border:1px solid #c7c7c7;
	padding:7px 7px 2px;
	height: 36px;
}
.animations a:hover, .animations a.active{
	background:#eeeeee;color:#5d5d5d;
}
.theme-colours p{ color:#818181; font-size:14px;line-height: 20px;padding: 10px 0;}
.header-footer .half{ width:50%; padding:0 8px; float:left;}
.header-footer .half:nth-child(1){ padding-left:0;}
.header-footer .half:nth-child(2){ padding-right:5px;padding-left:2px;}

.header-footer{ padding-top:20px;}
.header-footer .selectboxit-container .selectboxit{ border-color:#c7c7c7; border-radius:0; height:36px; line-height:35px;}
.header-footer .selectboxit-container span, .header-footer .selectboxit-container .selectboxit-options a{ height:36px;}
.header-footer .selectboxit-container .selectboxit{ padding:0 2px;}
.header-footer p{ margin-bottom:8px;}
.header-footer .selectboxit-arrow-container{ width:30px;}
.header-footer .selectboxit-container .selectboxit-options a,
.header-footer .selectboxit-container .selectboxit-options a span{display: block;height: 36px; line-height: 36px; width: auto;}
.header-footer .selectboxit-container span{ line-height:35px;}
.header-footer .selectboxit-container .selectboxit-options{ padding:38px 0 0 4px !important;}
.header-footer ul li{ float:none;}



.banner-manheding h5 {
    font-size: 45px;
}











/* section_category 3 */  

.section_category3 {
    float: left;
    width: 100%;
    padding: 120px 0px 120px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191938+0,32324e+100 */
    background: #191938; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #191938 0%, #32324e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #191938 0%,#32324e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #191938 0%,#32324e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191938', endColorstr='#32324e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section_category3 .sec_title h1 {

	font-weight: 600; font-size:36px;
	color: #FFF; text-align:center;
	text-transform:none;
}
.section_category3 .sec_title h1::after {
    content: "\f111";
	 font-family: 'FontAwesome';
    font-size: 12px; line-height:0;  
    color: #FFF;
    display: block;
    height: 1px; padding: 0 0px 0px 0px;
    width: 260px;
    background: #f28381;
    margin: 20px 0 30px 0;
    margin-left: auto;
    margin-right: auto;
}
.section_category3 .sec_title h1 span {
	color:#411615;
}

.section_category3 #triangle-up { 
width: 0;
height: 0;
border-bottom: 210px solid rgba(0, 0, 34, 1);
border-left: 122px solid transparent;
border-right: 122px solid transparent;
position: relative;
float: left;
margin-left: -100px;
    transition: all 1s ease-in-out;
}

.section_category3 #triangle-up:first-child {
    margin-left: 20px;
}

.section_category3 #triangle-up.margin-left-2 {
    margin-left: 16px;
}


.section_category3 #triangle-up div.icon {
    position: absolute;
    bottom: -180px;
    color: #ffffff;
    margin-left: -90px;
    width: 210px;
    text-align: center;
    font-size: 14pt;
}
.section_category3 #triangle-up div.icon img{
	margin-left:-30px;
}
.section_category3 #triangle-up i {
font-size: 48px;
margin-left:-24px;
line-height: 100px;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}

.section_category3 #triangle-up span {
	font-size:14px;
text-transform:uppercase; 
margin-left:-33px;
	
}

.refer-and-earn{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32324e+0,191938+100 */
background: #32324e; /* Old browsers */
background: -moz-linear-gradient(-45deg, #32324e 0%, #191938 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #32324e 0%,#191938 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #32324e 0%,#191938 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32324e', endColorstr='#191938',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section_category3 #triangle-up:hover { 
    /*border-bottom: 210px solid rgba(193,0,0,1);*/
}
.section_category3 #triangle-up:hover div.icon{ color:#fff;}

.section_category3 #triangle-down { 
width: 0;
height: 0;
border-top: 210px solid rgba(20, 18, 239, 1);
border-left: 122px solid transparent;
border-right: 122px solid transparent;
position: relative;
float: left;
margin-left: -100px;
        transition: all 1s ease-in-out;
}

.section_category3 #triangle-down div.icon {
    position: absolute;
    top: -180px;
    color: #ffffff;
    margin-left: -100px;
    width: 210px;
    text-align: center;
    font-size: 14px; text-transform:uppercase;
}

.section_category3 #triangle-down i {
font-size: 48px;
 margin-left:-12px;
line-height: 100px;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.section_category3 #triangle-down:hover { 
/*border-top: 210px solid rgba(0,0,34,1);*/
}
.section_category3 #triangle-down:hover div.icon{ color:#fff;}



/* partner Section*/
.pd10 {
    padding-top: 10px;
}
.partner{ padding:80px 0 100px;}
.partner h2 {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.heading h2{
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.clr-dark{
    color: #333 !important;
}
.clr-white{
    color: #fff !important;
}
.newp{text-align: center;}
.bg-l-blue{
    background: #32324e;
}

.who-we-are ul{ 
    padding: 0 30px 0 20px;
}
.who-we-are ul ul{
    font-size: 16px;
    font-weight: 300;
} 
.why-choosus{
    padding: 0 20px 0 40px;
}

.bg-gradietn{
    background-color: #9759cc;
    background-image: -webkit-linear-gradient(145deg, #7379ff, #b524ef);
    background-image: -moz-linear-gradient(145deg, #7379ff, #b524ef);
    background-image: -o-linear-gradient(145deg, #7379ff, #b524ef);
    background-image: -ms-linear-gradient(145deg, #7379ff, #b524ef);
    background-image: linear-gradient(145deg, #7379ff, #b524ef);
}
.clr-white{
    color: #fff;
}

.gradient-bg{
    background: linear-gradient(90deg, #f3f5fa 50%, #e7eaf1 50%);
}

.padTB60{
    padding: 80px 0;
}

.meet-our-advisors .partner_top, .meet-our-advisors .partner_bottom{
    text-align: center;
}
.meet-our-advisors .partner_bottom ul li{
    list-style: none;
    color: #fff;
}
.partner_bottom ul{
    margin-bottom: 15px;
}
.partner_heading h2{
    font-size: 24px;
    font-weight: normal;
    padding: 15px 0;
    margin: 0;
    color: #fff;
}
.meet-our-advisors .partner_top .partner_img img{
    width: auto;
    border-radius: 100%;
}

.getintouch{}
.getintouch h3{
    font-size: 18px;
}
.contact-info-widget p{
    font-size: 14px;
    line-height:25px;
}

.bg-dark {
    background-color: #222;
    color: #fff;
}
.bg-pattern {
    background-repeat: repeat;
    background-size: auto;
}
.home-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.newhead{margin-bottom:50px;}
.why{text-align: center;}
.why ul li{list-style:none; font-size:17px; margin-bottom:10px; 
}
.text-left{text-align:left; margin-left:130px;}
.gradient-new{
    background: linear-gradient(90deg, #ffffff 50%, #f2f2f2 50%);
}
.newchoos{margin-top:80px;}
.newbg ul{margin-left:50px;}
.why h2{font-size:28px !important;}
.why ul li:before {
      content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 4px 7px;
    color: #fff;
    margin-right: 10px;
    background: #111e6c;

}
.newheading {
    padding: 70px 0;
    background-size: 100%;
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat;
    background-image: url(../images/blog.jpg);
    background-position: 50% 0px;
}
.bgform::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}
.bg-form{ background-size:100%;     height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    background-size: cover; background-image: url(images/home-loan-banner.html); background-position: 50% 0px; }
.comg{font-weight: 700 !important; margin:80px 0; color:#fff !important; }
.why ul li:nth-child(1n):before {
    background: #ee8e31;}
.why ul li:nth-child(2n):before {
    background: #02c99e;}
.why ul li:nth-child(3n):before {
    background: #6398ce;}
.why ul li:nth-child(4n):before {
    background: #db6681;}
.why ul li:nth-child(5n):before {
    background: #e9b939;}
.blog:after{background:rgba(0,0,0,0.5);  content:""; position:absolute; background-size:cover;}
.circlebox{width:300px; height: 300px; border-radius:50%; float:left; }
.frmbtn{ color:#fff; background:#096381;}
.newtop{margin-top:10px !important;}
.paralax-slider p {
    margin-bottom: 15px;
}
.paralax-slider p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
 
    margin-bottom: 30px !important;
}
.first-text {
    font-size: 30px !important;
}
#register-form {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 140px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 15px;
}
#register-form h5 {
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding: 0px 10px;
}
#register-form span {
    color: #096381;
    font-weight: 700;
}
#register-form input[type="text"], select {
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
    border-radius: 0px;
    padding: 0px 12px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
    height: 40px;
}

.myinebtn {
    font-size: 14px;
    width: 100%;
    border-radius: 0px;
    padding: 10px 12px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #ce1b28 ;
    border: #ce1b28 ;    
}
.myinebtn:hover{
    color: #fff;
    background: #002e5b;
}
.myinebtn:active{
    color: #fff;
    background: #002e5b;
}
.loan-heading h2 {
    font-weight: 500;
    font-size: 24px;
    color: #000022;
    margin-bottom: 30px;
    text-transform: uppercase;
}


.box{
    background: #fff;
    padding: 30px 30px;
    border-radius: 3px;
    border-top: 5px solid #CE1B28 ;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.06);
     min-height:440px;
}

.box ul{ margin-left:5px !important;
        text-align: left !important;}
.left-nav{ margin-left:5px !important;}
/*.box{
    border: 1px solid #ccc;
    
    padding: 0 0 30px 0;background:#fff;
     box-sizing: border-box;
    min-height:380px;
    border-bottom: 2px solid #c00000;
     border-top: 2px solid #c00000;
}

*/
.box ul li i{font-size:15px; margin-left:15px;}
.box h4{ padding-bottom:10px;
    border-bottom: 1px solid #eee;
    color: #002e5b;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.box:hover .box h4 {color:#c00000; }
.box:hover { box-shadow: 0px 1px 1px #ccc; }

/* Accordion Panel for Loan */
.accordion .panel {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.accordion .panel-heading{
    padding: 0;
}
.accordion .panel-default > .panel-heading{
    background: transparent;
}
.accordion .panel-default{
    border: none;
}
.accordion .panel-group .panel{
    border-radius: 0;
}
.accordion .panel:last-child {
    border-bottom: 0 none
}
.accordion .panel+.panel {
    margin-top: 0
}
.accordion .panel-title {
    position: relative;
    font-size: 1em;
    font-weight: 400
}
.accordion .panel-title a {
    color: #096381;
    padding: 10px 0;
    display: block;
    font-size: 20px;
}
.accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.accordion .panel-title a .plus-minus {
    opacity: 0.4
}
.accordion .panel-title a.collapsed {
    color: #747d88
}
.accordion .panel-title a.collapsed:hover {
    opacity: 0.7
}
.accordion .panel-title a.collapsed:hover .plus-minus {
    opacity: 0.4
}
.accordion .panel-title a.collapsed .plus-minus {
    opacity: 0.7
}
.accordion .panel-title a.collapsed .plus-minus span:before {
    transform: rotate(-180deg)
}
.accordion .panel-title a.collapsed .plus-minus span:after {
    transform: rotate(0deg)
}
.accordion .panel-title a:hover {
    opacity: 1
}
.accordion .panel-title a:hover .plus-minus {
    opacity: 1
}
.accordion .panel-body {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px
}
.accordion .plus-minus {
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 350ms;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 18px;
    width: 18px;
    margin-top: -9px
}
.accordion .plus-minus span {
    position: relative;
    height: 100%;
    display: block
}
.accordion .plus-minus span:before,
.accordion .plus-minus span:after {
    content: "";
    position: absolute;
    background: #fff;
    transition: transform 100ms
}
.accordion .plus-minus span:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(180deg)
}
.accordion .plus-minus span:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transform: rotate(90deg)
}
.accordion .plus-minus:hover {
    opacity: 0.3
}
.accordion.filled .panel:last-child {
    border-bottom: 0
}
.accordion.filled .panel-title {
    background-color: #002e5b; 
}
.accordion.filled .panel-title a {
    background: #ce1b28;
    padding-left: 20px;
    color: #fff;
}
.accordion.filled .panel-title a.collapsed {
    background-color: transparent;
    color: #fff;
}
.accordion.filled .panel-title a.collapsed:hover {
    opacity: 0.7
}
.accordion.filled .panel-body {
    padding-bottom: 20px
}
.accordion.filled .plus-minus {
    right: 20px
}
.accordion_strong{
    display: block;
    margin: 15px 0;
}
.accordion ul, .accordion ol{ margin-left: 35px;}
.accordion  ul li, .accordion ol li{margin-bottom: 5px; padding-left: 0px;}

.roiInterest{}
.roiInterest ul, .roiInterest ol{margin-left: 35px;}
.roiInterest ul li, .roiInterest ol li{margin-bottom: 5px;}

.table thead th {
    background: #052743;
    color: #fff;
}
tr:nth-child(even) {
    background-color: #cae7ff;
}
.balTfdTBL{}
.balTfdTBL ul{margin-left: 35px;}
.balTfdTBL ul li{margin-bottom: 5px;}

/*--sticky form--*/

#feedback {
 position: fixed;
    left: 0;
    top: 190px;
    min-height: 320px;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 9999;  
}

#feedback-form {
  float: left;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 42px;
  background-color: #096381;
  margin-top: 60px;
  margin-left: -42px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-control input[type="text"], .form-control input[type="email"]{ border-radius:4px !important;}
.btnnew{background:#002e5b; color:#fff !important;}

.btnnew:hover,.btnnew:active,.btnnew:focus{
    color: #fff !important;
    text-decoration: none;background:#ce1b28; 
}

#feedback-tab:hover { background-color:#ce1b28; }

#feedback-form textarea { resize: none; }

  /*  new css  */

  
  .model-wrap ul {
    padding: 20px;
    }
   
  .model-wrap ul li{line-height:2;color:#333;font-size:14px;}

  .about-section {
    padding: 130px 0px 40px 0px;
  }

   .call {
    margin: 0 !important;
   }
   
   
  .image-widget img{border: 1px solid #ccc;
    overflow: hidden;
    transition: .3s;
    padding: 10px;}

  .image-widget {overflow:hidden;}

  .image-widget:hover img {transform:scale(1.08);}

  .aboutuss {
    padding: 0;
    margin: -6px auto;
  }
  .para {padding: 7px 44px 4px 13px;}

  .para p{line-height:1.6;font-size:15px;text-align:justify;}

  .aa {color: #000 !important;text-align: center;text-transform: uppercase;font-weight: normal;
      padding-bottom: 30px;font-size:30px;}

  .aa1 {color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    padding: 0px 0px 25px 0px;}

  .experience {background:url('../images/detail-banner.jpg')no-repeat;
     background-attachment:fixed;background-size:cover;background-position:center center;padding:50px 0;
     position:relative;}

  section.about { padding: 0;}

  .experience p{color:#fff;font-size:15px;line-height:1.6;text-align:justify;} 

  .experience h5{color: #fff;font-weight: bold;margin: 0;padding: 5px 0;}

  .experience ul{margin:0;padding:10px;}

  .experience ul li {color: #fff;line-height: 1.8;padding-left: 2px;margin: 10px;}

  .qutation {min-height: 340px;
    max-height: 340px;
    background: url(../images/point-banner.jpg)no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-top:20px;}

   .point-section {padding: 90px 40px 0px 0px;}

  .point {color:#096381;font-weight: bold;}

  .qutation p{color:#333;text-align:center;font-weight:400;font-size:18px;line-height:1.6;}

  .qutation h4{color: #333;
    text-align: center;
    font-size: 33px;
    line-height: 1.6;}

    .touch {
    padding: 181px 0px 20px 0px;
  } 

    form#contact_form input {
    margin-bottom: 20px;
   }

   .touch h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    background: #191938;
    color: #fff;
    padding: 10px;
    text-align: left;
    width:55%;
  }
    .abutpage section {
    padding: 0;
  }
   .normal {padding:0;}

.red-clr{color: #f50c0c;}
.banner-manheding h6{font-size: 25px !important; display: inline-block;}
.help-widget h3{
    font-size: 63px;
    color: #fff;
    font-weight: 600;
    line-height: 0.7;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.help-widget h5{font-size: 35px;}

   @media only screen and (max-width:767px){
    .experience {
    background: url(../images/detail-banner.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    position: relative;
    min-height:auto !important;
    max-height:initial !important;
    }
    .header.clearfix {
    background: #191938;
     }
     .touch {
    padding: 24px 0px 15px 0px;
      }
        .touch h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    background: #191938;
    color: #fff;
    padding: 10px;
    text-align: left;
    width: 40%;
      }
   }

.thank {
    border: solid #ccc 1px;
    padding: 10px;
    margin-bottom: 50px;
}
.thank p{
    text-align: center;
}
.lead {
    font-size: 18px;
}
.m-heading {
    color: #191938 !important;
    font-size: 30px;
    font-weight: 400;
}
.thankyou{
    padding: 60px 0;
    margin-top: 60px;
}
.center{
    margin-top: 60px;
}
   @media only screen and (max-width:667px){
       .about-section {
    padding: 23px 0px 10px 0px;
     }
       .touch h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    background: #191938;
    color: #fff;
    padding: 10px;
    text-align: left;
    width: 50%;
      }

      .aboutuss {
    padding: 0px 6px 0px 27px;
    margin: -6px auto;
       } 
       .para {
    padding: 7px 20px 4px 35px;
      }
      .point-section {
    padding: 0;
    }
     .qutation {
    min-height: auto;
    background: #fff;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 0px;
}
        .image-widget img {
    border: 1px solid #ccc;
    overflow: hidden;
    transition: .3s;
    padding: 10px;
    width: 100%;
    margin: auto;
    display: block;
    }
    .btn-default:hover {
    color: #333;
    background-color: #f9f9f9;
    border-color: #fff;
    line-height: 1;
    border: 1px solid #ccc;
}  
  .model-wrap ul {
    padding: 20px;  
}
   .model-wrap ul li{
    padding:0;
    line-height:1.6;
    font-size:14px;  
   } 
    .call {
    padding: 0 !important;
    margin: 0px !important;
    background:#fff !important;
   } 
   .call h5{color: #000 !important;
    padding-top: 14px !important;}
   .call input, textarea {border:1px solid #ccc !important;}
    .aa {
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 0px;
    font-size: 30px;
}
   }

    @media only screen and (max-width:568px){
          .model-wrap ul {
             padding: 19px;
          }
          .btn-default:hover {
    color: #333;
    background-color: #f9f9f9;
    border-color: #fff;
    line-height: 1;
    border: 1px solid #ccc;
    }  
    .qutation h4 {
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    } 
    .aa {
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 0px;
    font-size: 30px;
}
          .model-wrap ul li{line-height:1.6;font-size:14px;}
    }
@media(max-width:480px){
    #header .top-bar:after{
        display: none;
    }
    #header .top-bar:before{
        display: none;
    }
    #header .top-bar ul li i{
        display: none;
    }
    #header .top-bar ul{
        float: none !important;
        margin: 0 !important;
    }
    #header .top-bar ul li:first-child:before{
        content: "W- "
    }
    #header .top-bar ul li:nth-child(2):before{
        content: "M- "
    } 
    #header .top-bar ul li:nth-child(3):before{
        content: "E- "
    }    
    #header .top-bar ul li{
        float: left;
        line-height: inherit !important;
        margin: 5px 10px !important;
    }
    #header .top-bar{
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        height: auto !important;
        width: auto !important;
        float: none !important;
    }
}
@media(max-width:768px){
    .home-section{
        background-size: cover !important;
    }
    .gradient-new{
        background: #fafafa;
    }
           .point-section{
           padding: 20px 40px 0px 0px;
       }
    .aboutuss{
        padding: 15px;
    }
    .about-section{
        padding: 40px 0px 40px 0px;
    }
    .become-partner{
        padding-top: 0 !important;
    }
    .touch h3{
        width: 100%;
    }
    #register-form{
        margin-top: 0;
    }
    #header{
        background: #000022;
    }
}

   @media(max-width:480px){

       #register-form{
           margin-top: 0;
       }
       .paralax-slider{
           margin-top: 0 !important;
       }
       .home-section{
           background-size: cover !important;
       }
       .mob-overFlow{
           width: 100%;
           overflow-x: scroll;
       }
       .pad-btm{
           padding-bottom: 25px;
       }
       .experience {
    background: url(../images/detail-banner.jpg)no-repeat;
    min-height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    position: relative;
   }  
   .touch h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    background: #191938;
    color: #fff;
    padding: 10px;
    text-align: left;
    width:50%;
      }
     .about-section {
    padding: 17px 0px 17px 0px;
     } 
       .aboutuss {
    padding: 10px;
    margin: 0;
      }
        .para {
    padding: 24px;
     }
    .services ul li {
    list-style: none;
    float: left;
    width: 100%;
    background: #000022;
    border-right: #32324e solid 1px;
}   
.section_category3 #triangle-up.margin-left-2 {
    margin-left: 0; 
}
.section_category3 #triangle-up {
    width: 150px;
    height: 150px;
    border: none !important;
    /* border-bottom: 210px solid rgba(0, 0, 34, 1); */
    /* border-left: 122px solid transparent; */
    /* border-right: 122px solid transparent; */
    position: relative;
    float: left;
    margin-left: 0;
    background: rgba(0, 0, 34, 1);
    transition: all 1s ease-in-out;

    margin-right: 20px;
    margin-bottom: 20px;
}
.section_category3 #triangle-down a, .section_category3 #triangle-up a{
   margin-top: 20px;
   display: block;
}
.section_category3 #triangle-up div.icon {
    position: relative;
    top: 0; 
    color: #ffffff;
    left: 0; 
    width: auto;
    margin-left: 0;
    text-align: center;
    font-size: 14pt;
}
.section_category3 #triangle-up div.icon img {
    margin-left: 0;
}
.section_category3 #triangle-up span {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 0;
}
.section_category3 #triangle-down {
    width: 150px;
    height: 150px;
    border: none !important;
    /* border-top: 210px solid rgba(193, 0, 0, 1); */
    /* border-left: 122px solid transparent; */
    /* border-right: 122px solid transparent; */
    position: relative;
    float: left;
    margin-left: 0;
    background: rgba(193, 0, 0, 1);
    transition: all 1s ease-in-out;
    margin-bottom: 20px;
}
.section_category3 #triangle-down div.icon {
    position: relative !important;
    top: 0; 
    color: #ffffff;
    margin-left: 0; 
    width: auto; 
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}


       
   }

     @media only screen and (max-width:384px){
          .qutation p {
    color: #333;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
       }
       .touch h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    background: #191938;
    color: #fff;
    padding: 10px;
    text-align: left;
    width: 58%;
      }
    .services ul li {
    list-style: none;
    float: left;
    width: 100%;
    background: #000022;
    border-right: #32324e solid 1px;
}

}
.fix-form {
    right: -15px;
    bottom: 90px;
    z-index: 999;
    max-width: 350px;
}
.fixed-header.smallHeader #header .main-nav {
    margin-top: 31px;
}

@media screen and (max-width:1400px){
.fix-form {
    bottom: 15px;
}
.banner-manheding h6{font-size: 30px;}
.help-widget h3{background: none; width: 100%; display: inline;}
    
}
@media screen and (max-width:1024px){
.home-section .paralax-slider {
    margin-top: 0 !important;
}
.home-section > div {
    height: 100% !important;
}
.touch {
    padding: 123px 0px 20px 0px;
}
.fix-form {
    bottom: 40px;
}
.fixed-header .main-banner, .fixed-header .subpage-header, .fixed-header .cd-hero {
    margin-top: 0;
}
    
}

@media screen and (min-width:769px){
.fix-form #register-form{
    margin-top:0px;
}
.fix-form {
    position: fixed;
}
.closebtn {
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: -20px;
    background: #ce1b28;
}
.apply-now {
    position: absolute;
    bottom: -19px;
    right: 40px;
    color: #ffffff !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #096381;
    padding: 9px 25px;
    border-radius: 42px;
    text-decoration: none !important;
}
         
}
@media screen and (max-width:768px){
.fix-form {
    position: inhert;
    bottom: inherit;
    right: inherit;
    max-width: 100%;
}
a.closebtn {
    display: none;
}
a.apply-now.applybtn {
    display: none;
}

.banner-manheding h5 {
    font-size: 32px;
}
.help-widget {
    padding: 0px 33px 15px;
}
.touch {
    padding: 0;
}

    
}

@media screen and (max-width: 480px){
 .help-widget h5{
    font-size: 22px;
    letter-spacing: 0.5px;
}
.banner-manheding h6{font-size: 18px !important;}
.help-widget h3{
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px;
    background: none;
    text-align: initial;
    width: 100%;
    line-height: 1;
    display: inline;
}
.banner-manheding h6{font-size: 25px !important;}
section.home-section {
    padding: 30px 0;
}

}

i.whats-app {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/whatsapp.png);
    background-size: 25px;
    margin-top: -2px;
}
#header .top-bar ul li a {
    color: #fff;
}
.fourZeroFourArea {
    padding: 120px 0 0 0;
    margin: 100px auto;
}

/* 07-may-2019*/
.social li:nth-child(3n+3) {
    display: none;
}
