
body
	{
 		background: #fff;
 		color: #000;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #FD0561; /* 2nd color */
}
	
a:hover {
	color: #fff;
    text-decoration:none;
    background: #A8003E; /* 1st color */
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #FD0561; /* 2nd color */
		font-weight: bold;
	}
/* end h2 */

/* form */
input 
    {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
    }
textarea
    {
        resize:none;
        width: 100%;
        height: 200px;      
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
    }

input[type="file"]
    {   
    	background: none;  
		border: none;
		color: #000;
		font-size: 16px;
        height: 500px;
		font-weight: bold;
        padding: 0;
        margin: 0 20px 20px 0;
    }
/* end form */

/* start */
#about, #service, #about, #associates,
#products, #footer, #contact
	{
		padding-top: 30px;
		padding-bottom: 20px;
	}
/* end */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		color:#fff;
		background: #A8003E;    /* 1st color */
		min-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
header .fa
	{
		color: #fff;
	}
header span
	{
		color: #fff;
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header ul li
	{
		color:#fff;
		font-size: 13px;
		font-weight: 600;
	}
header a:hover
	{
		color:#fff;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		color: #fff;
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #FD0561;    /* 2nd color */
		color: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		margin-left: 20px;
		padding: 2px 0 0 0;
        display: block;
	}
.navbar-default .navbar-nav li a
	{
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		height: 70px;
		line-height: 40px;
	}
.navbar-default .navbar-nav li a:hover
	{
		color: #000;
	}
.navbar-default .navbar-nav > li > a.current 
	{ 
	color: #000; 
	}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* jobs */
.jobname {
    margin-top: 20px;
    color: blue;
    font-size: 20px;
    font-weight: 600;
}
.jobtime {
    color:blue;
    font-size: 16px;
    font-weight: 600;
}

.jobdesc li {
    color: fff;
    font-size: 15px;
    font-weight: 600;
}

/* start home */
#home
	{
		background: url('../images/home_bg3.jpg') no-repeat;
		background-size: cover;
		padding-top: 30px;
		min-height: 500px;
	}
#home h1
	{
        color: #fff;
        font-weight: 600;
		font-size: 30px;
		padding-bottom: 0px;
	}
#home h1 span
	{
		padding-top: 0px;
		color: #fff;
		font-size: 80px;
		font-weight: bold;
	}
#home .btn
	{
		background: #FD0561;    /* 2nd color */
		border-radius: 2px;
		border: #fff;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
		width: 220px;
		height: 60px;
		padding-top: 14px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #000;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start service */
#service .media
	{
		padding-bottom: 0px;
	}
#service .media .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#service .media h3
	{
		font-size: 22px;
		font-weight: bold;
		padding: 12px 0 5px 0;
        color: #19AF01;
	}
#service .media p
	{
		font-size: 16px;
        font-weight: 400;
	}
#service .btn
	{
		background: #FD0561;    /* 2nd color */
		border-radius: 2px;
        font-size: 20px;
		font-weight: bold;
		color: #fff;
        margin-top: 15px;
	}
#service .btn:hover
	{
		background: #000;
		color: #fff;
		border-color: transparent;
	}

#service .headline
	{
        color: #03175a;
		text-align: center;
		font-size: 40px;
		padding-bottom: 0px;
	}	
#service .headline span
	{
		color: #FD0561; /* 2nd color */
        font-weight: 600;
	}

#service .headline span img
	{
        margin-left: 5px;
		margin-bottom: 30px;
	}

#service .smallheading
	{
		font-weight: 600;
		color: #19AF01; /* 3rd color */
		text-align: center;
		font-size: 30px;
		margin: 0;
		padding-bottom: 40px;
	}	
#service .smallheading span
	{
		color: #19AF01; /* 3rd color */
		font-weight: bold;
	}
/* end service */

/* start content */
#content 
	{
		padding-bottom: 0px;
	}
#content .col-md-6,#content .col-xs-12, #content .col-sm-6
	{
		padding-bottom: 40px;
	}
#content .media
	{
		padding-bottom: 0px;
	}
#content .media .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#content .media h3
	{
		font-size: 18px;
		font-weight: bold;
		padding: 12px 0 5px 0;
	}
#content p
	{
		font-size: 16px;
		font-weight: 400;
	}
#content .btn
	{
        font-size: 20px;
		font-weight: bold;
		background: #FD0561;    /* 2nd color */
		border-radius: 2px;
		color: #fff;
		font-weight: normal;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#content .btn:hover
	{
		background: #000;
		color: #fff;
		border-color: transparent;
	}

#content .headline
	{
        color: #03175a;
		text-align: center;
		font-size: 40px;
        padding-top: 40px;
		padding-bottom: 40px;
	}	
#content .headline span
	{
		color: #FD0561; /* 2nd color */
		font-weight: bold;
	}
#content .smallheading
	{
		font-weight: 600;
		color: #19AF01; /* 3rd color */
		text-align: center;
		font-size: 30px;
		margin: 0;
		padding-bottom: 40px;
	}	
#content .smallheading span
	{
		color: #19AF01; /* 3rd color */
		font-weight: bold;
	}
#content .media-heading
	{
        font-size: 22px;
        font-weight: bold;
		color: #19AF01; /* 3rd color */
	}

    #content .media-heading-openings {
        font-size: 22px;
        font-weight: bold;
        color: #ff0000;
    }

#content img
	{
		margin-bottom: 40px;
	}

#content .btn
	{
		background: #FD0561;    /* 2nd color */
		border-radius: 2px;
		color: #fff;
		font-weight: normal;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#content .btn:hover
	{
		background: #000;
		color: #fff;
		border-color: transparent;
	}
#content .table
	{
        font-size: 16px;
		font-weight: 400;
        display: table;
        width: 200px;
        border-collapse:collapse;
	}
#content .table-row
    {
        font-size: 16px;
		font-weight: 400;
        display: table-row;
	}
#content .table-cell, .table-head
    {
        display: table-cell;
        padding: 0px;
        border: none;
    }
#content .table-head
    {
        font-weight:bold;
    }

#content .contact-form ul {
    width:95%;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
#content .contact-form li {
    padding:0px; 
    border-bottom: none;
    position:relative;
}
#content .contact-form label {
    width:40%;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px 3px 3px 0;
}
#content .contact-form input {
    height:30px; 
    width:55%; 
    padding:5px 8px;
}
#content .contact-form  input[type="file"]
    {   
    	background: none;  
		border: none;
		color: #000;
		font-size: 16px;
        height: 30px;
		font-weight: bold;
        padding: 0px;
        margin: 0 20px 20px 0;
    }
#content .contact-form textarea {
    padding:8px; 
    width:55%;
}
#content .contact-form button {
    width: 100%;
    margin-top: 20px;
    float:right;
}
#content .contact-form input, #content .contact-form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
#content .contact-form input:focus, #content .contact-form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}
#content .contact-form input:focus, #content .contact-form textarea:focus {
    padding-right:70px;
}
#content .contact-form, #content .contact-form textarea {
    padding-right:30px;
}
#content .contact-form input:required, #content .contact-form textarea:required {
    background: #fff url(../images/asterisk.png) no-repeat 98% center;
}
#content .contact-form input:focus:invalid, #content .contact-form textarea:focus:invalid { 
    background: #fff url(../images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
#content .contact-form input:required:valid, #content .contact-form textarea:required:valid { 
    background: #fff url(../images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
#content .contact-form .form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
#content .contact-form .contact_form input:focus + .form_hint {
    display: inline;
}
#content .contact-form .contact_form input:required:valid + .form_hint {
    background: #28921f;
} 
#content .contact-form .contact_form input:required:valid + .form_hint::before {
    color:#28921f;
} 
#content .contact-form .form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

/* Button Style */
#content .contact-form button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
#content .contact-form button.submit:hover {
    opacity:.85;
    cursor: pointer; 
}
#content .contact-form button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
}
/* end content */

/* start products */
#products .team-wrapper
	{
		background: #FFF;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#products .team-wrapper:hover
	{
		/*cursor: pointer;
		opacity: 0.4;*/
	}
#products .team-wrapper .team-des
	{
		padding: 0px;
	}
#products .team-wrapper .team-des span
	{
		color: #000;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
#products h3
	{
		font-size: 22px;
		font-weight: bold;
		padding: 0;	
        color: #19AF01; /* 3rd color */
	}
#products p
	{
		font-size: 16px;
		font-weight: 400;
	}
/* end products */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}

/* end service */

/* start about */
#about .col-md-6
	{
		padding: 20px 20px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

#about .contact-heading
	{
		text-align: left;
		font-size: 15px;
		font-weight: 600;
		padding: 0;
	}

#about .contact-numbers
	{
		/*background-color: #FD0561;*/
		color: #FD0561; /* 2nd color */
		text-align: right;
		font-size: 30px;
		font-weight: 600;	
		padding: 0 10px 0 0;
	}
#about .service-list
	{
		list-style: circle;
	}

#about .service-list li
	{
		color: #000;
		font-size: 14px;
		font-weight: 600;	
		padding: 0 10px 0 0;
	}

#about h3
	{
		font-size: 22px;
		font-weight: bold;
		padding: 0;	
        color: #19AF01; /* 3rd color */
	}
#about p
	{
		font-size: 16px;
		font-weight: 400;
		padding: 0;	
	}
#about img
	{
		/*padding-top: 60px;*/
	}
#about .headline
	{
        color: #03175a;
		text-align: center;
		font-size: 40px;
		padding-bottom: 0px;
	}
#about .headline span
	{
		color: #FD0561; /* 2nd color */
		font-weight: bold;
	}	
#about .smallheading
	{
		font-weight: 600;
		color: #19AF01; /* 3rd color */
		text-align: center;
		font-size: 30px;
		margin: 0;
		padding-bottom: 10px;
	}	
#about .btn
	{
		background: #FD0561;    /* 2nd color */
		border-radius: 2px;
        font-size: 20px;
		font-weight: bold;
		color: #fff;
        margin-top: 15px;
	}
#about .btn:hover
	{
		background: #000;
		color: #fff;
		border-color: transparent;
	}
/* end about */

/* start associates */
#associates {
    background-color: lavenderblush;
}
#associates .col-md-6 {
    padding: 20px 20px 20px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#associates .contact-heading {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
}


#associates h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    color: #19AF01; /* 3rd color */
}

#associates p {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}

#associates img {
    /*padding-top: 60px;*/
    padding: 15px;
    align-content: center;
}

#associates .headline {
    color: #03175a;
    text-align: center;
    font-size: 40px;
    padding-bottom: 20px;
}

    #associates .headline span {
        color: #FD0561; /* 2nd color */
        font-weight: bold;
    }

#associates .smallheading {
    font-weight: 600;
    color: #19AF01; /* 3rd color */
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding-bottom: 10px;
}
/* end associates */

/* start footer */
#footer
	{
		background-color: #FD0561;  /* 2nd color */
		color: #FFF;
		padding-bottom: 10px;
	}
#footer .col-md-3 .col-md-6
	{
		padding: 0px;
	}
#footer p
	{
		text-align:left;
		border-top: 1px dashed #FFF;
		margin: 15px 0 0; 
		padding: 10px 10px 0 10px;
	}
#footer ul
	{
		text-align:left;
		border-top: 1px dashed #FFF; 
		margin: 15px 0 0; 
		padding: 10px 0	0 0;
	}
#footer li
	{
        font-size: 16px;
        font-weight: 400;
		display:block;
		margin: 0 10px 0 10px;
	}
#footer li a 
	{
		color:#fff;
	}
#footer li a:hover 
	{
		color: #fff;
	}
#footer a
	{
		color: #fff;
	}
#footer p
	{
        font-size: 16px;
        font-weight: 400;
	}
#footer .btn
	{
		background: #FD0561;    /* 2nd color */
		border-radius: 2px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#footer .btn:hover
	{
		background: #000;
		border-color: transparent;
	}
#footer img
	{
		margin-top: 20px;
	}
#footer span
	{
        font-size: 16px;
        font-weight: 400;
		margin: 0 10px 0 10px;
	}
#footer .table
	{
        font-size: 16px;
        font-weight: 400;
        margin: 0 10px 0 10px;
        display: table;
        width: 200px;
        border-collapse:collapse;
	}
#footer .table-row
    {
        display: table-row;
	}
#footer .table-cell, .table-head
    {
        display: table-cell;
        padding: 0px;
        border: none;
    }
#footer .table-head
    {
        font-weight:bold;
    }

/* end footer */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #28a7e9;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		background: #A8003E;    /* 1st color */
		color: #fff;
		padding: 7px 0 0 0;
	}
#copyright p
	{
		font-size: 13px;
		font-weight: 600;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
.navbar-default .navbar-brand
	{
        display: block;
	}
}
@media only screen and (max-width: 991px) and (min-width: 981px) {
.navbar-default .navbar-brand
	{
        display: none;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
    .navbar-default .navbar-brand
	{
        display: none;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
            color: #fff;
            font-weight: 600;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
        display: none;
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
        background-color: #d45252;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
    .navbar-default .navbar-brand
	{
        display: none;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */