/*
font-family: 'Roboto', sans-serif;
*/


html {
  scroll-behavior: smooth;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #58595b;
}


*{
	box-sizing: border-box;
}

p{line-height: 25px;}
a, a:hover, a:focus{
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #6f6f6f;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	
}

.fa.fa-x-twitter{
	font-family:sans-serif;
}
.fa.fa-x-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}



.p-text{
    font-size: 18px;
    line-height: 27px;
    word-spacing: 2px;
    margin: 15px 0;
}
.ul-text{
    padding-left: 15px;
}

.ul-text li{
    padding-left: 15px;
    font-size: 18px;
    line-height: 27px;
    word-spacing: 2px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}


.ul-text li:before{
  position: absolute;
  color:#c4161c;
  top:0;
  left:-15px;
  font-family: 'Font Awesome 5 Free';
  font-size:1em;
  content: "\f192";
  font-weight: 900; /* <-- add this or 400 for other styles */

}



.h2-h{
	font-size: 38px;
	font-weight: 700;
	color: #58595b;
	margin-bottom: 65px;
	margin-top: 0px;
    position: relative;
    display: inline-block;
    
}

.h2-h:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #c4161c;
    bottom: -30px;
    left: 0px;
}

.bg-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-para{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.btn-orange{
    background-color: #f05423;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 0px;
    padding: 12px 30px;
    box-shadow: 3px 2px 5px 0px #535151;
    margin: 15px 0px;
    transition: all ease .3s;
}

.btn-orange:hover{
    background-color: #2756a6;
    color: #fff;
}



section{
	margin:100px 0;
}


/*header*/



/*nav*/
nav{
    background-color: #fff;
    border-radius: 0px !important;
}

nav.sticky{
	width: 100%;
	z-index: 99;
	position: fixed;
    top: 0px;
	-webkit-animation: slide-down 0.7s;
	-moz-animation: slide-down 0.7s;
	animation: slide-down 0.7s;
}
nav.sticky .nav{
    margin-top: 5px;
}

@-webkit-keyframes slide-down{
	0%{ opacity: 0; transform: translateY(-100%);}
	100%{ opacity: 0.9; transform: translateY(0);}
}

@-moz-keyframes slide-down{
	0%{ opacity: 0; transform: translateY(-100%);}
	100%{ opacity: 0.9; transform: translateY(0);}
}

@keyframes slide-down{
	0%{ opacity: 0; transform: translateY(-100%);}
	100%{ opacity: 0.9; transform: translateY(0);}
}


header{
    padding: 15px 0 15px 0;
    border-top: 10px solid #c4161c;
}

.navbar-brand{
    height: auto;
    display: block;
}
.navbar{margin-bottom: 0; }
.navbar-toggle .icon-bar{background-color: #231f20;}

header .nav>li{ padding: 10px 15px}

header .nav>li>a{
    font-weight: 500;
    color: #58595b;
    padding: 0px;
}	
header .nav>li.active>a, header .nav>li>a:focus , header .nav>li>a:hover{
	background-color: transparent;
	color: #c4161c;
}



.navbar-brand{
    padding: 0 15px;
}



header .nav-home .nav>li>a{
	color: #fff;
}

.social-li{
    list-style: none;
}

.social-li li{
    display: inline-block;
    margin-left: 6px
}

.social-li li a{
    width: 28px;
    height: 28px;
    background-color: #c4161c;
    display: block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin-top: 5px;
}


.sticky .social-li{
    margin-top: 6px;
}
/*banner*/

#banner{
    
	margin-bottom: -15px;
}




.ban-cap{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0px;
    color: #fff;
    text-align: center;
}

.ban-cap h2{
   color: #ffffff;
    font-size: 38px;
    text-align: center;
    margin-top: 20%;
    position: relative;
    display: inline-block;
    font-size: 3em;
}

.ban-cap h2:after{
    content: '';
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    word-spacing: 5px;
}

.ban-cap h3{
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    margin-top: 19%;
    margin-bottom: 25px;
    
}


.ban-cap p{
    text-align: left;
    font-size: 20px;
    text-transform: capitalize;
}

.owl-carousel.img-auto .owl-item img{
    width: auto;
}

.ban-r img{
    width: 70% !important;
    margin: 0px auto;
}

.owl-carousel.nav-style .owl-nav button.owl-next, .owl-carousel.nav-style .owl-nav button.owl-prev{
    background-color: #c4161c6e;
    padding: 5px 12px !important;
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    top: 50%;   
    transition: all ease 0.5;
}
.owl-carousel.nav-style .owl-nav button.owl-next:hover, .owl-carousel.nav-style .owl-nav button.owl-prev:hover{
    background-color: #c4161c;
}

.owl-carousel.nav-style .owl-nav button.owl-prev{ left: 50px;}

.owl-carousel.nav-style .owl-nav button.owl-next{ right: 50px;}


.owl-carousel button.owl-dot{
    width: 8px;
    height: 8px;
    background-color: #cecdcd;
    margin-right: 8px;
}

.owl-carousel.dot-style button.owl-dot.active{
    background-color: #c4161c;
}
	
.dot-style .owl-dots{ 
    text-align: center;
    bottom: 32px;
    position: relative;
}


.owl-carousel.cap-a .owl-item .ban-cap h3{
    position: relative;
    left: -100%;
    transition: all ease .5s;
    opacity: 0;
}

.cls-yr{
        background-color: #ffffff9e;
    color: #000;
    position: relative;
    z-index: 99999;
    padding: 0px 5px;
    display: block;
    border-radius: 8px;
    font-weight: bold;
    top: 15px;
    left: 10px;
    width: 100px;
}

.owl-carousel.cap-a .owl-item.active .ban-cap h3{
    left: 0;
    opacity: 1;
} 

/*.owl-carousel.cap-a .owl-item .ban-cap p{
    position: relative;
    bottom: -100px;
    transition: all ease .5s;
    opacity: 0;
}*/

.owl-carousel.cap-a .owl-item .ban-cap p{    position: relative;
    bottom: -100px;
    transition: all 
ease .5s;
    opacity: 0;
    left: 0%;
    display: block;
    text-align: center;
    font-weight: bold;
}


.owl-carousel.cap-a .owl-item.active .ban-cap p{
    bottom: 0;
    opacity: 1;
} 

/*sec-01*/
#sec-01 .sec-01-p{
    margin-bottom: 58px;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-left: 11%;
    margin-right: 11%;
    text-align: justify;
}


.owl-carousel.img-bor .owl-item img{
    border: 4px solid #bcbdc0;
}

.owl-carousel.cap-ul .owl-item ul{
    text-align: left;
    list-style: none;
    margin-top: 25%;
    position: relative;
    left: -100px;
    opacity: 0;
    transition: all ease 1s;
}
.owl-carousel.cap-ul .owl-item.active ul{
    left: 0;
    opacity: 1;
}

.owl-carousel.cap-ul .owl-item ul li{
    position: relative;
    margin-bottom: 10px;
}

.owl-carousel.cap-ul .owl-item ul li:before{
  position: absolute;
  color:#c4161c;
  top:0;
  left: -30px;
  font-family: 'Font Awesome 5 Free';
  font-size:1em;
  content: "\f192";
  font-weight: 900; /* <-- add this or 400 for other styles */

}

.owl-carousel.cap-ul .owl-item ul li i{
    margin-right: 15px;
    color: #c4161c;
}

#sec-01 .dot-style .owl-dots{
    bottom: -30px;
}

.bg-g{
    background-color: #ddd;
}


/*sec-02*/

.sec-02{
    background-color: #f1cab9;
    padding: 30px 25px;
}

.sec-02 h3{
    color: #c4161c;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
}
.btn-m{
        background-color: #c4161c;
    color: #fff;
    padding: 7px 30px;
    font-weight: 500;
    box-shadow: 3px 2px 0px 0px #7e090d;
    border-radius: 6px;
}


/*sec-03*/
.sec-03 h2, .h2-n{
    font-size: 38px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 50px;
    margin-top: 0px;
}
.sec-03 .box-w{
    background-color: #fff1eb;
    border-bottom: 2px solid #c4161c;
    border-top: 2px solid #c4161c;
    padding: 50px 25px;
}

.flx-p{
    display: flex;
    flex-wrap: wrap;
}

.w-box{
    border-right: 1px solid #ede0da;
    padding: 0px 25px;
    text-align: center;
}

.w-box:last-child{
    border: none;
}

.w-box img{
    width: 65%;
}

.w-box h4{
    color: #231f20;
    margin: 25px 0;
}

/*sec-04*/
/*#sec-04 h3{
    display: inline-block;
    padding: 0 15px;
    position: relative;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    color: #58595b;
    font-weight: 400;
    font-size: 28px;
}

#sec-04 h3+ hr{
    position: relative;
    top: -41px;
    border-top: 2px solid #ddd;
    z-index: -1;
    
}*/

#sec-04 .dot-style .owl-dots{
    bottom: -30px;
}


/*footer*/
footer{ 
    background-color: #c4161c;
    color: #fff;
    padding: 25px 0;
}

.foot-nav{
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding-left:0px;
    text-align:center;
    
}

.foot-nav li{
    display: inline-block;
    padding: 10px 5px;
}

.foot-nav li a{
    color: #c4161c;
    font-weight: 500;
    border-right: 1px solid #ddd;
    padding-right: 10px
}

.foot-nav li a.no-b{
    border: none;
}

footer .social-li{
    text-align: right;
}
footer .social-li a{
    background-color: #fff;
    color: #c4161c;
}


/*other pages*/
.page-b{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 30px 0;
    color: #fff;
}

.page-b h3{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 35px;
}

.page-b p{
    font-size: 22px;
}

#abt-03 .p-text{
    margin-bottom: 50px;
}

#abt-03 .t-box{
    text-align: center;
    margin-bottom: 25px;
}

#abt-01{
        background-image: url(../img/bg-abt.png);
    background-repeat: no-repeat;
    background-position: 206% center;
}

#abt-02 .box-w {
    padding: 25px 25px;
}


#abt-03 .t-box img{
    width: 60%;
    margin: 0 auto;
}

#abt-03 .t-box h4{
    color: #58595b;
    margin: 25px 0 3px 0;
}

#abt-03 .t-box p{
    line-height:20px;
}

#ser-01 .ser-01-b{
    border: 2px solid #f1cab9;
    margin: 15px;
    box-sizing: border-box;
    width: 30%;
    text-align: center;
}
#ser-01 .ser-01-b img{
    width: 70%;
}

#ser-01 .ser-01-b h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}


.sub-h{
    padding: 25px 25px 25px 0;
    background-color: #fff;
    display: inline-block;
    margin-top: 0px;
    font-size:24px;
}

.sub-h+hr{
    position: relative;
    z-index: -1;
    top: -69px;
}

.sub-h-c{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
}

#con-01{
    background-color: #fff1eb;
    padding: 100px 0;
    margin: 0px;
}

#con-01 h4{
    color: #fff;
    background-color: #c4161c;
    margin: 0px;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

#con-01 form{
    padding: 25px;
    background-color: #fff;
}

#con-01 form .form-control{
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    background-color: #f1cab9;
}

#con-01 form textarea.form-control{
    height: auto;
}

#con-03 h4.m-und{
    display:inline-block;
    position: relative;
    margin-bottom:25px;
}
#con-03 h4.m-und:after{
    content:'';
    position: absolute;
    height: 1px;
    background-color: #c4161c;
    width:100%;
    left: 0;
    bottom: -8px;
}

#con-03 h4 span{
    font-weight: normal;
}

#con-03 .sub-h{
    color:#c4161c;
}

.se-code-bg{
    background-image: url(../img/se-pat.jpg);
    background-size: cover;
    
    font-family: cursive;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #c4161c;
    padding: 4px 15px;
    text-shadow: 0 0 8px #fff;
    display: inline-block;
    
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}


.dot-style.s-out .owl-dots{
    bottom: -25px;
}

#a-o-part h3{
    color:#c4161c;
    padding-bottom:0px;
}
#a-o-part .sub-h+hr{
    top: -40px;
}


#a-o-part h4{
   margin-top: 12%;
    font-weight: 500;
    color: #373435;
    line-height: 28px;
}

#a-o-part img{
    width:300px;
    max-width:100%;
}

/*================
	Desktop
==============*/
@media(min-width: 768px){
    
    header .nav>li.active>a{
        position: relative;
    }

    header .nav>li.active>a:before{
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #c4161c;
        top: 25px;
        opacity: 1;
    }
    
	.bor-r{
        border-right: 1px solid #c4161c;
    }
    
	header .navbar-right{
		margin-top: 22px;
	}
    
    
}

/*================
	Mobile
==============*/
@media(max-width: 768px){
    
    #a-o-part h4{
        margin-top:0px;
        text-align:center;
        margin-bottom:25px;
    }
	
	#a-o-part .text-right{
	    text-align:center;
	}
    #ser-01 .ser-01-b img{
        width: 50%;
    }
    
    header .social-li{
        display: none;
    }
    
    .ban-cap h2{
        font-size: 20px;
        letter-spacing: 3px;
        margin-top: 10%;
        
    }
    .ban-cap h2:after{
        height: 1px;
    }
    
    .ban-cap h3{
        font-size: 18px;
        font-weight: 400;
        margin-top: 5%;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .ban-cap p{
        font-size: 16px;
        font-weight: 300;
        margin: 0 15px;
    }
    
    .owl-carousel.cap-ul .owl-item ul{
        margin-top: 8%;
    }
    
    
    
    #banner .owl-nav{
        display: none;
    }
    
    
    .bg-g{
        width: 100%;
    }
    .sec-03 .w-box{
        border: none;
        border-bottom: 2px solid #ddd;
        padding-bottom: 25px;
        margin-bottom: 25px;
        width: 100%;
    }
    
    .sec-03 .w-box:last-child{
        border: none;
    }
    
    .sec-03 .w-box img{
        width: 50%;
    }
    
    .sec-02, .sec-02 .text-right{
        text-align: center;
    }
    
    .sec-02 .btn-m{
        margin: 25px 0;
    }
    
    #ser-01 .ser-01-b{
        width: 100%;
    }
    
    
    footer,footer .social-li, footer .text-right{
        text-align: center;
    }
    
    footer .social-li{padding-left: 0px}
	
    .mmr-t25{
        margin-top: 25px;
    }
	
	
}



