@import url('https://fonts.googleapis.com/css?family=Lato');
body{
   font-family: 'arial';
}
.logo{
    height: 70px;
	padding-left: 5%;

}
.head-top-h h2{
    font-family: 'arial', serif;
}
.bg-manual{
      background: linear-gradient(to right, #1f541e 5%, #523a0c, #bb2a1d);
	  border-bottom: 6px solid #463014;
	   padding: 1px;
}
a.btn.login.btn-md.float-md-right {
    height: 35px;
	font-size: 11px;
}
/* start new search-box-area*/
.nav-item {
    font-family: 'arial', sans-serif;
	
}
.home-menu-nav li.nav-item {
    font-size: 11px;
}
.home-menu-nav li.nav-item:first-child {
    padding-left: 105px;
}
.head-top{
    /*background-color: #fce3d9; */
    height: 320px;
    width:100%;
    margin-top: -2px;
    background-image: url("../images/Hompage-Banner-1920x326-9.png");
	background-position: center center;
}
.head-top-h{

}
img.img-fluid.home-logo {
    height: 60px;
}
#e{
    text-transform: none;
}
.head-top h2{
    margin-top:90px;
    color:#2d2d2c;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.login {
    color: #eaeaea;
    /* background-color: #b22b1c; */
}
.login:hover{
	color: #ffffff !important;
}
footer, .bg-dark{
    background: linear-gradient(to right, #1f541e 5%, #523a0c, #a42e19);
    border-bottom: 6px solid #9c2f18;
}
a {
    color:white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: gray;
    text-decoration: underline;
}
a.btn.btn-home.btn-sm {
    color: #fff;
    background-color: #1b1e21;
    /* border-color: #bd2130; */
}
* {
    box-sizing: border-box;
}

.example input[type=text] {
    padding: 5px;
    font-size: 17px;
    border: 1px solid #093d50;
    float: left;
    width: 70%;
    background: #f1f1f1;
    outline: 0;
    height: 55px;
    padding-left: 38px !important;
    width: 70% !important;
    box-sizing: border-box !important;
}
.goToSubDomain{
    padding: 5px;
    font-size: 17px;
    border: 1px solid #1f3f1e;
    float: left;
    width: 70%;
    background: #f1f1f1;
    outline: 0;
    height: 55px;
    padding-left: 38px !important;
    width: 70% !important;
    box-sizing: border-box !important;
	margin-top: 8px;
}
.example button {
    float: left;
    width: 30%;
    padding: 5px 5px 4px;
    background: #1f3f1e;
    color: white;
    font-size: 17px;
    border: 1px solid #1f3f1e;
    border-left: none;
    height: 55px;
    cursor: pointer;
}
.home-search-btn {
    position: relative;
    top: 8px;
}
.home-search-btn i{
    position: relative;
    top: 0px;
}
form.example button:hover {
    background: gray;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}
.inpu input[type='submit']{
    background-color: #f17342;
    color: white;
    width:70%;
}

.search-box-area{
    padding-top: 30px;
}
.inpu i.cata{
    position: absolute;
    top: 30px;
    left: 15px;
    margin-bottom: 25px;
    font-size: 14px;
}
.white-search{
    color: #fff;
}
input{
    padding-left: 30px !important;
}
.contact-form input {
    padding-left: 15px !important;
    height: 45px;
    border-color: #7a8e7f;
}
.contact-form input:focus{
	outline: 0;
}
.contact-form textarea{
    padding-left: 15px !important;
    border-color: #7a8e7f;
}
.contact-form textarea:focus{
	outline: 0;
}
.inpu input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

.inpu{
    width:100px;
    height:80px;
}


input[type=text] {
    width: 100%;


    box-sizing: border-box;
}

.top-search{
    margin:auto;
    max-width:560px;
    position: relative;
}
/* start categires area*/
.m_c{
    background-color: #f17342 !important;
    border-radius: 20px;
    color: white;
}
/* end categires area*/
/* start main area*/

.happy h3{

}
#happy{
    color: #f17342;
}
/* main page main start*/
.head{
    text-align: center;
}

.head h3 {
	margin: 20px 0;
    line-height: 1;
    color: #383d41;
	font-size: 20px;
	font-family: 'arial', serif;
} 
*{
    box-sizing: border-box;
}

ol, ul {
    list-style: none; 
	
}
div#ui-id-14 ul {
    margin-bottom: 1rem;
    font-size: 12px;
}
.statGrid {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    float: left;
}
.clearfix {
    zoom: 1;
}
.statGrid li {
    width: 190px;
    height: 190px;
    display: inline-block;
    margin: 15px;
}
.statItem {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}
.statInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 5px 3px 5px #787070;
	display: grid;
	align-items: center;
}
.statInfo img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: 86%;
}

.statInfo h3 {
    color: black;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    font-size: 24px;
    margin: 0 auto;
    padding: 45px 0 3px 0;

    font-weight: 700;
    text-shadow: 0 0 1px #fff;
}
.statInfo p {
    color: #474d35;
    padding: 10px 5px;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 15px;
    text-align: center;
    font-weight: bolder;
    margin-top: -6px;

}

.statThumb {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    box-shadow: inset 0 0 0 15px #dc3545;
    transform-origin: 95% 40%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
        background: #e6ddddbd;
    top: 0;
    left: 0;
}
.statThumb::after {
    content: "";
    height: 3px;
    width: 3px;
    background-color: black;
    display: block;
    z-index: 100;
}
.statThumb p {
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    color: #212529;
    font-weight: bold;
}
.statItem:hover .statThumb {
    transform: rotate(-110deg);
}
.statItem:hover .statInfo p a{
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
}
/* bar start*/
/* end main area*/
.btn-border{
    border: 1px solid #dc3545;
    background-color:#dc3545;
    margin: 10px 0 10px 0;
    width: 20%;
    height:40px;
    padding: 5px;

}

/* start happy area*/
.happy h4 {
    margin: 65px auto 50px;
    font-family: 'arial', serif;
	font-size: 20px;
   
}
#o_v{
   /* color: #2d2d2c;*/
}

.backgrd {
    background-image: url(../images/background2.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
   /*  background: #3b4614; */
}
.left_h_p {
    margin: 0 auto;
    text-align: center;
	padding: 20px 5px;
	transition: transform 1s;
	cursor: pointer;
}
.left_h_p:hover{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.left_h_p img{
    width: 117px;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
    top: 0;
    left: 0;
}
* {
    box-sizing: border-box;
}
.uper {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.mid{
    font-size: 11px;

}

.icon{
    /* margin: 0 0 0 35px; */
}
.icon2{
    position: relative;
    top: -20px;
}
.left_h_p p i{
    font-size: 10px;
    color: orange;

}
.fb_c{
    color: gray;
}
.fb_c i{
    font-size: 15px;

}
.uper{
    text-transform: uppercase;
}
.cl-name{
	margin-bottom: 0;
	    color: #000000;
}
.icon-size {
  /* max-width: 120px;
    height: 90px;
    margin: 42px auto 0;*/
	    max-width: 120px;
    height: 60px;
    margin: 60px auto 0;
}
/* start footer area*/
.footer{
    background-color: #414b4f;
    height: 400px;
    margin-top: 60px;
    width: 100%;
}
.footer_top{
    margin: 60px;
    color:white;
    font-size: 14px;
    height: 50px;
}
.img-footer{
    height: 20px;
}
.circle img{

}
.footer-header{
    margin-top:50px;
}
.footer-row-2 .footer-header {
    margin-top: 0;
}
h5.footer-header{
    font-size: 20px;
}
p{
    font-size: 14px; 
}
/* start footer copyright area*/
.center-block {
    text-align: center;
    background-color: #133e0c;
}
.center-block a{
    color:#dcdcdc;
   text-decoration: none;
}
footer p {
    color: white!important;
	font-size: 14px;
	width: 90%;
}
h5.footer-header {
	color: #060606 !important;
	font-size: 18px !important;
}
}
.map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:350px;
    width:100%;
    position:absolute;
}
div .blog img {
    width: 100%;
    height: 315px;
}
* {
    box-sizing: border-box;
}

/* Style inputs */
.page-text-area p {
    font-size: 16px;
	color: gray;
}
p {
    margin-bottom: 1rem;
    font-size: 12px;
    /* color: gray; */
}
h4 {
    font-size: 22px;
    font-weight: 20px;
}

.contact-boder{
	height: 5px;
	background-color: blue;
	width: 9%;
	align-content: center;
	text-align: center;
	margin: 15px auto;
}
.contact-form {
    margin-bottom: 50px;
}
.text-gold{
	color: gold !important;
}
.text-white1 {
    color: #f5f5f5 !important;
}
.head-top-blog h1{
    font-weight: 300;
    color: #222;
    text-transform: uppercase;
    margin: 20px 0;
}
.head-top-blog img{
	height: 350px;
	overflow: hidden;
}
.head-top-blog img{
	width: 100%;
}
.post img{
	height: auto !important;
}
.blog-list strong {
    color: #333;
    font-weight: 600;
}
.blog-list p {
    margin: 5px 0 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px;
    line-height: 1.3125rem;
}
div .flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 380px;
}
.flex_column a{
	color: #007bff;
}
.flex_column a:hover{
	color: #0056b3;
}
.post-desc {
    white-space: pre-line;
}
.post-desc p{
	font-size: 16px;
}
.contain a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: 200px;
   
}
.hr-short .hr-inner {
    width: 30%;
    left: 50%;
    margin-left: -15%;
}
.hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
}
.hr-short {
    height: 20px;
    line-height: 20px;
    margin: 30px 0;
    float: none;
}

.hr {
    clear: both;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 25px;
    position: relative;
    margin: 45px 0;
    float: left;
}
.hr-short .hr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.avia-button-wrap {
    display: inline-block;
}
.avia-button.avia-size-small {
    padding: 9px 10px 7px;
    font-size: 13px;
    min-width: 80px;
}

.blog-list img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
.category-widget {
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    box-shadow: 0 0 3px #f3dfdf;
}
.category-widget li{
	padding: 5px 0;
}
.category-widget li a{
	padding-left: 5px;
	color:#444;
}
.widget-title {
    font-size: 20px;
    border-bottom: 2px solid #456c92;
    padding-bottom: 5px;
}
/* Certification styles */
.certification {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.client-image{
	display: block;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.client-name{
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
}
.client-certification{
	color: #444;
	font-size: 14px;
	text-align: justify;
	word-wrap: break-word;
}
.each-certification {
    background: #77e9cf;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 4px #afb2b5;
}
.text-bottom-border{
	width: 120px;
	height: 3px;
	background-color: cyan;
	display: block;
	margin: 0 auto 20px;
}
/* Custom modal */
.c-modal-hide{
	display: none;
}
.custom-modal{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .7);
    z-index: 1000000;
	display: none;
}
.modal-area {
    width: 0;
	height: 0;
    background: #FFF;
    border: 2px solid #DDD;
    margin: 0 auto;
    position: relative;
    padding-bottom: 35px;
}
.c-modal-body{
	padding: 15px;
	position: relative;
	height: 325px;
	overflow-y: auto;
}
.c-modal-footer{
	
}
.cert-text {
    padding: 0 20px;
    white-space: pre-line;
}
.cert-quote-left{
	color: #999;
}
.cert-quote-right {
    position: absolute;
    right: 15px;
    color: #999;
}
.close-btn-c-modal:hover {
	color: red;
}
.close-btn-c-modal {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    color: #888;
}
.modal-img {
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.client-name-text {
    text-align: center;
    font-size: 20px;
}
.main-content-box{
	overflow: hidden;
}
.contact-map {
    height: 350px;
}
.client-section {
    height: 470px;
}
.card-blurb a{
	color: #007bff;
}
.card-blurb p{
	font-size: 15px;
	line-height: 20px;
	color: #212529;
	text-align: justify;
}
@media screen and (min-width: 767px){
	.navbar-expand-md .navbar-nav {
		/* width: 800px; */
		display: block;
	}
	
	.my-2.my-lg-0 {
	  /* width: 310px; */
	}
	.nav-item {
		display: inline-block;
		margin-right: 10px;
	}
}
@media screen and (max-width: 600px) {
    .column, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width: 550px){
    .col-xs-1{ width: 8.33%;}
    .col-xs-2{ width: 16.66%}
    .col-xs-3{ width: 25%;}
    .col-xs-4{ width: 33.33%}
    .col-xs-5{ width: 41.66%}
    .col-xs-6{ width: 50%;}
    .col-xs-7{ width: 58.33%}
    .col-xs-8{ width: 66.66%}
    .col-xs-9{ width: 75%}
    .col-xs-10{ width: 83.33%}
    .col-xs-11{ width: 91.66%}
    .col-xs-12{ width: 100%}
}

@media screen and (max-width: 992px) {
   
div .blog img {
    width: 100%;
    height: auto;
}
.media img {
    width: 100%;
	height: auto;
}
.home-menu-nav li.nav-item:first-child {
    padding-left:0;
}
}

@media screen and (max-width: 1920px) and (min-width: 1300px) {
	div .blog img {
    width: 100%;
    height: auto;
}
}
/* 7/2/18 */
.foot-nav{
	padding: 0;
    font-size: 13px;
}
.mat{
	    margin-top: 78px;
}
.mat-1{
	margin-top: 100px;
}
.mat-3{
	    margin-top: 118px;
}
.copyright-text{
font-size: 11px;
}

@media screen and (max-width:480px){
	.footer-height, .footer-row-2 {padding-left:20px;}
}
.social{
	
}
/* 7/2/18 */
@media screen and (max-width:480px){
    .left_h_p p i { font-size: 10px; }
    .p.uper { font-size: 7px; margin: 10px 0 0 6px;}
    .icon {    margin-left: 35px;
    text-align: center;}
    .mid {     font-size: 14px;
    text-align: center;
    display: block;
    margin-left: 0;
        margin-bottom: 0;
    }
    .left_h_p img { width: 90%; height: 50%;}
    .uper {
		font-size: 14px;
		margin-top: 10px;
		text-align: center;
	}
    .btn-border{
        width: 45%;
    }

}
/* new add */
.font{
	font-weight: 800;
    font-size: 15px;
}
.page-item .page-link a {
    color: #333;
}
.btn-style-22{
	padding: 5px 15px;
}
i.fa.fa-facebook {
    /* background: #0f5aab; */
}
i.fa.fa-twitter {
    background: #4eddf5;
}
i.fa.fa-google-plus {
    background: #f52222;
}
i.fa.fa-linkedin {
    /* background: #2d5e8a; */
}
i.fa.fa-youtube {
    background: #FF0000;
}
i.fa.fa-instagram {
    background: linear-gradient(#980391, #daab45);
}
.footer-row-2 .fa {
    /* color: #fff; */
    /* font-size: 10px; */
    /* border-radius: 50%; */
    /* padding: 6px 6px; */
    /* width: 20px; */
    /* float: left; */
    /* margin-bottom: 7px; */
    /* margin-right: 15px; */
    /* text-align: center; */
}
.social-logo li a{
	font-size: 14px;
}
i.fas.fa-user.icon-user {
	padding-right: 10px;
}
.foot_social .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 20px;
    display: block;
    background-color: blue;
    padding: 0;
    margin-right: 10px;
}

.foot-menu ul li a {
    color: #bdc4ca;
    transition: 2s;
}
.foot_social .icon i {
    line-height: 32px;
    color: white;
}
a.nav-link.icon.bg-red {
    background: red;
}
a.nav-link.icon.bg-multi {
    background: linear-gradient(#980391, #daab45);
}