.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}
.lcol {
    background-color: #5AA6ED;
}
.lcol, .rcol {
    float: left;
    width: 100%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
	z-index:999999;
}
.lcol a:hover, .rcol a:hover,.lcol a:focus, .rcol a:focus{
	text-decoration:none;
	outline:none;
	color:#fff;
}
.rcol {
    background-color: #25d366;
	display:none;
}.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    vertical-align: top;
}
.dropdown .btn{
	width: 100%;
	background: #fff;
	color: #2c1b2f;
	font-size: 19px;
	text-transform: capitalize;
	border-radius: 0px;
	font-weight:bold;
}
.dropdown .dropdown-menu{
	background: #fff;
	color: #2c1b2f;
	margin: 0px;
	border-radius: 0px;
	width: 100%;
}
.dropdown .dropdown-menu a{
    background: #fff;
    color: #2c1b2f;
    width: 93%;
    display: block;
    line-height: 39px;
    padding: 0px 7px;
    border-bottom: 1px dashed;
    margin: 0px 10px;
	font-size: 16px;
	transition: all .3s ease-in;
	text-transform:capitalize;
}
.dropdown .dropdown-menu a:hover,.dropdown .dropdown-menu a:focus{
	background: #fff;
	color: #2c1b2f;
	transition: all .3s ease-out;
	text-decoration: none;
	outline: none;
}
body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lemonada', cursive;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
section {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  height: 100vh;
  overflow: hidden;
}
section h2 {
    color: #FFF;
    text-align: center;
    font-size: 55px;
    line-height: 68px;
    text-transform: uppercase;
}
section span{
	color:#e94b3c;
	font-weight:bold;	
}
section .cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section .content {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
}

section .text {
  width: 70%;
}

.centralize {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bot_imag{
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.major{
	text-align:center;	
}

@media screen and (max-width: 1000px) {
  section .text {
    width: 90%;
  }
}

/* fixed social*/
#fixed-social {
   position: fixed;
   top: 250px;
   z-index:99;
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social i{
	line-height:37px;	
}
#fixed-social a:hover,#fixed-social a:focus{
	text-decoration:none;
	outline:none;	
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #3b5998;
 }
 .fixed-facebook span{
	background-color: #3b5998;
 }
 .fixed-twitter{
	background-color: #00acee;

 }
 .fixed-twitter span{
 	background-color: #00acee;
 }
 .fixed-gplus{
	background-color: #db4a39;

 }
 .fixed-gplus span{
 	background-color: #db4a39;
 }
 .fixed-pinterest{
	background-color: #bd0814;

 }
 .fixed-pinterest span{
 	background-color: #bd0814;
 }
 .fixed-youtube{
	background-color: #c4202b;
 }
 .fixed-youtube span{
 	background-color: #c4202b;
 }

/*end fixed social*/

/* fixed social*/
#fixed-social1 {
   position: fixed;
   top: 330px;
   z-index:2;
   right:0;
   z-index:99;
}

#fixed-social1 a {
   color: #111820;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social1 i{
	line-height:37px;	
}
#fixed-social1 a:hover,#fixed-social1 a:focus{
	text-decoration:none;
	outline:none;	
}
#fixed-social1 a:hover>span{
	visibility: visible;
  right: 41px;
  opacity: 1;
} 
#fixed-social1 a span {
	line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-call{
 	background-color: #e94b3c;
 }
 .fixed-call span{
	background-color: #e94b3c;
 }
/*end fixed social*/

.fixed .logo{
	display:block !important;	
    display: inline-block;
    float: left;
    width: 55%;
    padding: 7px 0px;
}
.fixed .logo img{
	width:100%;
}
.navigation_main {
    background: #e94b3c;
    padding: 3px 0px;
}
.fixed{
	background-color:#e94b3c !important;
	position:fixed;
	z-index: 999999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: sticky;
}
.navigation_main .navbar-default{
	background:#101820;
	border:none;
	margin:0px;
}
.navigation_main .navbar-default .navbar-nav>li>a{
    color: #e94b3c;
    display: block;
    transition: all 0.3s ease-in;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    border-top: 1px solid #e94b3c;
    border-bottom: 1px solid #e94b3c;
    padding: 10px 35px;
    margin: 8px 20px;
}
.navigation_main .navbar-default .navbar-nav>li>a:hover{
	color:#2d2926;
	text-decoration:none;
	outline:none;
	background:#e94b3c;
	transition: all 0.3s ease-out;
	transform: scale(1.1);
}
.navigation_main .navbar-default .navbar-right{
	margin-top:0px;	
}
.navigation_main .navbar-default .navbar-nav>li>a:focus{
	color:#e94b3c;
	text-decoration:none;
	outline:none
}

.fixed .navbar-default .navbar-nav > li > a{
    color: #f3aa4e;
    display: block;
    transition: all 0.3s ease-out;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    border-top: 1px solid #e94b3c;
    border-bottom: 1px solid #e94b3c;
    padding: 10px 20px;
    margin: 20px 15px;
}
.fixed .navbar-default .navbar-nav{
	margin:0px;	
}
.fixed .logo-nav {
    width: 30%;
    display: block;
    padding: 2px 0px 0px 0px;
}
.fixed .logo-nav img{
	width:100%;	
}
.banner_top{
    width: 100%;
    position: relative;
}
.banner_t {
    width: 100%;
}
.banner_t img {
    width: 100%;
}
.banner_txt{
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 100%;
    height: 100%;
	padding: 90px 100px;
}
.banner_txt h3{
    margin: 0px;
    padding: 18px 65px;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	color:#ccc;
}
.banner_txt h1{
    color: #fff;
    font-size: 49px;
    padding: 20px 0px;
}
.banner_txt h4{
	font-family: 'Raleway', sans-serif;
	font-size:19px;
	padding:20px 0px 10px 0px;
}
.banner_txt p{
    color: #fff;
    padding: 10px 129px;
    font-size: 15px;
}
.banner_txt a{
    color: #2d2926;
    background: #e94b3c;
    padding: 11px 35px;
	font-size:20px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
}
.banner_txt a:hover,.banner_txt a:focus{
	text-decoration:none;
	outline:none;	
}
.image_box_main {
    background: rgba(0, 0, 0, 0) url(../images/bg-testimonials-1.jpg) repeat fixed 0 0;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #222222;
}
.model-inner-container{
    background: #282828 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
    display: inline-block;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    background: #F1F3F8;
}
figure.effect-bubba {
    background: #000000;
    margin-bottom: 5px;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
        margin-bottom: 0px;
    width: 100%;
    height: 100%;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.effect-bubba {
    border: 1px solid #000;
}
.model-ribbon {
    height: 100px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: -10px;
    text-align: right;
    top: -5px;
    width: 100px;
    z-index: 1;
}
.model-ribbon span {
    background: #dd3333 none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    right: -51px;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 180px;
}
.model-container img {
    border: 0 none;
    border-radius: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    max-width: 100%;
    opacity: 1;
}
figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    margin: 0px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.grid figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-radius: 0px;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.vip-ribbon.gold {
    border-bottom: 1px solid #b39c5b;
    border-top: 1px solid #b39c5b;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: 0px 1px 1px #f8df82;
    box-shadow: 0 0 2px #000;
    background: rgb(130,106,63);
    background: -moz-linear-gradient(top, rgba(130,106,63,1) 0%, rgba(230,207,120,1) 50%, rgba(130,106,63,1) 100%);
    background: -webkit-linear-gradient(top, rgba(130,106,63,1) 0%,rgba(230,207,120,1) 50%,rgba(130,106,63,1) 100%);
    background: linear-gradient(to bottom, rgba(130,106,63,1) 0%,rgba(230,207,120,1) 50%,rgba(130,106,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#826a3f', endColorstr='#826a3f',GradientType=0 );
}
.vip-ribbon.bottom-left {
    top: auto;
    bottom: 5px;
    left: -80px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.vip-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 9;
}
figure.effect-bubba p {
    font-size: 15px;
    left: 0;
    opacity: 0;
    padding: 20px 7px 7px 7px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    top: 35%;
    transform: translate3d(0px, 20px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
    text-shadow: 0 0 1px #000;
}
.model-plus {
    font-size: 20px;
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid rgba(255, 255, 255, .6);
    border-left: 1px solid rgba(255, 255, 255, .6);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    border-radius: 0px;
}
figure.effect-bubba:hover img {
    opacity: 0.5;
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.image_txt_h{
	background:#282828;
	padding:8px 40px;
	margin-bottom:30px;	
	font-family: 'Raleway', sans-serif;
}
.image_left_h{
	margin-bottom:15px;
}
.image_txt_h h1{
    color: #e94b3c;
    text-align: center;
    padding: 0px 0px 15px 0px;
    text-transform: capitalize;
}
.image_txt_h h3{
    color: #fff;
    text-align: left;
    padding: 0px 0px 15px 0px;
    text-transform: capitalize;
}
.image_txt_h p{
    color: #CCC;
    font-size: 14px;
    line-height: 20.66px;
}
.side_bar{
    background: #282828;
    padding: 8px 15px;
    margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
}
.side_bar h3{
    color: #fff;
    text-align: left;
    padding: 0px 0px 15px 0px;
    text-transform: capitalize;
}
.side_bar ul{
	list-style:none;	
}
.side_bar li{
    padding: 6px 0px;
    border-bottom: 1px solid #777;
}
.button{
    color: #ccc;
    text-align: left;
    font-size: 17px;
    padding: 0px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    vertical-align: middle;
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
}
.button:hover{
	transition: all 0.5s;
	text-decoration:none;
	outline:none;
	color:#e94b3c;	
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
.fot_banner{
    background: #282828;
    padding: 8px;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
	width:100%;
	position:relative;
}
.fot_banner img{
	width:100%;	
}
.fot_txt{
	position:absolute;
}
.fot_txt {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 160px 0px;
}
.fot_txt p{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.fot_txt h2{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 30px auto;
}
.fot_txt a{
    color: #2d2926;
    background: #e94b3c;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: 15px auto;
    width: 185px;
    height: 42px;
    line-height: 42px;
}
.fot_txt a:hover,.fot_txt a:focus{
	text-decoration:none;
	outline:none;	
}
.social_f{
	width:100%;	
}
.follow_us h1{
    text-align: center;
    margin: 20px 0px;
}
.likes {
    background: #3b5998 !important;
}
.comments {
    background: #F96131;
    padding: 2em;
}
.comments-icon {
    float: left;
    width: 30%;
}
.comments-info a:hover {
    color: #FFF !important;
}
.comments-icon i.fa.fa-facebook {
    font-size: 5em;
    color: #6C8CD0;
}
.comments-info {
    float: left;
    margin-left: 1em;
    text-align: right;
    width: 63%;
}
.comments-info h3 {
    font-size: 4em;
    color: #FFF;
    margin: 0;
    font-weight: 100;
}
.likes-info a {
    color: #6C8CD0 !important;
}
.comments-info a {
    font-size: 1em !important;
    color: #FDA285;
    margin: 0 !important;
    letter-spacing: 1px;
    text-decoration: none;
	transition:all .3s ease;
}
.top-comment-grid:hover div.comments-icon i.fa {
    -webkit-transform: scale(2);
    transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    opacity: .3;
    -moz-opacity: .3;
}
.comments-icon i.fa {
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.comments-icon i.fa.fa-comments {
    font-size: 5em;
    color: #FDA285;
}
.tweets {
    background: #55acee;
}
.tweets-info a {
    color: #9DCBEF !important;
}
.comments-icon i.fa.fa-twitter {
    font-size: 5em;
    color: #9DCBEF;
}
.views {
    background: #00a78e;
}
.views-info a {
    color: #07CEB0 !important;
}
.comments-icon i.fa.fa-eye {
    font-size: 5em;
    color: #2CCCAB;
}
.contact_details{
	width:70%;
	padding:0px 40px;
	display:inline-block;
}
.contact_details ul{
    list-style: none;
}
.contact_details li{
	display:inline-block;
	margin-right:15px;	
	color:#fff;
	font-size:20px;
}
.contact_details i{
	color:#777;
}
.contact_details a,.contact_details a:hover,.contact_details a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.contact-right{
    width: 28%;
    display: inline-block;
    text-align: right;
}
.contact-right img{
	width:100% !important;	
}
.back-to-top{
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display: none;
    background: #e94b3c ;
    padding: 20px;
    color: #000;
	border-radius: 69px;
	transition: all .3s ease-in;
}
.back-to-top:hover{
	color:#000 !important;	
	text-decoration:none;
	outline:none;
	box-shadow: 2px 2px 7px #333;
	transition: all .3s ease-out;
}
.fot_txt ul{
    list-style: none;
}
.fot_txt li{
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 24px;
}

/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){

.navbar_main.fixed .navigation{
	margin-top:23px;	
}
.navigation .menu{
	display:block;
	margin: 30px 0 0 10px;	
}
.navigation{
	min-height:auto;
	margin-top: 15px;
	position:relative;	
}
.navigation ul {
	display:none;
	position:absolute;
	right:0px;
	top:100%;
	z-index:999;
	width:300px;
}
.navigation li span {
	display:block;
	float:right;
	margin-right: 28px;
	color: #000;
}
.navigation li:hover > ul {
	display:none;
}
.navigation li{
	padding:0px 0px;
	width:100%;
	background:#ebebeb;	
}
.navigation li a{
	padding:5px 15px;
	text-align:left;	
}
.navigation ul ul{
	top:100%;
	right:0;	
}
.navigation ul ul li{
	width:100%;	
}
.navigation ul ul li a{
	background:#ccc;
	color:#000;	
}
.logo{
	width:70%;	
}
.logo img{
	width:100%;	
}
section h2 {
    font-size: 26px;
    line-height: 34px;
}
.major{
    width:100%;
}
.major img{
    width:44%;
    margin-bottom: 15px;
}
.bot_imag{
    width:45%;
}
.bot_imag img{
    width:100%;
}
.fixed .logo {
    width: 29%;
    padding: 7px 12px;
}
.navbar-default .navbar-toggle{
    margin-top: 15px;
}
.banner_txt{
    padding: 0px 15px;
}
.banner_txt h3 {
    margin: 0px;
    padding: 8px 20px;
    font-size: 15px;
}
.banner_txt h1 {
    color: #fff;
    font-size: 20px;
    padding: 0px 0px;
}
.banner_txt h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 8px 0px 10px 0px;
}
.banner_txt p{
    display: none;
}
.banner_txt a{
    display: none;
}
.image_txt_h h1{
    font-size: 20px;
}
.image_txt_h{
    padding: 8px 20px;
}
.image_txt_h p{
    color: #CCC;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.image_txt_h h3{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.fot_txt{
    padding:15px 0px !important;
}
.fot_txt li {
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
}
.fot_txt ul {
    list-style: none;
    margin-top: 29px;
}
.fot_txt p {
    padding: 0px 55px;
    font-size: 10px;
}
.fot_txt h2{
    font-size: 16px;
    margin: 0px;
}
.fot_txt a{
    display: none;
}
.side_bar h3{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}
.contact_details{
    width: 100%;
}
.contact_details i{
    color: #777;
    left: 26px;
    position: absolute;
    padding: 6px 0px 0px 0px;
}
.contact_details li {
    font-size: 14px;
    padding-left: 9px;
}
.contact-right img {
    width: 100% !important;
}
.contact-right {
    width: 44%;
    text-align: center;
    margin: 10px auto;
}
.contact_details img{
	width:100% !important;
}
.fot_banner img{
	width:100% !important;
}











}