

/*  ################################################################

  File Name: style.css
  Template Name: Turnkeytown
  
  
  1) RESET CSS
  2) SKELETON 
  3) HEADER
  4) FOOTER
  5) SLIDER
  6) SECTION
  7) MODULES
  8) PAGES
  9) SIDEBAR
  10) BLOG
  11) PORTFOLIO
  12) TITLES
  13) BUTTONS
  14) SERVICES
  15) RESPONSIVE

################################################################# */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

/* ==================================================================
	RESET
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	color:#444;
}

/* ==================================================================
	SKELETON
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }




body {
	color: #555;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;

}
input,
select,
textarea { 
	font-size: 16px;
	font-family: 'Source Sans Pro', serif;
	font-style: normal;
	font-weight: 300;
}
.sound {
	border:1px solid #fff;
	width:100%;
}
.alignleft {
    float:left;
    margin:5px 20px 5px 0;
}
.alignright {
    float:right;
    margin:20px 0 20px 20px;
}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display:block;
    clear:both;
}
blockquote{
    border:0;
    color:#444;
	display:block;
	font-family: 'Source Sans Pro', serif;
	margin:10px 0;
	line-height:2;
    font-size:18px;
	padding:20px;
	font-weight:normal;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
	color:#000000;
	line-height: 1.2em;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 62px;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	position: relative;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
}
h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
}
h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}
h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
p {
	margin-bottom: 20px;
}
a, a > * {
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color:#444;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}

p.lead {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	padding: 0;
	letter-spacing:0.6px;
	line-height:1.8;
	font-style:italic;
}
::-moz-selection  {
    color: #fff;
    text-shadow:none;
    background:#444;
}
:selection {
    color: #fff;
    text-shadow:none;
    background:#444;
}
.portfolio-details ul li:before,
#accordion-first em,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pager a,
.pagination > li > a, .pagination > li > span,
.btn,
.border-radius {
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
}
.first{clear:both}
.last{margin-right:0}



/*==========================================*/

/*nav*/
ul.dropdown-menu.overall-menu li a.dropdown-toggle{
      color: #ff4601!important;
}

.nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a.active {
    border-top-color: #ff4601!important;
}
.portfolio-details ul li a, .readmore, .topcontact i {
    color: #ff4601!important;
}
ul.dropdown-menu.overall-menu li a {
    color: #222!important;
    font-weight: 600;
}
ul.dropdown-menu.overall-menu li a:hover {
    color: #ff4601!important;
}
.text-right .btn-blue {
    color: #fff;
    background-color: #ff4601!important;
    border-color: #fdfdfd!important;
}
/*end*/
/*footer*/
.my-auto{
    margin-top: auto!important;
    margin-bottom: auto!important;
}
.d-flex{
    display: flex;
}
.mt-2{
    margin-top: 8px;
}
.get-in-touch-section {
    background: #162d42;
    margin-top: 150px;
    position: relative;
}

.get-in-touch-section {
    background-color: #ba3302;
    padding-bottom: 40px;
}
.get-in-touch-section .main-content-block {
    width: 45%;
    float: left;
    margin-top: -113px;
    padding-top: 0;
}
.get-in-touch-section .main-content-block h2 {
    text-align: left;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #162d42;
    margin-bottom: 4px;
}
.get-in-touch-section .main-content-block .title-bar {
    text-align: left;
    font-size: 20px;
    color: #162d42;
    letter-spacing: 1.2px;
    padding-bottom: 0;
}

.get-in-touch-section .main-content-block .title-bar {
    color: #6484a0;
    background: url(../../d3mds3ychln71.cloudfront.net/img/gray-title-bg.png) no-repeat bottom center;
}
.main-content-block .title-bar {
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #717171;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../../d3mds3ychln71.cloudfront.net/img/title-bg.png) no-repeat bottom center;
    padding-bottom: 20px;
}
.get-in-touch-section .from-block {
    margin-top: 52px;
}
.get-in-touch-section .from-block .col-md-5 {
    padding: 0;
}
.get-in-touch-section .from-left-block {
    min-height: 420px;
    padding-right: 65px;
}
.from-left-block .sparater-block {
    right: 15px;
    left: inherit;
}

.sparater-block {
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.1);
    left: -15px;
    top: 0;
}
.sparater-block span {
    left: -31px;
    width: 64px;
    background: #162d42;
    border-radius: 100%;
    text-align: center;
}

.sparater-block span {
   font-family: proxima-nova,sans-serif;
    font-weight: 300;
    height: 64px;
    font-size: 16px;
    color: #c5d1dd;
    letter-spacing: .6px;
    text-transform: uppercase;
    line-height: 64px;
    background: #863001;
    position: absolute;
    top: 50%;
    left: -31px;
    margin-top: -32px;
}
.emailid-block a {
    border: none;
    min-height: 80px;
}

.emailid-block a {
    width: 100%;
    float: left;
    border-radius: 5px;
    background: rgb(131 47 0 / 93%);
    border: 1px solid rgba(0,170,248,.23);
    padding: 14px 10px 10px 90px;
    position: relative;
}
.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../products/img/flags.html);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
.emailid-block a i {
        position: absolute;
    left: 23px;
    top: 9px;
    font-size: 32px;
    width: 28px;
    height: 64px;
    color: #d0c9c9;
    border-right: 1px solid rgba(242,243,245,.1);
    padding: 18px 44px 18px 0;
}
.emailid-block a span.small-text {
    font-size: 14px;
    color: #ff9800;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}
.emailid-block a span.large-text {
    font-family: montserratregular;
    font-size: 26px;
    color: #fff;
    line-height: 34px;
}
.emailid-block.voicemsg {
    background-color: rgb(113 54 35 / 28%);
}

.marT20 {
    margin-top: 20px;
}

.get-in-touch-section .from-left-block .listing-block {
    margin-top: 44px!important;
}
.get-in-touch-section .from-left-block .listing-block h3 {
    margin: 0;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    letter-spacing: .2px;
}
.get-in-touch-section .from-left-block .listing-block ul {
    width: 100%;
    float: left;
    margin-top: 19px;
}
.get-in-touch-section .from-left-block .listing-block ul.bluts li {
    padding-left: 32px;
}

.get-in-touch-section .from-left-block .listing-block ul li {
    list-style: none;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    letter-spacing: .4px;
    margin-bottom: 11px;
    padding-left: 42px;
    position: relative;
}
.get-in-touch-section .from-left-block .listing-block ul.bluts li:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    top: 7px;
    content: '';
    left: 0;
}
.get-in-touch-section .from-block .col-md-7 {
    padding: 0 0 0 29px;
}
.get-in-touch-section .from-right-block {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
        min-height: 600px;
    margin-top: -182px;
    border: 8px solid transparent;
}
.get-in-touch-section .from-right-block:before {
    content: '';
    position: absolute;
    left: -16px;
    right: -16px;
    top: -16px;
    bottom: -16px;
    border-radius: 10px;
    background-color: #e7eaec;
    z-index: -9;
}
.get-in-touch-section .from-right-block form {
    margin: 0;
}
.get-in-touch-section .from-right-block .form-group {
    padding: 0 18px;
    margin-bottom: 40px;
}

.form-group {
    width: 100%;
    float: left;
    /*padding: 0 17px;*/
    margin-bottom: 44px;
    position: relative;
}
.form-group>div {
    position: relative;
}
.from-right-block .form-group i.name {
    background-position: -798px -39px;
    width: 10px;
    height: 15px;
}
.from-right-block .form-group i {
    position: absolute;
    left: 1px;
    top: 12px;
    background: url(../../d3mds3ychln71.cloudfront.net/img/sprite.png) no-repeat;
    font-style: normal;
}
.get-in-touch-section .from-right-block .form-group.input-effect .form-control {
    border-color: #fff;
}

.get-in-touch-section .from-right-block .form-group.input-effect .form-control {
        color: #486e90;
    border-bottom: 1px solid;
}
.from-right-block .form-group.input-effect .form-control {
    z-index: 2;
    border-color: #486e90;
    padding-left: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.from-right-block .form-group.input-effect .effect-16~label {
    z-index: 0;
    color: #486e90;
    padding-left: 30px;
}

.get-in-touch-section .from-right-block .form-group label {
    font-weight: inherit;
    color: #486e90;
}
.form-group label {
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #486e90;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.effect-16~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 8px;
    color: #aaa;
    transition: .3s;
    z-index: -1;
    letter-spacing: .5px;
}
.form-group.input-effect .effect-16~.focus-border {
    height: 1px;
}

.effect-16~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #39f;
    transition: .4s;
}
.get-in-touch-section .from-right-block .form-group {
    padding: 0 18px;
    margin-bottom: 40px;
}

body .form-group.mobile-number {
    padding-left: 150px!important;
}
body .form-group.mobile-number .intl-tel-input {
    position: absolute;
    left: 15px;
    width: 130px;
}

.mobile-number .intl-tel-input {
    float: left;
    z-index: 9;
}
.from-right-block .mobile-number .phonenumber-filed, .from-right-block .mobile-number .phonenumber-filed.form-group {
    width: 140px;
    padding: 0;
    margin-bottom: 0;
}
.from-right-block .mobile-number .phonenumber-filed label, .from-right-block .mobile-number .phonenumber-filed.form-group label {
    padding-left: 0!important;
}
.form-group.input-effect .effect-16~.focus-border {
    height: 1px;
}

.effect-16~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #39f;
    transition: .4s;
}
.get-in-touch-section .from-right-block .form-group.textarea {
    margin-bottom: 14px;
}

.get-in-touch-section .from-right-block .form-group {
    padding: 0 18px;
    margin-bottom: 40px;
}
.form-group.textarea {
    margin-bottom: 14px;
}
.get-in-touch-section .from-right-block .form-group label {
    font-weight: inherit;
    color: #486e90;
}

.form-group.textarea label {
    position: relative;
    padding-left: 30px;
}

.get-in-touch-section .from-right-block .form-group {
    padding: 0 18px;
    margin-bottom: 40px;
}
.form-group .upload-block {
    float: left;
    position: relative;
    width: 150px;
    height: 20px;
}
.form-group .checkbox {
    float: right;
    margin: 0;
}
.get-in-touch-section .from-right-block .form-group.btn-row-block {
    margin-bottom: 10px;
}
.form-group .captcha {
    float: left;
}
.form-group .captcha {
    float: left;
}
@media only screen and (min-width: 0px)
.get-in-touch-section .from-right-block .form-group .comman-btn {
    margin-top: 8px;
}

.get-in-touch-section .from-right-block .form-group .comman-btn {
    color: #1866b1;
    border-color: #1866b1;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    min-width: 129px;
}
.form-group .comman-btn {
    float: right;
    background: 0 0;
    letter-spacing: 1.8px;
    padding: 20px 26px 18px 26px;
}
.comman-btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 20px 22px 18px 22px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.effect-16:focus~label, .has-content.effect-16~label {
    top: -16px;
    font-size: 12px;
    color: #39f;
    transition: .3s;
}
.full-block{
	width: 100%;
}
.form-group .upload-block {
    float: left;
    position: relative;
    width: 150px;
    height: 20px;
}
.form-group .upload-block input {
    width: 150px;
}
.form-group .upload-block input {
    opacity: 0;
    z-index: 99;
    position: relative;
}

input[type=file] {
    display: block;
}
.form-group .upload-block p {
    position: absolute;
    left: 0;
    top: 2px;
    margin-top: -12px;
    z-index: 9;
    margin-bottom: 0;
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #1587f9;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.form-group .upload-block p span {
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    width: 15px;
    height: 15px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    background: #1587f9;
    font-size: 16px;
    color: #fff;
    letter-spacing: .8px;
    padding-left: 2px;
}
.get-in-touch-section .from-right-block .form-group .checkbox label {
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
}

.get-in-touch-section .from-right-block .form-group label {
    font-weight: inherit;
    color: #486e90;
}
.form-group .checkbox label {
    color: rgba(197,209,221,.5);
}
.form-group .checkbox label {
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #c5d1dd;
    letter-spacing: .6px;
    text-transform: capitalize;
}
@media only screen and (min-width: 0px){
#progress-wrp {
    position: relative;
    background: #fff;
}
.get-in-touch-section .from-right-block .form-group .comman-btn {
    margin-top: 8px;
}
#progress-wrp .progress-bar {
    height: 20px;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgb(0 0 0 / 11%);
}
#progress-wrp .status {
    left: 40%;
    position: absolute;
    display: inline-block;
    color: #fff;
}
}
.form-group .checkbox {
    float: right;
    margin: 0;
}
.add-file-output {
    width: 100%;
    float: left;
    margin-top: 10px;
    display: none;
    clear: both;
}
.form-group.full-block {
    width: 100%;
    float: left;
}
.get-in-touch-section .from-right-block .form-group.btn-row-block {
    margin-bottom: 10px;
}
.form-group .captcha {
    float: left;
}

.form-group>div {
    position: relative;
}
.get-in-touch-section .from-right-block .form-group .comman-btn {
    color: #1866b1;
    border-color: #1866b1;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    min-width: 129px;
}
.frmi {
        position: absolute;
    bottom: 90px;
    color: #ff4601;
    font-weight: 600;
    font-size: 18px;
}
.form-group .comman-btn {
    float: right;
    background: 0 0;
    letter-spacing: 1.8px;
    padding: 20px 26px 18px 26px;
}
.comman-btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 20px 22px 18px 22px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.bg-blk{
	       background: #000;
    padding: 2%;
}

.blue{background: #0077B5;}
.redd{background: #14347d;}
.blue1{background: #00A2F3;}
.my-auto{
	margin-top: auto;
margin-bottom: auto;
}

.footer-part1 .footerTitle {
    color: #a6a9ab;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.social-icon-block ul {
        background: #ff4500;
    float: none;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2px;
    
    display: inline-block;
}
li.spc {
    margin-left: 35px;
    margin-right: 26px;
    margin-top: 3px;
}
.red1{
	color:#fff!important;
}
.social-icon-block ul li {
        list-style: none;
    float: left;
    font-weight: 600;
    font-size: 18px;
}
.social-icon-block ul li a {
   width: 50px;
    height: 40px;
    line-height: 43px;
    color: rgba(255,255,255,.5);
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.footer-part1 a {
    font-weight: 700;
    font-size: 15px;
    color: rgb(134 134 134);
    letter-spacing: .6px;
    float: left;
    margin-bottom: 0;
}
.social-icon-block h2{
	font-size: 19px!important;
	color: #fff;
}
.rows {
    width: 100%;
    float: left;
}
@media only screen and (max-width: 425px){
.social-icon-block ul li{
	font-size: 14px;
}
	}
@media only screen and (max-width: 375px){
	.rc-anchor-light.rc-anchor-normal{
		width: 206px!important;
	}
	.form-group label{
		font-size: 11px;
	}
	.emailid-block a span.large-text{
		font-size: 18px!important;
	}
}
@media only screen and (max-width: 768px){
	.frmi {
    position: absolute;
    bottom: 35px;
    left: 17px;
}
	.from-right-block .form-group{
		width: 100%;
		text-align: left;
	}
	.social-icon-block{
		text-align: center;
	}
	.form-group .comman-btn{
		float: left;
	}
.main-content-block h2{
	text-align: center!important;
	}
	.get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block{
		width: 100%!important;
	}
	.get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block ul li{
text-align: center!important;
	}
	.get-in-touch-section .from-left-block .listing-block ul.bluts li:after{
		display: none;
	}
}
@media only screen and (max-width: 991px){
.get-in-touch-section .from-block .from-right-block {
    padding-left: 0;
    margin-top: 0;
    padding-top: 10px;
    padding-right: 0;
}
.get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block{
		width: 100%!important;
	}
	.get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block ul li{
text-align: center!important;
	}
	.get-in-touch-section .from-left-block .listing-block ul.bluts li:after{
		display: none;
	}
.get-in-touch-section .main-content-block {
    padding-top: 50px;
    width: 100%;
    margin-top: 0;
}
.get-in-touch-section .main-content-block h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 700;
}
.get-in-touch-section .main-content-block .title-bar {
    font-size: 16px;
    color: #fff;
    background: 0 0;
    text-align: center!important;
}
.get-in-touch-section .from-block .col-md-5 .from-left-block {
    width: 100%;
    min-height: inherit;
    float: none;
    display: inline-block;
    padding-top: 0;
    padding-right: 0;
}
.sparater-block {
    display: none;
}
.get-in-touch-section .from-block .col-md-5 .from-left-block .emailid-block {
    width: 49%;
    float: none;
    display: inline-block;
    margin-top: 0;
    padding: 0 10px;
    background-color: inherit!important;
    text-align: left;
}
.get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block {
    margin-top: 30px;
    text-align: left;
    padding-left: 10px;
    text-align: center;
}
.get-in-touch-section .from-block .col-md-5 .from-left-block .listing-block ul li {
    text-align: left;
}
}
/*footer end*/
.border-bottom .selected-flag{
	top: 0px!important;
}
.section-title{
	padding: 10%;
}
.mt-50{
	margin-top: 50px;
}
.resume-item-1 .are_sec_images {
        object-fit: cover;
    width: auto;
    border-radius: 0;
    position: absolute;
    top: 26px;
    right: 6%;
    height: auto;
    transition: .5s;
    transform-origin: bottom center;
    z-index: 0;
    width: 26%;
    opacity: 0.5;
}
.resume-item-1:hover .are_sec_images {
    transform: scale(1.1);
}
.resume-item-1 {
        padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    min-height: 317px;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    border-radius: 15px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 15px 30px 0 rgb(255 69 0 / 15%);
    box-shadow: 0px 9px 20px 3px rgb(12 10 10 / 13%);
}
.resume-item-1 .body {
  display: flex;
    flex-direction: row;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.resume-item-1 .body .icon-outer-line {
        padding: 8px;
    height: 80px;
    width: 80px;
    margin-right: 0px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #ff4500;
}
.resume-item-1 .body .icon-outer-line .icon-inner-line {
   padding: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #ff4500;
    width: 60px;
    height: 60px;
}
.resume-item-1 .body .icon-outer-line .icon-inner-line span {
          width: 50px;
    height: 50px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-left: -7px;
    margin-top: -7px;
    line-height: 52px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #ff4500;
}
.resume-item-1 .body .text h6 {
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    color: #ff4500;
    text-transform: uppercase;
}
.resume-item-1 .body .text h5 {
       margin-bottom: 10px;
    color: #0000009e;
    line-height: 1.5;
    font-size: 15px;
}
.resume-item-1 .body .text span {
    font-weight: 600;
    color: #171718;
    text-transform: uppercase;
}
.resume-item-1 .body .text {
position: relative;
    margin-top: 100px;
}
.resume-item-1:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(255, 69, 0, 0.2);
}

/*==========================================*/
/* ==================================================================
	HEADER
================================================================== */
/* 
.topbar-container {
	padding-top:7px;
	padding-bottom:12px;
	color:#444;
	font-weight: 400;
	font-size:13px;
	border-bottom: 1px solid #eeeeee;
}
.topbar-container p {
	margin:0;
	padding:0;
}
.topcontact span {
	margin-right:10px;
}
.topcontact i {
	margin-right: 4px;
}
.topsocial a i{
	color:#aaaaaa;
	font-size:11px;
}
.topsocial .twitter:hover {
	background-color: #4dd2ff;
}
.topsocial .facebook:hover {
	background-color: #3c599f;
}
.topsocial .skype:hover {
	background-color: #19b7f7;
}
.topsocial .vimeo:hover {
	background-color: #345;
}
.topsocial .linkedin:hover {
	background-color: #069;
}
.topsocial .dribbble:hover {
	background-color: #ea4c89;
}
.topsocial .instagram:hover {
	background-color: #6f97b6;
}
.topsocial a:hover i {
	color:#fff;
}
.topsocial a:hover {
	border-color:transparent;
}
.topsocial a {
	border:1px solid #eeeeee;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	width:30px;
	height: 30px;
	margin-left: 3px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
}
.header {
	position: relative;
	z-index: 100;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: rgb(255, 255, 255); /* The Fallback */
	/* background: rgba(255, 255, 255, 1); 
	border-bottom: 1px solid #eee;
}
.header.affix {
  position: fixed;
  right: 0;
  background-color: #ffffff;
  left: 0;
  top:0;
  overflow: visible;
  border-bottom:1px solid #eee;
  display: block;
  z-index: 9000 !important;
}
.header.affix .navbar-brand {
	padding: 8px 5px;
}
.header.affix .navbar-nav > li > a {
	padding:25px 15px;
}
.header.affix .header-shadow,
.header.affix .topbar  {
	display: none
}
.header-shadow {
	background: url("../index.html") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: -28.6px;
    height: 28px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.navbar-nav > li > a {
    padding: 20px 14px;
    font-weight: bold;
    border-top:1px solid #fff;
    font-size:13px;
    text-transform: uppercase;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.active {
	border-top:1px solid #ddd;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	padding: 3px 0;
}
.navbar-right,
.navbar {
	border:0;
	border-radius: 0;
	padding:0;
	margin:0;
}
.dropdown-menu {
 	background: #000000 !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    min-width: 220px;
    z-index: 9999;
}
.dropdown-menu > li > a {
	color:#ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #797979;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu > li > a {
	padding:3px 20px;
}
.style2 .navbar-nav > li > a{
	padding:25px 20px;
}
.style2 .navbar-brand {
	padding:28px 0;
	margin-left: -15px;
}
.style2 .topbar-container {
	padding:20px 0;
}
.style2 .navbar-right {
	margin-right: -15px;
} */

/* ==================================================================
	FOOTER 
================================================================== */

.footer {
	/*background:url("../products/img/new/footer-top.jpg") no-repeat top center #131313 !important;*/
}
.footer-style-2 .margin-bottom{
	margin-bottom: 80px;
	padding:20px 0 30px !important;
}
.footer-style-2 .backtotop {
	margin-right: 15px;
}
.widget-title h3 {
	font-size:18px;
	font-weight: 600;
}
.widget-title hr {
	width: 30px;
	border-width: 3px 0 0;
	border-color: #333333;
	margin-left:0;
}
.recent_posts li {
	margin-bottom: 5px;
	display: block !important;
}
.recent_posts li a {
	font-size:15px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.recent_posts li p {
	font-style: italic;
	font-size:12px;
	line-height: 1.9;
	margin:0;
	color:#999;
}
.footer,
.footer p, 
.footer a {
	color:#cccccc;
}
.recent_posts li a:hover,
.footer h3 {
	color:#fff;
}
.footer .border-bottom {
	border-color: #333;
	/*padding-bottom:60px;*/
}
.footer .form-control {
    background-color: #22222200;
    border-color: #22222200;
    border-radius: 0;
    height: 40px;
        margin-bottom: 60px;
    margin-top: 47px;
    font-size: 19px;
    color: #000;
    border-bottom: 1px solid #7f7774;
}
.footer textarea {
	height:55px !important;
}
.contact-widget span {
	font-size:15px;
	margin-bottom: 20px;
	display: block;
}
.contact-widget i {
	font-size:18px;
	padding-right: 10px;
}
.footer-style-2 .margin-bottom .topsocial a,
.contact-widget .topsocial a {
	border-color:#3b3b3b;
	width: 35px;
	height: 35px;
	line-height: 33px;
}
.contact-widget .topsocial a i {
	padding-right: 0
}
.footer .fluid{
	background: #000!important;
	width: 100%!important;
	padding-left: 5%;
	padding-right: 5%;

}
.selected-flag{
	background: #ba3c0d!important;
    top: -10px;
    color: #fff;
    font-weight: 600;
}
.copyrights {
	background: #000;
	padding:40px 20px 0px;
}
.back {
	position: relative;
}
.backtotop {
	position: absolute;
	top:-10px;
	left:0;
	right: 0;
}

/*body {
	font-family: 'Nunito', sans-serif !important;

}
*/
/* ==================================================================
	SLIDER
================================================================== */

.tp-bannertimer {
	top:auto !important;
	bottom:-5px !important;
}
.slider-title,
.tp-caption.slider-title {
	position:absolute;
	color:#fff;
	font-weight:700;
	font-size:48px;
	line-height:60px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	text-align: center;
	border-width:0px;
	text-transform: uppercase;
	border-style:none;
	white-space:nowrap;
}
.slider.title1.darkcolor,
.tp-caption.slider-title1.darkcolor,
.slider.title.darkcolor,
.tp-caption.slider-title.darkcolor {
	color:#131313;
}
.slider-title1,
.tp-caption.slider-title1 {
	position:absolute;
	color:#fff;
	font-weight:400;
	font-size:20px;
	line-height:32px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px;
	text-align: center;
	border-width:0px;
	border-style:none;
	white-space:nowrap;
}
.slider-title3,
.tp-caption.slider-title3 {
	position:absolute;
	color:#fff;
	font-weight:700;
	font-size:40px;
	line-height:54px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	padding:20px 30px;
	text-align: right;
	background:#000;
	border-width:0px;
	text-transform: uppercase;
	border-style:none;
	white-space:nowrap;
}
.slider-title4,
.tp-caption.slider-title4 {
	position:absolute;
	color:#c4c4c4;
	font-weight:300;
	font-size:20px;
	line-height:34px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	padding:8px 20px 10px;
	text-align: right;
	background:#000;
	border-width:0px;
	border-style:none;
	white-space:nowrap;
}
#sidebar .btn-transparent,
.slider-btn .btn-transparent,
.tp-caption.slider-btn .btn-transparent {
	color:#fff;
	background-color: transparent;
	border-color:#fff;
	font-size:12px;
	font-weight: 500;
	padding:10px 40px;
}
#sidebar .btn-transparent {
	padding:6px 16px;
	margin-top: 10px;
}
.slider-btn.darkcolor .btn-transparent,
.tp-caption.slider-btn.darkcolor .btn-transparent {
	border-color:#131313;
	color:#131313;
}
.boxedcontainer { 
    max-width: 1170px; 
    margin:auto; 
    padding:0px 30px;
}
.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
}
.tp-banner{
    width:100%;
    position:relative;
}
.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

/* ==================================================================
	SECTIONS
================================================================== */

body#boxed {
	background: url(../index.html) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body#boxed #wrapper {
	padding:20px;
}
.container-fluid {
  max-width: 1300px;
}
.section {
	width: 100%;
	display: block;	
	overflow: hidden;
	position: relative;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0 0px 0 !important;
	z-index:10;
}
.norelativenohidden {
	position: inherit;
	overflow: visible;
}
.section-wrapper {
	position: relative;
	margin:8px 0;
	display: block;
	overflow: hidden;
}
.white-section {
	background-color: #ffffff;
	margin-bottom: 12px;
	/*margin-bottom: 68px;*/
}
.grey-section {
	background-color: #f6f6f7;
}
.blue-section {
	background-color: #1fb9f7;
	padding:60px 0 !important;
}
.lightcolor {
	color:#fff !important;
}
.service-full i,
.service-full p,
.service-full h3,
.parallax-section .btn-transparent,
.parallax-section h3,
.parallax-section p,
.parallax-section h2 {
	color:#fff;
}
.parallax-section .big-title {
	color:#000;
}
.parallax-section .btn-transparent {
	background-color: transparent;
	border-color:#fff !important;
}
/*#parallax1 {
	background-image:url(demos/parallax_01.jpg);
}
#parallax2 {
	background-image:url(demos/parallax_02.jpg);
}
#parallax3 {
	background-image:url(demos/parallax_03.jpg);
}
#parallax4 {
	background-image:url(demos/parallax_04.jpg);
}
#parallax5 {
	background-image:url(demos/parallax_05.jpg);
}
#parallax6 {
	background-image:url(demos/parallax_06.jpg);
}
#parallax7 {
	background-image:url(demos/parallax_07.jpg);
}*/
.nopaddingbottom {
	padding-top: 60px !important;
}
.nopadding {
	padding:0 !important;
}
.img-center img {
	text-align: center;
	margin:auto;
}
.myimg {
	background:url("") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
    bottom: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-position:center center;
}
.border-bottom {
	border-bottom: 1px solid #eeeeee;
}
.border-top {
	border-top: 1px solid #eeeeee;
}
.img-thumbnail {
	border-color:#fff;
}
/* ==================================================================
	MODULES
================================================================== */

#accordion-first {
	margin-top:60px;
}
.accordion-heading em {
	background-color: #fff;
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size:16px;
	display: inline-block;
	margin-right: 10px;
}

.accordion-inner {
    padding: 5px 15px;
}

#accordion-first p {
	margin-bottom:20px;
}
.accordion-heading {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #444 !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 14px 5px;
    margin: 10px;
}
.abouts-widget .big-title {
	font-size:26px;
	font-weight: 600;
	margin:0;
}
.skills {
    display: block;
    color:#131313;
    font-size:14px;
    line-height: 1;
    font-weight: bold;
    overflow:hidden;
    text-transform: uppercase;
    margin-top: 30px !important;
    position: relative;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 14px;
  margin: 5px 5px 40px 4px;
  background-color: #767676;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(50, 50, 50, 0.13);
	-moz-box-shadow:    0px 0px 0px 5px rgba(50, 50, 50, 0.13);
	box-shadow:         0px 0px 0px 5px rgba(50, 50, 50, 0.13);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  overflow:visible;
  color: #ffffff;
  text-align: center;
  background-color: #696969;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 1.1s ease;
  -o-transition: width 1.1s ease;
  transition: width 1.1s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress {
  overflow:initial;
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  z-index:10;
  line-height: 20px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress .progressbar-front-text {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.progress-bar span {
  color: #131313 !important;
  display: block;
  font-size: 18px;
  line-height: 18px;
  overflow: visible;
  text-align:center;
  position: absolute;
  right: 0;
  top: -34px;
  z-index: 9999;
}
.progress-bar span, .progress-bar-striped {
    background-color: #fff;
}
.pricingbox {
	border:1px solid #dddddd;
	padding-bottom: 30px;
}
.pricingbox:hover {
	border-color:#f5f6f6;
}
.pricingbox .pricing-header {
	padding:30px;
}
.pricingbox .pricing-button {
	padding:0 0 30px;
	margin-top: 50px;
}
.pricingbox .pricing-body {
	padding:30px;
}
.pricingbox .pricing-body ul li {
    border-bottom: 1px solid #dddddd;
    padding: 14px;
}
.pricingbox .btn-default {
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
    color:black;
}
.pricingbox:hover {
	background-color: #f5f6f6;
}
.pricingbox .pricing-body ul li:last-child {
	border-bottom: 0 solid #ddd;
}
.pricingbox .pricing-header p {
	color:#fff;
	margin:0;
	text-transform: uppercase;
	font-size:16px;
}
.pricingbox .pricing-header h3 {
	font-size:50px;
	margin:0;
	font-weight: bold;
	color:#fff;
}
.pricingbox .pricing-header h3 sup {
    font-family: "Source Sans Pro",sans-serif !important;
    font-size: 20px;
    font-weight: 100;
    margin: 2px;
    vertical-align: middle;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.stat-wrap i,
.stat-wrap {
	color:#fff;
}
.stat-wrap i {
	padding:0 20px 0 0;
}
.stat-wrap p {
	margin:0;
	font-size: 12px;
}
.stat-wrap h3 {
	font-size:34px;
	margin-bottom: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
}
.teambox .ImageWrapper {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	border:3px solid #fff;
}
.teambox img {
	width: 100%;
}
.teambox .Buttons {
	top:48%;
}
.teambox .ImageWrapper p {
	color:#fff;
	font-size:12px;
	padding:0 30px;
	line-height: 1.5;
	text-transform: none;
}
.teambox {
	text-align: center;
}
.teambox h3 {
	padding-top:20px;
	font-size:18px;
	font-weight: bold;
}
.teambox p {
	text-transform: uppercase;
	font-size:12px;
	margin:0;
}
.teambox hr {
	border-width: 3px 0 0;
	width:30px;
	margin-top: 15px;
}
.client-owl {
	border:1px solid #5ecdf9;
	padding:20px;
	height: 62px;
}
.client-owl:hover {
	border-color:#fff;
}
.client-owl img {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.client-owl:hover img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#testimonial img {
	width: 90px !important;
	margin:0 auto 20px;
}
#testimonial .owl-item p {
	font-style: italic;
	color:#444;
	margin-top:30px;
	font-family: 'Droid Serif', serif;
	font-size:16px;
}
#testimonial .owl-item small {
	font-style: normal;
	font-size:14px;
	color:#aaa;
	font-weight: 400;
}
.map-background {
    background: url("../products/img/map.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 216px;
    left: -60px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 70px;
    width: 414px;
    z-index: -1;
}
#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #fff;
  position:fixed;
  display: table;
  width: 100%;
  top:0;
  height: 100%;
  min-height: 100%;
  z-index:99999;
}
.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align:center;
}
.loader-back-logo {
  margin-top:-10px;
  font-size:26px;
}
.loader {
  margin-top:10px;
  margin-left: 0px
}



/*paymodel styles*/
input#pay_phone {
    margin-bottom: 15px !important;
}

.pay-submit-btn{
	cursor: pointer !important;
	display: inline-block;
	width: 100%;
	border-radius: 4px !important;
    font-size: 20px !important;
}

div#pay_contact_final_message {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 27px;
}



/* ==================================================================
	PAGES
================================================================== */

#page-header {
    display: block;
    position: relative;
    text-align: center;
    z-index: -1;
	background: url(../index.html) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#page-header h1 {
	font-size:36px;
	font-weight: 700;
	padding:0;
	margin: 0;
	color:#fff;
}
.bread-section {
	padding:15px 0;
	color:#fff;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
	margin-bottom: 0;
    padding: 0;
}
.breadcrumb > li + li:before {
	content: "> ";
	color:#fff;
}
.breadcrumb > .active,
.breadcrumb li a{
	color:#fff;
}
#contactform .form-control {
	width: 250px;
}
#contactform textarea {
	width: 100% !important;
	height: 180px;
}
.form-control {
	border-color:#dddddd;
	height: 50px;
	margin-bottom: 14px;
	border-radius: 0;
	/*text-transform: uppercase;*/
	box-shadow: none;
}
.form-control:focus {
	border-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #ff4601;
    transition: all .5s ease-in-out;

}
.vimeo,
.googlemap {
	border:1px solid #fff;
	width: 100%;
}

/* ==================================================================
	SIDEBAR
================================================================== */

.custom li:before{
	content:"\35";
	font-family:"ElegantIcons";
	font-size:13px;
	left:0;
	color:#777;
	padding-right:11px;
	position:relative;top:1px
}
#sidebar {
	font-size:14px;
	font-weight: 400;
}
#sidebar .data {
	font-size:12px;
	color:#444;
	font-weight: 400;
}
.newsletterwidget {
	padding:35px 15px;
	color:#fff;
}
.newsletterwidget .hr-tt {
    background: url("../products/img/hr1.png") repeat-x scroll center center rgba(0, 0, 0, 0);
}
.newsletterwidget h3 {
	color:#fff !important;
}
.newsletterwidget .form-control {
	height:40px;
	text-transform: none;
}
.newsletterwidget .form-control::-moz-placeholder {
	color:#fff;
}
.pp {
	margin-bottom: 20px;
}
.pp p {
	margin:10px 0 0;
}
#sidebar .big-title {
	font-size:15px;
	text-transform: uppercase;
}
#sidebar ul li {
	padding-bottom: 10px;
}
#sidebar .hr-tt {
	width:100%;
	margin-bottom: 14px;
	padding:10px 0 30px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
	border-radius: 0 !important;
}
.stylish-input-group .form-control{
	border-right:0; 
	font-style:italic;
	border-radius: 100px;
	font-size:13px;
	height:50px;
	border:1px solid #dddddd;
	box-shadow:none;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.widget {
	margin-bottom:40px;
	display:block;
	padding:0 10px;
	position:relative;
	overflow:hidden;
}
.tags-widget a{
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #444;
    float: left;
    line-height: 1.42857;
    margin-right: 4px !important;
    margin-bottom: 5px !important;
	border-radius:0 !important;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
}

/* ==================================================================
	BLOG
================================================================== */

.comment-list {
	margin-top:40px;
}
.comments-answer {
	margin-left:80px !important;
}
.media-list li {
	padding:20px;
	margin:40px 0;
	border-bottom:1px solid #eeeeee;
}
.media-list .comment-meta{
	font-style:italic !important;
	font-size:13px;
	color:#aaaaaa;
}
.media-list  img {
	margin-right:10px;
}
.media-list h4 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
}
.media-list a {
	font-weight: 600;
	font-style:normal;
}
.authorbox .big-title {
	text-transform: uppercase;
	font-weight: 600;
}
.authorcontainer h3 {
	font-size:16px;
	margin-bottom: 20px;
}
.authorcontainer h3 small {
	font-size:12px;
	padding-left:20px;
}
.authorcontainer {
	margin-top:20px;
	padding:40px;
	background-color: #f5f6f6;
}
.authorbox .hr-tt {
	margin:0 auto !important;
	padding:0 0 30px;
}
.pager a:hover i {
	color:#fff;
}
.pager a:hover  {
  color: #fff !important;
  background-color: #1bbc9b !important;
  border-color: #1bbc9b;
}
.pager i,
.pagination i {
	color:#444;
}
.pager a:hover i,
.pagination a:hover i {
	color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pager a,
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #444;
    float: left;
    line-height: 1.42857;
    margin-left: 10px !important;
    padding: 10px 17px;
    position: relative;
    text-decoration: none;
}
.pager a {
	float:none;
	padding:10px 30px !important;
}
.blog-media {
	position: relative;
}
.blog-media img {
	width: 100%;
}
.blog-container {
	border-bottom:1px solid #eee;
	padding-bottom:60px;
	margin-bottom:60px;
}
.blog-box:hover .blog-img .magnifier {
  opacity:1;
  visibility:visible;
}
.entry {
  display:block;
  overflow: hidden;
  border:0 !important;
  position:relative;
}
.magnifier {
  position:absolute;
  background:rgb(0,0,0);
  background-color: rgba(0,0,0,0.65);
  text-align:center;
  top:0;
  left:0;
  border:0 !important;
  z-index:100;
  bottom:0;
  right:0;
  opacity:0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.blog-media .icon-container,
.magnifier .icon-container {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    bottom: 20px;
    color: #5b5b5b;
    font-size: 17px;
    height: 60px;
    left: 20px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 60px;
}
.blog-media:hover .icon-container {
	display: none;
}
.entry img {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.blog-box:hover .blog-img img {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.blog-wrapper {
	margin-bottom: 30px;
}
.blog-meta p {
	font-size:12px;
	font-weight: 400;
	color:#444;
	margin:0;
}
.blog-box {
	position: relative;
}
.blog-box:hover .blog-desc .blog-meta p,
.blog-box:hover .blog-desc h3 {
	color:#fff;
}
.blog-box:hover .blog-desc:after { 
	right: 100%; 
	top: 30%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	z-index: 111;
	pointer-events: none; 
	border-color: rgba(25, 103, 247, 0); 
	border-right-color: #19b7f7; 
	border-width: 10px; 
	margin-top: -10px; 
}
.blog-box .blog-img {
	padding:0;
	width: 40%;
	float:left;
}
.blog-desc {
	width: 60%;
	position: relative;
	padding:20px 30px 0;
	height: 190px;
	border:1px solid #dddddd;
}
.blog-box:hover .blog-desc {
	border:1px solid transparent;
}
.blog-desc hr {
	margin:10px 0; 
	width:30px;
	border-width: 3px 0 0
}
.blog-box h3 {
	font-size:17px;
	margin:0;
	font-weight: 500;
}
.quotepost {
	padding:30px 60px 60px;
	color:#fff;
}
.quotepost p {
	font-weight: 600;
	font-size:16px;
	color:#fff;
	padding-left: 70px;
}
.quotepost small {
	color:#fff;
	font-size:14px;
	padding-left: 70px;
	font-weight: 600;
}
.quotepost hr {
	margin-left: 70px !important;
}
.quotepost:before{
	content:"\7c";
	font-family:"ElegantIcons";
	font-size:40px;
	left:0;
	color:#fff;
	padding-right:11px;
	position:relative;
	top:60px
}

/* ==================================================================
	PORTFOLIO
================================================================== */

.portfolio-details ul li strong {
    display: inline-flex;
    min-width: 150px !important;
}
.portfolio-details ul li:before{
	content:"\35";
	font-family:"ElegantIcons";
	font-size:14px;
	left:0;
	color:#fff;
	width:20px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right:11px;
	position:relative;
}
.portfolio-details ul li {
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    font-size:14px;
}
.portfolio-details ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}

#singleportfolio .big-title {
	font-weight: bold !important;
	font-size:24px !important;
}
.masonry_wrapper {
  overflow:hidden;
  margin:0;
  padding:0;
}
.masonry_wrapper .portfolio-item {
	margin: 0 2px 4px;
	padding:0;
}
#portfolio4.masonry_wrapper  .portfolio-item {
	margin:0 0 0 3px !important;
	padding:0;
}
.masonry_wrapper .portfolio-item img {
  height: auto !important;
  height: 100% !important;
  width: 100%;
  position: relative;
  z-index: -2;
}
.isotope-item {
  z-index:2;
}
.isotope-hidden.isotope-item {
  pointer-events:none;
  z-index:1;
}
.isotope,.isotope .isotope-item {
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -ms-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.8s;
}
.isotope {
  -webkit-transition-property:height, width;
  -moz-transition-property:height, width;
  -ms-transition-property:height, width;
  -o-transition-property:height, width;
  transition-property:height, width;
}
.isotope .isotope-item {
  -webkit-transition-property:0 opacity;
  -moz-transition-property:0 opacity;
  -ms-transition-property:0 opacity;
  -o-transition-property:0 opacity;
  transition-property:transform, opacity;
}
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
  -webkit-transition-duration:0;
  -moz-transition-duration:0;
  -ms-transition-duration:0;
  -o-transition-duration:0;
  transition-duration:0;
}
.portfolio-filter{
	list-style: none;
	padding: 0;
	margin: 10px 0 40px;
	text-align: center;
	cursor: default;
}
.portfolio-filter ul li{
	display: inline-block;
	margin: 0 5px;
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
	font-weight:400;
	font-size:14px;
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer;
}
.portfolio-filter ul li:after {
	content: "/";
	padding-left: 10px;
}
.portfolio-filter ul li:last-child:after {
	content: "";
}
.portfolio-filter a:hover{
	color: #000;
	text-decoration: none;
}
.portfolio-filter a.active{
	color: #000;
	cursor: default;
}
.portfolio-filter a.active {
    color: #111;
    cursor: default;
	position:relative;
    color: #fff ;
}
.portfolio-wrapper {
	position: relative;
	margin:40px 0;
	display: block;
	overflow: hidden;
}
.grey-section .portfolio-wrapper {
	margin:40px 0 0;
}
.portfolio-item {
	padding:0;
	box-shadow: none;
	margin:0;
	border-bottom:5px solid #fff;
}
.portfolio-item .ImageWrapper .StyleH {
	top:40%;
}
.portfolio-item h3 {
	color:#fff;
	font-size:22px;
	font-weight: 400;
}
.portfolio-item .Buttons p {
	font-size:12px;
	color:#fff;
}
.blog-media .Buttons i,
.portfolio-item .Buttons i {
	color:#fff;
	border:2px solid #fff;
	width:54px;
	height:54px;
	line-height: 54px;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
}
.portfolio-item:hover {
	border-bottom:5px solid #000;
}
.portfolio-item img {
	width: 100%;
}
.portfolio-item hr {
	border-color:#fff;
	border-width: 3px 0 0;
	width:30px;
}
.readmore i{
	font-size:16px !important;
}

/* ==================================================================
	TITLES
================================================================== */

.big-title {
	font-weight: 500;
	font-size:32px;
	position:relative;
	display:block;
}
.little-title {
	font-weight: 700;
	font-size:24px;
	position:relative;
	display:block;
}
.light-title {
	font-weight: 300;
	font-size:42px;
}
.contactdesc .big-title {
	font-size:21px;
}
.small-title {
	font-size:15px;
	font-weight: 400;
	color:#444;
	margin-bottom: 60px;
}
.hr-tt {
    background: url("../products/img/hr.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    height: 5px;
    position: relative;
    width: 160px;
    padding:30px 0;
    display: block;
    margin:auto;
    z-index: 9999;
}
.hr-tt.left {
	margin:0;
}
.big-welcome h1 {
	font-size:30px;
	font-weight: bold;
	padding-bottom:20px;
}
.big-welcome {
	font-size:15px;
	color:#444444;
}
.welcome h2 {
	font-size:29px;
	font-weight: 500;
}
.welcome h1 {
	color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;;
}
.welcome h1 i {
	padding-right: 30px
}
.welcome h1 .btn {
	margin-left: 20px
}
.welcome p {
	margin-bottom: 0;
}
.big-welcome .buttons {
	margin-top:30px;
}
.buttons {
	margin:20px 0 0;
	text-align: center;
}
.buttons .btn {
	margin:0 5px;
}

/* ==================================================================
	BUTTONS
================================================================== */

.btn {
	border-width: 2px;
    font-weight: 500;
    cursor: pointer !important;
}
.btn-lg {
	font-size:18px;
	padding:15px 30px;
}
.btn-default {
    color: #fff;
    background-color: #ff4601;
    border-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* ==================================================================
	SERVICES
================================================================== */

.customservices {
	padding:40px 0 0;
}
.custom-service-box h3 {
	padding-top:45px;
	padding-bottom: 20px;
	font-size:22px;
	font-weight: 600;
	text-transform: uppercase;
}
.services3 .service-style-1 i {
    border: 1px solid #ddd;
    font-size: 16px !important;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.services3 .service-style-1 hr {
	margin:0 0 15px 57px;
}
.services3 .service-style-1 h3 {
	text-transform: none;
	font-size:16px;
	font-weight: bold;
}
.services3 .service-style-1 .readmore i {
	border:0 !important;
	width: 24px;
}
.services3 .service-style-1:hover .readmore i {
	background-color: transparent !important;
	color:#444 !important;
}
.services3 .service-style-1 p {
	margin-bottom:10px;
}
.noborder i {
	font-size:30px;
	padding-right: 20px;
	vertical-align: middle;
}
.noborder h3 {
	padding-bottom: 10px;
}
.mini-icon {
	border-bottom:2px solid #fff;
	color:#fff;
	width: 25px;
	text-align: center;
	position: absolute;
	right:0;
	bottom:0;
}
.mini-icon i {
	font-size:16px !important;
}
.service-full {
	border-bottom: 5px solid #bbbbbb;
	padding:80px;
	position: relative;
}
.contactpage .service-full {
	border-bottom: 0
}
.contactpage .service-full i {
	font-size:50px;
	padding-right: 10px;
	vertical-align: top;
}
.contactpage .service-full h3 {
	font-size:20px;
	line-height: 2.5;
}
.contactpage .service-full h3 small {
	color:#fff;
	display: block;
	padding-left: 65px;
	font-size:11px;
}
.service-full .font-backend {
    bottom: 60px;
    color: #fff;
    left: auto;
    position: absolute;
    right: 30px;
    z-index: 1;
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;
}

.widget a {
    cursor: default;
    pointer-events: none;
}
.service-full .font-backend i {
	font-size:180px;
}
.service-full-2 h3 {
	font-size:22px !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
}
.service-full-2 .btn {
	margin-top:20px;
	padding:5px 20px;
	border-color:#fff !important;
	color:#fff !important;
	border-width: 1px;
}
.blog-meta hr,
.service-full-2 hr {
	width:30px;
	border-color:#fff;
	margin:0 0 30px;
	border-width: 3px 0 0
}
.blog-container .blog-meta p {
	margin-bottom:15px;
	letter-spacing: 1px;
}
.blog-media {
	margin-bottom:30px;
}
.btn-custom,
.longdesc .btn-default {
	border:1px solid #ddd;
	font-size:10px;
	padding:10px 30px;
}
.blog-meta hr {
	border-color:#ddd;
	margin:20px 0;
}

/*.service-style-1 hr, .service-box hr {
    width: 30px;
    border-width: 3px 0 0;
    border-color: transparent;
}*/
.service-full p {
	margin-bottom: 0;
	font-size:16px;
}
.service-full i {
	font-size:28px;
}
.service-full h3 {
	padding:20px 0 10px;
	font-weight: bold;
	font-size:17px;
}
.title i {
    color: #444444;
    display: inline-block;
    font-size: 28px;
    padding-right: 15px;
    vertical-align: middle;
}
.service-style-1 {
	margin:40px 0 0;
	margin-top: 10px;
	min-height: 225px;
}
.service-box {
	padding:15px 20px;
	min-height: 200px;
}
.service-style-1 .title h3,
.service-box h3 {
	font-size:14px;
	font-weight: bold;
}
.service-style-1 hr,
.service-box hr {
	width:30px;
	border-width: 3px 0 0;
	border-color:transparent;
}
.service-style-1 hr {
	margin-left: 45px;
}
.icon-container {
    background-color: #ffffff;
    color: #5b5b5b;
    border:1px solid #e4e4e4;
    font-size: 36px;
    height: 104px;
    line-height: 104px;
    margin:  0 auto 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 104px;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.11);
	-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.11);
	box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.11);
}
.icon-container:hover {
    /*-webkit-box-shadow: 0px 5px 2px 0px rgba(25, 183, 247, 0.9);
	-moz-box-shadow:    0px 5px 2px 0px rgba(25, 183, 247, 0.9);
	box-shadow:         0px 5px 2px 0px rgba(25, 183, 247, 0.9);*/
}
.service-right {
	padding-top:20px;
	padding-right: 10px
}
.service-right .title hr {
    border-color: #dddddd;
    border-width: 3px 0 0;
    display: block;
    float: right;
    margin: 0;
    width: 30px;
}
.service-right .service-style-1 .icon-container {
	margin-left: 30px;
	width:80px;
	height:80px;
	font-size:30px;
	margin-top:10px;
	line-height: 54px;
	/*margin-bottom: 90px;*/
}

.service-right .service-style-1 .title.titleright{
	padding-right: 90px;
}

.service-left .service-style-1 .title.titleleft{
	padding-left: 90px;
}

.service-right .service-style-1 h3 {
	padding: 4px 0 12px;
}
.service-right .service-style-1 .icon-container:hover i {
	color:#fff;
}
.service-left {
	padding-top:20px;
	padding-left: 10px
}
.service-left .title hr {
    border-color: #dddddd;
    border-width: 3px 0 0;
    display: block;
    float: left;
    margin: 0;
    width: 30px;
}
.service-left .service-style-1 .icon-container {
	margin-right: 30px;
	width:80px;
	height:80px;
	font-size:30px;
	margin-top:10px;
	line-height: 86px;
}
.service-left .service-style-1 h3,
.service-right .service-style-1 h3 {
	padding: 4px 0 12px;
}
.custom-features {
	padding:40px 0 20px;
	padding-top: 0;
}
.custom-features .customimg {
	margin:auto !important;
	padding:0 !important;
	left:0 !important;
	right:0 !important;
	top:73px;
}
.custom-features .icon-container {
	background-color: transparent; 
	width:70px !important;
	height: 70px !important;
	line-height: 58px !important;
	padding: 3px;
}
.custom-features .icon-container i {
	color: #ffffff;
    font-size: 20px;
    position: relative;
    top: 0px;
}
.custom-tab-wrapper,
.custom-tab-wrapper p,
.custom-tab-wrapper h2 {
	color:#444;
}
.custom-tab-wrapper h2 {
	font-size:26px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.service-left h3 {
	font-size:18px !important;
}
.custom-features .service-right h3,
.custom-features .service-left h3 {
	font-size:14px !important;
	padding-bottom: 0;
}
.service-left .service-style-1 .icon-container:hover i,
.service-right .service-style-1 .icon-container:hover i {
	color:#fff;
}
.services-style-2 {
	padding-top:60px;
}
.services-style-2 .service-box {
	border-left:2px solid #ebebeb;
	border-right:2px solid #ebebeb;
	border-top:2px solid #ebebeb;
	border-bottom:4px solid #ebebeb;
	position: relative;
	padding:70px 20px 10px;
	overflow: visible;
}
.services-style-2 .service-box .icon-container {
	position: absolute;
	top:-55px;
	box-shadow: none !important;
	z-index: 100;
	left:0;
	border: 2px solid #ebebeb;
	right:0;
}
.services-style-2 .service-box:hover .icon-container {
	border: 2px solid #fff;
	color:#fff !important;
}
.services-style-2 .service-box:hover h3 {
	color:#fff;
}
.customimg {
    overflow: visible;
    position: absolute;
    top: 40px;
    left:50px;
    z-index: 110;
}

/* ==================================================================
	RESPONSIVE
================================================================== */

@media (max-width: 768px) {
.topsocial,
.topcontact {
	margin:10px 0;
	float:none !important;
	text-align: center !important;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 20px 0 0;
    position: relative;
    font-size: 23px;
}
.style2 .navbar-toggle,
.header.affix .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 11px 0 0;
    position: relative;
    font-size: 23px;
}
.style2 {
	padding:10px 30px;
}
.style2 .navbar-nav > li > a,
.header.affix .navbar-nav > li > a,
.navbar-nav > li > a {
	padding:8px 25px;
}
.welcome h1,
.big-title,
.big-welcome h1 {
	font-size:18px;
}
.big-welcome {
	padding:20px;
}
.hr-tt {
	padding:20px 0;
}
.blog-img img,
.blog-img,
.blog-desc {
	width: 100% !important;
}
.footer-style-2 .text-left {
	float:none;
	text-align: center;
}
.footer-style-2,
.copyrights .text-left,
.copyrights,
.footer, .footer p, .footer a {
	text-align: center !important;
}
.service-box,
.services-style-2 .service-box,
.service-right {
	margin-bottom: 60px;
}
.welcome h1 .btn {
    display: BLOCK;
    margin: 20px 0 0;
}
.alignright,
.pp img,
.alignleft {
	float:none;
	width: 100%;
}
.customimg,
.backtotop {
	display: none
}
.navbar{
	padding:10px 0 30px; 
}
}
@media (min-width: 992px) {
	

}
@media (min-width: 1200px) {

}


/* new css*/

img.img-responsive.cl {
    height: 100px;
    //border: 1px solid #1fb9f7;
    background-color: lightgrey;
}
article.applanding p {
    font-size: 18px;
    font-weight: 100;
    padding: 0;
    margin: 20px;
    color: #fff;
    text-align: left;
}

article.section.clearfix.applanding {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
article.section.clearfix.applanding h2 {
    color: #fff;
	text-align: left;
}

a.btn.btn-blue.btn-lg {
    margin: 10px;
}

.used {
    text-align: center;
}
.usedimage {
    display: inline-block;
    width: 105px;
    margin: 20px;
    text-align: center;
}
.usedimage p {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 0px;
}
.usedimage img {
    width: auto;
    height: 50px;
    max-width: 100%;
    margin: 0 auto;
}

article.appdemo h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
a.download-icon img {
    padding: 10px;
}
.download-box {
   text-align: center;
}
h3.user-app-title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
a.download-icon {
    display: inline-block;
    margin-top: 20px;
}
article.appdemo {
    background-size: cover!important;
    padding: 70px 20px;
}
.col-md-12.col-sm-12.col-xs-12.aboutus p {
    text-align: justify;
    font-size: 400;
    font-weight: 400;
}
p.webdemo {
    text-align: left;
	font-size: 15px;

}
/* careers*/
.jobapply {
    width: 100%;
}
/*privacy*/
.col-md-12.col-sm-12.col-xs-12.privacy p {
    text-align: justify;
}

.recell ul li {
    /* border-top: 1px solid #eeeeee; */
    padding: 10px 0;
    font-size: 14px;
}
.col-md-12.col-sm-12.col-xs-12.resell p {
    font-size: 15px;
}



.pro-showcase{
	background-color: #fdfdfd;
	margin-bottom: 40px;
}
.pro-showcase .img{
    width: 100%;
    height: 285px;
    overflow: hidden;
    position: relative;
}
.pro-showcase .img span.price{
	position: absolute;
    left: 0;
    bottom: 10px;
 	background-color: transparent;
    color: #fff;
    font-weight: 500;
    padding: 18px 15px;
    bottom: 0px;
}
.pro-showcase .img span.price:hover{

	position: absolute;
    left: 0;
    bottom: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: 500;
    padding: 18px 15px;
    bottom: 0px;
}
.pro-showcase .content{
    padding: 20px;
    border: 1px solid #eee;
    border-top: 0;
}
.pro-showcase .content p{
	font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;

}
.pro-showcase .img a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    background-size: cover;
    background-position: center center;
}
.pro-showcase .img :hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.pro-showcase .btn-default {
    border-color: #eee;
}
.pro-showcase .btn-default:hover,.pro-showcase .btn-default:focus,.pro-showcase .btn-default:active{
	border-color: #ddd;
}
.home-count, .pro-count{
	padding: 50px 0px !important;
}
.backdrop{
	background-color: rgba(0,0,0,0.6);
	padding-top: 11em;
	padding-bottom: 8em;
	height: 550px;
}
.white-text{
	color: #fff;
}
.full-slide{
	background-size: cover;
	background-position: center center;
}
.full-slide .title{
    font-size: 2.5em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
.full-slide .description{
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
.full-slide .btn{
	margin-top: 1.5em;
    margin-right: 1em;
    padding: 0.8em 3.5em;
    font-size: 0.9em;
    font-weight: 600;
}

.full-slide img.main-img{
	max-height: 18em;
	width: auto;
	max-width: 100%;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	color: #fff;
}
.owl-carousel .owl-item img{
	max-width: 100%;
	max-height: 100%;
}
#powered.owl-carousel .owl-item{
	background-color: #fff;
}
.pro-showcase .img a:hover span.price{
	/*left: 16px;
	bottom: 16px;*/
}
#our-clients.owl-carousel .owl-item img{
	height: 80px;
}
.nav li.active a{
	border-top-color: #19b7f7;
	background-color: #19b7f7;
	color: #fff;
}
.modal-open .modal{
	z-index: 9999;
}
.modal-content{
	border-radius: 0;
}
.custom-dev .service-box h3 img{
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
.cus-price .pricingbox .pricing-header h3{
	font-size: 36px;
}
.cus-list p{
	margin-bottom: 0;
	color: #555;
	font-size: 20px;
}
.cus-list p i{
	margin-left: 7px;
	margin-right: 7px;
}
.cus-list span{
	font-size: 12px;
}
.plugin .btn{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 40px;
}
.plugin{
    background-color: #19b7f7;
    color: #fff;
    padding: 30px;
    width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 20px;
    display: inline-block;
  }

.plugin h3{
      font-size: 20px;
    margin-bottom: 20px;
 }

 .plugin p{
 	line-height: 26px;
    font-size: 14px;
    margin-bottom: 0px;
 }


 
/*get start page */
.get-head .navbar-default{
    background-color:rgba(242,242,240,0.9);
}

.get-head .navbar-default .navbar-nav>li>a {
    color: #666560;
    font-size: 1.1em;
    border-top: 0.5em solid transparent;
}


.get-head .navbar-default .navbar-nav>li>a:hover,.get-head .navbar-default .navbar-nav>li>a:focus,.get-head .navbar-default .navbar-nav>li>a:active,.get-head .navbar-default .navbar-nav>li.active>a {
    color: #00c853;
    border-top: 0.5em solid #00c853;
    font-weight: 600;
}

.get-head .navbar-brand {
    padding: 24px 15px;
}


.get-banner{
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #3f3e3a;
    text-align: center;
    display: table;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
}

.get-banner .banner-cont{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#credentials_form .form-control{
	/*text-transform: lowercase !important;*/
}

.get-banner h1{
    font-size: 3.375em;
    line-height: 1.2963em;
    font-weight: 100;
    color: #fff;
    margin: 0 0 1em 0;
    -webkit-font-smoothing: antialiased;
        margin-bottom: 0;
    font-weight: 100;
}

.get-start{
    margin-top: 70px;
}

.get-from{
    padding: 80px 20px;
    color: #666560;
    background: #f2f2f0;
}

.get-from h2{
    font-size: 2.75em;
    line-height: 1.36364em;
    font-weight: 100;
    color: #282828;
    margin: 0 0 0.375em 0;
    -webkit-font-smoothing:     
    font-weight: 100;
    text-align: center;
}

.get-from label{
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color: #666560;
    font-weight: 100;
}

.get-from input{
    width: 100%;
    color: #666560;
    font-weight: 300;
    border: 0;
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 10px;
    border: 1px solid #b2aea6;
    height: 45px;
    box-shadow: none!important;
}

.get-from input:focus{
    border: 1px solid #000;
}

.get-from form{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}

.get-from form .btn{
    background: #00536e;
    color: #fff;
    font-size: 1.2em;
    padding: 0.8em 2em;
    border: 0;
    border-radius: 0;
    margin-top: 2em;
}

.get-from form .form-group{
    margin: 26.66667px 0 0 0;
}



.get-banner{
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #3f3e3a;
    text-align: center;
    display: table;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
}

.get-banner .banner-cont{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.get-banner h1{
    font-size: 3.375em;
    line-height: 1.2963em;
    font-weight: 100;
    color: #fff;
    margin: 0 0 1em 0;
    -webkit-font-smoothing: antialiased;
        margin-bottom: 0;
    font-weight: 100;
}

.get-start{
    margin-top: 70px;
}

.get-from{
    padding: 80px 20px;
    color: #666560;
    background: #f2f2f0;
}

.get-from h2{
    font-size: 2.75em;
    line-height: 1.36364em;
    font-weight: 100;
    color: #282828;
    margin: 0 0 0.375em 0;
    -webkit-font-smoothing:     
    font-weight: 100;
    text-align: center;
}

.get-from label{
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color: #666560;
    font-weight: 100;
}

.get-from input{
    width: 100%;
    color: #666560;
    font-weight: 300;
    border: 0;
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 10px;
    border: 1px solid #b2aea6;
    height: 45px;
    box-shadow: none!important;
}

.get-from input:focus{
    border: 1px solid #000;
}

.get-from form{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}

.get-from form .btn{
    background: #00536e;
    color: #fff;
    font-size: 1.2em;
    padding: 0.8em 2em;
    border: 0;
    border-radius: 0;
    margin-top: 2em;
}

.get-from form .form-group{
    margin: 26.66667px 0 0 0;
}

.get-from form .btn:hover, .get-from form .btn:focus, .get-from form .btn:active{
    background-color: #00c853;
}

.get-footer{
    background-color: #282828;
    text-align: center;
    padding: 100px 0 0;
    color: #fff;
        position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.get-footer h2{
    font-size: 3em;
    line-height: 1.36364em;
    font-weight: 100;
    color: #fff;
    margin: 0 0 0.7em 0;
    -webkit-font-smoothing: antialiased;
}

.get-footer .sub-head{
    margin-bottom: 140px;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.get-footer a{
    color: #00c853;
}

.get-footer a:hover,.get-footer a:focus,.get-footer a:active{
    color: #fff;
    text-decoration: none;
}

.get-footer p.copy {
    line-height: 1.875em;
    font-size: 1em;
    font-weight: 300;
    color: #666560;
    margin-bottom: 2em;
}

.get-page{
        position: relative;
    z-index: 1;
    background: #f2f2f0;
}

/*end get start page */


/*===================================
	RECOMMED TEXT
 ====================================*/

 .recommend{
 	text-align: center;
 	padding: 50px 20px 0 20px;
}

.tit{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 38px;
}
.digital-img{
	margin-left: 20px;
}
.digital-img img{
	max-width: 100%;
	height: auto;
}
.tit1{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}
.link{
	color: #19b7f7;
}
.link:hover{
	color: #000000;
}



.no-margin{
  margin:0!important;
}

.no-top-margin{
  margin-top:0!important;
}

.no-bottom-margin{
  margin-bottom:0!important;
}

.no-left-margin{
  margin-left:0!important;
}


.no-right-margin{
  margin-right:0!important;
}

.no-padding{
  padding:0!important;
}

.no-top-padding{
  padding-top:0!important;
}


.no-bottom-padding{
  padding-bottom:0!important;
}

.no-left-padding{
  padding-left:0!important;
}


.no-right-padding{
  padding-right:0!important;
}

.no-border{
  border:0px!important;
}

.gray-bg{
	    background-color: #f9f9f9;
}

/*=============================================================
messenger logo
=============================================================*/

.message-modal .modal-dialog{
	max-width: 700px;
    width: auto;
}

.message-logo{
	height: 25px;
	margin: 0 auto;
	margin: 0 auto;
}

.message-modal .modal-title{
	text-align: center;
}

.messagenger-tit{
	margin-bottom: 10px;
    font-size: 18px;
}

.messagenger-txt {
    line-height: 22px;
    color: #666;
}

.fb-page{
	margin: 0 auto;
    width: 100%;
    text-align: center;
}

.messagenr-btn{
	border-radius: 0 !important;
    display: inline-block;
    width: auto !important;
    box-shadow: none;
    border: 0 !important;
    background-color: #0084ff !important;
    padding: 0px 15px;
    color: #fff;
    transition: all .4s;
}

.messagenr-btn img{
	width: auto;
	height: 30px;
	vertical-align: middle;
}

.messenger-txt1{
	vertical-align: middle;
	color: #fff;
}

.messagenr-btn:hover{
	opacity: .8;
}

.messagenr-btn:hover .messenger-txt1{
	color: #fff;
}

.video-section{
	background-color: #f9f9f9;
}

.bg-img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.client-video-outer{
	overflow: hidden;
}

.mac-bg{
	padding: 22px;
	background-position: center 0%;
	position: relative;
	cursor: pointer;
}

@-webkit-keyframes mymove {
    0%   {
    	margin-left: -290px;
    	opacity: 0;
	}
	75%   {
    	opacity: 0.5;
	}
    100%  {
    	margin-left: 0px;
    	opacity: 1;
	}
}

@keyframes mymove {
    0%   {
    	margin-left: -290px;
    	opacity: 0;
	}
	75%   {
    	opacity: 0.5;
	}
    100%  {
    	margin-left: 60px;
    	opacity: 1;
	}
}

.client-details{
	position: absolute;
    bottom: 34%;
    left: 6%;
    z-index: 1;
    background: rgba(0,0,0,1);
    padding: 10px;
    /*animation: mymove 5s;*/
    transition: all .5s;
    display: none;
    text-align: left;
    border-radius: 0 6px 6px 0px;
    line-height: 16px;
}

.move{
	animation: mymove 1s;
	display: block;
}

.client-details h4{
	margin-top: 0px;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	margin-bottom: 2px;
}

.client-details p{
	margin-bottom: 0;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
}

.creatinggap{
	margin: 20px 0px;
}

.client-link{
	color: #fff;
	display: inline-block;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 10px;
	/*text-decoration: underline;*/
}

.client-link:hover,
.client-link:focus{
	color: #19b7f7;
	text-decoration: underline;
}

.market-img-link{
	display: block;
    text-align: center;
    margin-top: 40px;
}

.market-img-link img{
	max-width: 200px;
    width: 90%;
}

.market-text-link {
    color: #333;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.temparavaery{
	 padding: 8px 32px;
    border-radius: 7px;
    font-size: 17px;
    font-family: -webkit-pictograph;
}

/*===============================
Huffingston Post
===============================*/

.huff-post{
	padding: 60px 0;
}

.huff-post-img{
    display: inline-block;
}

.huff-post-img img{
	height: 190px
}

.huff-link{
	color: #19b7f7;
}

.huff-tit{
	margin-top: 0;
    font-size: 28px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.huff-sub-tit{
	font-size: 24px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 600;
}

.huff-txt{
	font-size: 20px;
}

/*===============================
Tranxit Customers
===============================*/

.customer h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.customer h4 {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 24px;
    color: #19b7f7;
}

.habil-logo{
	width: 192px;
	height: 192px;
}

.customer h5 {
    font-size: 16px;
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 30px;
}

.customer h6 {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 14px;
    border-bottom: 2px solid #999;
    padding-bottom: 14px;
    display: inline-block;
}

.habil-demo-img img{
	height: 50px;
	margin-right: 10px;
}

.custom-list-link{
	display: inline-block;
	padding: 12px;
}

.custom-list-link img{
	height: 175px;
	width: 175px;
}

.topbar{
	background-color: #f1f2f3;
}
.done{
	padding-top: 18px;
}

.usericons{
	 min-height: 95px;
}
.title.text-fea a {
    pointer-events: none !important;
}
/*.icon-container .fa{    
	position: relative;
    	top: 22px;
}*/
.white-section .services-style-2 .service-box{
min-height: 277px !important;
}


.service-style-1.text-right.clearfix .title.text-fea a {
    pointer-events: none !important;
    cursor: default;
}
/*----------------thenchangednormal-----------------*/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

.compelete{
	font-size: 20px;
    font-weight: 800;

}

.useingscroll{
  overflow-y: auto;
  overflow-x: hidden;
  height: 530px;
}

.useingscroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5 ;
}

.useingscroll::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5 ;
}

.useingscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ccc;
}

.ourawsome{
	   padding: 60px 0px;
}

.ouratwo{
	padding-bottom: 33px;
}

.panel-success>.panel-heading{
	background-color: #197ff7;
    border-color: #197ff7;
    color: #fff;

}
.panel-warning>.panel-heading{
	background-color: #0041b9;
    border-color: #faebcc;
    color: #fff;
}

.booking{
	color: #fff;
}
.donetwo{
	padding-top: 27px;
}

.fa-1{
	padding-top: 12px;
}

.buttonstheres{
	background-color: #0041b9;   
    border-color: #0041b9;
    color: #fff;
    border-radius: 11px;

}

.buttonstheres:hover{
	color: #fff;
	border-radius: 11px;
}
.thensuccess{
	color: #fff;
    background-color: #197ff7;
    border-color: #197ff7;
    border-radius: 11px;

}

.thensuccess:hover{
	color: #fff;
    background-color: #197ff7;
    border-color: #197ff7;
    border-radius: 11px;


}

.fa2{
	/*padding: 0px !important;*/
}

.panel-footer{
	    padding: 30px 75px;
}
            .mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
display: block;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #0084ff;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #41c9ee;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
  font-weight: 600;
}
ul.sid_divider {
    border-right: 2px solid;
}

      ul.dropdown-menu.mega-dropdown-menu {
       background: white !important;
    box-shadow: 2px 2px 10px 2px #ddd !important;
}
li.dropdown-header.hiddens {
    visibility: hidden;
}
/* Tablet (Portrait)
----------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {

      ul.dropdown-menu.mega-dropdown-menu {
         display: none !important;
}
.dropdown .mega-dropdown .caret{
	display: none !important;
}
}



/* Mobile (Landscape)
----------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {

body .dropdown .mega-dropdown span.caret {

    display: none;
}
}


/* Mobile (Portrait only)
----------------------------------------------------------- */

@media only screen and (max-width: 479px) {
 ul.dropdown-menu.mega-dropdown-menu {
       display: none !important;
}
body .dropdown .mega-dropdown span.caret {
    display: none;
}
}

.fa-thumbs-o-up h1{
	font-size: 
}


.timesfamestwo{
	line-height: 78px !important;
}

.backgroundsizeschangrs{
	height: 265px !important;
}

.backgroundsizeschangrstwo{
	height: 585px !important;
}


.pricetwoes{
	position: absolute;
    left: 0;
    bottom: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: 500;
    padding: 2px 15px;
    bottom: 0;
}

.pricetwoes:hover{
	position: absolute;
    left: 0;
    bottom: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: 500;
    padding: 2px 15px;
    bottom: 0;
	
}

.getit-button{
	color: #fff;
    background-color: #19b7f7;
    border-color: #19b7f7;
}



.list-quotes {
    cursor: pointer;
    height: 270px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
  
}

.list-quotes h1 {
    -webkit-transition: -webkit-transform 3s;
    transition: transform 3s;
    object-fit: cover;
}
.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
}
.list-quotes h3{
    background: rgba(66, 68, 68, 0.72);
    bottom: 0px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
}

.list-quotes p {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 1.35s, -webkit-transform 1.35s;
    transition: opacity 1.35s, transform 1.35s;
    -webkit-transform: translate3d(,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
    background: rgba(66, 68, 68, 0.72);
    width: 100%;
    color: #fff;    
    overflow: hidden;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-100px,0);
    transform: scale(1.1);
    transition: all 950ms ease;
}
.list-quotes:hover{
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.list-quotes:hover h1 {
   display: none;
    transition: all 1050ms ease;
}
.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.quotes span{
    color:#222;
    font-weight: bold;
    text-transform: capitalize;   
   	font-size: 24px;
	color:#41c9ee;
}


.towquotes{
	cursor: pointer;
    height: 570px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}
.sizesthat{
	height: 570px;
}

.list-quotes:hover h2{
	background: rgba(20,31,44,0.8);   
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
}


.list-quotes:hover h1{
	background: rgba(20,31,44,0.8);
    bottom: 0;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
}

.list-quotes h2{	
	background: rgba(20,31,44,0.8);
    bottom: 0px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
}
.list-quotes:hover h2 {
    -webkit-transform: translate3d(0,-160px,0);
    transform: translate3d(0,-160px,0);
    text-shadow: 0px 0 15px #626761;
    transition: all 1050ms ease;
}


.list-quotes h2 {

    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s;
}



.imges-threetrun{
	height: 280px;
}

.list-quotes img{
	width: 100%;
	height: 100%;
}

.button-whatsapp{
	background: #00e676;
    color: #fff;
    padding: 6px 23px;
    border-radius: 4px;
    font-size: 16px;   
    font-weight: bold !important;
    margin: 0px 15px;
    display: inline-block;
    line-height: 36px;
}

.button-whatsapp:hover{
	background: #00e676;
    color: #fff;
      padding: 6px 23px;
    border-radius: 4px;
    font-size: 16px;   
    font-weight: bold  !important;
    margin: 0px 15px;
}

.button-whatsapps{
	background: #19b7f7;
    color: #fff;
       padding: 6px 23px;
    border-radius: 4px;
    font-size: 16px;   
    font-weight: bold !important;
    margin: 0px 15px;
    display: inline-block;
    line-height: 36px;
    
}

.button-whatsapps:hover{
	background: #19b7f7;
    color: #fff;
       padding: 6px 23px;
    border-radius: 4px;
    font-size: 16px;   
    font-weight: bold  !important;
    margin: 0px 15px;
    display: inline-block;
    line-height: 36px;
}

.get-whatsapp{
	margin: 25px;
	text-align: center;
	line-height: 60px;
}

ul.dropdown-menu.overall-menu {
    position: fixed;
    top: auto;
    max-width: 34%!important;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff !important;
    height: calc(100vh - 100px);
    max-height: 350px!important;
    overflow-y: scroll;
}

ul.dropdown-menu.overall-menu li a:hover{
	color: #36c3ea;

}
.bnr{
	background: url(../products/img/new/turnkey-town-employees.jpg);
    padding: 68% 0% 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;}
.header-navbar-icon .pull-right{
	background-color: #ba3c0d;
    padding: 3px 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 30px;
    position: absolute;
    right: 0;
} 

.header-navbar-icon .pull-right a{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.tagcenter{
	text-align: center;
	margin: 30px;
	margin-top: 70px;
}


/*media*/

@media screen and (max-width: 699px) and (min-width: 300px) {
    .list-quotes {
    cursor: pointer;  
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
	}
	.list-quotes p{
		line-height: initial;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #36c3ea;
	}
}


	@media screen and (max-width: 300px) and (min-width: 100px) {
    .list-quotes {
   	cursor: pointer;
    height: 104px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
	}

	.button-whatsapp{
	background: #00e676;
    color: #fff;
    padding: 6px 23px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold !important;
    margin: 0px 15px;
    display: inline-block;
    line-height: 26px;
    
}

.get-whatsapp {
    margin: 0px;
    text-align: center;
    line-height: 60px;

}

.get-a-ouote{
	font-size: 18px;
}


	.button-whatsapp:hover{
    background: #00e676;
    color: #fff;
    padding: 6px 23px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold !important;
    margin: 0px 15px;
    display: inline-block;
    line-height: 26px;
    
}

.get-whatsapp:hover {
    margin: 0px;
    text-align: center;
    line-height: 60px;

}
   	.col-sm-6.col-xs-12{

    margin:  0px;
    padding: 0px;

	}

	.list-quotes p{
		line-height: initial;
		font-size: 13px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #36c3ea;
	}


}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
   .list-quotes {
    cursor: pointer;
    height: 190px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
	}

	.list-quotes p{
		line-height: initial;
		font-size: 13px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #36c3ea;
	}

}

.intl-tel-input{
	width: 100%;
}



/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width : 480px){

   .list-quotes {
    cursor: pointer;
    height: 190px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
	}

	.col-sm-6.col-xs-12{

    margin:  0px;
    padding: 0px;

	}
	.list-quotes p{
		line-height: initial;
		font-size: 13px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #36c3ea;
	}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	   .list-quotes {
    cursor: pointer;
    height: 190px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
	}

	.col-sm-6.col-xs-12{

    margin:  0px;
    padding: 0px;

	}
	.list-quotes p{
		line-height: initial;
		font-size: 13px;
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #36c3ea;
	}


}


.poinder-that{
	margin: 0px;
	padding: 0px;
}



@media (max-width: 767px) {
	.header .navbar-fixed-top {
	    top: 55px !important;
	  }
}
.topcontact.pull-left {
    margin-left: 0px;
}

.get-a-gote{
	font-weight: 500;
    font-size: 32px;
    position: relative;
    display: block;
    color: black;
}


.free-sapcecreating{
	margin-top: 50px;
	margin-bottom: auto;
	margin-bottom: 50px;
}


#tog.btn-default {
   	color: white;
    background-color: #29c2ed;
    border-color: #29c2ed;
    height: 55px;
    z-index: 9999;
    font-family: initial;
    padding: 25px 11px;
    border-radius: 3px;
}

.tog {
    z-index: 9999;
    position: fixed;
    top: 220px;
    left: -45px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none!important;
    }

    .thatdag{
    	color: #fff;
    	font-weight: 600;

    }

     .thatdag:hover{
    	color: #fff;    	

    }
 .pull-right-tow{
 	background-color: #ba3c0d;
    padding: 3px 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 145px;
    position: absolute;
    right: 0;
 }

.thehead{
	color: #fff;
    font-weight: 600;
}


.thehead:hover{
	color: #fff;
    font-weight: 600;
}


.service-right .service-style-1 a,
.service-left .service-style-1 a{
	    pointer-events:none;
}

.service-style-1:hover .icon-container{
	color: #fff;
    background-color: #19b7f7;
    border-color: #19b7f7;
    cursor: default;
}



.service-box.noborder:hover h3{
    color: #19b7f7;
    transition: all 0.4s ease-in-out;
}


.panel-footer .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	color: #000 !important;
}

.topsocial.clearfix a {
    pointer-events: painted !important;
    cursor: pointer;
}

.icon-container.border-radius.wow.fadeIn.animated {
    pointer-events: none;
}

@media screen and (max-width: 980px){
.service-style-1 {
	min-height: unset;
	}
}

ul.recent_posts.list-inline a{
    cursor: pointer;
    pointer-events: visible;
}

.widget .contact-widget a{
    pointer-events: visible !important;
    cursor: pointer !important;
}


a.btn.btn-primary.btn-lg.btn-transparent.scroll {
    cursor: pointer;
}

img {
    max-width: 100%;
}
.btn-primary{
	    color: #fff;
    background-color: #ff4601!important;
    border-color: #fff!important;
}
.rchars{
   color: red;
   font-family: sans-serif;
}
.sticky_ic {
    position: fixed;
    bottom: 10%;
    left: 5px;
    z-index: 100000;
    width: 40px;
}
.sticky_ic  img {
  margin-top: 50px;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 0.5s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}


.uber_under {
    margin: 0px;
    margin-bottom: 30px;
}

.topsocial a i
{
	font-size: 15px;
}
.topsocial a.whatsup:hover {
    background: #2db742;
}
a.whatsup i {
    color: #fff;
}
a.whatsup {
    background: #2db742;
}
a.skype i {
    color: #fff;
}
a.skype {
    background: #ff4601;
}


@keyframes zoomeffect
{
	0%
	{
		   transform: scale(0.9);
		   -webkit-transform: scale(0.9);
	}
	50%
	{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	100%
	{
		   transform: scale(0.9);
		   -webkit-transform: scale(0.9);
	}
}

@-webkit-keyframes zoomeffect
{
	0%
	{
		   transform: scale(0.9);
		   -webkit-transform: scale(0.9);
	}
	50%
	{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	100%
	{
		transform: scale(0.9);
		   -webkit-transform: scale(0.9);
	}
}

.topsocial a {
    animation: 2s zoomeffect;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.topcontact.pull-left span a {
    font-size: 14px;
}
.row.demobtn {
    text-align: center;
}
.mb-0{
    margin-bottom: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}