body {
    font-family: KyrialSansProRegular;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: KyrialSansProRegular;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 46px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

a {
    color: #f87673;
    text-decoration: none;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    position: relative;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    opacity: .8;
    color: #6195ff
}

.main-color {
    color: #6195ff
}

.white-text {
    color: #fff
}

.cedar-text {
    color: #8f001c;
}

::-moz-selection {
    background-color: #6195ff;
    color: #fff
}

::selection {
    background-color: #6195ff;
    color: #fff
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mb-40{margin-bottom:40px}
.section {
    position: relative;
    border-bottom: 1px solid #ccc;
    min-height: 100vh;
    overflow: hidden;
}

.md-padding {
    padding-top: 100px;
    padding-bottom: 100px
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px
}

.xs-padding {
    padding-top: 30px;
    padding-bottom: 30px
}

.bg-grey {
    background-color: #4c4b4b;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.bg-dark {
    background-color: #1c1d21
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background: #1c1d21
}

.section-header {
    position: relative;
    margin-bottom: 60px
}

.section-header .title {
    text-transform: capitalize
}

.titles:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #6195ff;
    margin-top: 20px
}

.text-center .titles:after {
    margin: 20px auto 0
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=url],
input[type=tel],
textarea {
    height: 40px;
    width: 100%;
    border: none;
    background: #f4f4f4;
    border-bottom: 2px solid #eee;
    color: #354052;
    padding: 0 10px;
    opacity: .5;
    -webkit-transition: .2s border-color, .2s opacity;
    transition: .2s border-color, .2s opacity
}

textarea {
    padding: 10px;
    min-height: 80px;
    resize: vertical
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
    border-color: #6195ff;
    opacity: 1
}

.main-btn,
.white-btn,
.outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.main-btn {
    background: #6195ff;
    color: #fff
}

.white-btn {    
    background: #fff;
    color: #10161a!important
}

.cedar-btn {
    background: #8f001c;
    color: #fff
}

.cedar-btn:hover {    
    background: #fff;
    color: #8f001c!important
}
 select option:hover , select option:focus {
    box-shadow: 0 0 10px 100px #8f001c inset;
    color: #fff;
}

.outline-btn {
    background: 0 0;
    color: #6195ff!important;
    border-color: #6195ff
}

.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
    opacity: .8
}

.navbar-brand {
    padding: 0
}

.navbar-brand .logo,
.navbar-brand .logo-alt {
    max-height: 35px;
    display: block
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none
}

@media only screen and (max-width:767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none!important
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block!important
    }
}

#nav {
    padding: 10px 0;
    background: #fff;
    -webkit-transition: .2s padding;
    transition: .2s padding;
    z-index: 999
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #fff!important;
    border-bottom: 1px solid #eee
}

#nav.nav-transparent {
    background: 0 0
}

@media only screen and (min-width:768px) {
    .main-nav li {
        padding: 0 15px
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: .2s color;
        transition: .2s color
    }
    .main-nav>li>a {
        color: #10161a;
        padding: 15px 0
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff
    }
    .main-nav>li>a:hover,
    .main-nav>li>a:focus,
    .main-nav>li.active>a {
        background: 0 0;
        color: #6195ff;
        -moz-transform: translate(-1px, -1px);
        -ms-transform: translate(-1px, -1px);
        -o-transform: translate(-1px, -1px);
        -webkit-transform: translate(-1px, -1px);
        transform: translate(-1px, -1px)
    }
    
    .has-dropdown {
        position: relative
    }
    .has-dropdown>a:before {
        font-family: fontawesome;
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .2s transform;
        transition: .2s transform
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #6195ff;
        width: 200px;
        -webkit-box-shadow: 0 5px 5px -5px rgba(53, 64, 82, .2);
        box-shadow: 0 5px 5px -5px rgba(53, 64, 82, .2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .2s all;
        transition: .2s all
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%
    }
    .dropdown li a {
        display: block;
        color: #fff;
        border-top: 1px solid rgba(250, 250, 250, .1);
        padding: 10px 0
    }
    .dropdown li:nth-child(1) a {
        border-top: none
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%)
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    .nav-collapse {
        display: none
    }
}

@media only screen and (max-width:767px) {
    #nav {
        padding: 0
    }
    #nav.nav-transparent {
        background: #fff
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0 80px 0 0 #1c1d21;
        box-shadow: 0 80px 0 0 #1c1d21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1c1d21;
        -webkit-transition: .2s all;
        transition: .2s all
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, .1)
    }
    .main-nav li a {
        display: block;
        color: #fff;
        -webkit-transition: .2s all;
        transition: .2s all
    }
    .main-nav>li.active {
        border-left: 6px solid #6195ff
    }
    .main-nav li a:hover,
    .main-nav li a:focus {
        background-color: #6195ff;
        color: #fff;
        opacity: 1
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: fontawesome;
        float: right;
        -webkit-transition: .2s -webkit-transform;
        transition: .2s -webkit-transform;
        transition: .2s transform;
        transition: .2s transform, .2s -webkit-transform
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, .1)
    }
    .dropdown li a {
        padding: 6px 10px
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: .2s all;
        transition: .2s all
    }
}

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px
}

.nav-collapse span:before,
.nav-collapse span:after {
    content: "";
    display: block
}

.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
    height: 4px;
    background: #10161a;
    -webkit-transition: .2s all;
    transition: .2s all
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px)
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px)
}

#nav.open .nav-collapse span {
    background: 0 0
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg)
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg)
}

.logo-left .logo{
  height: 45px;
}

header {
    position: relative;
}

#home {
    height: 100vh;
    border-bottom: 1px solid #ccc;
}

#home .home-wrapper,
#about .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {}

#footer {
    position: relative
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px
}

.footer-logo>a>img {
    max-height: 80px
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px
}

.footer-follow li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #fff
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {
    
}

@media only screen and (max-width:480px) {
   
   body {
        font-family: KyrialSansProRegular;
        font-size: 14px;
        line-height: 1.4;
        overflow-x: hidden;
        color: #fff
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: KyrialSansProRegular;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 16px;
        color: #fff
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 32px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 10px
    }

    .logo-left{
        display: none;
    }
    
    #what h3 {
        font-size: 17px !important;
        margin-bottom: 16px !important;
    }
    #what .list-icon {
        max-width: 38px !important;
    }
    .logo-wrapper {
        text-align: center;
    }
    .logo-wrapper img {
        position: relative !important;
    }
    #products li {
        font-size: 14px !important; 
    }
    .footer-follow li a {
        width: 30px;
        height: 30px;
    }
    input[type=text], input[type=email], input[type=password], input[type=number], input[type=date], input[type=url], input[type=tel], textarea {
        height: 30px;
    }
    .md-padding {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .sm-padding {
        padding-top: 50px;
        padding-bottom: 12px;
    }
    .section-header {
        margin-bottom: 30px;
    }
    #footermenu h5 {
        margin-bottom: 0px !important;
    }
}


.section h4{
	line-height: 28px;
    font-weight: normal;
    font-size: 24px;
}

#about h2{
	line-height: 52px;
	margin-bottom: 10px;
}#about h5{
    font-weight: normal;
}
#who p, #products li{
    letter-spacing: 1.5px;
    font-size: 18px;
    text-align: justify;
}
#products li{
    margin-bottom: 20px;
}
#products .sub li{
    margin-bottom: 0px;
    margin-left: 20px;
}
#who h5{
    font-weight: normal;
    font-size: 17px;
}
#who img{
    text-align: center;
}
#what h3{
	font-weight: normal;
}

#what h3{
    font-size: 26px;
    margin-bottom: 60px;
}
#what .list-icon{
	max-width: 80px;
	margin-right: 20px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
#what .list-icon:hover {
   -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#who .list-icon{
    max-width: 50px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
#people img{
    width: 110px;
}
#people img,
#people h5 {
    cursor: pointer;
}
#people #description{
    width: 100%;
    height: 100vh;
    padding: 0px;
    position: absolute;
    z-index: 99;
    opacity: 1;
}
#people #description p,
#people .modal p{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #fff;
}
#people .modal-content{
    background-color: #0000008a;
}
#people .modal p, 
#people .modal .modal-title,
.close{
    color: #fff;
}
.modal p, .modal .modal-title{
    color: #1a1a1a;
    text-align: justify;
}
.goto{
	position: absolute;
	bottom: 40px;
	left: 50%;
	background-color: #fff;
	color: #8f001c;
	padding: 5px;
	border-radius: 50%;
	width: 40px;
	animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
    text-align: center;
    z-index: 2;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

#contact form .form-control,
#contact form .relative,
#contact form .btn,
.footer-follow a,
.list-icon,
.logo-wrapper img,
.box-icon,
#what1 h4,
#footermenu ul li a,
#products h3,
.read-more,
#people img,
#people h5 {
    position: relative !important; 
    z-index: 99;
}
#products h3 a{
    color: #fff;
}
    
/*#products li:before {
  content: "\f192"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 18px; 
}*/
#products .products-img{
    margin-top: -5px;
    width:30px
}

.logo-wrapper {
    height:100px;
}
.logo-wrapper img {
    max-height:150px;
    max-width:100%;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;    
}
.logo-wrapper img:hover
{
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}
.footer-follow img{
    max-width: 30px;
}
.box-icon{
    max-width: 140px;
    margin-bottom: 10px;
}

#what1 h4 {
  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  color: #000;
}

#what1 .col-md-3:hover h4 {
    background-position: left bottom;
    color: #fff;
}
#what1 .col-md-3:hover .box-icon{
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -o-transform:scale(0.5);
    transform:scale(0.5);
}
#contact .help-block {
    color: #edeaea;
}

#footermenu.section {
    overflow: auto;
}

#footermenu h5{
    color: #ccc;
}

#footermenu ul li a{
    color: #ffffff;
    font-size: 12px;
}
#footermenu img{
    max-height: 266px;
}
.policy-area {
    display: block;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #ededed;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    text-align: center;
    animation: slideup 5s 1s 1 ease forwards;
    -webkit-animation: slideup 5s 1s 1 ease forwards;
    height: 40px;
}
.policy-area p {
    padding: 1px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #1c1c1c;
}
.policy-area .close-policy {
    background: #484647;
    padding: 5px 15px;
    color: #fff;
    margin-left: 5px;
    font-weight: 700;
}
