/**
  * Name: Cosine
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("simple-line-icons.css");
@import url("revolution-slider.css");
@import url("jquery.fancybox.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Karla:400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|PT+Serif:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lato:400");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;600;700;800;900&display=swap');
/** 
  * Reset
  * Repeatable Patterns
  * Flat top
  * Social links
  * Header
  * Widget
  * Page title
  * Breadcrumbs
  * Blog post
  * Pagination
  * Blog single
  * Footer
  * 404
  * Search results
  * Boxed
  * Switcher
  * GoTop Button
  * Parallax
  * Revolution Slider
  * Preload
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	color: #666;
    font-size: 15px;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    font-style: normal;
    background-color: #fff;
}

a {		
	color: #0263d4;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

p {
	margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

span {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #333333;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;		
}

b, strong {
	font-weight: bold;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 20px 0;
	color: #333333;
	line-height: 1.1;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;

}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {		
    color: #fff;
  	background-color: #e01940;
  	height: 50px;
  	line-height: 50px;
  	padding: 0 40px;
  	cursor: pointer;
  	white-space: nowrap;
  	border: none;
  	display: inline-block;
  	font-weight: bold;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
  			border-radius: 0;
}

input[type="submit"].rounded, 
button[type="submit"].rounded, 
.button.rounded {
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
        -ms-border-radius: 100px;
         -o-border-radius: 100px;
    		border-radius: 100px;
}

input[type="submit"].white, 
button[type="submit"].white, 
.button.white {
    background-color: #ffffff;
    color: #333333;
}

input[type="submit"].dark, 
button[type="submit"].dark, 
.button.dark {
    background-color: #333333;
}

input[type="submit"].outline, 
button[type="submit"].outline, 
.button.outline {
    background: none;
    border: 2px solid #ffffff;
    line-height: 46px;
}

input[type="submit"].lg, 
button[type="submit"].lg, 
.button.lg {
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	background: rgba(0, 0, 0, 0.05);
  	position: relative;
  	border: none;
  	padding: 0;
  	border: 1px solid rgba(0, 0, 0, 0.06);
  	height: 50px;
  	max-width: 100%;
  	padding: 10px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
  			box-sizing: border-box;
  	-webkit-transition: all 0.2s ease-in-out 0s;
       -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
         -o-transition: all 0.2s ease-in-out 0s;
    		transition: all 0.2s ease-in-out 0s;
}

select {
    border: 1px solid rgba(0, 0, 0, 0.1);
  	background-color: rgba(0, 0, 0, 0.02);
  	height: 45px;
  	padding: 10px;
  	line-height: 100%;
  	outline: 0;
  	width: 100%;
  	max-width: 100%;
  	background-image: url(../images/icon/caret.png);
  	background-position: 95% center;
  	background-repeat: no-repeat;
  	position: relative;
  	text-indent: 0.01px;
  	text-overflow: '';
  	cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
         -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
  			border-radius: 2px;
}

textarea,
input[type="text"],
input[type="email"] {
    
}
div#frm ul li {
    display: inline-block;
    padding: 0 13px;
    margin: 10px 0;
    /* width: 100% !important; */
}
section#faq {
    padding: 20px 0;
    background: #f2f2f2;
}
div#frm ul li {
    display: inline-block;
    padding: 0 13px;
}
div#frm h3 {
    padding: 0;
    margin: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus {
  border: 1px solid #0263d4;
	background-color: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

input[type="submit"]:hover, 
button[type="submit"]:hover,
.button:hover {
    background-color: #333333;
    color: #ffffff;
}

input[type="submit"].dark:hover, 
button[type="submit"].dark:hover, 
.button.dark:hover {
    background-color: #fff;
    color: #333;
}

input[type="submit"].outline:hover, 
button[type="submit"].outline:hover, 
.button.outline:hover {
    background: #fff;
    border: 2px solid #ffffff;
    color: #333333;
}

textarea {
	width: 100%;
    height: 150px;
  	line-height: 1.8em;
  	resize: none;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #999999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	color: inherit;
}

input[type="submit"] {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #ffffff;
}

blockquote {
    margin: 30px 50px;
    position: relative;
    font-size: 17px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}

body i.fa {
    font-size: 14px;
}

.flat-wrapper {
    padding: 0 15px;
}

a.link {
    border-bottom: 2px solid;
    font-weight: bold;
}

a.link.color-333333 {
	color: #333333;
}

a.link:hover {
    border-color: #fff;
}

.group-btn .link {
    margin-left: 30px;
    color: #ffffff;
    padding-bottom: 2px;
}

/* Flat top
---------------------------------------------------------------*/
.flat-top {
	padding-bottom: 60px;
	    background: blue;
  	font-size: 14px;
  	padding: 10px 0;
}

.flat-top .custom-info {
    float: left;
}

.flat-top .custom-info span {
	margin-right: 20px;
}

.flat-top .custom-info i {
  	font-size: 14px;
  	margin-right: 10px;
}

.flat-top .social-links {
    float: right;
}

/* Social links
-------------------------------------------------------------- */
.social-links a {
  	float: left;
  	display: block;
  	margin-left: 18px;
    color: rgba(255, 255, 255, 0.3);
  	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.social-links a:hover {
  	color: #fff;
}

.social-links a i {
  	font-size: 18px;
  	vertical-align: middle;
}

/* Social links style1 */
.social-links.style1 a {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border: 2px solid #32bfc0;
    text-align: center;
    line-height: 36px;
}

.social-links.style1 a i {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.social-links.style1 a:hover {
	border: 2px solid #333;
}

.social-links.style1 a:hover i {
	color: #333;
}

/* Header
-------------------------------------------------------------- */
.header {
	position: relative;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header .header-wrap {
	max-width: 1920px;	
	margin: 0 auto;	
}

.header .header-wrap .logo {			
	float: left;
	margin: 5px 0 5px;	
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header .header-wrap .show-search {
	float: right;
}

.header .header-wrap .show-search {
	line-height: 120px;
	padding-right: 38px;		
}
section.abt-us {
    text-align: center;
    font-size: 18px;
    background: #f2f2f2;
    line-height: 1.8;
    padding: 40px 0px;
}
section.abt-us h3 {
    color: #a94f99;
    text-transform: uppercase;
    font-weight: 800;
}
/* Header Fix */
#header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
    top: -60px;
    max-width: 1920px;  
	margin: 0 auto;	
    z-index: 999999;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;	  
    max-width: 1920px;     
	margin: 0 auto;	
	background: #fff;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
	z-index: 999999;
}

#header.upscrolled #mainnav > ul > li > a {
	color: #21242b;
}

#header.upscrolled #mainnav > ul > li > a:hover {
	color: #00bac9;
}

#header.upscrolled #mainnav > ul > li.home > a {
	color: #1e1644;
}

#header.upscrolled .menu-extra > li > a {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#header.upscrolled #mainnav .social-links a {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3);
}

#header.upscrolled #mainnav .social-links a:hover {
	background-color: #00bac9;
	color: #333;
}

#header.upscrolled #mainnav > ul > li.has-children > a:after {
	border-top-color: rgba(0, 0, 0, 0.1);
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
	width: 100%;
}

/* Header Home2 */
.header .header-wrap.header-style02 {
	background: #fff;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.header.upscrolled .header-wrap.header-style02 {
	background: #ffffff;
}

/* Header Modern */
.header-modern .flat-top {
	padding: 10px 0 60px;
}

.header.header-modern .header-wrap {
	width: 1230px;
	position: absolute;
	left: 30px;
	right: 30px;
	top: -45px;
	z-index: 9999;
    background: #ffffff;
    padding: 0 30px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header.header-modern.downscrolled .header-wrap {
	top: 0;
}

/* navigation */
.nav-wrap {
	position: relative;
}

#mainnav ul {
   list-style: none;
   float: right;
}

#mainnav ul li {
   position: relative;
}

#mainnav ul li.has-mega-menu {
	position: static;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 93px;
    padding: 0 18.5px;
    outline: none;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#mainnav > ul > li > a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	width: 0;
	height: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}



#mainnav > ul > li > a:before {
	content: "";
    width: 1px;
    height: 22px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -0.5px;
    top: 50%;
    margin-top: -11px;
}

/* submenu */
#mainnav ul.submenu {
    position: absolute;
    width: 250px;
    background: #222222;
    padding: 10px 0;
    margin: 0;
    visibility: hidden;
    left: -10px;
    top: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
    visibility: visible;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 250px;
   top: 0 !important;
   margin-top: -10px;  
}

#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 14px;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a {
	color: #a6a6a6;
    padding: 5px 20px;
    font-size: 14px;    
    display: block;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover {
	background-color: #000000;
	color: #fff;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
       color: #140b3d;
}

/* Mega Menu */
#mainnav .has-mega-menu .submenu.mega-menu {
	padding: 20px 15px 15px 15px;
}

#mainnav .mega-menu {
    position: absolute;
    top: 95px;  
    left: 0;
    padding: 15px 0;
    text-align: left;    
    z-index: 9999;
    background: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
     opacity: 0;  
    visibility: hidden;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.mega-menu .mega-title h5 {
	color: #fff;
}

#mainnav ul.mega-menu-sub {
	float: none;
}

#mainnav ul li.has-mega-menu:hover > .mega-menu {
	top: 93px;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

.mega-menu ul li a {
	display: block;
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    color: #f1f1f1;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega-menu ul li a:hover {
	color: #fff;
}

.mega-menu .widget.widget_recent_entries .post-date {
	color: #f1f1f1;
}

.mega-menu .widget.widget_recent_entries .post-date:before {
	color: #fff;
}

.mega-menu .flat-imagebox {
	margin: 0;
}

/* Mega menu mobile */
#mainnav-mobi .submenu.mega-menu {
	padding-left: 15px;
	overflow: hidden;
}

#mainnav-mobi .mega-title .btn-mega {
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 35px;
}

#mainnav-mobi ul > li.has-mega-menu > a {
	display: block;
}

#mainnav-mobi .btn-mega,
#mainnav-mobi .has-mega {
	position: relative;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
	position: absolute;
    right: 5px;
    top: -17px;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

#mainnav-mobi .has-mega:before {
	right: 20px;
    top: 0;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
    content: "\f107";
    color: #333;
}

#mainnav-mobi .btn-mega.active:before,
#mainnav-mobi .has-mega.active:before {
	content: "\f106";
}

#mainnav-mobi .has-mega-menu .btn-submenu {
	display: none;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries li {
	clear: left;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-left: 50px;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries a {
    color: #333;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries a:hover {
    color: #32bfc0;
} 

#mainnav-mobi .mega-menu .widget.widget_recent_entries .post-date {
	color: #333;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries .post-date:before {
	color: #333;
}

#mainnav-mobi .mega-menu .flat-imagebox .imagebox {
	margin-left: 50px;
}

/* Article Megamenu */
.mega-menu .blog-shortcode.blog-grid .hentry .entry-header .entry-title a {
    color: #fff;
}

.mega-menu .blog-shortcode.blog-grid .hentry .entry-header .entry-title a:hover {
    color: #0263d4;
}

.mega-menu .blog-shortcode.blog-grid {
	padding: 30px 0;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #fff;
   	z-index: 99999;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #e6e6e6;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 50px;
   	color: #333;
   	display: block;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #e6e6e6;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi > ul > li > ul > li > a {
	padding-left: 60px;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

#mainnav-mobi > ul > li.has-mega-menu .sub-menu.mega-menu .menu-item > a {
	padding: 0 40px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #00bac9;
}

#mainnav-mobi .search-box,
#mainnav-mobi .flat-search,
#mainnav-mobi .social-links,
#mainnav-mobi .shopping-cart {
	display: none;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 25px 0;
	width: 26px;
	height: 16px;
	float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}
.btn-menu i {
    font-size: 20px;
    color: #fff;
    background: red;
    padding: 10px;
}
@media (max-width: 767px){
.countdown-timer .heading-count h2 {
    font-size: 18px !important;
}}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #0263d4;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #333;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Shop card */
.menu-extra {
    float: right;
    margin-left: 30px;
    position: relative;
}

.menu-extra ul > li {
    float: left;
}

.menu-extra ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.menu-extra > ul > li > a {
    padding: 33px 20px;
    font-size: 14px;
    display: block;
    position: relative;
}

.menu-extra > ul > li > a:before {
	width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.05);
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.menu-extra > ul > li > a i {
	font-size: 18px;
    vertical-align: middle;
}

.shopping-cart .subcart {
	position: absolute;
    width: 300px;
    right: 0;
    top: 150%;
    background-color: #ffffff;
    padding: 0 20px 20px 20px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
      opacity: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
       	-ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
           	transition: all .2s ease-out;
}

.shopping-cart:hover .subcart {
	top: 100%;
	z-index: 99999999;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 100;
}

.shopping-cart .shopping-cart-items-count {
	position: absolute;
    width: 28px;
    height: 28px;
    background-color: #0263d4;
    border: 3px solid #ffffff;
    color: #ffffff;
    top: 10px;
    left: 35px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    z-index: 9;
    font-weight: normal;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
    		border-radius: 100%;
}

/* Widget
-------------------------------------------------------------- */
/* Widget widget_shopping_cart_content */
.widget_shopping_cart_content .cart_list li {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart_content .cart_list li a {
    padding: 0;
    color: #777;
    font-weight: 600;
}

.widget_shopping_cart_content .cart_list li a:hover {
	color: #333333;
}

.widget_shopping_cart_content .cart_list li .remove {
    color: #cccccc;
    float: right;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 24px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart_content .cart_list li a img {
    max-width: 55px;
    height: auto;
    float: left;
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart_content .total {
    padding-top: 10px;
    color: #333333;
    clear: both;
    text-align: center;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart_content .group-btn {
	display: inline-block;
}

.widget_shopping_cart_content .group-btn .button {
	padding: 0 28px;
}

.widget_shopping_cart_content .group-btn .button:first-child {
	margin-right: 0;
}

.widget_shopping_cart_content .group-btn .button:last-child {
     margin-left: -3px; 
}

/* Widget search */
/*.top-search {
    position: absolute;
    width: 300px;
    right: 0;
    top: 100px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
    		transition: all 0.3s ease 0s;
}

.top-search input[type="search"] {
	background-color: #fff;
}

.top-search.show {
    top: 100px;
    opacity: 1;
    z-index: 9999;
} */

.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form .search-field {
	width: 100%;
}

.widget.widget_search .search-form .search-submit {
	background-image: url(../images/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 11px;
    padding: 0;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    -webkit-opacity: 0.3;
     -khtml-opacity: 0.3;
       -moz-opacity: 0.3;
    		opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.widget.widget_search .search-form .search-submit:hover {
	background-color: transparent;
	-webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
    		opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.widget.widget_search .search-form input[type="submit"] {
	color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    font-size: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

/* Page title
-------------------------------------------------------------- */
#site-content #page-header {
    padding: 80px 0 100px 0;
    margin-bottom: 50px;
    background-color: #fff;
    position: relative;
}

#site-content #page-header:after {
    content: "\e07b";
    font-family: "simple-line-icons";
    color: rgba(0, 0, 0, 0.3);
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -14px;
    -webkit-transition: all 0.2s ease-in-out 0s;
       -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
         -o-transition: all 0.2s ease-in-out 0s;
    		transition: all 0.2s ease-in-out 0s;
}

#site-content #page-header:hover:after {
	color: #0263d4;
}

#site-content #page-header .page-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#site-content #page-header .page-title .title {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: bold;
}

#site-content #page-header .title, 
#site-content #page-header .subtitle {
    color: #333;
}



/* Pagination
-------------------------------------------------------------- */
.navigation {
    margin-bottom: 50px;
}

.navigation.post-navigation .nav-links {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.navigation.post-navigation .nav-links li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
}

.navigation.post-navigation .nav-links li a {
    text-indent: -9999px;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.navigation.post-navigation .nav-links li a:after {
    font-family: "FontAwesome";
    content: "\f104";
    position: absolute;
    left: 0;
    top: -6px;
    left: 13px;
    text-indent: 0;
    font-size: 28px;
    color: #cccccc;
}

.navigation.post-navigation .nav-links li a:hover:after {
	color: #333333;
}

.navigation.post-navigation .nav-links li.next-post a:after {
    content: "\f105";
    left: auto;
    right: 13px;
}

/* Sidebars
-------------------------------------------------------------- */
.sidebars {
	width: 25%;
	float: left;
	padding: 0 15px 0 30px;
	position: relative;
	margin-bottom: 50px;
}

/* Widget
-------------------------------------------------------------- */
.widget {
  	margin-bottom: 60px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.widget .widget-title span {
	background: #333333;
	padding: 0 9px 0 7px;
	color: #fff;
	margin-right: 4px;
}

.widget .widget-title span.style_1 {
	background: #0263d4;
	color: #fff;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}

.widget ul li:first-child {
    padding-top: 0;
}

.widget ul li a {
    color: #777;
}

.widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Widget recent entries */
.sidebar .widget.widget_recent_entries {
    padding-left: 30px;
    border-left: 3px solid rgba(0, 0, 0, 0.1);
}

.sidebar .widget.widget_recent_entries a {
    color: #333;
}

.widget.widget_recent_entries a {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.widget.widget_recent_entries .post-date {
    display: block;
    position: relative;
    margin-top: 5px;
}

.widget.widget_recent_entries .post-date:before {
    content: "\f073";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 10px;
}

.widget.widget_text .textwidget {
	text-align: center;
    padding: 1px 30px 30px 30px;
    background: #eee;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #000c;
	color: #5e5eef;
}

/* Footer widget */
.footer-widgets {
    padding: 40px 0;
    background: #222;
}

.ft-widget-margin-left-28 {
	margin-left: 28px;
}

.ft-widget-margin-right-12 {
	margin-right: 12px;
}

.ft-widget-margin-right-10 {
	margin-right: 10px;
}

.footer-widgets .widget ul li {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer-widgets .widget.widget_recent_entries a {
	color: #cccccc;
}

.footer-widgets .widget.widget_recent_entries a:hover {
	color: #fff;
}

.widget.widget_text.style_1 .textwidget {
	background: transparent;
	text-align: left;
    padding: 0;
}

.widget.widget_text.style_1 .textwidget h1 {
	color: #fff;
    border-right: 1px solid rgba(255,255,255,0.1);
    margin-top: 0;
    padding: 10px 0 120px;
}

.footer-widgets .widget .widget-title {
    color: #fff;
    text-transform: uppercase;
}

.footer-widgets .widget input[type="text"],
.footer-widgets .widget input[type="email"],
.footer-widgets .widget textarea {
	border: none;
    background: rgba(255, 255, 255, 0.1);
}

.footer-widgets .widget textarea {
    height: 90px;
}

.footer-content {
    background: #000;
    padding: 10px 0;
}

.footer-content  .social-links {
    float: right;
}

.footer-content .social-links a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #181041;
    float: left;
    margin-left: 10px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.footer-content .social-links a:hover {
	background-color: #333333;
}

.footer-content .social-links a i {
    font-size: 14px;
}

.copyright {
    text-align: center;
    margin-top: 7px;
    color: #888;
}

.footer-widgets .form-submit {
	margin-bottom: 20px;
}

/* 404
-------------------------------------------------------------- */
.flat-404 {
	width: 75%;
    margin: 0 auto;
}

.flat-404 .heading-404 {
    float: right;
    width: 50%;
    padding-left: 50px;
}

.flat-404 .content-404 {
    float: left;
    width: 50%;
    padding-right: 50px;
    margin-top: 100px;
}

.flat-404 .content-404 h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 30px;
}

.flat-404 .content-404 .search-form {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
}

/* Search results
-------------------------------------------------------------- */
.search-results {
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: -30px 0 0 0;
}

.search-results article {
    padding: 30px 0 30px 75px;
    position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    text-align: inherit;
}

.search-results article .counter {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #32bfc0;
    line-height: 50px;
    text-align: center;
    top: 30px;
    left: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
    		border-radius: 100%;
}

.search-results article .entry-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.search-results article .entry-title a {
	color: #21242b;
}

.search-results article .entry-title a:hover {
	color: #32bfc0;
}

.search-results article .entry-date {
    margin-bottom: 10px;
    color: #32bfc0;
}

.search-results article .entry-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 5px 0 0;
}

.search-results article .entry-excerpt ol {
	padding-left: 40px;
	list-style-type: decimal;
	margin: 7px 0;
}

.search-results article:last-child {
    border: none;
}

.flat-search-results .paging-navigation {
	padding-left: 0;
	margin-top: 30px;
}

/* Boxed
-------------------------------------------------------------- */
.boxed {
    overflow-x: hidden;
}

.home-boxed .boxed {
	z-index: 0;
	width: 92.708%;
	margin: 0 auto;
	position: relative;	
	background: #fff;
	height: 100%;
  	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  	   -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   left: -220px;
   top: 80px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   right: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	right: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f104";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; 
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
	font-family: "Karla", sans-serif;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #32bfc0;
	border: 1px solid #32bfc0;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;	
	width: 30px;
	height: 30px;
	background-color: #32bfc0;	
	display: inline-block;
	margin-right: 5px;	
	overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd .ws-colors a:after {
	position: absolute;
    right: -3px;
    top: 2px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ffc952;
    transform: rotate(45deg);
}

.sw-odd .ws-colors a span.cl1,
.sw-odd .ws-colors a span.cl2,
.sw-odd .ws-colors a span.cl3,
.sw-odd .ws-colors a span.cl4,
.sw-odd .ws-colors a span.cl5,
.sw-odd .ws-colors a span.cl6 {
    position: absolute;
    left: 7px;
    top: -10px;
    width: 15px;
    height: 50px;
    background: #21242b;
    transform: rotate(45deg);
    z-index: 1;
}

.sw-odd .ws-colors a span.cl2 {
	background-color: #004e66;
}

.sw-odd .ws-colors a span.cl3 {
	background-color: #282c37;
}

.sw-odd .ws-colors a span.cl4 {
	background-color: #9baec8;
}

.sw-odd .ws-colors a span.cl5 {
	background-color: #e53a40;
}

.sw-odd .ws-colors a span.cl6 {
	background-color: #3b8686;
}

.sw-odd #color2 {
	background-color: #fcbe32;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
	background-color: #e53a40;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
	background-color: #282c37;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
	background-color: #090707;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #090707;
}

.sw-odd #color6 {
	background-color: #a8dba8;
}

.sw-odd .ws-colors a#color6:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #79bd9a;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	z-index: 9999;
   	position: fixed !important;
   	right: -25px;
	bottom: 20px;   
   	width: 40px;
   	height: 40px;
   	cursor: pointer;   
    background-color: #21184a;
   	line-height: 40px;
   	text-align: center;   
   	-webkit-border-radius: 100%;
       -moz-border-radius: 100%;
        -ms-border-radius: 100%;
         -o-border-radius: 100%;
    		border-radius: 100%;	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top:after {
    content: "\f077";
    position: absolute;
    color: #ffffff;
    text-indent: 0;
    font-family: 'FontAwesome';
    left: 13px;
    top: -1px;
    font-size: 14px;
}

.go-top:hover {
    background-color: #333333;
}

.go-top:hover i {
	color: #fff;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.parallax-style {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-repeat: repeat;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.png); }

.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }

.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); }

.parallax4 {
    background-image: url(../images/contactus-1.jpg);
}

.parallax5 { background-image: url(../images/parallax/bg-parallax5.jpg); }

.mbYTP_wrapper {
	opacity: 1 !important;
}

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	/*max-height: 660px !important;*/
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;	
	width: 10px !important;
	height: 10px !important;	
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-right: 5px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	   -moz-transition: background-color 0.2s, border-color 0.2s;
	     -o-transition: background-color 0.2s, border-color 0.2s;
	    -ms-transition: background-color 0.2s, border-color 0.2s;
			transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;	
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
	border: 5px solid #fff !important;
}

/* Preload
-------------------------------------------------------------- */
.page-loading .loading-overlay {
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
    		opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: block;
    visibility: visible;
}

.loading-overlay {
	position: fixed;
    background: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
    display: none;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
    		opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.loading-overlay:after {
    position: fixed;
    content: "";
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    background: url(../images/icon/preloader.gif);
}

/* Flat map
-------------------------------------------------------------- */
#flat-map {
	width: 100%;
	height: 400px;
}
.custom-info span {
    color: #fff !important;
}
.social-links a i {
    color: #2c2551 !important;
}

.flat-top .social-links a i {
    color: #fff !important;
}
.widget_pw_icon_box .icon-box {
	    background: #fff;
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-bottom: 2px solid #b9babc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 27px 30px 26px 30px;
    line-height: 1.3;
    transition: all 100ms ease-out;
}
.widget_pw_icon_box .icon-box__title {
    margin-top: 14px;
    margin-bottom: 8px;
    float: right;
    font-size: 14px;
}
.widget_pw_icon_box .icon-box__subtitle {
    color: #000;
    font-size: 13px;
}
.widget_pw_icon_box .icon-box:hover .fa {
    color: #ed6f60;
}
.widget_pw_icon_box .icon-box .fa {
    float: right;
    font-size: 45px;
    color: #6585be;
    padding: 10px 0 10px 10px;
    transition: all 100ms ease-out;
}
.widget_pw_icon_box .icon-box:hover {
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #f96364;
    text-decoration: none;
}
.widget-title.lined > span {
    background: #fff;
    padding-right: 20px;
    color: #da2a2d;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -.05em;
}
.widget-title.lined {
    border-bottom: 1px solid rgba(0, 0, 0, 0.065);
    line-height: 1px;
    margin-bottom: 60px;
}
.widget-title.big {
    font-size: 44px;
}
section.services_cargo {
    padding: 60px 0;
}
div#th_ree {
    background: #1e1649;
}
.bg-222222 {
    background-color: #0263d4 !important;
}
.featured-widget {
    margin-top: 0px;
    padding: 7px 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
section.about_us {
    padding: 80px 0px;
}
.title-section .desc {
    margin-top: 20px;
    color: #fff;
}
.enq_now.btn.btn-primary {
    background-color: #2c2551;
    color: #fff !important;
    background-color: #2c2551;
    height: 50px;
    margin-top: 17px;
    line-height: 50px;
    padding: 0 28px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.enq_now.btn.btn-primary a {
    color: #fff !important;
    text-transform: uppercase;
}
a.read-more {
    border: 2px solid #2c2551;
    color: #000;
    font-weight: 600;
    padding: 10px;
}
.widget.widget_text.information ul li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #aaaa;
    text-align: justify;
    letter-spacing: 9px;
    font-weight: 900;
}
.c_top {
    margin-top: 20px;
}
ul.service-list li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 2.5;
    color: #2c2551;
    text-align: justify;
    letter-spacing: 9px;
    font-weight: 900;
}
.services_our {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}
div#g_img {
    padding-top: 30px;
}

.g_img{
 padding-top: 30px;
}
.breadcrumb-area {
    padding: 30px 0px;
    background-color: #0183d7;
}
.bread-heading h3 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0px 0 0px 0;
    margin-bottom: 0;
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    color: #fff;
        margin-top: 5px;
}
.breadcrumb ul {
    padding: 0px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0;
    position: relative;
    font-size: 16px;
    margin-left: 10px;
}
.breadcrumb-area nav.breadcrumb a {
    color: #fff;
}
.copyright-content {
    color: #fff !important;
}

h4.page_inner_title span {
    background: #fff;
    padding-right: 20px;
    text-transform: uppercase;
    color: #140b3d;
    font-weight: 600;
    letter-spacing: -.05em;
}
h4.page_inner_title{
border-bottom: 1px solid rgba(0, 0, 0, 0.065);
    line-height: 1px;
    margin-bottom: 30px;
}
.timers_part {
    padding-top: 50px;
}
section.imprt_products {
    padding: 40px 0px;
    background: #f2f2f2;
}
@media screen and (max-width: 767px) {
	.breadcrumb {
    text-align: center;
}
	.bread-heading h3 {
    text-align: center;
}
}
form div {
  margin-bottom: 10px;
}

.error {
  color: red;
  margin-left: 5px;
}

label.error {
  display: inline;
}
.social-links a {
    color: #fff;
}
section.amazon {
    padding: 40px 0px;
}
h2.amazee {
    position: relative;
    overflow: hidden;
    clear: both;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25em;
    text-align: center;
    margin-top: 15px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
section.amazon h3 {
    text-align: center;
}
section.tata-feat {
    padding: 60px 0;
}
.ls.ms {
    background-color: #f2f2f2;
    color: #8a9498;
    padding: 0px 0px 40px 0px;
}
.pricing-plan {
    border-radius: 0 0 5px 5px;
    padding: 0;
}
.box-shadow {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.pricing-plan.color_style1 .plan-name {
    background-color: #7238a0 !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#303a81), to(#7238a0));
    background-image: -webkit-linear-gradient(left, #303a81 0%, #7238a0 100%);
    background-image: linear-gradient(to right, #303a81 0%, #7238a0 100%);
}*/
.pricing-plan .plan-name h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 8px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    text-transform: uppercase;
}
.ls .btn-maincolor:hover {
    /* background-color: transparent; */
    border-color: #982b84;
    color: #ffffff;
}
.pricing-plan .plan-button {
    
    margin-top: 20px;
    padding-bottom: 40px;
}
.pricing-plan {
	border-radius: 0 0 5px 5px;
	padding: 0;
}

.pricing-plan i {
	background: -webkit-linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #42b7e2);
	background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #42b7e2);
	-webkit-background-clip: text;
	color: #42b7e2;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 0.95em;
	-webkit-text-fill-color: transparent;
}

.pricing-plan .plan-name {
	border-radius: 5px 5px 0 0;
	text-align: center;
	    background: linear-gradient( 
330deg
 ,#1a3c99,#be1b66 25%,#e01416 50%,#ef3a00 75%,#f28600) 0 100% no-repeat;
}

.pricing-plan .plan-name h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 26px;
	padding-top: 26px;
	position: relative;
	text-transform: uppercase;
}

.pricing-plan .plan-header {
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f7f6fb;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	    padding: 21px 40px 20px;
}

.pricing-plan .plan-header ul {
	list-style: none;
	padding-left: 0;
}

.pricing-plan .plan-header ul li .plan-header-title {
	color: #42b7e2;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.pricing-plan .plan-header ul li .plan-header-aftertitle {
	color: #303a81;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
	text-transform: capitalize;
}

.pricing-plan .plan-header ul li .plan-header-text {
	color: #303a81;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
}

.pricing-plan .plan-header ul li + li {
	margin-top: 15px;
}



.pricing-plan .price-wrap {
	color: #42b7e2;
	display: inline-block;
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 0.7;
	margin: 20px 40px 10px;
	position: relative;
}

.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan .price-wrap[class*='bg-'] .plan-decimals {
	right: 33px;
}

.pricing-plan .price-wrap .plan-sign {
	color: #323232;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: top;
}

.pricing-plan .price-wrap .plan-price {
	color: #323232;
	display: inline-block;
	font-size: 36px;
	position: relative;
	vertical-align: top;
}

.pricing-plan .price-wrap .plan-decimals {
	color: #323232;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	text-transform: capitalize;
	vertical-align: top;
}

.pricing-plan .plan-button {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

.pricing-plan .plan-button a {
	font-weight: 400;
	padding: 12px 25px;
}

.pricing-plan .plan-button a:after {
	color: #fff;
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 10px;
}

.pricing-plan .plan-button a:hover:after {
	color: #42b7e2;
}

.pricing-plan .plan-button .btn.btn-link {
	color: #323232;
	margin-left: 15px;
	padding: 0;
}

.pricing-plan .plan-button .btn.btn-link:before {
	display: none;
}

.pricing-plan .plan-button .btn.btn-link:after {
	color: #303a81;
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 10px;
}

.pricing-plan .plan-button .btn.btn-link:hover {
	color: #42b7e2;
}

.pricing-plan .plan-button .btn.btn-link:hover:after {
	color: #42b7e2;
}

.pricing-plan .plan-description {
	color: #323232;
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-style: italic;
	margin-top: 2.1em;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 30px;
}

@media (min-width: 1200px) {
	.pricing-plan [class*='bg-'] {
		margin-left: -61px;
		margin-right: -61px;
	}

	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}
}

.pricing-plan .plan-features {
	    margin: 30px 15px 0;
	padding-top: 0;
	position: relative;
}

.pricing-plan .plan-features ul {
	line-height: 1.95;
}

.pricing-plan .plan-features ul li {
	font-size: 16px;
}

.pricing-plan .plan-features ul li:before {
	font-size: 7px;
	padding-right: 10px;
}

.pricing-plan .plan-button a {
	color: #fff;
}

.pricing-plan.plan-featured {
	background-color: #42b7e2;
}

.pricing-plan.plan-featured i {
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.pricing-plan.plan-featured .plan-name h3 {
	color: #fff;
}

.pricing-plan.plan-featured .plan-name h3:before {
	opacity: 0.3;
}

.pricing-plan.plan-featured .plan-name h3:after {
	background: #fff;
}

.pricing-plan.plan-featured .price-wrap span,
.pricing-plan.plan-featured .plan-description {
	color: #fff;
}

.pricing-plan.plan-featured .plan-features ul li:before {
	color: #fff;
}

.pricing-plan.plan-featured .plan-price:before {
	border-color: #323232;
}

.pricing-plan.plan-featured .plan-button .btn.btn-link {
	border: none;
}

.pricing-plan.plan-featured .plan-button .btn.btn-link:hover {
	background-color: transparent;
	color: #fff;
}

.pricing-plan.plan-featured .plan-button a {
	border-color: #fff;
	color: #fff;
}

.pricing-plan.plan-featured .plan-button a:hover {
	background-color: #fff;
	color: #323232;
}

.pricing-plan.plan-featured .plan-button a:hover:after {
	color: #323232;
}

.pricing-plan.plan-featured .plan-button a.btn.btn-link:hover:after {
	color: #fff;
}

.pricing-plan hr {
	margin: 15px 0;
}

.pricing-plan .fw-switch-row {
	position: absolute;
}

.desc-col .pricing-plan {
	padding-left: 0;
	padding-right: 0;
}
.desc-col .pricing-plan .fw-switch-row {
	display: none;
}

.pricing-plan.color_style1 .plan-name {
	background-color: #6666f3 !important;
	/*background-image: -webkit-gradient(linear, left top, right top, from(#303a81), to(#7238a0));
	background-image: -webkit-linear-gradient(left, #303a81 0%, #7238a0 100%);
	background-image: linear-gradient(to right, #303a81 0%, #7238a0 100%);*/
}

/*.pricing-plan.color_style2 .plan-name {
	background-color: #7238a0 !important;
}

.pricing-plan.color_style3 .plan-name {
	background-color: #ae419a !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#7238a0), to(#ae419a));
	background-image: -webkit-linear-gradient(left, #7238a0 0%, #ae419a 100%);
	background-image: linear-gradient(to right, #7238a0 0%, #ae419a 100%);
}*/
.btn-maincolor {
    background-color: #6666f3;
        border-radius: 5em;
}
ul.list-styled-circle li:before {
    color: #42b7e2;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    padding-right: 18px;
    position: relative;
    top: -4px;
}
.pricing-plan .plan-features ul li:before {
    font-size: 7px;
    padding-right: 10px;
}
.SERVCE {
    padding-top: 40px;
}
ul.contact i {
    border-radius: 50px;
    border: 2px solid #6380b8;
    margin-right: 10px;
    width: 42px;
    background: #6682b4;
    height: 42px;
    text-align: center;
    color: #fff;
    line-height: 38px;
    vertical-align: middle;
}
ul.contact li {
    margin-bottom: 20px;
    border: 1px solid #f2f2f2f2;
    padding: 10px 39px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}
ul.contact li a {
    color: #6582ae;
    font-size: 17px;
    font-weight: 500;
}
h3.widget-title {
    color: #ab3184;
    text-align: center;
}
ul.contact li {
    margin-bottom: 20px;
    border: 1px solid #f2f2f2f2;
    padding: 10px 18px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
}
section.secondaryy {
    text-align: center;
    /* background: #f15700; */
    /* color: #fff; */
    padding-bottom: 10px;
    background: #2424ecd1;
}
section.secondaryy h3 {
    color: #fff;
}
.copyright-content a {
    color: #fff;
}
.modal-header .close {
    margin-top: -22px;
}
#callAction {
  display:  none; 
}
@media only screen and (max-width: 360px) {
  #callAction {
    position: fixed;
    bottom: 0;
    left: 0;
    display: table;
    z-index: 999;
    width: 100%;
    background: #fff;
}
#callAction .phone {
    color: #0098d4;
    border-bottom: 5px solid #0078a9;
    border-right: 1px solid #e2e2e2;
}
#callAction>div {
    height: 40px;
    width: auto;
    line-height: 52px;
    text-align: center;
    width: 50%;
    /* display: table-cell; */
    float: left;
        padding-bottom: 48px;
}
#callAction > div a {
    display: inline-block;
    position: relative;
    padding: 5px;
    line-height: 24px;
    cursor: pointer;
    z-index: 999;
        top: -10px;
}
a[href^="tel:"], a[href^="callto:"], a[href^="intent:"], a[href^="mailto:"] {
    font-weight: 500;
}
a[href^="tel:"], a[href^="callto:"] {
    text-decoration: none;
}
a, a[href^="tel:"], a[href^="callto:"], a[href^="intent:"], a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
}
#callAction > div i {
    font-size: 28px;
    line-height: 38px;
}
.mylivechat_inline.mylivechat_template5 {
    bottom: 55px !important;
}
 #callAction {
  display:  block;  
 }
 #callAction .whats-app {
    color: #0098d4;
    border-bottom: 5px solid #0078a9;
    border-right: 1px solid #e2e2e2;
}
#callAction .mail {
    color: #0098d4;
    border-bottom: 5px solid #0078a9;
}
}
@media only screen and (max-width: 480px) {
    #callAction {
    position: fixed;
    bottom: 0;
    left: 0;
    display: table;
    z-index: 999;
    width: 100%;
    background: #fff;
}
#callAction .phone {
    color: #0098d4;
    border-bottom: 5px solid #0078a9;
    border-right: 1px solid #e2e2e2;
}
#callAction>div {
    height: 40px;
    width: auto;
    line-height: 52px;
    text-align: center;
    width: 50%;
    /* display: table-cell; */
    float: left;
        padding-bottom: 48px;
}
#callAction > div a {
    display: inline-block;
    position: relative;
    padding: 5px;
    line-height: 24px;
    cursor: pointer;
    z-index: 999;
        top: -10	px;
}
a[href^="tel:"], a[href^="callto:"], a[href^="intent:"], a[href^="mailto:"] {
    font-weight: 500;
}
a[href^="tel:"], a[href^="callto:"] {
    text-decoration: none;
}
a, a[href^="tel:"], a[href^="callto:"], a[href^="intent:"], a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
}
#callAction > div i {
    font-size: 28px;
    line-height: 38px;
}
.mylivechat_inline.mylivechat_template5 {
    bottom: 55px !important;
}
 #callAction {
    display:    block;  
 }
 #callAction .whats-app {
    color: #0098d4;
    border-bottom: 5px solid #0078a9;
    border-right: 1px solid #e2e2e2;
}
#callAction .mail {
    color: #0098d4;
    border-bottom: 5px solid #0078a9;
}
}



@media only screen and (max-width: 767px){
	h2.amazee {
    font-size: 16px;
    margin-top: 5px;    
}
div#f-mg {
    text-align: center;
}
div#f-mg img {
    width: 55%;
}
.widget_pw_icon_box .icon-box__title {
    
    font-size: 12px;
}
.widget_pw_icon_box.margin-bottom-30 img {
    margin-left: 0px !important;
}
}

.widget_pw_icon_box.margin-bottom-30 img {
    margin-left: 30px;
}


.circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    top: 26px;
    left: 1.5rem;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
}

.circle:before, .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #009c3b;
    z-index: 0;
}
.circle:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.circle:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
@-webkit-keyframes ripple{
	0%{
		-webkit-transform:scale(1)
	}
	75%{
		-webkit-transform:scale(1.75);
		opacity:1
	}
	100%{
		-webkit-transform:scale(2);
		opacity:0
	}
}
@keyframes ripple{
	0%{
		transform:scale(1)
	}
	75%{
		transform:scale(1.75);
		opacity:1
	}
	100%{
		transform:scale(2);
		opacity:0
	}
}
.circles {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    top: 26px;
    left: 1.5rem;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
}

.circles:before, .circles:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #0098d4;
    z-index: 0;
}
.circles:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.circles:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.pricing-plan .plan-features ul li span {
    color: #0000ffd9;
    font-weight: 800;
}	
ul.list-specification li:before {
    /* content: ""; */
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    text-align: justify;
    letter-spacing: 9px;
    font-weight: 900;
}
.footer-top h3, .footer-top p {
    color: #fff;
    text-align: justify;
}
.footer-top {
    padding: 20px 0px;
}
.footer-top p {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    font-weight: 600;
}
.footer-top {
    text-align: center;
}
.footer-top h4 a {
    color: #fff;
}
#price {
  text-align: center;
}

.plan {
  /*display: inline-block;*/
  margin: 10px 1%;
  font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position:relative;
  text-align: center;
}

.entry-title {
      background: #313792;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title>h3 {
    /* background: #20BADA; */
    font-size: 20px;
    background: linear-gradient( 
330deg
 ,#1a3c99,#be1b66 25%,#e01416 50%,#ef3a00 75%,#f28600) 0 100% no-repeat;
    padding: 14px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.entry-title .price {
  position: absolute;
    bottom: -25px;
    background: linear-gradient( 
330deg
 ,#1a3c99,#be1b66 25%,#e01416 50%,#ef3a00 75%,#f28600) 0 100% no-repeat;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 86px;
    font-size: 19px;
    font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 10px;
    font-weight: 600;
}

.entry-content li:last-child {
  border: none;
}

.btn {
  padding: 3em 0;
  text-align: center;
}

.btn a {
  background: linear-gradient( 
330deg
 ,#1a3c99,#be1b66 25%,#e01416 50%,#ef3a00 75%,#f28600) 0 100% no-repeat;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
.basic .entry-title {
  background: #75DDD9;
}

.basic .entry-title > h3 {
  background: #44CBC6;
}

.basic .price {
  background: #44CBC6;
}

.standard .entry-title {
  background: #4484c1;
}

.standard .entry-title > h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title > h3 {
  background: #DD4B5E;
}

.ultimite .entry-title {
  background: #F75C70;
}

.ultimite .price {
  background: #DD4B5E;
}
.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#06C;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	font-size:24px;
	margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}
.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background: blue;
    /* background-color: #F33; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}
a#menu-share i {
    font-size: 30px;
    color: #fff;
}
div#hd-packs .plan-inner {
    background: linear-gradient( 
330deg
 ,#1a3c99,#be1b66 25%,#e01416 50%,#ef3a00 75%,#f28600) 0 100% no-repeat !important;
}
div#hd-packs .plan-inner .entry-content li {
    border-bottom: 1px solid #E5E5E5; */
    padding: 5px 10px;
    font-weight: 600;
    COLOR: #FFF;
}
div#hd-packs .plan-inner .entry-title {
    BACKGROUND: #822779;
}

ul.calls{
	position:fixed;
	right:40px;
	padding-bottom:20px;
	bottom:80px;
	z-index:100;
}

ul.calls li{
	list-style:none;
	margin-bottom:10px;
}
section.secondaryy a.btn.btn-primary {
    background: #4c4cef;
    border: 2px solid;
}
ul.calls li a{
	background-color:#00f;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:60px;
	height:60px;
	display:block;
}
li.whatsapp a {
    background: green !important;
}

ul.calls:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:24px;
	margin-top:18px;
}

a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}
ul.calls li a i.fa {
    font-size: 25px;
}
ul.b-feat {
    padding: 10px;
    
    border: 2px solid #fff;
    margin: 18px;
    border-radius: 29px;
}
.entry-content p {
    color: #fff;
    font-weight: 600;
}
.disc img {
    border: 1px solid #323792;
}

.disc {
    text-align: center;
}
.popups{
	text-align: center;
}
.modal-body.popups {
    background: none !important;
}
.modal-header.popups-header button.close {
    padding: 6px;
    margin-top: 0px;
    /* border: 3px solid #6724ec; */
    color: blue;
    position: absolute;
    opacity: 1;
    top: 0;
    right: 9px;
    z-index: 99;
    font-size: 20px !important;
}
.row.trade img {
    border: 1px solid;
}

.row.trade {
    text-align: center;
}
section#banner {
    background: #e6e6e6;
}
section.countdown-timer.section-padding {
    background: #f2f2f2;
}
.section-padding {
    padding: 20px 0;
}
.countdown-timer .heading-count h2 {
    font-size: 40px;
    /* color: #212121; */
    text-transform: uppercase;
    line-height: 48px;
    /* font-size: 72px; */
    background: red;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-common {
    background-color: red;
    position: relative;
    z-index: 1;
}
.pricing-section {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}
.section-title h3 {
    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    color: red;
}
.section-title h3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 70px;
    height: 4px;
    background: red;
    bottom: -23px;
    margin: 0 auto;
    border-radius: 3px;
}
====================================================================
    Pricing Section
====================================================================

***/

.pricing-section{
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
}

.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #ff0202;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #ff0101;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
  border: 5px solid #ff0303;
}

.pricing-block .icon-box .icon{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 70px;
  color: #40cbb4;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box .icon{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
       display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    margin: 30px 0 0 0;
    color: #ff0303;
}
.icon-outer h3 {
    font-size: 17px;
        margin: 0;
}
section.countdown-timer.section-padding {
    background: #f2f2f2;
}


.pricing-block .features {
    position: relative;
    max-width: 100%;
    margin: 0;
}
li.truesss {
    font-size: 18px !important;
    text-align: center;
    text-transform: uppercase;
}
li.truesss:before {
    display: none;
}
.pricing-block .features li{
  position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding: 5px;
    padding-left: 15px;
    border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before{
 content: "";
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ff0000;
    text-align: justify;
    letter-spacing: 9px;
    font-weight: 900;
}



.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #ff0202;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color: #ff0303;
    background: none;
    border-radius: 0px;
    border-color: #ff0303;
}

.pricing-block:nth-child(2) .icon-box .icon,
.pricing-block:nth-child(2) .inner-box{
  border-color: #ff0202;
}
li.truesss {
    font-size: 17px !important;
    text-align: center;
    text-transform: uppercase;
    background: #ff0303;
    margin: 10px 0;
    color: #fff !important;
}
.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #ff0202;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#ff0303;
}

.pricing-block:nth-child(2) .icon-box .icon,
.pricing-block:nth-child(2) .price{
  color: #ff0303;
}

.pricing-block:nth-child(3) .icon-box .icon,
.pricing-block:nth-child(3) .inner-box{
  border-color: #ff0303;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
  background-color: #ff0303;
}

.pricing-block:nth-child(3) .icon-box .icon,
.pricing-block:nth-child(3) .price{
  color: #ff0303;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#ffc20b;
  background:none;
  border-radius:0px;
  border-color:#ffc20b;
}



.icon-circle-green{
  width: 300px;
  height: 300px;
  background-image: url(../images/icons/circle-green.png);
}

.icon-circle-orange{
  width: 300px;
  height: 300px;
  background-image: url(../images/icons/circle-orange.png);
}

.icon-circle-pink{
  width: 300px;
  height: 300px;
  background-image: url(../images/icons/circle-pink.png);
}

.pricing-section .icon-circle-green{
  left: -375px;
  top: -50px;
  opacity: .50;
}

.pricing-section .icon-circle-blue{
  right: -375px;
  top: 50%;
  opacity: .50;
}

.pricing-section .icon-circle-pink{
  left: -375px;
  bottom: -100px;
  opacity: .50;
}

.pricing-section .icon-circle-green,
.pricing-section .icon-circle-blue,
.pricing-section .icon-circle-pink{
  -webkit-animation: fa-spin 30s infinite;
  -moz-animation: fa-spin 30s infinite;
  -ms-animation: fa-spin 30s infinite;
  -o-animation: fa-spin 30s infinite;
  animation: fa-spin 30s infinite;
}

/*** 

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

***/

.pricing-section-two{
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}

.pricing-section-two.alternate{
  position: relative;
  background-color: #fafafa;
}


.pricing-section-two .outer-box{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-block-two{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.pricing-block-two .inner-box{
  position: relative;
  background-color: #ffffff;
  padding: 30px 30px 25px;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #dddddd;
  box-shadow: 0 20px 40px rgba(0,0,0,0.07);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-block-two .inner-box:hover{
  box-shadow: 0 0 0px rgba(0,0,0,0.07);
}

.pricing-block-two .inner-box:hover .theme-btn{
  border-radius:0px;
}

.pricing-block-two .title{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #212639;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pricing-block-two .title .icon{
  font-size: 22px;
  margin-right: 5px;
  display: inline-block;
}

.pricing-block-two .price-box{
  position: relative;
  margin-left: -30px;
}

.pricing-block-two .price{
  position: relative;
  display: inline-block;
  font-size: 38px;
  line-height: .9em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 20px 30px;
  padding-right: 30px;
  border-radius: 0 50px 50px 0;
  background: rgb(247,0,104);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    background-size: 600% 100%;
}

.pricing-block-two .inner-box:hover .price{
  padding-right:80px;
}

.pricing-block-two .features{
  position: relative;
  max-width: 300px;
  margin: 0 auto 20px;
}

.pricing-block-two .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}

.pricing-block-two .features li:before{
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  line-height: 30px;
  content: "\52";
  font-family: 'ElegantIcons';
  color: #2bd40f;
}

.pricing-block-two .features li.false:before{
  color: #e1137b;
  content: "\51";
}

.pricing-block-two .features li a{
  color: #848484;
}

.pricing-block-two .features li:last-child{
  border-bottom: 0;
}

.pricing-block-two .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block-two .btn-box a{
  position: relative;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 30px;
}

.pricing-section-two .icon-line-1{
  right: 0%;
  top: 15%;
}

.pricing-section-two .icon-dots{
  right: 0%;
  bottom: 15%;
}

.pricing-section-two .icon-circle-1{
  left: -400px;
  bottom: -200px;
  opacity: .30;
}

.icon-shape-5{
  width: 540px;
  height: 330px;
  background-image: url(../images/icons/shape-5.png);
  background-size: 100%;
}

/*** 

====================================================================
    Pricing Section Three
====================================================================

***/

.pricing-section-three{
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}

.pricing-section-three .outer-box{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-block-three{
  position: relative;
  margin-bottom: 50px;
}

.pricing-block-three .inner-box{
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 70px 20px 60px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.10);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-block-three .inner-box:hover{

}

.pricing-block-three .title{
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 1em;
  color: #848484;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.pricing-block-three .title:before{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  background-color: #848484;
  height: 2px;
  content: "";
}

.pricing-block-three .price{
  position: relative;
  display: block;
  font-size: 100px;
  line-height: .9em;
  color: #ec167f;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.pricing-block-three .features{
  position: relative;
  max-width: 300px;
  margin: 0 auto 20px;
}

.pricing-block-three .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 1px dashed #dddddd;
}

.pricing-block-three .features li a{
  color: #848484;
}

.pricing-block-three .features li:last-child{
  border-bottom: 0;
}

.pricing-block-three .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block-three .btn-box a{
  position: relative;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 30px;
}

.pricing-section-three .icon-line-1{
  right: 0%;
  top: 15%;
}

.pricing-section-three .icon-dots{
  right: 0%;
  bottom: 15%;
}

.pricing-section-three .icon-circle-1{
  left: -400px;
  bottom: -200px;
  opacity: .30;
}
.btn {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}
.section-title h2 {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 900;
    opacity: .09;
    -webkit-transform: rotate(
7deg
);
    transform: rotate(
7deg
);
}
.text-center {
    text-align: center!important;
}
section#contact-map {
    padding: 20px 0;
}
.contact-info a i {
    color: red;
    border: 3px solid red;
}
.contact-info::before, .contact-info::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    border-bottom: 3px solid #dddddd;
    border-left: 3px solid #dddddd;
    height: 75px;
    -webkit-transition: .4s;
    transition: .4s;
}
.contact-info::after {
    border-left: 0;
    border-bottom: 0;
    border-top: 3px solid #dddddd;
    border-right: 3px solid #dddddd;
    top: 0;
    right: 0;
    left: auto;
}
.contact-info {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
    padding: 30px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 20px !important;
}
.contact-info i {
    background: #f4f4f4;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s;
}
.contact-info p a {
    color: #000;
    font-size: 20px !important;
}
.contact-info i {
    background: #f4f4f4;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px !important;
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s;
}
.contact-info:hover i {
    background: red;
    color: #ffffff;
}
.contact-info:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0px 9px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 9px 15px 0px rgb(0 0 0 / 10%);
}
.contact-info:hover::before, .contact-info:hover::after {
    width: 110px;
    height: 110px;
    border-color: red;
}
@media (min-width: 767px){
.contact-info {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
    padding: 30px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 20px !important;
}}
#main-div {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
div#exampleModal {
    z-index: 999999;
}
#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #0064f3;
  cursor: pointer;
  background-color: #efeaea;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#main-button ~ button {
  visibility: hidden;
  font-weight: 600;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(90deg, #ff0101, #ff0101);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open ~ button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button ~ a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
}

#main-button ~ .telegram-color {
  background: linear-gradient(0deg, #017AB1, #01ABE6);
}

#main-button ~ .whatsapp-color {
  background: linear-gradient(0deg, #00B100, #09db09);
}

#main-button ~ .messenger-color {
  background: linear-gradient(0deg, #0078FF, #00C6FF);
}

#main-button.open ~ a {
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}
#main-button.open ~ a:nth-of-type(1) {
  bottom: 60px;
}
#main-button.open ~ a:nth-of-type(2) {
  bottom: 120px;
}
#main-button.open ~ a:nth-of-type(3) {
  bottom: 180px;
}

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);}
  100% {box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);}
}
div#main-div a i {
    font-size: 20px !important;
}
a.btn.btn-common.wow.fadeInUp {
color: #fff !important;
}
.btn-menu:before{
	display: none;
}
.btn-menu:after{
	display: none;
}
.new {
    text-align: center;
}
section.partner_1 {
    background: red;
    padding: 10px 0;
}
section.partner_1 p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}