

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #ffffff;
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'open_sansregular';
    font-weight: 300;
}

.fixed-bottom {
position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 1030;
    border-radius: 0px !important;
}
/*==========================================
PRE LOADER 
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control:focus {
    border-color: #f56363;
}
h1,
h2,
h3 {
    font-family: 'Lane', sans-serif;
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    font-weight: 300;
	line-height:inherit;
}
h2 {
    font-size: 2.5rem;
    margin-bottom: .9rem;
	line-height:inherit;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
	color:#9aa0ab;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    font-family: 'roboto', sans-serif;
}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}
.colorsbg .separator2 {
    border: 2px solid;
}
.colorsbg .separator_wrap::after,
.colorsbg .separator_wrap::before {
    background-color: #ffffff;
}
.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
footer {
    padding:40px 0;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
section:nth-of-type(odd) {
    background-color: #F9F9F9;
}
.fw-special-title-half {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    /*    margin-bottom: 10px;*/
}
.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {

    width: 100%;
    padding-top: 165px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}


/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}*/

/*for image bg*/


.home-bg{
    background: url(../images/header-bg.jpg) no-repeat center top fixed;
	min-height: 300px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.mainmenu.navbar-default {
	background-color:#ff4401;
	border-color:transparent;
	
}
.mainmenu .navbar-brand {
	padding: 0px 0px;
}
.navbar-brand  img{
	margin-top: 0px;
	padding-left: 15px;
}
.navbar-nav {
    padding-top: 0px;
}
.mainmenu .brand-bg {
    /* background: #fa5c65; */
    /* height: 70px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.mainmenu .navbar-nav li a{
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff !important;
}

.mainmenu.menu-bg{
	background:#ff4401;
	color:#c8ced0;
}

.mainmenu .navbar-nav li a i{
	color:#ffffff;
	font-size:18px;
	transition:.3s ease-in-out;
}
.mainmenu .navbar-nav li a i:hover{
	color:white;
}


.home-bg .header-details{
	padding-top:15px;
	color:#314a5b;
}
.home-bg .header-details h1{
	text-transform:uppercase;
	font-family: 'montserratbold';
	font-size:48px;
	margin-bottom:20px;
	line-height: 55px;
}
.home-bg .header-details h1 i{
	font-size:7px;
	color:#fa5c65;
}
.home-bg .header-details p{
	font-size:20px;
	color:#314a5b;
}

.home-bg .header-details button{
	padding:10px;
	width: 150px;
    height: 60px;
	background:#fa5c65;
	color:white;
	font-size:15px;
	margin-top:30px;
}
.home-bg .header-details button:hover{
	background:#cf0f1a;
	color:white;
}
.btn-default{
	border-color:transparent;
}

.promotion {
	color:#465065;
}
.promotion h1{
	text-transform:uppercase;
	font-size:26px;
	margin-bottom:15px;
	font-family: 'montserratbold';
	line-height:35px;
        font-weight: bold;
}
.promotion h1 i{
	font-size:5px;
	color:#fa5c65;
}

.promotion a h4{
	text-transform:uppercase;
	font-size:15px;
	color:#fa5c65;
}
.promotion a h4:hover{
	color:pink;
}
.promotion h4 span i{
	padding-left:5px;
	
}

.portfolio{
	color:#465065;
	overflow:hidden;
}

.portfolio img{
	margin-left: -79px;
}

.portfolio h1{
	text-transform:uppercase;
	font-size:26px;
	margin-bottom:15px;
	font-family: 'montserratbold';
}
.portfolio h1 i{
	font-size:5px;
	color:#fa5c65;
}

.portfolio a h4{
	text-transform:uppercase;
	font-size:14px;
	color:#fa5c65;
	font-family: 'montserratregular';
}
.portfolio a h4:hover{
	color:pink;
}
.portfolio h5{
	font-size:16px;
}
.portfolio h4 span i{
	padding-left:5px;
	
}
.portfolio .item{
	padding-top:10px;
}
.team-heading {
    margin-bottom: 40px;
}

.team-heading h1{
	text-transform:uppercase;
	font-size:26px;
	margin-bottom:15px;
	font-family: 'montserratbold';
}

.team-heading h1 i{
	font-size:7px;
	color:#fa5c65;
}
.team-heading h5{
	font-size:15px;
}

.team  img{
	float:left;
	margin-right: 20px;
}

.team .team-info h2{
	text-transform:uppercase;
	font-size:22px;
	font-family:"montserratbold";
	margin-bottom:0;
}
.team .team-info h5{
	font-size:14px;
	color:#fa5c65;
	margin-bottom:0;
	font-weight:bold;
}
.team .team-info p{
	font-size:14px;
	
}
.team-more{
	padding-top:72px;
	float:right;
}

.team-more a h4{
	text-transform:uppercase;
	font-size:15px;
	color:#fa5c65;
}
.team-more a h4:hover{
	color:pink;
}
.team-more h4 span i{
	padding-left:5px;
	
}
.social-network a i{
	margin:10px;
	color:#b9c0c6;
	font-size:20px;
	transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
}
.social-network a i:hover{
	color:red;
}
.copyright p{
	font-size:13px;
	color:#b9c0c6;
	text-align:right;
}

.scrollup{
		width:40px;
		height:40px;
		text-align:center;
		color:#fa5c65;
		font-size:30px;
		background:#c8cfd0;
		position:fixed;
		bottom:100px;
		right:50px;
		font-weight:bold;
	}

.brand-bg{
    position: absolute;
	    z-index: 500;
}
.navbar-brand1 {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}








/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;

    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);

}
.hero h1 {
    font-size: 5em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
    line-height: 85px;
}
.mfont {font-family: 'ML-KV-JayashreeEB-ExtraBold';}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
       position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background-color: #b54cc373; */
    opacity: .7;
    background: rgba(255, 62, 28, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 62, 28, 0.5)), color-stop(100%, rgba(255, 140, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e1c', endColorstr='#ff8c00', GradientType=1 );

}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.smashinglogo {background: url(../images/rebg.png)  50% 100px no-repeat;
  max-width: 100%;
}
.file {
  visibility: hidden;
  position: absolute;
}

.news {
	background: #2b2b2bc9;
    position: relative;
    width: 46%;
    border-radius: 5px;
    margin: auto;
    /* overflow: hidden; */
    /* margin: 68px; */
    /* float: right; */
    right: 0;
    bottom: 207px;
    z-index: 4;
    /* -webkit-transition: all 0.5s ease; */
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /* transition: all 0.5s ease; */
    color: #dadada;
}

.news .img-figure {
	position: relative;
    float: left;
    width: 155px;
}

.news .img-figure img {
	position: relative;	
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



.news .title {
	/*padding: 29px 30px;*/
	padding: 15px 15px;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.news .title h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
/*	color: #3D6AA2;*/
	text-align: center;
}


.news  p.description {
	position: relative;
	font-weight: normal;
	line-height: 22px;
	opacity: 0;
	float: left;
	text-align: center;
	padding: 5px 17px 0px 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}



p.more {
	text-align: center;
}

.more a {
    position: relative;
    font-size: 13px;
    margin-top: 0px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    color: #28998b;
}

.more a:after {
    content: '';
    width: 18px;
    height: 1px;

    position: absolute;
    left: 55px;
    top: 9px;

    background: #28998b;

    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.news:hover a:after {
    width: 30px;
}

.cat {
    background: #ff0101;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: -1px;
    top: -14px;
    z-index: 1;
    padding: 2px 15px;
}

.form-control { margin-bottom: 10px; }
.registerbt{margin-top: 9px;}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
.project figure .actions {
    display: table-cell;
    position: absolute;
    bottom: 0px;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    background-color: rgba(29,29,29,.5);
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 1em !important;
    padding: 2%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
.news {
position: relative;
    width: 99% !important;
    margin: auto;
    /* overflow: hidden; */
    /* margin: 68px; */
    /* float: right; */
    right: 0;
    bottom: 199px !important;
    z-index: 4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.brand-bg {
    position: absolute;
    z-index: 500;
    width: 100%;
    color: #333333;
    height: 168px;
    margin: 0 auto;
    overflow: hidden;
    /* padding: 10px 0; */
    /* align-items: center; */
    justify-content: space-around;
    display: flex;
    float: none;
    top: 0px;
}

.brand-bg2 {
    position: absolute;
    z-index: 500;
    /* width: 100%; */
    color: #333333;
    height: 168px;
    margin: 0 auto;
    /* overflow: hidden; */
    /* padding: 10px 0; */
    /* align-items: center; */
    justify-content: space-around;
    /* display: flex; */
    float: none;
    top: 0px;
}
.registerbt{    margin-top: 9px;
    float: left !important;
    margin-left: 11px;}
.navbar-brand1 img{ width: 135px !important;}
    .hero h1 {     font-size: 3em !important;
    line-height: 51px; }    
}

.modal-body2 {
    position: relative;
    padding: 0px;
}
.modal-footer2 {
    padding: 15px;
    text-align: center;
    /* border-top: 1px solid #e5e5e5; */
}

.project {
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    width:100%;
}

.project figure {
    position: relative;
    display: inline-block;
}

.project figure img {
    width: 100%;
}

.project figure:hover figcaption {
    background:#d81e05;
}
.project figure:hover figcaption .project-details {
    color: #fff;
}

.project figure:hover .actions {
    background-color: #ff4401bd;
    top: 0%;
    font-size:2.3em;
    font-weight:700;
    padding-top:10%;
}

.project figure .actions {
    display: table-cell;
    position: absolute;
    bottom: 0px;
    top: 50%;
    left:0;
    right:0;
    z-index: 1;
    opacity: 1;
    background-color: rgba(29, 29, 29, 0.83);
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color:#fff;
    font-size:2em;
    padding:2%;
    font-weight:400;
    text-align:center;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .project figure .actions {
    top: 60%;
    left:0;
    right:0;
    font-size:1.5em;
    padding:2%;
}
.project figure:hover .actions {
    top: 0%;
    font-size:2em;
    padding-top:20%;
}
}

@media (min-width: 1200px) {
    .project figure .actions {
    top: 65%;
    left:0;
    right:0;
    font-size:1.1em;
    padding:2%;
    font-weight:400;
}
.project figure:hover .actions {
    top: 0%;
    font-size:1.5em;
    padding-top:25%;
}
}


/*Team -section*/
.team-profile  h4{
	font-size: 1.2em !important;
    font-weight: bold;
}
.member-img img{
	padding-top: 10px;
	width: 50%;

}
.team-profile{
    background: #dedede;
    border-radius: 5px;
	margin-bottom: 15px;

}
.member-social {
	background: #EECDA3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #d8582b, #ffae47);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d8582b, #ffae47); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.member-social .fa{
	color: white;
	padding: 20px 5px;
	font-size: 20px;
}

.member-social .fa:hover {
	color: #5f98f4;
}

.team-data {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*Team media queries*/
@media (max-width: 768px){
	.team-data .col-xs-6 {
		width: 50%;
		padding-top : 10px;
	}
}

/*Services*/

.my-services {
	margin-top: 50px;
}


.service {
	margin-top: 20px;
}

@media (max-width: 768px){
	.img-responsive {
		width: 100% !important;


	}
}
.fnun{    float: none !IMPORTANT;}
@media (max-width: 320px){
	.my-services img{
		display: none !important;

	}
	.my-services{
		text-align: center;
	}
}




.site-heading h3{
    font-size : 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.border {
    background: #d1360e;
    height: 2px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
/* Blog-CSS */
.blog-box {
    padding: 0 0px;
    transition: .5s;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.blog-box-content h4 a {
    font-size: 20px;
    padding: 0px 0 0px;
    text-transform: uppercase;
    color:#2b2b2b;
     text-decoration:none;
    
}
.blog-box-content h4:hover {
    color:#000;
     text-decoration:none;
    
}

.blog-box-content {
padding: 0 20px 20px;
}
.blog-box-text h4 a {
    color: #333;
}

.glyphicon-lg{font-size:3em}
.blockquote-box{ 
    /* margin-bottom: 25px; */
    padding: 17px;}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}

.blockquote-box h4{margin:0!important;}
.card-bottom-status {
    color: #a9a9aa;
    font-weight: bold;
    font-size: 13px;
    /* border-top: #ff0101 1px solid; */
    padding: 5px;
    margin: 0px;
    background-color: #292523;
}
.card-bottom-status:hover {
  background-color: #bf4013;
  color: #FFFFFF;
  cursor: pointer;
}
.mytext{margin:0;}
.mytext li{margin-bottom: 11px;list-style: inside;}
