html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    //  background-image: url("../images/dark_brick_wall.png");
    font-family: 'aileronregular';
    font-size: 1.5rem;
    font-weight: 500;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

}

a, button {
    text-decoration: none;
    // transition: all 0.3s ease 0s;
}
a, a:hover, a:focus, button:hover, button:focus {
    outline: 0 none !important;
    text-decoration: none;
}
.top-nav-collapse .sidenav{
    top: 49px !important;
}
.mt-5{
    margin-top: 5px;
}
/*.top-nav-collapse .sidenav{
    background: #333;
    box-shadow: none;

}*/
.navbar-default {
    background:#fff; border-bottom:2px solid #a82a1b;
   /* border-color: transparent;*/
    box-shadow: 0px 38px 29px -40px #1f181b;
    margin: 0;
}
.banner-set .navbar-default {
    background: rgba(0,0,0,0.7);
}
.logo{
    line-height: 48px;
}
.logo > a {
    color: #fff;
    font-size: 40px;
    letter-spacing: -4px;
}
.logo > a > span {
    color: #a82a1b;
    font-size: 25px;
    letter-spacing: -1px;
}
.search{
    color: #fff;
    cursor: pointer;
}
.search:hover{
    color: #a82a1b;
}
.search > i {
    font-size: 22px;
    margin-top: 6px;
}
header .navbar-default .navbar-nav > li > a {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'aileronsemibold';
}

header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover{
    color: #a82a1b;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background: none;
    color: #a82a1b;
}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    font-size: 30px;
}
.carousel-control{
    //  opacity: 1;
}
.carousel-control:focus, .carousel-control:hover{
    color: #a82a1b;
}

.carousel {

    position: relative;
    margin-top: 100px;

}

.navbar-nav{ margin-top:5px;}

.navbar-toggle {
    background: #a82a1b;
    border: none;
    border-radius: 0px;
    margin-right: 0px;
    padding: 7px 8px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    border-radius: 0;

    width: 16px;
}
.navbar-nav li.active::before {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 19px solid #a82a1b;
    content: "";
    left: 30%;
    position: absolute;
    text-align: center;
    top: -23px;

}
.navbar-nav li.active {
    position: relative;
}
.top-nav-collapse .navbar-nav li.active::before{

    top: -7px;
}
.top-nav-collapse {
    background: #fff;
    box-shadow: -6px 21px 21px -20px #1f181b; border-bottom:2px solid #a82a1b;
}
.carousel-caption {
    left: 16%;
    text-align: left;
    top: 44%;
}
.carousel-indicators .active {
    background-color: #a82a1b;
}
.carousel-caption > h1 {
    color: #a82a1b;
    font-family: roboto;
    font-size: 50px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
}
.text-white{
    color: #fff !important;
}
.carousel-caption > h1 + h1 {
    margin-top: 10px;
}

.baner{ margin-top:100px; border-bottom:2px solid #a82a1b;}

/*about block*/
.about-block{
    padding: 65px 0;
}
.text-head > h1::before {
    border: 3px solid #a82a1b;
    border-radius: 20px;
    content: "";
    display: inline-block;
    height: 80px;
    margin-right: 40px;
    vertical-align: middle;
}
.text-head > h1 {
    color: #000;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h1{
    font-size: 25px;
    font-family: 'aileronheavy';
}
h3{
    font-size: 20px;
    font-family: 'aileronsemibold';
}
p{
    letter-spacing: 0.5px;
}
.about-desc > h3 {
    color: #000;
    letter-spacing: 0.5px;
    margin: 0 0 30px;
}
.margin-t50{
    margin-top: 50px;
}
.margin-t65{
    margin-top: 65px;
}



.about-desc > p {
    text-align: justify;
    line-height: 26px;
}
.about-desc > p + p {
    margin-top: 35px;
}
.to-do-block, .awesome-block, .skill-block, .project-block, .agent-block, .customer-block, .gallery-block, .history-block, .reach-us-block{
    padding-top: 65px;
}
.customer-block .blog-views .media-left img{
    border: 2px solid #a82a1b;
}
.block-section {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
}
.block-section > p {
    line-height: 25px;
    margin-top: 30px;
}
.icon-image > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 80px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}
.icon-image > a > i {
    font-size: 50px;
    line-height: 80px;
}
.icon-image {
    margin: 20px 0 40px;
}
.to-do-inner-image-block{
    background: url(../images/Home/Img2.png);
    margin-top: 70px;
    padding: 75px 0;
    background-size: cover;
}
.g-col{
    background: #2ED3B1;
}
.g-col a:hover{
    color: #2ED3B1;
}
.o-col{
    background: #D86F4F;
}
.o-col a:hover{
    color: #D86F4F;
}
.b-col{
    background: #4798D0;
}
.b-col a:hover{
    color: #4798D0;
}
.p-col{
    background: #DB4FB2;
}
.p-col a:hover{
    color: #DB4FB2;
}
.black-col{
    color: #333 !important;
}
.icon-image-second > a {
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    height: 65px;
    width: 65px;
    color: #000;
    cursor: pointer;
}
.icon-image-second > a:hover{
    color: #a82a1b;
    border-color: #a82a1b;
}
.icon-image-second > a > i{
    line-height: 64px;
    font-size: 35px;
}
.full-black-col{
    color: #000;
}
.awesome-block h3{
    letter-spacing: 4px;
}
.awesome-block .block-section{
    //  padding: 10px 65px
}
.margin-t100{
    margin-top: 100px;
}
.awesome-block p {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.awesome-image-block{
    background: url(../images/Home/Img3.png);
    padding: 95px 0;
    margin-top: 30px;
}
.sticky-head {
    background: rgba(76, 212, 176, 0.8) none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    width: 85%;
}
.sticky-head > h1 {
    font-family: aileronheavy;
    font-size: 40px;
    //  font-weight: 600;
    letter-spacing: 4px;
    margin: 0 0 30px;
}

.sticky-head > p {
    font-family: aileronsemibold;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 0;
}
.pos-center {
    padding: 65px 0;
    text-align: center;
}
.center-pills {
    display: inline-block;
}
.pos-center ul li {
    border: 2px solid #000;
    border-radius: 10px;
}
.pos-center ul li + li{
    margin-left: 10px;
}
.pos-center ul li a {
    border-radius: 5px;
    color: #000;
    font-family: aileronbold;
    letter-spacing: 1px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.pos-center .nav-pills > li.active, .pos-center .nav-pills > li.active > a:focus, .pos-center .nav-pills > li.active > a:hover, .pos-center .nav > li:hover{
    border-color: #a82a1b; 
}
.pos-center .nav-pills > li.active > a, .pos-center .nav-pills > li.active > a:focus, .pos-center .nav-pills > li.active > a:hover {
    background-color: #a82a1b;
    color: #fff;
}
.pos-center .nav > li > a:focus, .pos-center .nav > li > a:hover{
    background: #a82a1b;
    color: #fff;
}
.effect-image{
    margin-bottom: 30px;
}
.effect-image:hover{
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}
.agent-image {
    position: relative;
    overflow: hidden;
}

.agent-image {
    position: relative;
}
.image-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: -700px;
    opacity: 0;
    transition: top 0.9s;
}
.agent-image:hover .image-overlay{
    opacity: 1;
    top: 0;

}
.part-left {
    display: flex;
    flex-direction: column;
    float: left;
    height: 100%;
    justify-content: center;
    width: 35%;
}
.part-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 65%;
}
.part-right > h3 {

    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.part-right > h3 > a{
    color: #fff;
    cursor: pointer;
}
.part-right > h3 > a:hover, .part-left > a:hover{
    color: #a82a1b;
    border-color: #a82a1b;
}
.part-left > a {
    border: 1px solid #fff;
    display: block;
    height: 35px;
    width: 35px;
}
.part-left > a {
    border: 1px solid #fff;
    display: block;
    height: 32px;
    margin: 15px 30px;
    transform: rotate(45deg);
    width: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.part-left a > i {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    transform: rotate(-45deg);
}
.agent-image img {
    margin: 0 auto;
}
.port-block{
    padding: 60px 30px;
    border: 2px solid #a82a1b;
    position: relative;
}
h5 {
    font-family: aileronsemibold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 36px;
}
.blog-views{
    margin-top: 35px;
    margin-left: 24%;
}
.blog-title {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    text-indent: 20px;
}
.blog-rev {
    margin: 7px 0 0;
}
blog-rev > span{
    font-size: 12px;
}
.blog-rev > span > i {
    color: #a82a1b;
    font-size: 22px;
    margin-right: 5px;
}
.port-block::after {
    border: 2px solid #a82a1b;
    bottom: -14px;
    content: "";
    height: 25px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 25px;
}
.port-block::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    bottom: -11px;
    content: "";
    height: 25px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 25px;
    z-index: 1;
}
.contact-form{
    margin: 90px 0 75px 0;
}
.contact-form input, .contact-form textArea {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #000;  
    font-size: 18px;
    height: 50px;
    letter-spacing: 2px;
    padding-left: 10px;

}
.contact-form input{
    width: 32.45%;  
    float: left;
}
.contact-form textArea{
    height: 155px;
    width: 100%; 
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
}
.contact-form input + input {
    margin-left: 15px;
}
.contact-form input::-moz-placeholder, .contact-form textArea::-moz-placeholder{
    color: #000;
    opacity: 1;
}
input::-webkit-input-placeholder, textArea::-webkit-input-placeholder{
    color: #000;
    opacity: 1;
}
.buttons > a {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer
}
.buttons > a + a{
    margin-left: 20px;
}
.buttons > a:hover{
    background: #a82a1b;
    border-color: #a82a1b;
    color: #fff;
}
.buttons > button {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
}
.buttons > button:hover {
    background: #a82a1b;
    border-color: #a82a1b;
    color: #fff;
}
.effect-image img {
    margin: 0 auto;
}
/*footer-top*/
.footer-top, footer{
    background: #111113;
}
.info-block{
    padding: 45px 0;
}
.info-block a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-left: 25px;
    cursor: pointer;
}
.info-block a:hover{
    color: #a82a1b
}
.info-block a > i {
    font-size: 25px;
    text-indent: -25px;
    vertical-align: middle;
}
.info-block span {
    margin-left: -5px;
    overflow: hidden;
    vertical-align: middle;
}
.add-space{
    margin-left: 35px !important;
}
.add-space > i{
    text-indent: -35px !important;
}
footer{
    padding: 25px 0;
    border-top: 1px solid #fff; margin-top:40px;
}
.footer-block > h4 {
    color: #fff;
    font-family: aileronbold;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.footer-block ul.list-unstyled li {
    font-size: 20px;
    line-height: 40px;
}
.footer-block ul.list-unstyled li a{
    color: #fff;
    text-transform: capitalize;
}
.footer-block ul.list-unstyled li a:hover{
    color: #a82a1b;
}
.footer-block li.active a{
    color: #a82a1b !important;
}
.social-icons{
    list-style: none;
    padding: 0;
}
.social-icons li{
    display: inline;
}
.social-icons li + li{
    margin-left: 5px;
}
.social-icons li a{
    width: 32px;
    height: 32px;
    text-align: center;
    color: #000;
}
.social-icons li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 35px;
    text-align: center;
    width: 35px;
    cursor: pointer;
}
.social-icons li a:hover{
    background: #a82a1b;
    color: #fff;
}
.social-icons li a i{
    line-height: 34px;
    font-size: 18px;
}
.copyright {
    color: #fff;
    font-family: aileronsemibold;
    font-size: 17px;
    letter-spacing: 2px;
    margin-top:0px;
}
.copyright a{
    color: #a82a1b;
    font-size: 18px;
}
.copyright a:hover{
    color:#fff;
}
/*progress bar*/
.progress {
    background: #000 none repeat scroll 0 0;
    border-radius: 0;
    height: 35px;
}
.our-skills {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 60px;
}
.our-skills::after, .our-skills::before {
    content: " ";
    display: table;
}
.our-skills::after{
    clear: both;
}
.single-skill {
    float: left;
    padding: 0 15px;
    width: 50%;
}
.progress-bar {
    background: #a82a1b;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    padding-right: 12px;
    text-align: right;
    line-height: 35px;
    color: #000;
}
.progress .progress-bar.six-sec-ease-in-out {
    transition: width 2s ease-in-out 0s;
}
.single-skill > p {
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
}
.bxslider{
    padding-left: 0;
    //  margin-top: 65px;
}
.bx-wrapper .bx-viewport{
    left: 0;
}
.bx-wrapper .bx-controls-direction a{
    top: 50%;
    color: #000;
}
.bx-wrapper .bx-controls-direction a:hover{
    color:#a82a1b;
}
.bx-wrapper .bx-prev {
    background: none;
    font-size: 25px;
    left: -40px;
}
.bx-wrapper .bx-next{
    right: -40px;
    font-size: 25px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #000 none repeat scroll 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #a82a1b;
}
.history-block-inner {
    position: relative;
}
.line-show-effect {
    background: #000 none repeat scroll 0 0;
    height: 87.5%;
    left: 50%;
    position: absolute;
    top: 95px;
    width: 4px;
}
.text-box {
    border: 1px solid #000;
    padding: 50px 30px;
}

.text-box h3 {
    font-family: aileronsemibold;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-indent: 0;
    text-transform: uppercase;
}
.history-block-inner .media {
    padding: 0 55px;
}
.blank-block{
    min-height: 190px;
    position: relative;
}
.blank-block > span::before, .blank-block .span-left:before{
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 13px;
    left: -33px;
    position: absolute;
    top: 7px;
    width: 20px;
}
.blank-block > span, .blank-block .span-left {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    position: absolute;
    top: 40%;
}
.blank-block .span-left {
    right: 15px;
}
.blank-block .span-left::before {
    left: 54px;  
}
.history-block-inner .col-md-6 {
    min-height: 190px;
}
.text-box .media-left a, .text-box h3 > a{
    color: #000;
    cursor: pointer;
}
.text-box .media-left a:hover, .text-box h3 > a:hover{
    color: #a82a1b;
}
.blank-block span:hover{
    color: #a82a1b;
}
.text-box .media-left a > i {
    border: 1px solid #000;
    font-size: 55px;
    margin-right: 20px;
    padding: 8px;
}
.head-wrapper{
    background: url('../images/Home/blog-head.jpg');
    padding: 10em 0;
}
.blog-block{
    padding-top: 65px;
}
.blog-title-head {
    font-family: aileronsemibold;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 50px 0 15px 0;
}
.blog-title-head > a{
    color: #000;
    cursor: pointer;
}
.blog-title-head > a:hover{
    color: #a82a1b;
}
.blog-date {
    color: #000;
    font-family: aileronregular;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}
.blog-desc {
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 40px 0;
    text-align: justify;
}
.head-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/Home/banner.jpeg") no-repeat scroll center center / cover ;
    height: 600px;
    width: 100%;
}
.about-block-page{
    padding-top: 65px;
}
.blog{
    padding-top: 65px;
}
.blog .blog-title-head{
    margin: 0 0 15px 0;
}
.green-color{
    color: #a82a1b;
}
.blog-list h4, .blog-list1 h4 {
    border-bottom: 2px solid #a82a1b;
    color: #000;
    font-family: aileronsemibold;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog-list1 {
    margin-top: 25px;
}
.blog-list ul {
    margin: 0;
    padding: 0;
}
.blog-list ul li {
    list-style: outside none none;
    border-bottom: 1px dashed #ddd;
}
.blog-list li a {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 12px 0;
    text-decoration: none;
    cursor: pointer;
}
.blog-list li a:hover{
    color: #a82a1b;
}
.blog-text > p > a{
    color: #a82a1b;
    cursor: pointer;
}
.blog-text > p > a:hover{
    color: #333;
}
.blog-list-top {
    padding: 10px 0 25px;
}
.blog-img {
    float: left;
    width: 40%;
}
.blog-text {
    float: right;
    width: 55%;
}
.blog-text span {
    color: #989898;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}
.blog-list li i {

    margin-right: 5px;
    transition: all 0.6s ease 0s;
}
.single-bottom .contact-form input {
    // width: 32.15%;
    // margin-left: 11px;
}
.single-bottom button[type="submit"] {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    //  margin: 0 0.8em;
    outline: medium none;
    padding: 0.4em 1.8em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.single-bottom button[type="submit"]:hover{
    background: #a82a1b;
}
.single-bottom .contact-form {
    margin: 25px 0 20px 0;
}
footer .width-100{
    margin-bottom: 15px;
}
footer .blog-text > p > a{
    color: #fff;
}
footer .blog-text > p > a:hover{
    color: #a82a1b;
}
footer .blog-img img{
    border: 1px solid rgba(0,0,0,0);
}
footer .blog-img img:hover{
    border-color: #a82a1b;
}
/*search icon*/
a#searchtoggl {
    display: inline-block;
    margin: 0.5em 0 5px 0;
}
/** hidden search field **/
#searchbar {
    display: none;
    float: left;
    width: 180px;
    // width: 100%;
    height:35px;
    border-top: 1px solid #d8d8d8;
    padding-left: 25px;
    padding-right: 10px;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    position: absolute;
}
#searchsubmit {
    display: block;
    float: right;
    margin-top: 9px;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}
#search-icon {
    display: block;
    width: 100px;
    //  width: 88%;
    border: 0;
    outline: none;
    padding: 0;
    height: 34px;
    line-height: 60px;
    font-size: 15px;
}
/*back to top*/
.back-to-top {
    bottom: 31px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
}
.grid-item > img:hover {
    opacity: 0.8;
}