<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800');
&lt;!--
@import url('https://www.fonts.com/font/linotype/neue-helvetica/45-light/web-font?SiteId=64');
--&gt;

@font-face {
	font-family: 'Conv_HELVETICANEUELTSTD-BDCN';
	src: url('../fonts/HELVETICANEUELTSTD-BDCN.eot');
	src: local('â˜º'), url('../fonts/HELVETICANEUELTSTD-BDCN.woff') format('woff'), url('../fonts/HELVETICANEUELTSTD-BDCN.ttf') format('truetype'), url('../fonts/HELVETICANEUELTSTD-BDCN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*font-family:'Conv_HELVETICANEUELTSTD-BDCN',Sans-Serif;*/
@font-face {
	font-family: 'Conv_HELVETICANEUELTSTD-LTCN';
	src: url('../fonts/HELVETICANEUELTSTD-LTCN.eot');
	src: local('â˜º'), url('../fonts/HELVETICANEUELTSTD-LTCN.woff') format('woff'), url('../fonts/HELVETICANEUELTSTD-LTCN.ttf') format('truetype'), url('../fonts/HELVETICANEUELTSTD-LTCN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*font-family:'Conv_HELVETICANEUELTSTD-LTCN',Sans-Serif;*/

body { 
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    cursor:default;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    font-weight: 400;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}

iframe {
    border: none;
    width:100%;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}
strong,b{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
span.text-bg{
    padding: 0px 5px;
    background-color: #f99200;
    color:#fff;
    line-height: 10px;
}
span.text-color{
    color:#f99200;
}
label{
   font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color:#777;
}
p.dropcap:first-letter{
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0; 
    color:#f99200;
   font-family: 'Open Sans', sans-serif;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    font-family:'Conv_HELVETICANEUELTSTD-BDCN',Sans-Serif;
}
a:hover,
a:focus {
    color: #f99200;
    text-decoration: none;
}
.colored-text{
    color:#f99200;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}
/*use in section headings*/
h3.heading{
    border-bottom: 1px solid #E5E5E5;
    color: #4e4e4e;
    font-size: 16px;
    margin: 0 0 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
}
h3.heading:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #f99200;
    width: 90px;
    bottom: -1px;
    left: 0px;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
/*parahraphs*/
p {
    color: #777777;
    line-height: 24px;
    margin: 0 0 20px;
}

.lidisnone{ display:none;}


/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide20 {
    width: 100%;
    height: 20px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

/*margins*/
.margin10{
    margin-bottom: 10px;
}
.margin20{
    margin-bottom: 20px;
}
.margin30{
    margin-bottom: 30px;
}
.margin40{
    margin-bottom: 40px;
}

/***********bootstrap navigation overrides--*/
.navbar-default {
   font-family: 'Open Sans', sans-serif;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    width:100%;
    min-height: 80px;
    padding: 15px 0;
   box-shadow: -1px 1px 3px rgba(0,0,0,0.3);
    /* background:#fff;*/
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
	position:fixed;
	z-index:999;
	left:0; top:0;
}
.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #ff5c00;
/*    background-color: #008ad2;
*/}
.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus {
    color: #f5912e;
    background-color: #fff;
}
.navbar-brand{
    font-weight: 800;
    color:#000 !important;
    font-size: 30px;
    line-height: 14px;
}
.navbar-default .navbar-nav&gt;li&gt;a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
	text-transform:uppercase;
/*	background-color:#f7921d;*/
	margin-right:2px;
	font-family:'Conv_HELVETICANEUELTSTD-BDCN',Sans-Serif;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover {
    color: #ff5c00;
/*    background-color: #008ad2;
*/}

.navbar-inverse { margin-bottom: 0; -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; border: none; background-color: rgba(0,0,0,0.4); padding: 15px 0; }

.scroll-fixed-navbar { padding: 10px 0; background-color: #FFF; -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);}
.scroll-fixed-navbar .navbar-nav &gt; li &gt; a {color: #333;}
.scroll-fixed-navbar .navbar-nav &gt; li &gt; a:hover{color: #ff5c00; }
.scroll-fixed-navbar .navbar-nav &gt; li.active &gt; a{color: #ff5c00; }
.scroll-fixed-navbar .navbar-nav &gt; li.active{color: #0098da; }
.scroll-fixed-navbar .navbar-nav &gt; a:hover {color: #ff5c00; }


/*navbar search form***/
.dropdown-form{
    padding: 10px 15px;
    min-width: 270px;
}
.dropdown-form .form-inline .form-control{
    height: 32px;
}
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    margin: 0;    
    background-color: #fff;
    border: none;   
}
.navbar .dropdown-menu li a{
    color:#777;
    padding: 9px 20px;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*********top bar************/
.top-bar-wrap{
    padding: 6px 0;
	background-color: rgba(256, 256, 256, 0.95);
/*    background-color: #333;
*/
}
.top-bar{
    min-height: 20px;
    line-height: 20px;
}
.top-bar a{
    font-size: 12px;
    color:#000000;
	padding:0 3px;
}
.top-bar .social-1 li a i{
    width:20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}
/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/

.btn {
    font-weight: 600;
   font-family:'Conv_HELVETICANEUELTSTD-BDCN',Sans-Serif;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 0;
    border-radius:0;
}
.btn:hover{
    color:#fff;
}
.border-black{
    border: 2px solid #333;
    color:#333;
}
.border-black:hover{
    background-color: #333;
    border-color: #333;
}
.border-white{
    border: 2px solid #fff;
    color:#fff;
}
.border-white:hover{
    background-color: #fff;
    border-color: #fff;
    color:#333;
}
.btn-theme-bg{
    background-color: #fc813b;
    color:#fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	padding:10px 20px;
}
.btn-theme-bg:hover{
    background-color: #0098da;
}

.btn2{border: medium none; border-radius: 0; font-family: "Open Sans",sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.02em; text-shadow: none; text-transform: capitalize; transition: all 200ms ease-out 0s; padding:7px 10px;}
.btn2:hover {color: #fff;}
.border-black {border: 2px solid #333; color: #333;}
.border-black:hover {background-color: #333; border-color: #333;}
.border-white {border: 2px solid #fff; color: #fff;}
.border-white:hover {background-color: #fff; border-color: #fff; color: #333;}
.btn-theme-bg2 {background-color: #fc813b; border-radius:0px 3px 3px 0px; -webkit-border-radius:0px 3px 3px 0px; -moz-border-radius:0px 3px 3px 0px; color: #fff;}
.btn-theme-bg2:hover {background-color: #0098da;}

.btn-freetrial{border: medium none; border-radius: 0; font-family:'Conv_HELVETICANEUELTSTD-BDCN',Sans-Serif; font-size: 24px; font-weight: 600; letter-spacing: 0.02em; text-shadow: none; text-transform: capitalize; transition: all 200ms ease-out 0s; padding:7px 20px;}
.btn-freetrial:hover {color: #fff;}
.btn-freetrial-theme {background-color: #fc813b; border-radius:3px; color: #fff;}
.btn-freetrial-theme:hover {background-color: #0098da;}



/************************image hover effect*******************/

.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;

}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/plus.png) no-repeat center center rgba(108, 168, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}




/*forms*/
select,
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"],
.form-control{

    color: #7a7a7a;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
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,
.form-control:focus{
    border: 1px solid #f99200;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*************parallax*************/
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}


/******************services****************/
/*service box*/
.service-box h4 i{
    margin-right: 10px;
    color:#f99200;
    font-size: 27px;
}
/*progress rounded*/
.process-rounded{
    background: url(../img/showcase-2.jpg);
    padding: 50px 0;
}
.process-rounded h3{
    color:#fff;
    margin-bottom: 50px;
}
.process-box{
    text-align: center;
}
.process-box i{
    width:90px;
    height: 90px;
    line-height: 90px;
    font-size: 54px;
    color:#f99200;
    margin-bottom: 20px;
    border: 2px solid #f99200;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.process-box:hover i{
    color:#fff;
    background-color: #f99200;
}
.process-box h4{
    color:#fff;
    margin-bottom: 0px;
}
.service-box-2 {
    text-align: center;

}
.service-box-2 i{
    width:60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-bottom: 20px;
    color:#fff;
    background-color: #f99200;
    font-size: 26px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box-2:hover i{
    background-color: #333;
    color:#fff;
}
/**************work and portfolio whole*******/
/* mouse grab icon */
.grabbing { 
    cursor:url(../img/grabbing.png) 8 8, move !important;
}

.portfolio{
    padding: 10px 0;
    background-color: #f5f4f4;
}
.work-desc{
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.work-desc h5{
    margin: 0px;
    display: inline-block;
    font-size: 15px;
}
.work-desc i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    background-color: #f99200;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 30px;

}
.owl-spaced .owl-item &gt; div{
    margin: 5px;
}

#grid .mix{
    opacity: 0;
    display: none;
}
.portfolio-filters{
    margin-bottom: 40px;
    margin-left: 0px;
}
.portfolio-filters li{
    padding: 4px 10px;
    background-color: #333;
    color:#fff;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.portfolio-filters li:hover{
    background-color: #f99200; 
    color:#fff;
}
.portfolio-filters li.active{
    background-color: #f99200;
    color:#fff;
}


/*testimonials parallax*/
.testimonials{
    background-color:#f5f4f4;
    padding: 10px 0;
	min-height:300px;
}
.testimonials h4{
    color:#000000;
    font-weight: 300;
	text-align:left;
}
.testimonials  h4 i{
    color:#f99200;
}
.testimonials p{
    color:#000000;
	text-align:left;
}
/***********bootstrap collapse overrides*/
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default&gt;.panel-heading {
    color: #000;
    background-color: #fff;
    border-color:#f99200 !important;
    padding: 7px 12px;
}
.panel-title i{
    margin-right: 10px;
    color:#6ca8ff;
}

/************************************************* css for footers****************************************/


/*************soical icons**********/
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li{
    padding-left: 1px;
    padding-right: 1px;
	color:#000000;font-family:'Conv_HELVETICANEUELTSTD-BDCN',Sans-Serif;
}
.social-1 li a i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    font-size: 16px;

    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #3b5998;
}
.social-1 li a i.fa-twitter{
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus{
    background-color: #C63D2D;
}
.social-1 li a i.fa-pinterest{
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble{
    background-color: #ea4c89;
}



/**************coming soon*************/
.soon-bg{
    background: url(../img/showcase-1.jpg);
    padding: 150px 0;
}
.soon-bg h2{
   font-weight: 300; 
}
.countdown_amount {
    display:block;
    font-size:44px;
    padding-top:25px;
    line-height:20px;
    font-weight:400; 
    color:#000;

}
.countdown_section {
    display:inline-block;
    width:120px;
    height:120px;
    padding-top: 13px;
    margin:10px;
    color:#000;
    background-color:rgba(255,255,255,0.1);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    text-align: center
}

.subscribe-form .form-control{
    height: 38px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}




/****fun facts*****/
.fun-fact-wrap{
    background: url(../img/showcase-1.jpg);
    padding-top:50px;
    padding-bottom: 30px;
}
.facts-in{
    text-align: center;
    margin-bottom: 60px;
}
.facts-in h3{
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    color:#000;
}
.facts-in h3 i{
    font-size: 40px;
    margin-right: 20px;
    color:#f99200;
}
.facts-in h4{
    margin-bottom: 0px;
}

/******owl carousel*******/
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* border-radius: 20px; */
    background: #f99200 !important;
}

/*contact us*/

/*gmap*/
#map-canvas{
    width:100%;
    height: 300px;
}


/***error page****/
.error-digit{
    font-size: 150px;
    text-align: center;
    line-height: 150px;
}
.error-page h3{
    font-weight: 300;
}



/********************************main slider***********************/
#main-slider{
/*    background: url(../img/showcase-3.jpg);
*/
    overflow: hidden;
    position: relative;
}
.main-slider{
    text-align: center;
    color:#fff;
/*    padding:150px 0;
*/}

.main-slider li span{ position:absolute; left:35%; top:35%; font-size:40px; line-height:normal; text-align:center; font-family:'Conv_HELVETICANEUELTSTD-BDCN',Sans-Serif; color:#000000; font-weight:bold; }


@media(max-width:768px){
    .main-slider{
/*        padding: 100px 0;
*/    }
}
.main-slider .slides h2{
    color:#fff;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300 !important;
}
.main-slider .flex-control-nav {
    width: 100%;
    position: absolute;
/*    bottom: 30px;
*/    bottom: 0px;
    text-align: center;
	z-index:999;
}

.main-slider .flex-control-paging li a
{
    width: 11px;
    height: 11px;
    display: block;
    background: #008ad2;
/*    background: rgba(255,255,255,0.8); 
*/    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.main-slider .flex-control-paging li a:hover 
{ 
    background: #333;
/*    background: rgba(255,255,255,0.9);
*/}
.main-slider .flex-control-paging li a.flex-active 
{ 
    background: #f7921d;

}
/*purchase sec*/
.purchase-section{
 /*   padding: 20px 25px;
    background-color: #f5f4f4;
	border:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
*/}
.purchase-section h3{
    margin: 0px;
    font-weight: normal;
	text-align:center; font-size:14px;
	line-height:normal;
}
.purchase-section .btn-theme-bg{
    float: right;
}
.purchase-section p{
    margin: 0px;
}

h2.esc{ text-align:center; padding-top:15px; font-size:25px; font-family:'Conv_HELVETICANEUELTSTD-LTCN',Sans-Serif;}
h2.inner{font-size:25px; color:#008ad2;}

h3.sub-inner{font-size:16px; color:#008ad2; text-transform:uppercase; margin:0 0 8px 0; padding:0;}
p.subpara{ padding-left:20px; background:url(../img/bullet.gif) no-repeat left 9px;}


/**************blogs********************/
.post-wrap{
		border:solid 1px #dbdbdb; padding-bottom:30px;
}
.post-desc{
    padding: 10px 0 0px 0; text-align:center;
}
.post-desc h4{ font-size:50px; color: #666; font-weight: 400;}
.post-desc p{
/*    margin: 10px 0;
*/}
.blue{ background-color:#7ed0e8;}
.green{ background-color:#9ecd1e;}
.Orange{ background-color:#f36e34;}
.purple{ background-color:#a05ca6;}
.gray{ background-color:#dddddd;}
.WhiteTxt{ color:#ffffff !important; font-family:'Conv_HELVETICANEUELTSTD-LTCN',Sans-Serif !important;}
.GreenMark{ color:#9ecd1e !important; font-weight:normal !important;}
.txtcentre{ text-align:center !important;}


.HeadingBG{
	 background-image: url("../img/ico-devider.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    display: inline-block;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
	}

.post-wrapTitle{ font-size:30px; text-align:center; margin-bottom: 1.5em; padding:20px 0; color:#ffffff;}
.PostWrpa{text-align:center; margin-top:30px;}
	
.PostWrpa a {
    width:0 auto;
	border:solid 1px #a2a1a0;
	width:172px; height:44px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-os-border-radius:5px;
	padding:10px 15px;	
}
.PostWrpa a:hover{ background-color:#0098da;  color:#ffffff;}


/**inner pages*****/
.blog-wrap{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.blog-desc h4{
    font-size: 30px;
    font-weight: 300;
}
.post-deatil li a{
    color:#f99200;
}
.post-deatil li a:hover{
    color:#000;
}
.comments-list {
    margin: 0 0 54px;
    padding: 0;
}
.comments-list li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.comments-list li:first-child {
    padding-top: 10px;
}
.comments-list li .avtar {
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    float: left;
    height: 84px;
    margin: 0 25px 0 0;
    width: 84px;
}
.comments-list .meta {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 4px;
}
.comments-list p{
    overflow: hidden;
}
/**about us*/
.about-us img{
    float: left;
    width:150px;
    height: 100px;
    margin-right: 20px;
}
.about-us p{
    margin: 0;
    line-height: 19px;
}

/* Try It Free */
.FreeTryIt{ margin:0; padding:0;}
.FreeTryItContHdlr{ padding:2% 0 3% 0; text-align:center;  color:#ffffff; }
.FreeTryItContHdlr h2{ display:block; font-size:40px; color:#ffffff; font-weight:normal; margin-bottom:10px !important; font-family:'Conv_HELVETICANEUELTSTD-LTCN',Sans-Serif;}
.FreeTryItContHdlr h3{ display:block; font-size:20px; color:#ffffff; font-weight:normal; margin-bottom:20px !important; font-family:'Conv_HELVETICANEUELTSTD-LTCN',Sans-Serif;}
.FreeTryItContHdlr a{ color:#000000; padding:10px 30px; background-color:#ffffff; border-radius:5px; -webkit-border-radius:5px;	-moz-border-radius:5px; -os-border-radius:5px; font-size:18px;}
.FreeTryItContHdlr a:hover{ color:#ffffff; background-color: #0098da;}

/****************************footer************************/
#footer{
    background-color: #333;
    padding: 35px 0 0px;
    color: #969696;
/*    border-top: 4px solid #777;
*/}
.footer-col h3.heading{
    color:#fff;
    font-size: 16px;
    text-transform: capitalize;
    color:#fff;
    border-bottom-color: #666;
    margin-bottom: 20px;
}
.address-info{
    font-family: 'Open Sans', sans-serif;
}
.address-info li{
    padding: 3px 0;
     color:#969696;
}
.address-info li i{
    color:#f99200;
    margin-right: 5px;
}
.address-info li a{
    color:#ffffff;
/*    color:#969696;
*/}
.address-info li a:hover{
    color:#f99200;
}
.popular-post li{
    padding-bottom: 20px;
}
.popular-img{
    float: left;
    margin-right: 10px;

}
.popular-img a img{
    width:50px;
    height: 50px;
}
.popular-desc{
    display: table;
}
.popular-desc h5{
    font-size: 17px;

}
.popular-desc h5 a{
    color:#666;
}
.popular-desc h5 a:hover{
    color:#f99200;
}
.popular-desc h6{
    color:#777;
}
.newsletter-form .form-control{
    height: 38px;
}
.footer-work a img{
    opacity: 0.6;
    width:60px;
    height: 50px;
    display: inline-block;
    margin: 3px;
}
.footer-work a img:hover{
    opacity: 1;
}
.footer-btm{
    padding: 10px 20px;
    border-top: 1px solid #444;
    text-align: center;
}

/****************bootstrap breadcrumb overrides*****************/
.bread-wrap{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.bread-wrap h4{
    margin: 0px;
    text-transform: capitalize;
}
ol.breadcrumb{
    margin: 0;
    padding: 0;
    background-color: transparent;
    color:#f99200;
}
ol.breadcrumb li a{
    color:#333;
}

/**********************sidenav*********************/
.side-nav li{
    border-bottom: 1px solid #e9e9e9;
}
.side-nav li a{
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.side-nav li a.active{
    color:#f99200;
}
.side-nav li a i{
    margin-right: 10px;
}
/*********************pricing tables****************/
.naran-pricing{
    border: 1px solid #e9e9e9;
    text-align: center;
}
.narani-price-title{
    border-bottom: 1px solid #e9e9e9;
    /*padding: 15px 0;*/
    background: #f9f9f9;
    position: relative;
}
.narani-price-title h3{
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color:#000;
}
.narani-price-title h2{
    font-size: 38px;
}
.narani-price-title sup{
    color:#777;
    font-size: 16px;
    top: -20px;
}
.narani-price-title sub{
    color:#777;
    font-size: 16px;
}
.narani-price-content{
    padding: 20px 0;
}
.narani-price-content p{
    margin: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9
}
.naran-pricing-btn{
    padding-bottom: 20px;
}
span.popular-tag{
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 6px;
    color:#fff;
    background-color: #f99200;
    font-size: 14px;
}
.narani-price-title.popular-title{
    background-color: #333;
}
.narani-price-title.popular-title h2{
    color: #fff;
}
.narani-price-title.popular-title h3{
    color: #fff;
}


/************team****************/
.default-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.img {
    background: #f2f2f2;
    display: block;
    line-height: 0;
    margin: 0;
}
.description{
    background: #f2f2f2;
    border-top-width: 1px;
    color: #505050;
    display: table;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.description h4{
    margin: 0px;
}
.description span{
    font-size: 11px;
}
.hover-desc{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(249, 146, 0, 0.95);
    padding: 20px;
    color:#fff;
}
.hover-desc h4{
    color:#fff;
}
.hover-desc p{
    color:#f5f5f5;
}
.default-wrap:hover .hover-desc{
    opacity: 1;
}

/***********************sign in or sign up css****************/
.login-form{
    padding: 20px;
/*    background-color: #f5f5f5;
*/}
.login-form h3{
    color:#777;
    font-size: 25px;
	font-family:'Conv_HELVETICANEUELTSTD-LTCN',Sans-Serif;
}
.btn-fb-login{
    background-color: #3b5998;
    color:#fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.login-form form a{
    display: inline-block;
    margin-left: 5px;
}
@media(max-width:320px){
    .login-form form a{
        margin-top: 10px;
    }
}


.pricingHead h3{
	font-size: 25px;
	font-family:'Conv_HELVETICANEUELTSTD-LTCN',Sans-Serif;
}


/********************************sidebar***********************/
.sidebar-box h4{
    font-size: 16px;
    font-weight: 400;
    color:#555;
}
.search-widget{
    position: relative;
}
.search-widget i{
    position: absolute;
    top: 10px;
    right: 10px;
    color:#777;
}
.cat-list li{
    padding: 3px 0;
}
.cat-list li a{
    color:#888;
    margin-right: 10px;
}
.cat-list li i{
    color:#888;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.cat-list li:hover i{
    margin-left: 5px;
}
.cat-list li a:hover{
    color:#f99200;
}

/********elements (remove)*******/
.element-btn a{
    margin: 5px;
}
.grid-system span{
    display: block;
    padding: 3px 8px;
    background-color: #e5e5e5;
    margin-bottom: 5px;
}

.contact-form img{ float:right; display:block;}
.contact-form p.call{ float:left !important; display:block; color:#0098da; font-size:20px; line-height:normal;  padding-top:20%;}

.ReadMoreBTN{ display:block; width:110px; height:35px; line-height:35px;  color:#ffffff; text-align:center; text-transform:uppercase; text-decoration:none; background-color:#fc813b;  border:none; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -os-border-radius:5px; }
.ReadMoreBTN:hover{ color:#ffffff; background-color: #0098da;}

.scrollup {background: none repeat scroll 0 0 #fc813b; bottom: 30px; color: #ffffff; display: none; font-size:28px; padding:0 10px 5px 10px;  opacity: 0.8;  position: fixed; right: 15px; text-align: center; z-index: 9999; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }

.scrollup i {/*line-height: 38px;*/}

a.scrollup:hover{text-decoration: none; color: #ffffff; outline: none; background: none repeat scroll 0 0 #0098da; }



/*----------------------------------------------------*/
/*	Pricing Features Tooltip
/*----------------------------------------------------*/

.table-striped h3{ font-size:14px; color:#333333; font-weight:normal; margin:0 !important;}

.ToolTopBox{ position:absolute; border:solid 1px red; background-color:#555555; color:#ffffff; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding:7px; z-index:999; top:15%; left:20%; width:280px; display:none;}





/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {position: relative;	z-index: 2;	cursor:default;}
/* Hide the tooltip content by default */
[data-tooltip]:before,[data-tooltip]:after {visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; pointer-events: none;}

/* Position tooltip above the element */
[data-tooltip]:before {position:absolute; bottom:100%; left:50%; margin-bottom:5px;	margin-left:-80px;	padding:7px; width:160px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background-color: #000; background-color: hsla(0, 0%, 20%, 0.9); color: #fff; content: attr(data-tooltip);	font-size: 12px; line-height: 1.2;}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {position: absolute; bottom: 150%; left: 24%; margin-left: -15px; width: 0; 

border-top: 5px solid #000; /*border-top: 5px solid hsla(0, 0%, 20%, 0.9);*/ 
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid transparent;

content: " ";font-size: 0; line-height: 0;
} 

/* Show tooltip content on hover */
[data-tooltip]:hover:before,[data-tooltip]:hover:after {visibility: visible;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}
</pre></body></html>