

:root {
	/**
	@font family declaration
	*/
	--tp-ff-body: 'Roboto', sans-serif;
	--tp-ff-heading: 'Poppins', sans-serif;
	--tp-ff-p: 'Roboto', sans-serif;
	--tp-ff-fontawesome: "Font Awesome 5 Pro";
	/**
	@color declaration
	*/
	--tp-common-white: #ffffff;
	--tp-common-black: #212121;
	--tp-heading-primary: #212121;
	--tp-grey-1: #f7f7f7;
	--tp-grey-2: #eceff4;
	--tp-text-body: #585f5f;
	--tp-text-p: #777777;
	--tp-primary-color: #36348e;
	--tp-secondary-color: #ffc53a;
    --tp-blue-color: #f1e3bc;
	--tp-border-1: #000;
	/**
	@font weight declaration
	*/
	--tp-fw-normal: normal;
	--tp-fw-elight: 200;
	--tp-fw-light: 300;
	--tp-fw-regular: 400;
	--tp-fw-medium: 500;
	--tp-fw-sbold: 600;
	--tp-fw-bold: 700;
	--tp-fw-ebold: 800;
	--tp-fw-black: 900;
	/**
	@font size declaration
	*/
	--tp-fz-body: 16px;
	--tp-fz-p: 16px;
	--tp-fz-h1: 40px;
	--tp-fz-h2: 36px;
	--tp-fz-h3: 24px;
	--tp-fz-h4: 20px;
	--tp-fz-h5: 16px;
	--tp-fz-h6: 14px;
  }







@media only screen and (max-width: 767px) {
    .sm-none {
        display: none !important;
    }
    .sm-center {
        text-align: center !important;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-70 {
        padding-top: 20px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pb-75 {
        padding-bottom: 25px;
    }
    .pb-50 {
        padding-bottom: 0;
    }
    .mb-40 {
        margin-bottom: 25px !important;
    }
    
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pt-70 {
        padding-top: 40px;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .pb-75 {
        padding-bottom: 45px;
    }
    .pb-50 {
        padding-bottom: 20px;
    }
    .smt-30 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .page-wrapper {
        overflow-x: hidden !important;
    }
    .smb-30 {
        margin-bottom: 30px;
    }
    .md-none {
        display: none !important;
    }
    .md-center {
        text-align: center !important;
    }
    .smb-0 {
        margin-bottom: 0 !important;
    }
    .smt-30 {
        margin-top: 30px !important;
    }
    .smt-20 {
        margin-top: 20px !important;
    }
   
}
@media only screen and (min-width: 768px) {
    .lg-none {
        display: none !important;
    }
}
@media only screen and (min-width: 992px) {
    .xl-none {
        display: none !important;
    }
    .mmt-20 {
        margin-top: -20px;
    }
}
@media only screen and (max-width: 1199px) {
    .lg-center {
        text-align: center !important;
    }
    .lpb-20 {
        padding-bottom: 20px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mpx-0 {
        padding: 0;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
        padding: 0 30px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
    .ml-30 {
        margin-left: 30px !important;
    }
   
}
@media only screen and (min-width: 1450px) {
    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
        padding: 0 100px;
    }
    .header-wrap.style2 .container-fluid {
        padding: 0 30px;
    }
    .container {
        max-width: 1410px;
    }
  
}
@media only screen and (max-width: 575px) {
    .xs-center {
        text-align: center;
    }
  
}
@media only screen and (max-width: 376px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }
   
}






.sec-title{
    position: relative;
    margin-bottom: 20px;
  }
  
  .sec-title.text-center{
    text-align: center;
  }
  
  .sec-title .top-text{
    position: relative;
    font-size: 18px;
    color: #0690cd;
    line-height: 30px;
    margin-bottom: 12px;
  }
  
  .sec-title h1{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  
  .sec-title h1:before{
    position: absolute;
    content: '';
    background: var(--tp-primary-color);
    width: 55px;
    height: 2px;
    left: 0px;
    bottom: 0px;
  }
  
  .sec-title h1:after{
    position: absolute;
    content: '';
    background: var(--tp-secondary-color);
    width: 55px;
    height: 2px;
    left: 59px;
    bottom: 0px;
  }
  
  .sec-title.text-center h1:before{
    left: 50%;
    transform: translateX(-50%);
    margin-left: -29px;
  }
  
  .sec-title.text-center h1:after{
    left: 50%;
    transform: translateX(-50%);
    margin-left: 29px;
  }



  
/** news-section **/

  .bg20 {
    background-image: url(../img/exten-bg4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  




#footer{ background-color:#6e3d1a; /*background-image:url(../img/1.jpg); background-size:cover;*/}
.ftr_menu_border{ border-right:1px solid #fff;}
.footer-links-wrapper {
  }
  .footer-links-wrapper h6 {
   
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-secondary-color); }
    .footer-links-wrapper h6 a {
        color: var(--tp-common-white); }
    .footer-links-wrapper h6 .expand-menu {
        position: absolute;
        left: 0;
        padding-right: 15px;
      width: 100%;
      text-align: right;
      cursor: pointer; }
      .footer-links-wrapper h6 .expand-menu:after {
        content: "+"; }
      .footer-links-wrapper h6 .expand-menu.active:after {
        content: "-"; }
    @media (max-width: 767px) {
      .footer-links-wrapper h6 {
        font-size: 16px; } }
  @media (max-width: 575px) {
    .footer-links-wrapper ul {
      display: none; } }
  .footer-links-wrapper ul li {
    margin-bottom: 1rem; }

    .footer-links-wrapper a:hover {
      color: var(--tp-common-white); }
	  .footer-links-wrapper ul{ margin:0; padding:0; list-style:none;}
	   .footer-links-wrapper ul li{ font-size:14px;}
	   .footer-links-wrapper ul li a{ color:#a4a4a4 !important;}
	   
	   .ftr_contact{ font-size:14px;  /*background-color:#484951;*/ background-color: var(--tp-blue-color); margin:20px 0; padding:25px 15px; text-align:center}
	      .ftr_contact p{ margin-bottom:15px ;color:#fff;}
		   .ftr_contact p:last-child{ margin-bottom:0px ;}
		   .copyryt{ float:left; font-size:14px; color:#a4a4a4;}
		     .powered{ float:right !important;font-size:14px; color:#a4a4a4;}


.inner-banner{
    
    background-image: url('../img/inner-bg.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 130px;
    padding: 200px 0;
    
    z-index: 1;
}
  /* =============================
    2.4 - Funfact Style
================================ */

/*  -----------------------------------------
    :: Button Styles
    -------------------------------------- */


      .footer-social-link {
        position: relative;
        display: inline-block;
        
        padding-top: 6px;
    }
    
    .footer-social-link ul {
        position: relative;
        display: block;
    }
    
    .footer-social-link ul li {
        position: relative;
        float: left;
        margin-right: 10px;
    }
    
    .footer-social-link ul li:last-child {
        margin-right: 0;
    }
    
    .footer-social-link ul li a {
        position: relative;
        display: block;
        height: 45px;
        width: 45px;
        background: #ffffff;
        color: var(--tp-primary-color);
        font-size: 20px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        z-index: 1;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .footer-social-link ul li a i::before {
        position: relative;
        display: inline-block;
        line-height: 45px;
    }
    
    .footer-social-link ul li a:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background:#000;
        content: "";
        z-index: -1;
        transform: scale(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        border-radius: 50%;
    }
    
    .footer-social-link ul li:hover a:before {
        transform: scaleX(1.0);
    }
    
    .footer-social-link ul li:hover a {
        color: var(--tp-blue-color);
    }

 