﻿/*Font-Import*/
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Thin.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Black.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-ThinItalic.ttf");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-MediumItalic.ttf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-BlackItalic.ttf");
    font-weight: 900;
    font-style: italic;
}

body{
        font-family: Roboto;
}
/*fonts end*/
.navbar-default {
    background-color: rgba(1, 1, 1, 0);
    border-color: transparent;
	
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.c-header .c-navbar ul > li > a {
    
    letter-spacing: 0.7px;
}
.c-header .c-navbar ul > li > a:hover {
  color: #cacaca;
}

.c-header-deparment-lo .hero-logo {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 1.09px;
    line-height: 65px;
    padding-top: 90px;
}

/*header ends here*/
.c-footer {
    
    background-color: #333333;
    color: #fff;
    font-weight: 300;
	padding-top:60px;
	padding-bottom: 4px;
}
.c-footer .copyright {
    margin-top: 50px;
}
.c-footer .footer-header {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}
.c-footer .footer-text {
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 24px;
}
.c-footer .footer-text a {
    color: #fff;
}
.c-footer .footer-text a:hover {
    color: #4A4A4A;
  	text-decoration: none;
}
.c-footer .social-icon {
    margin: 15px 0;
}
.c-footer .social-icon .no-side-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.c-footer .social-text a {
    color: #fff;
}
.c-footer .social-text a:hover {
  color: #4A4A4A;
  text-decoration: none;
}
.yellow-txt {
    color: #F8CA4C;
}
/* media queries*/

@media (min-width: 1200px) {

/*circleram footer*/
.footer-section {
    margin-right: 45px;
}

}
@media (min-width: 991px) and (max-width: 1199px){

/*circleram footer*/
.footer-section {
    margin-right: 30px;
}


}

@media (min-width: 768px) and (max-width: 992px){

/*circleram footer*/
.footer-section {
    margin-right: 30px;
}

}




