@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

body{font-family: 'Poppins', sans-serif;}




img{max-width:100%;}
 p{text-align:justify}
.text-left p{ text-align:left}
.nomargin{margin:0}
.text-center p{text-align:center}

#backtotop{background: url(../images/backtotop.png) no-repeat center #fff;border-radius: 50%;width: 45px;height: 45px;background-size: 35px;bottom:40px;position:fixed;right:40px;box-shadow:0 0 9px #6f2327;z-index:1234;cursor:pointer}



#header{left:0; right:0; top:0; z-index:1234; padding:2em 0;  position:absolute;  transition:.5s;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.56+0,0.3+36,0.3+36,0+84,0+84,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.56) 0%, rgba(255,255,255,0.3) 36%, rgba(255,255,255,0) 84%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.56) 0%,rgba(255,255,255,0.3) 36%,rgba(255,255,255,0) 84%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.56) 0%,rgba(255,255,255,0.3) 36%,rgba(255,255,255,0) 84%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
 }
#header .logo{position:static}
#header .logo img{height:auto}
#header.fixed{}
#header .container{}


#header .reqbtn a{font-size: 14px;color: #fff;border-radius: 5px;font-weight: 400;padding: 10px 20px;margin-left:15px;background: #CB3333 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000029;border-radius: 50px;}
#header .reqbtn a:hover{color: #CB3333;background: #fff 0% 0% no-repeat padding-box;}
@media(min-width:768px) {
	
}


.navbar ul > li {position:relative}
.navbar ul>li> a{color: #181818;text-transform: capitalize;text-decoration: none;padding: 10px 20px;font-size: 14px;display: block;font-weight: 500;}
.navbar ul>li.dropdown > a:after{font-family:FontAwesome; content:"\f0d7"; margin-left:5px;}
.navbar ul>li:last-child{border-right:none}
.navbar ul>li:hover> a,.navbar ul>li.active> a{color:#B01232}
@media(min-width:768px) {
	.navbar{}
#mobileMenuButton{display:none}
.navbar .navbar-collapse>.navbar-nav{
    /*position: relative;*/
    z-index: 123;
}
.navbar .navbar-nav>li{}
.navbar .navbar-nav>li:not(:last-child):after{}
.navbar ul>li >ul{
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-name: slide-down-slow;
    -moz-animation-name: slide-down-slow;
    animation-name: slide-down-slow;
    display:none;
    position: absolute;
    left: 0;
    width: 200px;
    background: #ffffff;
    z-index:12;
    list-style:none;
    padding: 15px 0;
    margin:0;
    display:none;
    text-align: left;
    box-shadow:0 8px 0 #CB3233, 0px 0px 10px #00000029;
    border-radius: 15px;
    }
@-webkit-keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
@keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
}
.navbar ul>li:hover> ul{ display:block}
.navbar ul > li .hasSub{position: absolute;right: 15px;top: 20px;}
.navbar ul > li .hasSub:after {content: '';position: absolute;width: 7px;height: 7px;border-top: 1.5px solid #000;border-right: 1.5px solid #000;transform: rotate(135deg);top: -2px;right: -8px;}
.navbar ul > li li{margin-bottom:5px;}
.navbar ul > li li a{color: #686868;text-shadow: none;padding: 6px 10px 6px 20px;font-size: 14px;font-weight: 400;}
.navbar ul > li li a img{margin-right:12px;width: 22px;position: relative;top: -3px;}
.navbar ul > li li:hover>a{color: #cb3333;}

.pageContent{ position:relative; }
.pageContent .pageOverlay{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.4);left: 0;top:0;z-index: 12;opacity:0; transition:.5s; display:none}
.pageContent.showNav .pageOverlay{ opacity:1;display:block}

/* menu start */
.mobileNavWrapper ul.nav li a { border-top: 1px solid #e8e8e8; display:block; color: #000; font-size: 14px; text-transform: capitalize; padding:7px 15px; font-weight:500  }
.mobileNavWrapper ul li a:hover, .mobileNavWrapper ul li.active a { color: #FFF; background: #901133; text-decoration:none; }
.mobileNavWrapper { background:#fff; width: 250px; height: 100%; min-height: 100%; position: fixed; right: -250px; padding-top:50px; top: 0; overflow-x: hidden; z-index: 16; }
.mobileNavWrapper h2{    font-size: 23px;
    padding: 15px; margin:0px}
.mobileNavWrapper, .header {
 transition: all .30s ease; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.pageContent{ transition:all .30s ease;-webkit-backface-visibility:hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.mobileNavWrapper .navbar-nav li{ position:relative}
.mobileNavWrapper .navbar-nav li ul{padding: 0;box-shadow: none;margin: 0;border: none; width:100%; min-width:auto; display:none}
.mobileNavWrapper .navbar-nav li ul ul{}
.mobileNavWrapper ul.nav li li a {padding: 10px 15px;font-size: 95%;border-color: #efefef;color: #4e4e4e;line-height: normal;font-weight: 500;}
.mobileNavWrapper ul.nav li li:hover>a {color: #fff; background:#000}
.mobileNavWrapper .navbar-nav li .hasSub{position: absolute;right: 0;width: 45px;height: 39px;top: 1px;z-index: 123;background: #901133;cursor: pointer;}
.mobileNavWrapper .navbar-nav li li .hasSub{height:38px; background:#ccc}
.mobileNavWrapper .navbar-nav li .hasSub:after{ position:absolute;     content: '';width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;left: 18px;top: 12px;transform: rotate(135deg);}

.mobileNavWrapper.showNav, .header.showNav, .pageContent.showNav { -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }
#mobileMenuButton{float: right;margin:0;font-size: 25px;color: #fff;padding: 0;background:url(../images/menu.png) no-repeat;width: 36px;height: 36px;background-size: 36px;}
/* menu close */

#header .container{position:relative}
#header .header-right,.navbar .mega-menu,.navbar{ position:static}
.navbar .mega-menu .h3{font-weight: 600;margin: 3px 0 20px;}
.navbar .mega-menu>a{position:relative}
.navbar .mega-menu>a:after{content: '';width: 7px;height: 7px;border-top: 1.5px solid #000;border-right: 1.5px solid #000;transform: rotate(135deg);top: 38%;position: absolute;margin-left: 6px;}
.navbar .mega-menu ul{ display:block; list-style:none; padding:0 0 0 15px; position:relative;    border-left: 2px solid #DDD9D9; line-height:normal}
.navbar .mega-menu ul:after,.navbar .mega-menu ul:before{ content: '';position: absolute;width: 10px;height: 10px;background: #DDD9D9;border-radius: 50px;left: -6px;top: 0;}
.navbar .mega-menu ul:after{top:auto; bottom:0;}
.navbar .mega-menu ul li:not(:last-child){margin-bottom:10px}
.navbar .mega-menu ul li a{padding:0px 10px;}
.navbar .mega-menu .mega-menu-container{-webkit-animation-duration: .3s;-moz-animation-duration: .3s;animation-duration: .3s;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-iteration-count:1;-moz-animation-iteration-count: 1;animation-iteration-count: 1;backface-visibility: hidden;-webkit-font-smoothing:antialiased;animation-timing-function: ease-out;-webkit-animation-timing-function: ease-out;-moz-animation-timing-function: ease-out;transform-origin: 50% 0;-ms-transform-origin: 50% 0;-webkit-transform-origin: 50% 0;-webkit-animation-name: slide-down-slow;-moz-animation-name: slide-down-slow;animation-name: slide-down-slow;box-shadow: 0 8px 0 #CB3233, 0px 0px 10px #00000029;border-radius: 15px;background:#fff;display: none;    position: absolute;
left: 15px;right: 15px; top: 45px; text-align:left; list-style:none; padding:25px 25px 2em }
.navbar .mega-menu:hover .mega-menu-container{display:block;}

/* code of owl-carousel script  */
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-stage-outer.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-controls .owl-nav div, .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url('owl-video-play.png') no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition-property: scale; transition-duration: 100ms; transition-timing-function: ease; }
.owl-carousel .owl-video-play-icon:hover { -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; transition-property: opacity; transition-duration: 400ms; transition-timing-function: ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }
.owl-loaded { display: block; }
.owl-loading { opacity: 0; display: block; }
.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel .owl-item img.owl-lazy { opacity: 0; }
.owl-carousel .owl-item img {}
.owl-carousel .owl-stage.backfacefix .owl-item { -webkit-backface-visibility: hidden; }
.owl-rtl { direction: rtl; }
.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.animated { -webkit-animation-duration: 600ms; animation-duration: 600ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-animated-in { z-index: 0 }
.owl-animated-out { z-index: 1 }
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
 @-webkit-keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
 @keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
.owl-theme .owl-controls { text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.owl-theme .owl-controls .owl-nav div { color: #FFF; display: inline-block; cursor: pointer; width:25px;height: 30px;position:relative}
.owl-theme .owl-controls .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-controls .owl-nav div:hover { text-decoration: none; }
.owl-theme .owl-dots .owl-dot { margin-top:15px; display: inline-block; zoom: 1;  *display: inline;}
.owl-theme .owl-dots .owl-dot span {  display: block; width: 15px; height: 15px; margin: 5px 2px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #686b6d;  }
.owl-theme .owl-dots .owl-dot.active span { background:#fff }
.owl-theme .owl-controls .owl-nav div {    margin: 0px;
    position: absolute;
    top: 35%;
    width: 66px;
    height: 66px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: url(../images/arrow-left.png) no-repeat center #fff;background-size:20px;
}
.owl-theme .owl-controls .owl-nav .owl-prev{left:-15px}
.owl-theme .owl-controls .owl-nav .owl-next{ right:-15px;transform:rotate(180deg); -webkit-transform:rotate(180deg);} 
.owl-theme .owl-controls .owl-nav div:after{}
.owl-theme .owl-controls .owl-nav .owl-prev{}
@media(min-width:1300px){
.owl-theme .owl-controls .owl-nav div{background-size: auto;border: none;box-shadow: none;background-color: transparent; width:35px; top:20%}
	.owl-theme .owl-controls .owl-nav .owl-prev{left:-35px}
.owl-theme .owl-controls .owl-nav .owl-next{ right:-35px;}
}

/* end code of owl-carousel script  */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(../images/fancybox_sprite.png); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url(fancybox_loading.gif) center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url(blank.gif);-webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: visible; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
.fancybox-lock { overflow: visible !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: rgba(0, 0, 0, 0.45); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent;  background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {/*background-image: url(fancybox_sprite@2x.png);background-size: 44px 152px;*/}
 #fancybox-loading div {
/*background-image: url(fancybox_loading@2x.gif);background-size: 24px 24px; */}
}
.shareThis { position: absolute; left: 0; right: 0; bottom: 0; z-index: 9999; text-align:center; }
.shareThis .btn { margin:2px; }
.shareThis a { float:none!important; display:inline-block!important; }

/* end code of fancy lightbox */




.slider {position:relative;font-size:18px; color:#1d1d1d; font-weight:400; line-height:1.9}
.slider img{width:100%; height:auto}
.slider .desc{max-width: 50%;}
.slider h1{font-size:54px;color: #000; margin-bottom:30px;}
.slider h3{font-size:28px;color: #B01232;text-transform:uppercase;position:relative;padding-left: 70px;margin-bottom: 20px;}
.slider h3:before{position:absolute; left:0; top:15px;width: 56px;height: 3px; background:#000;content:''}
.slider p{text-align:left; color:#1d1d1e}
.slider .btn{background: transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000029;font-size: 15px;text-transform: capitalize;padding: 13px 30px;border-radius: 50px;border: none; color:#fff; margin-top:15px;}
.slider .btn:hover{color: #C31432;background: #fff}



.mid-title{ color:#000;font-size:22px; font-weight:300;  }
.mid-title h1{ font-size:40px; font-weight:600;}
.mid-title p{ color:#6D6D6D;line-height:1.6}

.welcome-text{ font-size:16px;  color:#686868}
.welcome-text .mid-title p{ font-size:32px;  color:#000}
.welcome-text{}


.site-counter{}
.site-counter .item{ margin-top:30px;}
.site-counter .item .box{/*border: 1px solid #DDD9D9;*/ box-shadow:0 0 2px #a7a7a7;border-radius: 11px;background:#fff;transition:0.5s;font-size:15px;color: #363636;height:145px;position:relative;line-height: 1.5;padding: 1em; margin-bottom:40px;}
.site-counter .item .box p{margin-bottom: 4px;height: 50px;}
.site-counter .item .box .num{font-size: 30px;font-weight: 600;font-family: Arial;}
.site-counter .item .box .thumb{width: 59px;height: 59px;transition:.5s;background:#fff;margin: auto;left: 0;right: 0;border-radius: 50px;bottom: -48px;border: 1px solid #DDD9D9;}
.site-counter .item .box .thumb img{width: 35px;height: 35px;margin-top: 10px;}
.site-counter .item:hover .box{background: transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 0px 10px #CB3233; color:#fff; border-color:transparent}
.site-counter .item:hover .box .thumb{box-shadow: 0px 3px 6px #CB3233}




.section-event{background: #B11332; color:#fff}
.section-event h1{ font-weight:200; font-size:32px}
.section-event h1 strong{ font-weight:500; line-height:1.4}
.section-event .message-box{background: #9B122D;border-radius: 10px; padding:20px; font-size:16px; font-weight:300; margin-top:30px;}
.section-event .message-box p{text-align:left}
.section-event .message-box .author{font-weight:600;position:relative;padding-left: 95px;}
.section-event .message-box .author img{width: 75px;height: 75px;border: 4px solid #CB3233;border-radius: 50px;position:absolute;left: 0;top: 0;}
.section-event {}
.section-event .carousel-item{background: #B11332;}


.our-features{}
.our-features .item{margin-bottom: 4em;margin-top: 4em;}
.our-features .item .box{background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px dashed #DDD9D9;transition:0.5s;color: #363636;border-radius: 11px;padding:1em 10px;position:relative;padding-top: 80px; height:100%; font-size:14px; line-height:1.5}
.our-features .item .box h3{font-weight:600; font-size:18px; margin:15px 0; color:#000;}
.our-features .item .box p{ margin-bottom:10px;}
.our-features .item .box .thumb{background: #F2F0F0;width: 111px;
height: 111px; border-radius:50%; position:absolute; left:0; right:0; top:-60px; margin:auto}
.our-features .item .box .thumb img{margin-top: 25px;}
.our-features .item:hover .box{box-shadow:0px 7px 0px #CB3233, 0px 0px 10px #8686862B;border: 1px solid #CB3233; }



.section-serviceoffer{background: #F7F7F7}
.section-serviceoffer{}
.section-serviceoffer .desc-box{background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 20px #00000029;padding:60px; position:relative}
.section-serviceoffer .desc-box h3{font-size:26px; color:#000; font-weight:600; margin:20px 0 5px}
.section-serviceoffer .desc-box p{font-size:16px; color:#000; font-weight:300; text-align:left}
.section-serviceoffer .desc-box .btn{background: transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000029;font-size: 15px;text-transform: capitalize;padding: 13px 30px;border-radius: 50px;border: none;}
.section-serviceoffer .desc-box .btn:hover{background: #fff; color:#C31432}
@media (min-width: 768px){
	.section-serviceoffer .desc-box{margin-top: -95px; padding-top:110px;}
	.section-serviceoffer .desc-box:before{width:263px; height:94px; background:url(../images/pattern_1.png) no-repeat; position:absolute; left:-45px; top:0; content:''}
}

.our-testimonial{}
.our-testimonial .mid-title{ font-size:20px;}
.our-testimonial .carousel-item{ background:#fff}
.our-testimonial .carousel-item .desc{background: url(../images/tes_icon.png) no-repeat 15px 0;padding-top: 4em;font-size: 18px;visibility: visible!important;}
.our-testimonial .carousel-item .desc p{text-align:left}
.our-testimonial .carousel-item .desc .author{font-size:24px; font-weight:500}
.our-testimonial .carousel-item .desc .author h4{ font-size:35px; font-weight:600; margin:0}
.our-testimonial .carousel-item .thumb{ position:relative; background:url(../images/pattern_1.png) no-repeat left top; padding:2em 15px;visibility: visible!important;}
.our-testimonial .carousel-item .thumb .icon-video{width: 90px;height: 90px;background:url(../images/play.png);position: absolute;right: 0;bottom: 15px;background-size: 100% 100%;font-size: 0px;}
.our-testimonial .carousel-item .thumb .image{display:inline-block; position:relative}
.our-testimonial .carousel-item .thumb *{ position:relative; z-index:1}
.our-testimonial .carousel-item .thumb:after{content:''; position:absolute; width:263px; height:94px; right:50px; bottom:0; background:url(../images/pattern_1.png) no-repeat left top}
.our-testimonial .carousel-item .thumb img{}
.our-testimonial .carousel-indicators{right: auto;left: 43%;padding: 0;margin:0}
.our-testimonial .carousel-indicators li{background:#ccc; width:15px; height:15px; ;}
.our-testimonial .carousel-indicators li.active{background:#CB3233; width:50px; border-radius:50px;}





.our-process{ position:relative}
.our-process .row{position:relative; z-index:12}
.our-process .row:after,.our-process .row:before{background:url(../images/pattern_2.png) no-repeat; width:50%; left:-40px; top:0; height:200px; max-width:263px; content:''; position:absolute}
.our-process .row:after{ left:auto; right:-40px;}
.our-process .item .box{box-shadow: 0px 0px 15px #0000001A;border-radius: 10px; background:#fff ; font-size:15px; height:312px; padding:2em 1em; margin-top:30px; position:relative; z-index:1}
.our-process .item .box{}
.our-process .item .box h3{font-weight:600; font-size:20px; margin:15px 0; color:#000}
.our-process .item .box p{color: #868686; margin:0 }
@media (min-width: 768px){
.our-process .item:nth-child(2),.our-process .item:nth-child(5),.our-process .item:nth-child(7){ margin-top:-40px;}
.our-process:before{content:'';max-width: 928px;height: 928px;background: transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box;left: 0;right: 0;margin: auto;top: 0; position: absolute;border-radius: 50%;}
.our-process h1{padding-top: 50px;color: #fff;position: relative;margin-bottom: 20px;}	
}

.section-collaboration{background: transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box; color:#fff}
.section-collaboration .mid-title{color:#fff; font-size:20px;}
.section-collaboration .mid-title h1{ color:#fff}
.section-collaboration .mid-title p{ color:#fff}
.section-collaboration .box-item{box-shadow: 0px 0px 15px #00000029;border-radius: 15px; background:#fff; color:#000; padding:3em 2em; margin-bottom:30px; font-size:15px;}
.section-collaboration .box-item img{}
.section-collaboration .box-item h3{ font-weight:600; font-size:20px; margin-bottom:15px;}
.section-collaboration .box-item p{ margin-bottom:10px;  text-align:left}
@media (min-width: 768px){
	.section-collaboration .row .col-md-12 .col-md-2 {-ms-flex: 0 0 10%;flex: 0 0 10%; max-width: 10%;}
	.section-collaboration .row .col-md-12 .col-md-10 {-ms-flex: 0 0 90%;flex: 0 0 90%; max-width: 90%;}
	
}


.section-industries{background:#F7F7F7 }
.section-industries .ourserve{}
.section-industries .ourserve .item{border-radius:11px;background:#FFFFFF;transition:0.5s;border:1px solid transparent;margin-bottom: 30px;height: 215px;padding: 3em 1em;}
.section-industries .ourserve .item img{}
.section-industries .ourserve .item h3{font-size:20px;font-weight:600;margin-top: 25px;}
.section-industries .ourserve .item:hover {box-shadow: 0px 5px 10px #CB323373;border-color:#CB3233;}




#footer{font-size: 13px;color:#fff;background:#363636 ;font-weight: 300;}
#footer .container{position:relative}
#footer .callus{position: fixed;bottom: 25px;right: 25px;opacity: 0.8;z-index: 1234;animation: rotatingtwise 2s linear infinite;}
#footer .callus:hover{opacity:1}
@keyframes rotatingtwise {0% {}10% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg); }20% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
30% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
40% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg); }
50% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
60% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
70% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
80% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
90% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
100% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
}
@-webkit-keyframes rotatingtwise {0% {}10% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg); }20% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
30% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
40% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg); }
50% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
60% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
70% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
80% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
90% {-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-o-transform:rotate(5deg);}
100% {-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);}
}
#footer a{color: #fff;}
#footer .btn{font-size: 15px;background: #ffff;color: #000;border-radius: 50px;padding: 10px 25px;}
#footer a:hover{color:#fff; }
#footer .h3{position:relative;color:#fff;text-transform:uppercase;margin: 0 0 5px;font-size: 13px;font-weight:500;padding-bottom: 12px;}
#footer ul{ margin:0; padding:0; list-style:none}
#footer p{text-align:left}
#footer .ftrlnk li {margin-bottom: 5px;display:block;}
#footer .ftrlnk li a{font-weight: 300;}
#footer .ftrlnk li:last-child a{padding-right:0}
#footer .btn:hover{background:transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box; color:#fff}
#copyright{border-top: 1px solid #464646;}

.banner{position: relative;}
.banner img{ width:100%; }
.banner .page-name{position: absolute;left: 0;right: 0;top: 45%;z-index: 12;color: #000;}
.banner .page-name h1{margin:0; font-size:52px;}

.innerContent h4{color:#000; font-weight:600;}
.innerContent .mid-title{font-size:18px;}
.innerContent .our-events{}
.innerContent .our-events .desc{ font-size:15px;color: #6D6D6D;}
.innerContent .our-events .desc h3{ font-size:26px; font-weight:600; color:#000}
.innerContent .our-events .desc h3 a{color:#000;}
.innerContent .our-events .desc .btn{color: #6D6D6D;font-size:15px;box-shadow: 0px 0px 6px #00000029;border: 1px solid #868686;border-radius: 25px;}
.innerContent .our-events .desc .btn:hover{background:#CB3333;box-shadow: 0px 0px 6px #00000029;border: 1px solid #CB3333 ;color:#fff}
.innerContent .our-events .desc .tagline{ margin-bottom:15px;}
.innerContent .our-events .thumb{ margin-bottom:15px;}
.innerContent .our-events .thumb img{width:100%; height:auto}
@media(min-width:768px){
	.innerContent .our-events .item:nth-child(odd) .thumb{-ms-flex-order: 2;order: 2;}
}

.blogpost{}
.blogpost{}
.blogpost .item {}
.blogpost .item .box{background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 10px #00000029;color: #6D6D6D;border-radius: 10px; overflow:hidden}
.blogpost .item .thumb{}
.blogpost .item .thumb img{ width:100%;}
.blogpost .item .desc{padding: 15px 20px 20px 20px;position: relative;line-height: 1.7;}
.blogpost .item .desc .heading{margin-bottom: 20px;padding-left:100px;min-height: 65px;}
.blogpost .item .desc .heading .post-date{background: #CB3233;position: absolute;left: 0;top: 0;color: #fff;width: 95px;height: 77px;text-align: center;line-height: 1.4;padding-top: 11px;}
.blogpost .item .desc .heading .post-date strong{color:#fff;display:block;font-size: 150%;}
.blogpost .item .desc strong{color:#000}
.blogpost .desc h2{font-size:18px;color:#000;line-height: 1.5;}
.blogpost .desc h2 a{ color:#000}
.blogpost .desc .btn{color: #6D6D6D;font-size:15px;box-shadow: 0px 0px 6px #00000029;border: 1px solid #868686;border-radius: 25px;padding: 11px 30px;}
.blogpost .desc .btn:hover{background:#CB3333;box-shadow: 0px 0px 6px #00000029;border: 1px solid #CB3333 ;color:#fff}
.blogpost .desc:hover{color:#000}



/* faq page */
.accordion {background:#fff; margin:2em 0}
.accordion .accordion-title{font-size: 14px;color: #363636;position: relative;margin-top:15px;padding: 17px 50px 17px 20px;cursor: pointer;background:#EBF5FD;border-radius: 8px;font-weight: 500;}
.accordion .accordion-title:after{position: absolute;content: '';width: 10px;height: 10px;right: 17px;top: 21px;border-left: 2px solid #b3b3b3;border-bottom: 2px solid #b3b3b3;transform: rotate(-45deg);}
.accordion .accordion-title.active{color:#fff;background: #339967;border-radius: 8px 8px 0 0;}
.accordion .accordion-title.active:after{transform: rotate(135deg);border-color:#fff;top: 26px;}
.accordion-detail{display:none;padding: 20px;background: #fff;margin-top: -9px;border-radius: 10px;position: relative;}


.confrm{}
.confrm .form-group{ margin-bottom:40px;}
.confrm .form-control{height: 60px;border: 1px solid #DDD9D9;border-radius: 8px;padding: 10px 30px;font-size: 14px;}
.confrm textarea.form-control{height: 177px;}
.confrm .btn{background: transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border-radius: 30px;padding: 14px 24px;width: 100%;max-width: 450px;font-weight: 300;border: none;}
.confrm .btn:hover{background:#CB3233 0% 0% no-repeat padding-box}
.confrm{}
.coninfo{}
.coninfo .item{}
.coninfo .item .box{background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #DDD9D9;color: #363636;border-radius: 11px;padding: 30px 15px;transition:.5s;}
.coninfo .item .box h3{font-size:20px;font-weight:600;color:#000;margin: 19px 0 20px;}
.coninfo .item .box p{margin-bottom: 5px;}
.coninfo .item .box img{}
.coninfo .item:hover .box{box-shadow:0 10px 0 #CB3233;}



.innerContent .work-process{ font-size:16px}
.innerContent .work-process h3{font-size: 26px;font-weight: 600;}
.innerContent .work-process .thumb{ position:relative}
.innerContent .work-process .row:not(:last-child) .thumb:before{     position: absolute;content: '';width: 2px;background:#DDD9D9;height: 100%;left: 54px;z-index: -1;}
.innerContent .work-process .thumb figure{display: inline-block;background: url(../images/grey_bg.png) no-repeat;width: 80px;height: 86px;text-align: center; position:relative;padding-top: 20px;font-weight: 600;font-size: 19px; color:#fff}
.innerContent .work-process .thumb figure img{}
.innerContent .work-process .thumb figure:after,.innerContent .work-process .thumb figure:before{content:'';width: 10px;height: 10px;background: #DDD9D9;position: absolute;border-radius: 50%;top: -8px;left: 0;right: 0;margin: auto;}
.innerContent .work-process .thumb figure:after{top:auto; bottom:-8px}
.innerContent .work-process .row:first-child .thumb figure:before{display:none}
.innerContent .work-process .row:last-child .thumb figure:after{display:none}
@media(min-width:992px){
.innerContent .work-process  .desc {padding-left:0}
}

.innerContent .work-process.about-year .thumb figure:after, .innerContent .work-process.about-year .thumb figure:before{background:transparent linear-gradient(180deg, #240B36 0%, #C31432 100%) 0% 0% no-repeat padding-box}
.innerContent .work-process.about-year .thumb figure{ background-image:url(../images/bg.png);   padding-top: 25px;}




/* MEDIA QUERY */
@media(max-width:1300px){
	#header .container,.slider .container{ max-width:100%;}
	
}

@media(max-width:1199px) and (min-width:991px){

.navbar ul>li> a{padding: 12px 15px;font-size: 15px;}


}
@media(max-width:991px) and (min-width:768px){
.navbar ul>li> a{padding: 6px 10px;font-size: 12px;}

}

@media(max-width:1199px){

}
@media(max-width:991px){
.slider h3{font-size:15px; margin-bottom:5px;}
.slider h3:before{top:7px;}
.slider h1{ font-size:25px; margin-bottom:10px;}
.slider p{margin-bottom:10px;}
.slider{font-size:14px; line-height:1.6;}
.slider .btn{    padding: 7px 25px; font-size:12px; margin-top:0}
}
@media(max-width:767px){
.text-xs-center{text-align:center!important}
.text-xs-center p{text-align:center!important}
h1,.h1,.mid-title h1,.section-event h1,.banner .page-name h1{font-size:25px;}
.h3, h3,.h2, h2,.our-testimonial .carousel-item .desc .author h4,.section-serviceoffer .desc-box h3{font-size:20px;}
.mid-title,.section-industries .ourserve .item h3,.section-collaboration .mid-title,.our-process .item .box h3,.our-testimonial .carousel-item .desc .author,.our-testimonial .carousel-item .desc,.our-testimonial .mid-title,.welcome-text .mid-title p{ font-size:15px;}
.section-serviceoffer .desc-box p,.welcome-text{font-size:14px;}

#header{ position:static}
.welcome-text .mid-title p{text-align:left}

.slider .carousel-caption{top:5%}

#footer .h3{margin:20px 0 10px; padding:0}
#footer .ftrlnk li{ display:inline-block}
#footer .ftrlnk li a{ padding:0 10px}
#footer .ftrlnk li:not(:last-child):after{ content:'|' }
#footer .ftrlnk li:first-child a{padding-left:0}
#footer p{margin-bottom:10px;}
.section-industries .ourserve .item img,.our-process .item .box img{height:50px;}
.section-industries .ourserve .item{height:150px; padding:1.5em 1em}
.section-collaboration .box-item{padding:1.5em}
.our-process .item .box{ height:auto}
.section-serviceoffer .desc-box{padding:1em 2em 2em; margin-top:30px;}
.section-event .message-box{margin-bottom:50px;}
.our-process .row:before{left:0}
.our-process .row:after{right:0}
}
@media(max-width:640px){
.slider h3{font-size:13px;}
.slider h3:before{top:5px;}
.slider h1{ font-size:18px; margin-bottom:5px;}
.slider p{margin-bottom:5px;}
.slider{font-size:9px; line-height:1.4;}
.slider .desc{max-width:55%;}
.slider .btn{    padding: 7px 25px; font-size:12px; margin-top:0}
.slider .carousel-indicators li{ width:10px; height:10px;}
.slider .carousel-indicators{margin-bottom:5px;}
}
@media(max-width:480px){	
.mid-title,.section-industries .ourserve .item h3,.section-collaboration .mid-title{ font-size:14px;}
.slider h1{ font-size:14px;}
}
@media(max-width:420px){


}