.inner-header:before {
    background: #ffe7e5 !important;
    opacity: .85;
}

.fnt2{
    font-size: 14px !important;
}
.a1{
    text-decoration: none !important;
    color: #fff !important;
    font-size: 18px !important;
}
p{
    text-align: justify !important;
}
.ttl1{
    text-transform: capitalize !important;
}
.ch3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    text-transform: capitalize !important;
    color: #f14b05 !important;
    font-weight: 300 !important;
    line-height: 40px !important;
    margin: 0 !important;
}

.sec-title11 {
    margin-bottom: 26px !important;
}
.navigation .nav-header > ul > li > a {
    font-size: 16px !important;
}

.fnt1{
    font-size: 17px !important;
}

.contact-content .contact-form textarea, .contact-content .contact-form input {
    border: 1px solid #c0bdbd !important;
    font-size: 18px !important;
}
.bg-color-fa {
    background: #fff3f3 !important;
}

.single-service-home .inner-box:before {
    background: #fff3f3 !important;
}

.single-fact .icon-box {
    border: 0px solid #fff !important;
    margin-bottom: -23px !important;
}

.single-fact p {
    font-size: 18px !important;
}
 /*--side var--*/
.events{
    width: 100px;
    height: 150px;
    position: fixed;
    z-index: 99999;
    left: 0px;
    bottom: 0px;
}
.ic1{
    width: 50px;
    height: auto;
    background: ;
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 2%;
}
.ic1a{
    width: 50px;
    height: 50px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 50%;
    border:1px solid #2cb742;
    animation: exampletwo 4s infinite;
    cursor: pointer;
    padding: 2px;
}
.ic1b{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border:1px solid #03a9f4;
    animation: example 4s infinite;
    cursor: pointer;
    padding: 2px;
}
@keyframes example {
  0%   {transform: scale(1.0);}
  50%  {transform: scale(1.2);}
  100%  {transform: scale(1.0);}
}

@keyframes exampletwo {
  0%   {transform: scale(1.2);}
  50%  {transform: scale(1.0);}
  100%  {transform: scale(1.2);}
}
.ic1a:hover .imgicn1{
    transform: rotate(360deg);
}
.ic1b:hover .imgicn2{
    transform: rotate(360deg);
}
.imgicn1{
    width: 100%;
    transition: transform 1s;
}
.imgicn2{
    width: 100%;
    transition: transform 1s;
}

/*--/icon--*/

@media screen and (max-width: 768px){

.gallery-section .image-box {
    width: 100% !important;
}

a.thm-btn {
    margin-bottom: 33px !important;
}

.owl-theme .owl-nav {
    margin-top: 50px !important;
}

/*--icon--*/
.events {
    width: 70px;
    height: 110px;
}

.event_img{
  width: 70px;
  height: 110px;
}

.ica1{
  top:  257px !important; 
}
/*--/icon--*/

.single-header-info .content p b {
    font-size: 14px !important;
}

.imglogo {
    max-width: 69%;
}

.mbt0{
    padding-bottom: 0px !important;
}

.navigation .nav-header {
        height: 325px !important;
    }

.navigation .nav-header > ul > li > a, .navigation .nav-header > ul > li:first-child > a {
        background: #262f36 !important;
    }

.inner-header {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}

.ch3 {
    font-size: 24px !important;
    font-weight: bold !important;
}



}