@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Rubik', sans-serif;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	font-style: normal;
}

p {
    font-weight: 400;
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
	margin: 0 0 10px;
    line-height: 1.3;
    font-weight: 700;
    transition: .5s;
}

h1 {
    font-size:50px;
}
h2 {
    font-size: 35px;

}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
a{
    transition: all 0.3s ease-out 0s;
}
a{
	 color: #6d6d6d;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
.pb-220 {
    padding-bottom: 220px;
}
.pt-220 {
    padding-top: 220px;
}
.pt-90 {
    padding-top: 90px;
}
.mb-35 {
    margin-bottom: 35px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-75{
	padding-top: 75px;
}

.pt-75{
	padding-bottom: 75px;
}

.bg1{
    padding-bottom:75px;
}
.my-float {
    margin-top: 16px;
}
    .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

#scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    background-color: #694b99;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.nav-link {
font-family: 'Fira Sans', sans-serif;
font-size: 16px;	
padding: 20px 15px !important;
text-decoration: none;
color: #000000;
font-weight: 600;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
}

.nav-link:hover {
  color: #e30411 !important;
}



.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #e30411 !important;
}

.bg-body-tertiary {
background-color: #fff !important;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	z-index: 999;
	top: 0px;
	width: 100%;
}


.section-head h5 {
    font-size: 16px;
    font-weight: 600;
    color: #FF3C00;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.section-head h2 {
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 20px;
}

.section-head h1 {
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 20px;
}

.section-head p {
    font-size: 16px;
	 color: #616161;
    line-height: 1.5;
}
.block-text p {
     font-size: 21px;
    font-weight: 300;
}

.section-head-bar-2 {
    position: relative;
    margin: auto;
}

.section-head-bar-2::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #FF3C00;
    transform: skewX(45deg);
}

.section-head-bar-2::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #FF3C00;
    transform: skewX(-45deg);
}
.services-section.style-ten {
    background: #fff;
}



.call-do-action-section-tij {
background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(../images/tij_video.jpg) no-repeat center/cover;
}
.call-do-action-section {
background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(../images/maxresdefault.webp) no-repeat center/cover;
}

.video-icon {
    display: inline-block;
}

.video-icon-cda a{
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: #FF3C00;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation:murad 1s linear infinite;
  animation: murad 1.5s linear infinite;
  -webkit-transition: .5s;
  font-size: 28px;
  z-index: 1;
}
@-webkit-keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4),  0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}
@keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 5px rgba(255,255,255, 0.4)
    }
    100% {
        -webkit-box-shadow:0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4), 0 0 0 40px rgba(255,255,255, 0)
    }
}


/*galery*/
/* Start Gallery CSS */

.portfolio-item{
		text-align: center;	
	border: 1px solid #d4d4e1;
    border-radius: 10px 10px 10px 10px;
    transition: .3s;
}

.portfolio-item:hover {
  border-color: #e30411 ;
}

.portfolio-item figcaption:hover {
  color: #e30411 ;
}



.portfolio-item img {
  transition: all ease-in-out 0.4s;
}

.portfolio-item:hover img {
    background: url(../images/bg.webp);

}

.bg{background: url(../images/bg.webp) no-repeat center/cover;}

footer{
	background:#D1CFCF;
}

.footer-widget-title, .footer-logo {
    padding-bottom: 25px;
}
.footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: 1px solid #4d4d4d;
}
.footer-logo{
	width: 60%;
}
.footer p, .footer a {
    color: #000000;
}

.footer-about-social-icon ul {
    margin-top: 40px;
}

.footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-about-social-icon ul li a {
    
    font-size:24px;
    padding: 10px 15px;
    border-radius: 3px;
}

.footer-about-social-icon ul li a i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;
   color: #fff;
    transition: all .5s ease-in-out;
}

.footer-quick-link-list ul li{
 list-style: none;
 margin-bottom:15px;
 transition: .3s;
 position: relative;
	text-decoration: none;
}
a{
	text-decoration: none;
}
.footer-quick-link-list ul li:hover a{
  color:#e30411 ;
}

.footer-quick-link-list ul li:hover{
  color:#e30411 ;
}

.footer-quick-link-list ul li:before{
 content:"";
 position: absolute;
 top:12px;
 left:-25px;
 height:1px;
 width:10px;
 background: #000;
}

.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 250px;
    padding-bottom: 150px;
    z-index: 1;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom right, rgba(0, 26, 113, .9) 0%, rgba(0, 0, 0, .5) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li.active {
    color: #5b9e2f;
}

.myindi button.thumbnail {
  width: 100px;
}
.carousel-indicators1 button.thumbnail:not(.active) {
  opacity: 0.7;
}
.myindi {
  position: static;
}
@media screen and (min-width: 992px) {
  .myslide {
    max-width: 70%;
    margin: 0 auto;
  }
}