.footer-icons ul li {
    display: inline-block;
}

.logo-bg {
    background: #7a9ec8;
}

.logo-bg1::before {
    background-color: transparent !important;
}
.logo-bg1::after {
    background-color: transparent !important;
    border-left: 100px solid #fff !important;
}
.logo-bg::before {

    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    background: #7a9ec8;
    z-index: 10;
    width: 90px;
    height: 100%;

}
.logo-bg::after {
    content: "";
    position: absolute;
    /*! right: -100px; */
    top: 0;
    border-top: 79px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100px solid #7a9ec8;
    z-index: 10;
}
.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
        padding-top: 3px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li a::after {
    position: absolute;
    /*! content: "\e87a"; */
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 12px;
    left: 0;
}

.footer-tags li a:hover, .footer-icons ul li a:hover {
    color: #fff;
    background: #fd5f16;
    border: 1px solid #fd5f16;
}

.hilt  {
	font-size: 24px;
color: #f05305;
}
.callTol a {
    color: #fff;
}
.callTol i {
    font-size: 25px;
}



.mts {
    margin-top: 37px;
    margin-bottom: 40px;
}
.mts1 {
   background-image: url(../img/bc.jpg);
   background-attachment: fixed;
   background-position: center;

   padding-bottom: 87px;
}
.mts1 h3 {
    color: #fff !important;
}


.golbox {
    background-color: #672dbe;
    border: 1px solid #565656;
    color: #fff;
    text-align: center;
    height: 169px;
    padding: 18px;
    box-shadow: 5px 5px 5.5px #0003;
}

.golbox:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
}

.igm {
    width: 100px;
}

.hed h3 {
	font-size: 24px;
line-height: 34px;
letter-spacing: 4px;
font-family: "Montserrat";
font-weight: 400;
text-transform: uppercase;
color: #672dbe;
text-align: center;
}

.hed h3::after {
    display: block;
    width: 44px;
    height: 0;
    border-bottom: 4px solid red;
    content: "";
    color: inherit;
    margin-top: 1.5em;
    margin: 10px auto;
}

.intro-section {
    position: relative;
    color: #ffffff;
    padding: 40px 0px;
    background: #ffb72d;
    margin-top: 82px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.intro-section .border {
    position: relative;
    /*! border: 1px solid rgba(255,255,255,0.50); */
    background: #ffb72d;
}
.intro-section h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #383838;
}
.dark-btn.style-two {
    background: #447ea8;
}
.dark-btn {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid transparent;
    background: #464646;
    color: #ffffff;
    text-transform: uppercase;
}
.theme-btn {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.btn-style-one .fa, .dark-btn .fa {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
}
.dark-btn.style-two:hover {
    color: #000000;
    background: #ffffff;
}

/*.t1 img{
    margin: -35px;
}*/

.prod-cont {
    
    background-color: #efefef;
    margin-bottom: 10px;
  
}
.prod-cont {
    border: 1px solid #d2d2d2;
box-shadow: 3px 3px 5px #b7b7b7;
    transition: all 0.35s;
}
.prod-cont:hover {
    border: 1px dotted#d2d2d2;
box-shadow: 3px 3px 8px #a1a1a1;
    background-color: #fff;
    transition: all 0.35s;
}


.footerNav li {
    
    border: 1px solid;
    text-align: center;
    padding: 10px;
    height: 100px;
    transition: all 0.35s;
}
.footerNav li:hover {
    background-color: #3e3e3e;
    color: #fff;
    transition: all 0.35s;
}
