@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


:root {
--text-color: #666;
--primary: #FF7109;
--heading-font-family:"DM Sans", sans-serif;
--text-font-family:'Poppins', sans-serif;
}

body{
overflow-x: hidden;
}

.top-left ul{
padding-left: 0;
margin: 0;
float: right;
margin-right: 20px;
}

.top-left ul li{
display: inline-block;
font-family: var(--text-font-family);
font-size: 15px;
}

.top-left ul li a{
text-decoration: none;
background: #222;
padding: 8px 16px;
display: block;
color: #fff;
border-radius: 30px;
margin-right: 8px;
font-weight: 500;
}


/*.top-left ul li:nth-child(1) a{
  background: var(--primary);
}*/


.top-left ul li a span{
  padding-right: 5px;
}

.top-right{
  position: relative;
  padding: 0;
}

.top-right::before {
content: '';
position: absolute;
top: -11px;
left: -11px;
width: 840px;
height: 50px;
background: var(--primary);
/*transform: skewX(25deg);*/
z-index: -1;
}

.top-right::after{
position: absolute;
content: '';
left: -30px;
top: -6px;
width: 45px;
height: 45px;
background: var(--primary);
border-radius: 50%;
z-index: -1;
}


.top-right ul{
padding-left: 0;
margin: 0;
float: right;
position: relative;
}

.top-right ul li{
display: inline-block;
font-family: var(--text-font-family);
font-size: 15px;
}

.top-right ul li a{
  text-decoration: none;
  color: #fff;
  position: relative;
padding: 6px 4px 6px 11px;
display: block;
}

.top-right ul li a i{
  font-size: 14px;
}

.top-right ul li:nth-child(1) a::before{
  display: none;
}

.top-right ul li a::before{
position: absolute;
content: "";
right: -4px;
top: -9px;
width: 28px;
height: 48px;
background: #222;
/*transform: skewX(25deg);*/
z-index: -1;
opacity: 0.1;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.top-right ul li a:hover::before{
  opacity: 1;
}

/*.top-right ul li:nth-child(1) a::before, .top-right ul li:nth-child(2) a::before, .top-right ul li:nth-child(3) a::before{
  position: absolute;
  content: "";
  right: -4px;
  top: 0;
  width: 1px;
  height: 100%;
  color: #fff;
  opacity: 0.6;
}*/

.top-right ul li.dropdown li{
display: block;
}

.top-right ul li.dropdown li a{
  color: #222;
  padding: .25rem 1rem;
}

.top-right ul li.dropdown li a:hover{
  color: #fff;
}




header{
padding:6px 0;
position: relative;
}


.navbar {
  float: right;
  padding: 0;
  height: 100%;
  margin-top: 24px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: var(--text-font-family);
  padding: 10px 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-color);
  position: relative;
}

.navbar-light .navbar-nav .nav-link::before{
position: absolute;
content: "\e60f";
font-family: themify;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
bottom: 2px;
font-size: 11px;
transform: translate(-50%, 0%);
left: 50%;
margin-left: -8px;
animation: circle_animation 1000ms infinite linear;
opacity: 0;
}

@-webkit-keyframes circle_animation{

0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
}
}

.navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link:hover::before{
  opacity: 1;
}



.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: var(--primary);
}

.m-name{
  display: none;
}

.dropdown-item {
  font-family: var(--text-font-family);
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: var(--primary);
}


.slider-bar {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.slider-bar img {
  display: block;
  width: 100%;
}

.ban1{
text-align: left;
left: 14%;
top: 23%;
right: 52%;
}

.carousel-caption h6{
font-family: var(--text-font-family);
position: relative;
padding-left: 15px;
color: var(--primary);
border-left: 2px solid var(--primary);
line-height: 12px;
text-transform: uppercase;
font-size: 15px;
display: inline-block;
}

.ban2 {
	right: 25%;
	left: 25%;
	text-align: center;
	z-index: 9;
	top: 30%;
}

.ban1.ban3{
  right: 50%
}

.carousel-caption h2{
font-family: var(--heading-font-family);
font-weight: 700;
font-size: 40px;
}

.carousel-caption p{
font-family: var(--text-font-family);
font-size: 15px;	
line-height: 26px;
}

.carousel-caption a{
font-family: var(--text-font-family);
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
background: var(--primary);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
padding: 12px 35px 12px 18px;
color: #222;
margin-right: 10px;
}

.carousel-caption a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.carousel-caption a:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.carousel-caption a:hover{
  color: #fff;
}

.carousel-caption a span{
display: inline-block;
transition: .7s;
-webkit-transition: .7s;
-moz-transition: .7s;
position: absolute;
right: 11px;
top: 17px;
font-size: 13px;
}

.carousel-caption a:hover span {
  transform: rotate(180deg);
}


.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel-caption {
    transition: opacity 500ms;
    text-shadow: none;
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;*/
}

.carousel .carousel-item img{
  width: 100%;
}

.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.sec-1{
counter-reset: count;
margin-top: -90px;
position: relative;
z-index: 99;
padding-bottom: 40px;
}

.sec1-new{
background: #fefefe url(../images/sec2-bg.png) right top no-repeat;
padding: 50px 0;
}

.h-facebook iframe{
width: 100%;
height: 800px;
}

._2p3a{
  width: 100% !important;
}

.sec1-box{
position: relative;
}

.sec1-box span img{
width: 80px;
margin-bottom: 15px;
}

.sec1-box h3{
font-family: var(--heading-font-family);
color: #fff;
font-size: 30px;
font-weight: 600;
}

.sec1-box p{
font-family: var(--text-font-family);
font-size: 15px;
color: rgba(255,255,255,0.5);
line-height: 24px;
margin: 0;
}

.sec1-box{
position: relative;
padding: 70px 40px;
text-align: center;
-webkit-box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
}


.sec1-box.sec1-box1{
position: relative;
background: #222;
padding: 70px 40px;
margin-top: 40px;
text-align: center;
-webkit-box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
box-shadow: 0px 8px 16px 0px rgba(165, 165, 165, 0.1);
}

.sec1-box.sec1-box2{
background: url(../images/sec1-img.jpg);
z-index: -2;
background-size: cover;
}

.sec1-box.sec1-box2::before{
  position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: .9;
z-index: -1;
background-image: -webkit-linear-gradient( 0deg, #FF7109 0%, #111 100%);
}


.sec1-box.sec1-box3{
  margin-top: 40px;
background: #fff;
}

.sec1-box.sec1-box3 h3{
  color: #222;
}

.sec1-box.sec1-box3 p{
  color: var(--text-color);
}

.sec1-box::after {
  position: absolute;
  counter-increment: count;
  content: "0" counter(count);
  font-size: 150px;
  color: #9c9c9c;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(156, 156, 156, 0.2);
  right: 20px;
  bottom: 8px;
  line-height: 150px;
  letter-spacing: -15px;
}

.sec1-certificate{
margin-top: 15px;
}

.sec1-certificate h3{
  font-family: var(--heading-font-family);
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  font-size: 25px;
  margin-top: 15px;
}

.sec1-certificate h3::before{
position: absolute;
content: '';
left: 0;
bottom: -7px;
width: 30px;
height: 3px;
background: #d1d1d1;
}

.sec1-certificate img{
  width: 100%;
}

.sec1-certificate a span{
padding-right: 4px;
position: relative;
top: 1px;
}

.sec-2{
padding: 60px 0;
background: #fefefe url(../images/sec2-bg.png) right top no-repeat;
}

.sec2-left{
position: relative;
z-index: 9;
}

.abt-shape-1 {
  position: absolute;
top: 130px;
right: -30px;
  -webkit-animation-name: float-bob-x;
animation-name: float-bob-x;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}


=============================================



.sec2-left::before{
position: absolute;
content: '';
left: -40px;
top: 80px;
width: 50px;
bottom: 80px;
background: url(../images/shape-2.jpg);
z-index: -1;
opacity: 0.2;
}

.wel-two {
  position: absolute;
  right: 10px;
  bottom: -26px;
  z-index: 2;
}

.sec2-call-box {
position: absolute;
left: 74px;
bottom: -53px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
max-width: 275px;
width: 100%;
padding: 20px;
z-index: 2;
font-family: var(--heading-font-family);
border-left: 8px solid var(--primary);
}

.sec2-call-box span{
float: left;
font-size: 23px;
width: 60px;
height: 60px;
background: #222;
text-align: center;
line-height: 60px;
margin-right: 15px;
border-radius: 50%;
color: #fff;
}

.sec2-call-box h6{
font-weight: 400;
font-size: 14px;
color: var(--text-color);
padding-top: 7px;
margin-bottom: 3px;
}

.sec2-call-box p{
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--primary);
}

.sec2-right{
}

.sec2-right h6{
font-family: var(--text-font-family);
color: var(--primary);
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.sec2-right h6 span{
padding-right: 3px;
}

.sec2-right h2{
font-family: var(--heading-font-family);
font-weight: 800;
font-size: 32px;
}

.sec2-right p{
font-family: var(--text-font-family);
font-size: 15px;
color: var(--text-color);
line-height: 26px;
}

.sec2-right-bx{
position: relative;
display: flex;
align-items: center;
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
}

.sec2-right-bx img{
width: 60px;
margin-right: 16px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec2-right-bx:hover img{
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
}

.sec2-right-bx h3{
font-family: var(--heading-font-family);
font-size: 24px;
color: #222;
margin: 0;
}

.sec2-right a, .sc9-expl, .sec1-certificate a{
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 12px 30px;
overflow: hidden;
transition: all 0.5s linear;
z-index: 1;
font-family: var(--text-font-family);
text-transform: uppercase;
text-decoration: none;
background: var(--primary);
color: #fff;
}

.sec2-right a span, .sc9-expl span{
  padding-left: 4px;
}

.sec2-right a::before, .sc9-expl::before, .sec1-certificate a::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background:#222;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.sec2-right a:hover::before, .sc9-expl:hover::before, .sec1-certificate a:hover::before {
  top: -40%;
}

.sc9-expl:hover{
  color: #fff;
}


.sec-3{
padding: 40px 0;
}
.sec3-title
{
position: relative;
}

.sec3-title h3{
font-family: var(--heading-font-family);
font-size: 24px;
color:var(--primary);
text-align: center;
position: relative;
margin-bottom: 25px;
}

.sec3-title::before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: #ddd;
  max-width: 425px;
  width: 100%;
  transform: translateY(-50%);
}

.sec3-title::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #ddd;
  max-width: 425px;
  width: 100%;
  transform: translateY(-50%);
}


.sec3-box{
border: 1px solid #ececec;
text-align: center;
padding: 15px;
margin: 15px;
height: 140px !important;
}

.sec3-box a{
  text-decoration: none;
  display: block;
}

.sec3-box img{
display: inline-block !important;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
 filter: grayscale(100%);
}

.sec3-box:hover img{
 filter: grayscale(0%);
}

.sec3-box p{
font-family: var(--text-font-family);
font-size: 14px;
color: var(--text-color);
margin: 0;
padding-top: 5px;
}

.slick-pre, .slick-nxt{
display: none !important;
}


.sec-4{
padding: 40px 0;
background: url(../images/sec4-bg.jpg) fixed center;
position: relative;
z-index: 9;
background-size: cover;
}

.sec-4::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.7);
  z-index: -1;
}

.sec-4 h6{
font-size: 15px;
 font-family: var(--text-font-family);
color: var(--primary);
position: relative;
}

.sec-4 h6 span {
padding-right: 3px;
}

.sec-4 h2 {
  font-size: 40px;
  color: #fff;
  font-family: var(--heading-font-family);
font-weight: 800;
}

.sec-4 h2 span{
  display: block;
}

.sec-4 p {
  color: rgba(255,255,255, 0.6);
  font-size: 15px;
  line-height: 26px;
  font-family: var(--text-font-family);
  margin: 0;
}

.sec4-right{
text-align: right;
margin-top: 65px;
}

.sec4-right a{
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 14px 25px;
overflow: hidden;
transition: all 0.5s linear;
z-index: 1;
font-family: var(--text-font-family);
text-transform: uppercase;
text-decoration: none;
background: var(--primary);
color: #fff;
}

.sec4-right a span{
padding-right: 5px;
}

.sec4-right a::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background:#222;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.sec4-right a:hover::before {
  top: -40%;
}

.sec-5{
padding: 50px 0;
position: relative;
z-index: 9;
}

.sec-5::before{
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(../images/shape-2.jpg);
opacity: 0.05;
z-index: -1;
}

.sec5-title{
text-align: center;
}

.sec5-title h6 {
  font-family: var(--text-font-family);
  color: var(--primary);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sec5-title h6 span{
  padding-right: 3px;
}

.sec5-title h2 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: 40px;
}

.sec5-title p{
font-family: var(--text-font-family);
font-size: 15px;
color: var(--text-color);
line-height: 26px;
padding: 0 150px;
}


.sec5-box{
position: relative;
display: block;
background: rgb(255, 255, 255);
box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
border: 2px solid transparent;
border-bottom: 2px solid var(--primary);
padding: 20px;
border-top-left-radius: 165px;
border-top-right-radius: 165px;
text-align: center;
margin-bottom: 30px;
transition: all 500ms ease;
margin: 15px 12px 15px;
}

.sec5-box:hover{
 border: 2px solid var(--primary); 
}

.sec5-box img{
border-radius: 50%;
border: 1px solid rgba(0,0,0,0.1);
display: inline-block !important;
}

.sec5-box h4{
font-family: var(--heading-font-family);
margin-top: 15px;
font-size: 20px;
font-weight: 600;
color: #222;
margin-bottom: 0;
}

.sec5-box p {
  font-family: var(--text-font-family);
  font-size: 15px;
  color: var(--text-color);
}

.sec5-box a {
  display: inline-block;
  background: var(--primary);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  text-decoration: none;
}

.tooltip-inner{
  font-family: var(--text-font-family);
  font-size: 13px;
}


.sec-6{
position: relative;
padding: 80px 0 0;
background: #222;
}


.sec6-right{
background: url(../images/sec6-bg.jpg) right;
background-size: cover;
height: calc(100%);
position: absolute;
right: 0;
top: 0;
width: calc(50%);
z-index: 1;
}

.sec6-left h6{
font-size: 15px;
font-family: var(--text-font-family);
color: var(--primary);
position: relative;
text-transform: uppercase;
}

.sec6-left h6 span {
  padding-right: 3px;
}

.sec6-left h2 {
  font-size: 33px;
  color: #fff;
  font-family: var(--heading-font-family);
  font-weight: 800;
}

.sec6-box{
background: #fff;
border-top: 6px solid var(--primary);
padding: 35px 30px;
margin-right: -150px;
position: relative;
z-index: 99;
margin-top: 30px;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
margin-bottom: -40px;
}

.sec6-box h3{
font-family: var(--heading-font-family);
font-size: 17.8px;
font-weight: 600;
}

.sec6-box ul{
padding-left: 0;
}

.sec6-box ul li{
list-style: none;
font-family: var(--text-font-family);
}

.sec6-box ul li a{
text-decoration: none;
font-size: 15px;
color: var(--text-color);
display: block;
border-bottom: 1px solid #D2D5DF;
padding: 10px 17px 10px 0px;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec6-box ul li a span{
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 14px;
  color: var(--primary);
}

.sec6-box ul li a:hover{
    color: var(--primary);
}

.sec-7 {
padding: 50px 0;
}

.sec-7 .sec3-title::before{
max-width: 400px;
}

.sec-7 .sec3-title::after{
max-width: 400px;
}


.sec7-box {
  border: 1px solid #e3e3e3;
  padding: 15px 5px;
  margin: 15px 15px 0;
  position: relative;
}

.sec7-box img {
  display: inline-block !important;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  filter: grayscale(0%);
}

.sec7-box:hover img{
  filter: grayscale(100%);
}


.sec-8{
padding: 100px 0 50px;
background: var(--primary) url(../images/sec8-bg.png);
position: relative;
z-index: 9;
}

.sec-8::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 113, 9, 0.7);
  z-index: -1;
}


.sec8-title h6 {
  font-size: 15px;
  font-family: var(--text-font-family);
 color: rgba(255,255,255,0.8);
  position: relative;
  text-transform: uppercase;
}

.sec8-title h6 span {
  padding-right: 3px;
}

.sec8-title h2 {
  font-size: 36px;
  color: #fff;
  font-family: var(--heading-font-family);
  font-weight: 800;
}


.sec8-title p {
  font-family: var(--text-font-family);
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  line-height: 26px;
  margin: 0;
}

.sec8-box{
  margin: 25px 15px 0;
}

.sec8-box h4{
font-family: var(--heading-font-family);
font-size: 32px;
font-weight: 600;
border-bottom: 1px solid rgba(255,255,255,0.5);
padding-bottom: 15px;
margin-bottom: 15px;
position: relative;
-webkit-text-stroke: 1px #fff;
-webkit-text-fill-color: transparent;
letter-spacing: 1px;
}

.sec8-box h4::before {
height: 10px;
width: 10px;
background: #fff;
border: 2px solid rgb(204, 204, 204);
position: absolute;
right: 0;
bottom: -5px;
border-radius: 50%;
z-index: 1;
content: '';
}

.sec8-box h3{
font-family: var(--heading-font-family);
font-size: 24px;
color: #fff;
position: relative;
margin-bottom: 15px;
}

.sec8-box h5{
font-family: var(--text-font-family);
font-size: 18px;
color: rgba(255,255,255,0.8);
}

.sec8-box p{
font-family: var(--text-font-family);
font-size: 15px;
color: rgba(255,255,255,0.8);
}

.sec8-box p span, .sec8-box h5 span{
padding-right: 4px;
font-size: 16px;
}


.sec-9{
padding: 50px 0;
}

.sec9-left{
display: none;
}

.sec9-left h6, .sec9-right h6 {
  font-family: var(--text-font-family);
  color: var(--primary);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sec9-left h6 span, .sec9-right h6 span {
  padding-right: 3px;
}

.sec9-left h2, .sec9-right h2{
font-family: var(--heading-font-family);
font-weight: 800;
font-size: 36px;
}

.index-event-box{
display: flex;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
margin: 15px 0 25px;
  position: relative;
  overflow: hidden;
}

.sc9-img{
  position: relative;
}

.sc9-img .date{
font-family: var(--text-font-family);
position: absolute;
left: 0;
top: 0;
background: var(--primary);
color: #fff;
padding: 10px;
text-align: center;
font-size: 13px;
font-weight: 600;
}

.sc9-img .date span{
  display: block;
}

.sec9-lt-box{
  padding: 35px;
  position: relative;
}

.sec9-lt-box::before{
  position: absolute;
  content:'';
  width: 100px;
  height: 100px;
   background: url(../images/shape-1.png) bottom right no-repeat;
   right: 0;
bottom: -30px;
}

.sec9-lt-box h4{
font-family: var(--heading-font-family);
font-weight: 700;
color: var(--primary);
}

.sec9-lt-box p{
  font-family: var(--text-font-family);
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 5px;
}

.sec9-lt-box p span{
  color: var(--primary);
  font-size: 14px;
  padding-right: 4px;
}

.sec9-lt-box a{
color: #222;
  font-family: var(--text-font-family);
text-decoration: none;
text-transform: uppercase;
font-size: 13px;
}

.sec9-lt-box a span{
padding-left: 4px;
position: relative;
top: 1px;
}


.sec9-bx a{
display: block;
position: relative;
z-index: 9;
border: 1px solid #d1d1d1;
padding: 4px;
margin-bottom: 17px;
position: relative;
}

.sec9-bx a span{
position: absolute;
right: 9px;
bottom: 9px;
color: #fff;
z-index: 9;
font-size: 14px;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
}

.sec9-bx a::before{
border-top: 40px solid transparent;
border-right: 40px solid var(--primary);
content: "";
display: block;
height: 0px;
right: 4px;
position: absolute;
bottom: 4px;
width: 6px;
z-index: 9;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
}

.sec9-bx a::after {
content: "";
position: absolute;
left: 4px;
top: 4px;
background: #000;
opacity: 0;
transition: .3s;
-webkit-transition: .3s;
-moz-transition: .3s;
bottom: 4px;
right: 4px;
}

.sec9-bx:hover a::after{
opacity: .75;
}

.sec9-bx a i{
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
color: #fff;
transition: .3s;
opacity: 0;
z-index: 9;
background: var(--primary);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
border-radius: 50%;
}

.sec9-bx a:hover i {
  top: 50%;
  opacity: 1;
}

.sec9-bx a:hover::before, .sec9-bx a:hover span{
  opacity: 0;
}


.inner-banner{
padding: 70px 0;
position: relative;
background: url(../images/in-banner.jpg) 0% 70%;
background-size: cover;
z-index: 4;
}

.inner-banner::before{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0, 0.85);
z-index: -1;  
}

.inner-banner h1{
font-family: var(--heading-font-family);
font-weight: 900;
font-size: 38px;
text-transform: uppercase;
color: #fff;
position: relative;
margin: 0;
}

.inner-banner ul{
padding-left: 0;
margin: 0;
position: relative;
}

.inner-banner ul::before {
content: '';
display: inline-block;
vertical-align: middle;
width: 25px;
height: 2px;
background: var(--primary);
margin-top: -1px;
margin-right: 5px;
}

.inner-banner ul li{
display: inline-block;
font-family: var(--text-font-family);
font-size: 14px;
color: #ffc59b;
}

.inner-banner ul li a{
text-decoration: none;
color: #fff;
}

.inner-banner ul li a span{
font-size: 11px;
padding: 0 1px; 
}

.dirt-img {
  text-align: center;
}

.dirt-img img {
  border-radius: 50%;
  border: 8px solid #f1f1f1;
  margin: 20px 0 0;
  display: inline-block;
}

.dirt-img h5 {
  text-align: center;
  font-family: var(--heading-font-family);
  background: var(--primary);
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  padding: 8px 6px;
  border-radius: 30px;
  color: #fff;
}

.direct-msg {
  padding: 25px;
}

.ceo-bound {
  position: relative;
}

.ceo-bound::before {
  position: absolute;
  content: '';
  left: 25px;
  bottom: 11px;
  width: 96%;
  height: 1px;
  background: #d2d2d2;
}

.ceo-bound2::before {
  position: absolute;
  content: '';
  right: 25px;
  bottom: 11px;
  width: 96%;
  height: 1px;
  background: #d2d2d2;
}

.ceo-bound2 {
  position: relative;
  text-align: right;
}

.ceo-bound span, .ceo-bound2 span {
  font-size: 20px;
  color: var(--primary);
}

.inner-matter{
padding: 50px 0;
}



.inner-matter p {
  font-family: var(--text-font-family);
  font-size: 15px;
  color: var(--text-color);
  line-height: 26px;
}


.about-page h6 {
  font-family: var(--text-font-family);
  color: var(--primary);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-page h6 span {
  padding-right: 3px;
}

.about-page h2 {
  font-family: var(--heading-font-family);
  font-weight: 800;
  font-size: 38px;
}


.about-right {
  position: relative;
  display: block;
  margin-right: 15px;
}


.about-img2 {
position: absolute;
bottom: -50px;
right: -90px;
}

.about-img2 .about-3-content{
max-width: 293px;
width: 100%;
background: var(--primary);
padding: 30px 25px;
}

.about-img2 .about-3-content h3{
font-family: var(--heading-font-family);
font-size: 20px;
color: #fff;
margin: 0;
}

.abt-icon{
position: absolute;
bottom: 85px;
left: 10px;
}

.abt-icon img{
width: 68px;
background: #222;
padding: 2px;
border-radius: 50%;
}

.about-shape-1 {
position: absolute;
top: 25%;
right: -210px;
z-index: -1;
}

.img-bounce {
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}


@-webkit-keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}



.advance{
text-align: center;
position: relative;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
padding:35px 10px 20px;
}

.advance img{
width: 70px;
margin-bottom: 15px;
}

.advance:hover{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.advance::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.advance:hover::before{
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.advance h4{
font-family: var(--heading-font-family);
font-weight: 600;
position: relative;
padding-bottom: 15px;
margin-bottom: 15px;
}

.advance h4::before{
  position: absolute;
content: '';
left: 50%;
bottom: 0px;
width: 45px;
height: 2px;
background-color: var(--primary);
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transform: translateX(-50%);
}

.advance:hover h4::before{
  width: 80px;
}


.sec-aim {
  position: relative;
}

.sec-aim::before {
  position: absolute;
  content: '';
  right: 0px;
  background: #222;
  width: 100%;
  top: 0px;
  left: 35%;
  height: 100%;
  z-index: -1;
}


.object-sec {
padding: 50px 20px 40px;
position: relative;
}

.object-sec h6 {
  font-size: 15px;
  font-family: var(--text-font-family);
  color: var(--primary);
  position: relative;
  text-transform: uppercase;
}

.object-sec h3 {
  font-size: 33px;
  color: #fff;
  font-family: var(--heading-font-family);
  font-weight: 800;
}

.object-sec ul{
padding-left: 0px;
}

.object-sec ul li{
  font-family: var(--text-font-family);
font-size: 15px;
color: #999;
line-height: 26px;
position: relative;
list-style: none;
padding-left: 20px;
position: relative;
z-index: 9;
}

.object-sec ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 113, 9, 0.70);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.object-sec ul li:hover::before {
  background: var(--primary);
  border-color: var(--primary);
}

.object-sec img{
width: 250px;
position: absolute;
bottom: 20px;
right: -80px;
opacity: 0.1;
}

.sec-mission{
  padding: 50px 0;
}


.memeber-page h2{
font-family: var(--heading-font-family);
font-weight: 700;
font-size: 36px;
position: relative;
}

.memeber-page h2::before{
position: absolute;
content: '';
left: 0;
bottom: -3px;
width: 30px;
height: 2px;
background: var(--primary);
}

.memeber-page h2::after{
position: absolute;
content: '';
left: 34px;
bottom: -5px;
width: 6px;
height: 6px;
background: #222;
border-radius: 50%;
box-shadow: 10px 0px 0px #222;
}

.member-box{
position: relative;
text-align: center;
border-bottom: 2px solid #ececec;
padding-bottom: 12px;
margin: 15px 0;
}

.member-box::before{
position: absolute;
content: '';
left: 0;
bottom: -4px;
width: 6px;
height: 6px;
background: var(--primary);
border-radius: 50%;
}


.member-box::after{
position: absolute;
content: '';
right: 0;
bottom: -4px;
width: 6px;
height: 6px;
background: var(--primary);
border-radius: 50%;
}


.member-box img{
  border-radius: 50%;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
margin-bottom: 18px;
width: 90%;
display: inline-block;
}

.member-box .team-info h6{
font-family: var(--text-font-family);
text-transform: uppercase;
font-size: 15px;
color: var(--primary);
margin: 0;
}

.member-box .team-info h4{
font-family: var(--heading-font-family);  
font-size: 20px;
font-weight: 600;
margin-bottom: 4px;
}

.member-box .team-info p{
  margin: 0;
}

.member-box .team-info p span{
color: var(--primary);
}

.commite-box{
border-left: 2px solid #ececec;
padding: 35px 0px 10px 12px;
margin: 15px 0px;
position: relative;
height: 180px;
}

.commite-box::before{
position: absolute;
content: '\f192';
right: 0;
bottom: -8px;
font: 14px/1 FontAwesome;
color: #d1d1d1;
}

.commite-box::after{
  position: absolute;
  content: '';
  left: -2px;
  bottom: -2px;
  background: #ececec;
  height: 2px;
  width: calc(100% - 11px);
}


.commite-box h3{
font-family: var(--heading-font-family);
font-size: 22px;
color: var(--primary);
border-bottom: 1px solid #ececec;
padding-bottom: 5px;
}

.commite-box h5{
font-family: var(--text-font-family);
font-size: 18px;
}

.commite-box p{
margin: 0;
}

.commite-box p span, .commite-box h5 span {
  padding-right: 4px;
  font-size: 16px;
  border-right: 1px solid #ececec;
margin-right: 4px;
}

.patron-box{
margin: 18px 0;
}

.patron-box img{
width: 80%;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
border-radius: 30px 0px 30px 0px;
}

.patron-box h6{
font-family: var(--heading-font-family);
margin: 0;
padding: 15px 0px 15px 50px;
font-size: 20px;
position: relative;
}

.patron-box h6::before{
position: absolute;
content: '';
left: 25px;
width: 15px;
height: 2px;
background: var(--primary);
bottom: 25px;
}

.patron-box h6::after{
position: absolute;
content: '';
left: 24px;
width: 2px;
height: 43px;
background: var(--primary);
bottom: 25px;
}


.member-form .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none !important;
  font-family: var(--heading-font-family);
  font-size: 15px;
  margin: 15px 0px;
  padding-left: 40px;
  transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
letter-spacing: 0.3px;
}

.member-form span {
position: absolute;
top: 23px;
left: 22px;
font-size:14px;
color: var(--text-color);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.form-control:focus + span{
color: var(--primary);
}


.form-control:focus{
border-bottom: 1px solid var(--primary);  
}

.member-form .sendbtn{
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 12px 30px;
  transition: 0.4s;
  display: inline-block;
  background: var(--primary);
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--text-font-family);
  cursor: pointer;
}

.member-form .sendbtn i{
padding-right: 10px;
}

.member-form .sendbtn:hover{
  background: #222;
}

.member-form select, .member-form option{
  color: #6c757d !important;
}

.member-bx{
border: 2px dashed #eee;
padding: 15px 20px;
border-radius: 8px;
margin: 12px 0;
transition: .4s;
position: relative;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.member-bx::before {
border-top: 12px solid transparent;
border-right: 12px solid var(--primary);
content: "";
display: block;
height: 0px;
right: 6px;
position: absolute;
bottom: 6px;
width: 6px;
border-radius: 0px 0px 6px 0px;
}

.member-bx h4{
font-family: var(--heading-font-family);
position: relative;
font-size: 23px;
color: var(--primary);
letter-spacing: 0.2px;
}

.member-bx h4::before{
position: absolute;
content: '';
left: 0;
bottom: -2px;
width: 30px;
height: 2px;
background: #d1d1d1;
}

.member-bx h6{
font-family: var(--heading-font-family);
color: var(--primary);
letter-spacing: 0.2px;
font-size: 18px;
margin-bottom: 2px;
border-bottom: 1px solid #eee;
padding-bottom: 2px;
}

.member-bx p{
margin-bottom: 5px;
font-size: 14px;
}

.member-bx p span{
color: var(--primary);
padding-right: 4px;
}


.member-bx:hover {
  box-shadow: 0 0 6px 2px rgba(0,0,0, .05);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

.sorting{
  margin-bottom: 10px;
}

.sorting a {
background-color: var(--primary);
color: #fff;
text-align: center;
text-decoration: none;
display: inline-block;
width: 30px;
height: 30px;
font-family: var(--heading-font-family);
line-height: 30px;
font-size: 14px;
margin-right: 2px;
border-top-right-radius: 8px;
}


.event-box{
margin: 15px 0;
position: relative;
}

.event-img{
  position: relative;
  overflow: hidden;
}

.event-box .event-img img{
width: 100%;
transform: scale(1);
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
}
.event-box:hover .event-img img{
  transform: scale(1.05);
}

.event-box .event-img::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(21, 21, 21, 0.3);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.event-box:hover .event-img::before {
  transform: perspective(400px) rotateX(0deg) scaleY(1);
}

.event-img .date {
font-family: var(--text-font-family);
position: absolute;
right: 8px;
top: 8px;
background: var(--primary);
color: #fff;
padding: 8px 14px;
text-align: center;
font-size: 14px;
font-weight: 600;
z-index: 9;
}

.event-img .date span {
  display: block;
}

.event-box .event-info{
position: relative;
display: block;
background-color: rgb(255, 255, 255);
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding: 22px 15px 10px;
margin-top: -80px;
margin-left: 15px;
margin-right: 15px;
z-index: 2;
}

.event-box .event-info p{
  margin-bottom: 10px;
  font-size: 14px;
}

.event-box .event-info p span{
  padding-right: 3px;
  color: var(--primary);
}

.event-box .event-info h4 {
font-family: var(--heading-font-family);
font-weight: 600;
color: var(--primary);
margin-bottom: 15px;
}

.event-box .event-info a{
display: block;
text-decoration: none;
font-family: var(--text-font-family);
font-size: 14px;
font-weight: 500;
background: #f3f3f3;
padding: 10px 15px;
color: var(--text-color);
position: relative;
overflow: hidden;
z-index: 9;
  transition-duration: 800ms;
}

.event-box .event-info a:hover{
  color: #fff;
}

.event-box .event-info a span{
float: right;
padding-top: 5px;
}

.event-box .event-info a::before{
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background:var(--primary);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.event-box .event-info a:hover::before{
top: -40%;
}

.gallry-box a{
margin: 15px 0;
display: block;
position: relative;
}

.gallry-box a span{
position: absolute;
bottom: 40%;
left: 50%;
transform: translate(-50%,50%);
color: #fff;
transition: .3s;
opacity: 0;
z-index: 9;
background:var(--primary);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
border-radius: 50%;
}

.gallry-box a:hover span{
bottom: 50%;
opacity: 1;  
}

.gallry-box a::after{
position: absolute;
content: '';
left: 8px;
top: 8px;
right: -8px;
bottom: -8px;
border: 1px solid #d1d1d1;
z-index: -1;
}

.gallry-box a::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0, 0.6);
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

.gallry-box a:hover::before {
visibility: visible;
transform: scaleY(1) translateZ(0px);
}

.contact-box{
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #d1d1d1;
  position: relative;
  margin-right: 50px;
}

.contact-box::before{
  position: absolute;
  content: '';
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: var(--primary);
  border-radius: 50%;
}

.contact-box img{
width: 55px;
height: 55px;
background: var(--primary);
padding: 12px;
margin-right: 15px;
}

.contact-box .cnt-info h4{
font-family: var(--heading-font-family);
font-weight: 600;
margin-bottom: 3px;
font-size: 22px;
}

.contact-box .cnt-info p{
  margin: 0;
}

.cont-form{
border: 4px double #ececec;
padding: 15px 15px 25px;
margin: 15px 0px;
}


footer{
padding: 50px 0;
background: #111 url(../images/map.png) center;
position: relative;
}

.f-about h2 {
font-weight: 600;
color: var(--primary);
font-family: var(--heading-font-family);
font-size: 28px;
}

.f-about p{
font-family: var(--text-font-family);
font-size: 15px;
color: rgba(255,255,255, 0.6);
line-height: 26px;
}


.f-about ul{
padding-left: 0;
display: flex;
margin: 0;
padding-top: 10px;
}

.f-about ul li{
list-style: none;
}

.f-about ul li a{
text-decoration: none;
color: #fff;
display: block;
width: 35px;
height: 35px;
background: red;
text-align: center;
line-height: 35px;
border-radius: 50%;
margin-right: 10px;
}

.f-about ul li:nth-child(1) a {
background: #3055ae;
}


.f-about ul li:nth-child(2) a {
background: #da0505;
}

.f-about ul li:nth-child(3) a {
background:#50abf1;
}

.f-about ul li:nth-child(4) a {
background: #d92020;
}

.f-about ul li:nth-child(5) a {
background: #00669a;
}


.f-links h4, .f-about h4{
color: #fff;
font-family: var(--heading-font-family);
font-size: 21px;
font-weight: 600;
position: relative;
padding-left: 12px;
}

.f-links h4::before, .f-about h4::before{
position: absolute;
content: '';
left: 0;
top: 4px;
width: 3px;
background: var(--primary);
height: 18px;
}



.f-cnt p small {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255);
}

.f-cnt p span {
  font-size: 16px;
  color: #ce0910;
  float: left;
  padding-top: 5px;
  padding-right: 8px;
}

.f-links p{
  color: rgba(255,255,255, 0.6);
  font-family: var(--text-font-family);
  line-height: 28px;
  font-size: 15px;
   margin-bottom: 10px;
}

.f-links p span{
padding-right: 8px;
color: var(--primary);
padding-top: 6px;
}

.f-links ul{
padding-left: 0;
}

.f-links ul li{
list-style: none;
}

.f-links ul li a{
text-decoration: none;
color: rgba(255,255,255, 0.6);
font-family: var(--text-font-family);
display: block;
line-height: 30px;
font-size: 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.f-links ul li a:hover{
color: var(--primary);
padding-left: 5px;
}

.f-links ul li a span{
  padding-right: 3px;
  color: var(--primary);
  font-size: 12px;
}




.fixed-tp{
position: fixed;
bottom: 10px;
left: 10px;
background: var(--primary);
z-index: 999;
width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
color: #fff !important;
text-decoration: none;
}



@media (min-width:320px) and (max-width:414px){

.logo{
  text-align: center;
}

.logo img {
width: 55%;
display: inline-block;
padding-top: 10px;
}

.navbar {
  float: none;
}

.nav-hearder{
background: #111;
width: 100%;
margin-top: 8px;
}

.navbar-light .navbar-toggler {
  color: #222;
  border-color: none;
    background: var(--primary);
    margin: 8px 12px;
}



.top-left ul {
  margin:15px 0 25px;
  text-align: center;
}

.top-left ul li {
  font-size: 14px;
}


.top-right ul li {
  font-size: 14px;
}

.top-right ul {
  left: 0;
  float: none;
}

.sec-1 {
margin-top: 0px;
}

.sec1-box span img {
  width: 50px;
}


.sec1-box h3 {
  font-size: 20px;
}

.sec1-box{
  padding: 25px;
  margin: 0 20px;
}

.abt-shape-1 {
display: none;
}

.sec2-right{
padding-top: 100px;
}

.sec2-right h2 {
  font-size: 28px;
}

.sec2-right-bx h3 {
font-size: 18px;
}

.sec3-title::before, .sec3-title::after {
  max-width: 70px;
  width: 100%;
}

.sec-4 h2 {
  font-size: 28px;
}

.sec4-right {
  text-align: left;
  margin-top: 35px;
}

.sec5-title p {
  padding: 0;
}

.sec6-left h2 {
  font-size: 28px;
  position: relative;
  z-index: 9;
}

.sec6-box {
margin-right: 0px;
}


.sec-7 .sec3-title::before, .sec-7 .sec3-title::after {
  max-width: 30px;
}

.sec9-lt-box {
  padding: 25px 15px;
}


}



@media (min-width:480px) and (max-width:736px){

}

@media (min-width:768px) and (max-width:980px){

}

@media (width:1024px){

}
