:root{
	--white_clr: #fff;
	--black_clr: #000;
	--text_clr: #3d3d3d;
	--primary_clr: #965e2a;
	--secondary_clr: #06295a;
	--light_clr: #d1dfec;
	--primary_font_family: 'Roboto', sans-serif;
}
/*color: var(--white_clr);*/
/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/
/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative; top:0; left: 0; min-width: 100%; display:flex;display:-webkit-flex;}
.slick-track:before, .slick-track:after{display:table; content:"";}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; min-height:1px; flex-grow: 1; flex: inherit;}
.slick-initialized .slick-slide{display: block; list-style:none;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow{
	display:flex; align-items: center; justify-content: center; position:absolute; top:50%; margin-top:-17px; z-index:2; padding:0; width:34px; height:34px; text-align:center; font-size:0; border:0;
	background: var(--primary_clr); color: var(--white_clr); cursor:pointer; opacity:1; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; box-shadow: 0 0 10px rgba(0,0,0,0);
}
.slick-arrow:before{display: block; content: "\f060"; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 18px;}
.slick-arrow.slick-next:before{content: "\f061";}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:hover{background: var(--secondary_clr); color: var(--white_clr);}
.slick-arrow.slick-disabled{
	background: var(--light_clr); color: var(--secondary_clr); cursor: inherit;
}
.slick-dots{display:flex;display:-webkit-flex; align-items: center; justify-content: center; position:absolute; left:0; right:0; margin:0 auto; padding:0; bottom:0; text-align:center;}
.slick-dots li{margin:0 4px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button{display:block; width:10px; height:10px; font-size:0; padding: 0; background:none; border: 2px solid var(--text_clr); -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; cursor:pointer; position: relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-dots li.slick-active button{background: var(--text_clr);}
/*Slick Slider Css End*/
/*Easy Responsive Tab Css*/
h4.resp-accordion{display:none; cursor:pointer; text-align:left; position:relative; background: #e9e9e9; padding:10px 40px 10px 10px; margin: 0 0 5px;}
h4.resp-accordion .resp-arrow{display:none;}
h4.resp-accordion:after{display:block; content:"\f107"; font-family:'FontAwesome'; text-align: center; position:absolute; right:0; top:50%; width:40px; line-height:normal; transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
h4.resp-accordion.resp-tab-active:after{content:"\f106";}
.resp-tab-content{display:none;}
.resp-tab-content:after{clear:both; content:""; display:block;}
.resp-content-active, .resp-accordion-active{display:block}
@media only screen and (max-width:767px){
ul.resp-tabs-list{display:none;}
h4.resp-accordion{display:block;}
}
/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background:var(--text_clr); display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:var(--white_clr); bottom:0; color:#16181C; position:fixed; top:0; left:-400px; width:380px; z-index:-4; font-size:16px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.mobile-menu-open .mobile-menu-block{left:0; z-index:20;}
.mobile-menu-inner{height:calc(100% - 130px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;}
.mobi-logo {height: 90px; padding: 0 20px; border-bottom: 1px solid #ddd;}
.mobi-logo a, .mobi-logo img{display: block; width: 120px;}
.mobile-nav ul{margin:0; padding: 0; list-style: none;}
.mobile-nav li{margin: 0; padding: 10px 0; color:var(--text_clr); font-weight:500; font-size:16px; line-height:22px; text-transform:none; position:relative;}
.mobile-nav ul li a{display:block; color:var(--text_clr); font-weight:500; font-family:var(--primary_font_family); font-size:16px; line-height:18px; text-transform:none; letter-spacing:0; padding:0 40px 0 0;}
.mobile-nav > ul > li.current-menu-item > a,
.mobile-nav > ul > li.current-menu-ancestor > a,
.mobile-nav > ul > li.current-page-ancestor > a{color:var(--primary_clr);}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:15px; text-transform:none; font-weight:400; padding:0 40px 0 0;}
.mobile-nav li li.current-menu-item a{color:var(--primary_clr);}
.mobile-nav li li li a{padding-left:0;}
.mobile-nav ul.sub-menu{margin:0; padding:10px 10px 0;}
.hitarea{display:block; width:40px; height:40px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before{display:block; content:"\f107"; font-family:'FontAwesome'; font-size: 18px; font-weight: 400; width:15px; height:15px; position:absolute; left:0; right:0; top:10px; z-index:3; margin:0 auto; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.collapsable-hitarea.hitarea:before{transform:rotate(-180deg);}
.mobile-nav .collapsable-hitarea + a{color:var(--primary_clr);}
.mobi-bottom-inner{padding: 0;}
.mobi-bottom-inner .btn{border-radius: 0;}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; width:38px; height:38px; background: var(--primary_clr); position:absolute; right:0; top:0; bottom: 0; margin: auto; z-index:40; transition:all 0.4s ease; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.menuicon{display: block; width: 18px; height: 16px; flex-direction: column; align-items: center; justify-content: center; margin: auto;}
.icon-bar{display:flex;display:-webkit-flex; align-items: center; min-width: 100%; height: 18px; position: relative; cursor: pointer;}
.icon-bar:before,
.icon-bar:after{display: block; content: ""; width: 100%; height: 1px; background: var(--white_clr); position: absolute; left: 0; top: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar:after{top: auto; bottom: 0;}
.icon-bar .line{display: block; width: 100%; height: 1px; background: var(--white_clr); position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar.active .line{width: 1px; opacity: 0;}
.icon-bar.active:before{transform: rotate(45deg); top: 8px; background: var(--white_clr);}
.icon-bar.active:after{transform: rotate(-45deg); bottom: 7px; background: var(--white_clr);}
.mobile-menu-open .mobilemenuicon .menuicon{margin-left: auto;}
/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt, var{background:transparent; border:0 none; margin:0; padding:0; line-height:16px; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:400; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */
body{margin:0; padding:0; background:var(--white_clr); font-family:var(--primary_font_family); font-size:16px; color:#111; line-height:24px; font-weight:400; overflow-x:hidden; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
:focus, button:focus{outline:none;}
a{text-decoration:none; color: var(--text_clr); -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary_clr);}

::-webkit-input-placeholder{color:var(--text_clr); opacity:0.3;}
:-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 18- */
::-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--text_clr); opacity:0.3;}

img{max-width:100%; height:auto; border:none; outline:none;}
b, strong{font-weight:700;}

/* Ul Li & Ol Li CSS */
ul, ol{margin:0 0 20px; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0; padding:0; font-size: 18px; line-height: 28px; color:var(--text_clr); font-weight:400; letter-spacing:0;}
.entry-content ul{padding:0; margin:0 0 15px;}
.entry-content ol{padding:0; margin:0 0 15px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 20px; margin:0 0 8px;}
.entry-content ul li:before{content:""; position:absolute; left:0; top:9px; width: 8px; height: 8px; background: var(--text_clr); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". "; font-weight:400;}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6{
	color: var(--text_clr); line-height:1.3; font-weight: 700;
	font-family:var(--primary_font_family); letter-spacing:0; margin:0 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: var(--text_clr);}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:var(--primary_clr);}
h1, .h1{font-size:44px;}
h2, .h2{font-size:34px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:18px;}
/* Paragraph CSS */
p{font-size: 18px; line-height:28px; color:var(--text_clr); font-weight:400; letter-spacing:0; margin:0 0 20px;}
hr{border:none; margin:20px 0; background:var(--text_clr); height:1px; width:100%; clear:both; opacity: 0.5;}
blockquote{border-left:5px solid #eee;font-size:16px; margin:0 0 20px; padding:10px 20px;}
/*table structure*/
table, .entry-content table{border-right:1px solid #eee; border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:var(--white_clr); border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:16px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:#111; font-weight:400; background:#d4d5d6;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#d4d5d6;}
/*Form Input Field*/
input, textarea, select{background:var(--white_clr); border:1px solid #111; width:100%; padding:2px 15px; margin:0; font-size:16px; color:#111; font-weight:400; line-height:normal; letter-spacing:0; font-family:var(--primary_font_family); height:44px; outline:none; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {padding:15px 20px; height:120px; resize: none;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
.checkbox, .radiobox{display: inline-block; position: relative; padding-left: 24px; font-size: 14px; line-height: 14px; color: #676767;}
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 13px; height: 13px; border: 1px solid #111; position: absolute; left: 0; top: 0;}
.checkmark:before{display:block; content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:10px; color:var(--white_clr); line-height:10px; padding-left:1px; opacity:0;}
.checkbox input:checked ~ .checkmark{background:#111; border-color:#111;}
.checkbox input:checked ~ .checkmark:before{opacity:1;}
.radiobox .checkmark{display: block; width: 16px; height: 16px; background: var(--white_clr); border: 1px solid #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 1px;}
.radiobox .checkmark:before{display: none;}
.radiobox .checkmark:after{display: block; content: ""; background: #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; opacity: 0;}
.radiobox input:checked ~ .checkmark:after{opacity: 1;}
.selectbox{position: relative;background:var(--white_clr);border:1px solid #111;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.selectbox select{background: none;border: 0;font-size: 15px;line-height: 20px;font-weight: 400;color: #111; padding:0 40px 0 15px; width: 100%; height: 40px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; text-overflow: ellipsis;}
.selectbox:after{position:absolute; top:0; right:0; content:"\f107"; font-family:'FontAwesome'; font-size: 24px; z-index:0; width: 40px; height: 40px; line-height: 40px; text-align: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; opacity: 0.8;}
.selectbox.reversed:after{content:"\f0ec"; transform: rotate(90deg); font-size: 14px;}
/* Button styling */
.button, .btn{
	display:inline-flex; align-items:center; justify-content:center; padding: 10px 24px;
	background:none; border:1px solid var(--primary_clr); color:var(--primary_clr);
	font-size:16px; font-weight:400; cursor:pointer; letter-spacing:0; text-align:center;
	position:relative; min-width:120px; line-height:22px;
	-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; overflow:hidden;
}
.button:hover, .btn:hover,
.button:focus, .btn:focus{
	background:var(--primary_clr); border-color:var(--primary_clr); color:var(--white_clr); box-shadow:0 2px 15px rgba(0,0,0,0.16);
}
.primary{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.primary:hover, .primary:focus{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);
}
.secondary{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);
}
.secondary:hover, .secondary:focus{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.white-btn,
.white-hover:hover,
.white-hover:focus{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--secondary_clr);
}
.white-btn:hover,
.white-btn:focus{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.white-bdr{
	border-color: var(--white_clr); color: var(--white_clr);
}
.white-bdr:hover{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--secondary_clr);
}
.btn.small{
	padding: 8px 15px; font-size: 14px; line-height: 20px;
}
.button i, .btn i{
	margin: 0 5px;
}
.read-more-btn{
    font-size: 18px; line-height: 24px; color: var(--secondary_clr); font-weight: 700;
}
.read-more-btn i{
	display: inline-flex; align-items: center; justify-content: center;
    min-width: 34px; height: 34px; font-size: 18px; color: var(--secondary_clr); background: var(--white_clr); text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
    margin-left: 15px; border-radius: 50%;
}
.read-more-btn:hover i{
    background: var(--primary_clr); color: var(--white_clr);
}
.main-wrapper{overflow:hidden;}
.container{margin:0 auto; width:100%; max-width: 1200px; padding:0 20px;}
.container.relative{z-index: 2;}
.max-container{margin:0 auto; width:100%; max-width:1320px; padding:0 20px;}
section{position: relative;}
section *:last-child{margin-bottom:0;}
.hide{display:none;}
.v-center{align-items: center;}
.j-center{flex-direction: column; justify-content: center;}
.ptb-100{padding:100px 0;}
.ptb-90{padding:90px 0;}
.ptb-80{padding:80px 0;}
.ptb-70{padding:70px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-30{padding:30px 0;}
.ptb-20{padding:20px 0;}
.ptb-10{padding:10px 0;}
.bg1{background: var(--primary_clr);}
.bg2{background: var(--secondary_clr);}
.bg3{background: #F6F6F5;}
.bg4{background: var(--white_clr);}
.bg5{background: #32261f;}
.bg-shadow{
	z-index: 2; overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.relative{position: relative;}
.trans{-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
/*============= GLOBAL CSS END ================*/
/*Header & Banner Section*/
.header{
	position:fixed; left:0; right:0; top:0; z-index:10; padding:0;
	background: none; box-shadow: 0 0 10px rgba(0,0,0,0);
}
.header.navbar_fixed {
	background: var(--white_clr);box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-inner{
	height: 90px; position: relative; z-index: 4;
}
.site-logo{
	width: 170px; position:relative; z-index:4; margin:0;
}
.site-logo a {
    margin: 0; width: 100%; height: 100%; display: block; position: relative;
}
.site-logo img {
    display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.clr_logo, .navbar_fixed .default_logo {
	opacity: 0;
}
.navbar_fixed .clr_logo{
	opacity: 1;
}
.head-btnbox{
	margin-left: 50px; gap: 0 10px;
}
.head-btnbox .btn{
	min-width: 140px;
}
/*Nav Css*/
.nav-main{text-align:left; position:relative; z-index:4;}
.nav-main ul{margin:0; padding:0; display:flex;display:-webkit-flex;}
.nav-main nav ul > li{margin:0; padding:0; list-style:none; position:relative;}
.nav-main nav ul > li + li{margin-left:35px;}
.nav-main nav ul > li a{display:block; color:var(--white_clr); font-size:16px; font-weight: 400; font-family:var(--primary_font_family); line-height:24px; text-transform:none; letter-spacing:0.3px; padding:12px 0; position:relative; z-index:2;}
.nav-main nav ul > li.current-menu-item > a, 
.nav-main nav ul > li:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{color:var(--primary_clr);}
/*.nav-main nav ul > li:before{display:block; content:""; background:var(--primary_clr); height:1px; width:1px; opacity:0; position: absolute; left: 0; right: 0; bottom: -1px; margin: 0 auto; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.nav-main nav ul > li:hover:before,
.nav-main nav ul > li.active > a:before{width:100%; opacity:1;}*/
.nav-main nav ul > li.menu-item-has-children > a{padding-right: 18px;}
.nav-main nav ul > li.menu-item-has-children > a:after{display: block; content: "\f107"; font-family: 'FontAwesome'; width: 16px; height: 16px; line-height: 16px; text-align: center; position: absolute; right: 0; top: 16px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.nav-main nav ul > li.menu-item-has-children:hover > a:after {transform: rotate(-180deg);}
.nav-main .sub-menu{display:block; position:absolute; left:0; top:100%; z-index:1; background:var(--white_clr); min-width:240px; padding:0; margin:0; overflow: hidden; opacity: 0;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: scaleY(0);transform-origin: top; box-shadow: 0 5px 40px rgb(0 0 0 / 15%); border-radius: 5px;}
.nav-main nav ul > li:hover > .sub-menu {display: block;opacity: 1;transform: scaleY(1);}
.nav-main nav ul > li:last-child .sub-menu{left: auto; right: 0;}
.nav-main .sub-menu li{display:block; text-align:left; position:relative; margin: 0 20px; padding: 0;}
.nav-main .sub-menu li + li {border-top:1px solid #dce0e0;}
.nav-main .sub-menu li:before{display: none;}
.nav-main .sub-menu li a{display:block; text-transform:none; color:var(--text_clr); font-size:15px; line-height:normal; font-weight:400; padding:10px 0;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current-menu-item a{color:var(--primary_clr);}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
/*Sticy header*/
.header-blank{
	width: 100%; height: 90px; position: relative; overflow: hidden;
	-moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
}
.navbar_fixed .header-inner,
.navbar_fixed + .header-blank{ height: 90px; }
.navbar_fixed .nav-main nav ul > li a { color:var(--text_clr); }
.navbar_fixed .nav-main nav ul > li a:hover { color:var(--primary_clr); }
/*Home page Banner Css*/
.home-banner{
	position:relative; z-index:1; overflow: hidden; background:var(--black_clr);
}
.homeslick > .items{
	display: none;
}
.homeslick > .items:nth-child(1){
	display: block;
}
.home-banner .items{
	padding: 90px 0 0; min-height: 510px;max-height: 800px; height: calc(100vh - 100px); position: relative;
}
.home-banner .bg-img:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); opacity: 0.8;
}
.homeslick .banner-row .imgbox {
	margin: 35px 15px 0;
}
.banner-inner{
	position: relative; z-index: 2; height: 100%;
	flex-direction: column; align-items: center; justify-content: center;
}
.caption{
	min-width: 540px; max-width: 540px; margin: 0;
}
.caption .h1{
	font-size: 42px; line-height: 60px; color: var(--white_clr);
	font-weight: 700; font-family: 'Georgia'; margin: 0 0 20px; position: relative;
}
.caption .h1 u{
	text-decoration: none; border-bottom: 2px solid var(--white_clr);
}
.caption p{
	font-size: 20px; line-height: 28px; color: var(--white_clr);
}
.banner-row .imgbox {
    min-width: 500px; max-width: 500px; height: 500px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; margin: auto 0 auto auto; outline: 1px solid rgb(255 255 255 / 50%); outline-offset: 20px;
}
.banner-row .imgbox img {
	width: 100%; height: 100%;object-fit: cover;object-position: top;display: block;
}
.homeslick .slick-arrow{
	background: var(--primary_clr); color: var(--white_clr);margin-top: 25px;
}
.homeslick .slick-arrow:hover{
	background: var(--secondary_clr); color: var(--white_clr);
}
.homeslick .slick-arrow.slick-prev{
	left:3.8rem;
}
.homeslick .slick-arrow.slick-next{
	right:3.8rem;
}
.homeslick .slick-dots{
	bottom: 20px;
}
.homeslick .slick-dots li button{
	border-color: var(--white_clr);
}
.homeslick .slick-dots li.slick-active button{
	background: var(--white_clr);
}

/*Footer Start*/
.footer{
	padding:0; margin:0; position:relative; z-index: 2;
	background: var(--white_clr);
}
.f-coll-2 ul {
    column-count: 2;
    -webkit-column-count: 2;
}
.footer p{
	font-size: 16px; line-height: 24px;
}
.footer h4{
	font-size: 16px; line-height: 20px; color: var(--secondary_clr); font-weight: 700;
	position: relative; margin: 0 0 20px;
}
/*.footer h4:after{
	display: block; content: ""; width: 40px; height: 2px;
	background: var(--secondary_clr); position: absolute; left: 0; bottom: 0;
}*/
.f-links ul{
	margin: 0; padding: 0;
}
.f-links ul li{
	margin: 0; padding: 0; list-style: none;
	font-size: 16px; line-height: 18px; color: var(--text_clr);
}
.f-links ul li + li{
	margin-top: 14px;
}
.f-links ul li a{
	display: inline-block; position: relative; padding-left: 15px;
}
.f-links ul li a:before{
	display: block; content: ""; width: 5px; height: 5px; background: var(--primary_clr);
	border-radius: 50%; position: absolute; left: 0; top: 7px;
}
.f-links ul li a:hover{
	color: var(--primary_clr);
}
.f-logo {
    max-width: 190px;
}
.f-logo a, .f-logo img{
	display: block; margin: 0 auto;
}
.social-media{
	gap: 10px; justify-content: center;
}
.social-media .s-icon{
	display: flex; align-items: center; justify-content: center;
    min-width: 36px; height: 36px; background: var(--secondary_clr); color: var(--white_clr);
    -webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;
}
.social-media .s-icon:hover{
	background: var(--primary_clr); color: var(--white_clr);
}
.s-icon .fa-twitter:before{
	font-size: 0;
}
.s-icon .fa-twitter{
    width: 14px; height: 14px;
    background: url('../images/twitter.png') no-repeat center;
    background-size: 100% auto;
}
.fc-icon {
    display: flex; align-items: center; justify-content: center;
    min-width: 30px; height: 24px; margin-right: 10px;
    font-size: 28px; color: var(--secondary_clr);
}
.address .fc-icon{
	height: 40px;
}
.f-contact p {
    margin: 0;
}
.phone p,
.email p{
	font-size: 16px; line-height: 24px;
}
.fc-contact + .fc-contact {
    margin-top: 15px;
}
.f-bottom-inner p{
	font-size: 14px; line-height: 20px; color: var(--text_clr);
}
.f-bottom-inner ul{
	margin: 0; padding: 0; gap: 10px 24px;
}
.f-bottom-inner ul li{
	margin: 0; padding: 0; font-size: 14px; line-height: 20px; color: var(--text_clr);
}
.scrollup{
    display: inline-flex; align-items: center; justify-content: center; position: fixed; right: -20px; bottom: 10px; z-index: 4; background: var(--white_clr); border: 1px solid #ccc; width: 34px; height: 34px; border-radius: 50%; font-size: 15px; color: var(--primary_clr); line-height: normal; text-align: center; cursor: pointer; opacity: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.scrollup.active{
	right: 10px; opacity: 1;
}
body .wpcf7-not-valid-tip {
    font-size: 14px;margin-top: 3px;
}
.footer .wpcf7 form .wpcf7-response-output {
    color: var(--white_clr); font-size: 12px;
}
/*Footer End*/

/*Midlle Section css*/
.middle-section{position:relative; overflow:hidden;}
img.alignleft{float:left; margin:0 20px 20px 0; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignright{float:right; margin:0 0 20px 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignnone{margin:0 0 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}
.bg-img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; background-size: cover !important;}
.bg-img:before{display: block; content: ""; background: var(--text_clr); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; opacity: 0.5;}
.bg-img img {display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bg-img.before-none:before{display: none;}
.bg-img.fixed{background-attachment: fixed !important;}
.bg-img.bg-auto{background-size: auto !important;}
.no-img.d-flex{align-items: center;justify-content: center;font-size: 24px;line-height: normal; color: #999; background: #ddd;}
.bg-img video,
.bg-img iframe{display: block; width:100%; height:100%; object-fit: cover; object-position: center;}
.btnbox{padding: 20px 0 0;}
.block-title{position:relative; margin: 0 0 20px;}
.block-title h2{position: relative; color: var(--primary_clr); font-family: 'Georgia';}
.block-title h2:after{
	display: block; content: ""; height: 2px; width: 60px; background: var(--primary_clr); margin: 12px 0 0;
}
.block-title.text-center h2:after{
	margin-left: auto; margin-right: auto;
}
.block-title.text-white h2:after{
	background: var(--white_clr);
}
.block-title.text-white *{
	color: var(--white_clr);
}
.small-title{display: inline-block;font-size: 16px;line-height: 22px;color: var(--primary_clr);font-weight: 500; text-transform: none; letter-spacing: 0.05em; margin: 0 0 10px;}
.more-link{font-size: 16px; color: var(--text_clr);}
.more-link i{margin-left: 5px; font-size: 20px;}
.more-link:hover{opacity: 1;}
.card-link{display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3;}



.below-right{
	margin-left: 40px;
}
.below-right .btn{
	text-align: left; font-size: 20px; line-height: 32px; font-weight: 500;
	min-width: 280px; max-width: 280px;
	-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.below-right .btn i{
	font-size: 28px;
}

/*banner-below-section*/
.icons-block{
	justify-content: center;
}
.icons-block .items{
	padding-top: 10px; padding-bottom: 10px;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.icons-block .items:nth-child(1){
	border-left: 0;
}
.card-iconbox{
	position: relative; overflow: hidden;
	height: 126px;
}
.card-iconbox .iconbox{
	display: inline-flex; width: 80px; height: 80px;
}
.card-iconbox .iconbox img{
	display: block; margin: auto; max-width: 45px;
}
.card-iconbox h4{
	font-size: 16px; line-height: 18px; color: var(--white_clr); font-weight: 500;
	text-transform: uppercase; font-family: var(--primary_font_family); margin: 0;
}
.card-iconbox p{
	font-size: 14px; line-height: 20px; color: var(--white_clr); margin: 0;
}
.arrow-angle{
	display: block; color: var(--white_clr); margin-top: 5px;
}
.mkd-interactive-icon .iconbox{
    text-align: center;
    -webkit-transition: opacity .15s ease-out .15s, -webkit-transform .3s;
    transition: opacity .15s ease-out .15s, transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card-iconbox:hover .iconbox{
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, transform .2s ease-out;
    -webkit-transform: scale(.4);
    transform: scale(.4);
}
.effect-tl {
    padding: 12px 0; position: relative;
}
.effect-tl:after{
	display: block; content: ""; width: 1px; height: 2px; background: var(--primary_clr);
	position: absolute; left: 0; right: 0; bottom: 0; margin: auto; opacity: 0;
	-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;
}
.card-iconbox:hover .effect-tl:after{
	opacity: 1; width: 20px;
	-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;transition:all 0.9s ease 0s;
}
.card-iconbox:hover .effect-tl{
    -webkit-transition: -webkit-transform .5s ease .05s, top .2s ease-out .4s;
    transition: transform .5s ease .05s, top .2s ease-out .4s;
    transform: translate(0, -70px);
}
.effect-text{
    position: absolute; left: 0; right: 0;
    opacity: 0; transform: translate(0, -60px);
}
.card-iconbox:hover .effect-text{
	opacity: 1;
}

/*About Section*/
.about-section {
    overflow: hidden;
}
.about-section .img-inner {
    overflow: hidden; border-radius: 40px 0; margin-right: 20px;
}
.about-section .img-inner img{
	display: block; width: 100%; height: auto;
}
/*.about-section .img-inner img {
    -webkit-mask-image: url('../images/abt-shape.svg');
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../images/abt-shape.svg');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}*/
.content-box{
	padding-left: 20px;
}

/*Service Section*/
.other-serives .img-inner {
    margin-right: 0;
}
.service-list{
	gap: 30px 0;
}
.card-service{
	overflow: hidden; /*border-radius: 10px;*/
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.card-service .imgbox{
	display: block; width: 100%; height: 270px; background: var(--white_clr);
}
.card-service .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.card-service h4{
	font-size: 20px; font-weight: 500;
	text-transform: uppercase;
}
.card-service p{
	font-size: 16px; line-height: 24px;
}
.card-service .btnbox{
	justify-content: center;
}
.card-service .tl{
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
	padding: 10px 20px; background: rgba(255,255,255,0.9);
}
.card-service .tl h4{
	color: var(--secondary_clr);
}
.textbox-overlay{
	position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;
}
.textbox-inn {
    max-width: 70%; text-align: center; opacity: 0;
}
.textbox-inn *{
	color: var(--white_clr);
}
.card-service:hover .tl{
	opacity: 0;
}
.card-service:hover .textbox-inn{
	opacity: 1;
	-moz-transition:all 0.9s ease 0s;-webkit-transition:all 0.9s ease 0s;transition:all 0.9s ease 0s;
}
.textbox-overlay:before{
    content: ''; background: var(--primary_clr);
    width: 100%; height: 100%; opacity: 0.9;
    position: absolute; left: 0; bottom: 0;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.card-service:hover .textbox-overlay:before{
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 600ms cubic-bezier(0.175,0.885,0.32,1.275);
}

/*Team Section*/
.team-section{
	overflow: hidden;
}
.card-team {
    position: relative;
    overflow: hidden;
}
.card-team{
	position: relative; overflow: hidden;
}
.card-team .imgbox {
    width: 100%; overflow: hidden; border-radius: 150px 150px 0 0; padding-bottom: 125%; position: relative; border: 2px solid #32261f;
}
.card-team .imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; position: absolute;
}
.card-team:hover .imgbox img{
	transform: scale(1.05);
}
.team-content {
    padding: 15px; text-align: center; background: #32261f;
}
.team-content h4 {
    font-size: 20px; line-height: 20px; font-weight: 500; color: var(--white_clr); margin: 0; letter-spacing: 0.3px;
}
.team-content p{
	font-size: 14px; line-height: 22px; margin: 0;
}
.email-text{
	margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--secondary_clr);
}
.email-text a{
	font-size: 16px; line-height: 1.2; color: var(--secondary_clr); font-weight: 700;
}
.email-text i{
	font-size: 22px; margin-right: 10px;
}
.card-team:hover .email-text a{
	color: var(--primary_clr);
}
.team-slider .slick-dots{
	bottom: -10px;
}
.team-slider .slick-arrow{
	top: 170px; margin: 0;
}
.team-slider .slick-arrow.slick-prev{
	left: -30px;
}
.team-slider .slick-arrow.slick-next{
	right: -30px;
}

.other-serives .textbox {
    padding-left: 40px;
}
.serv_box {
    padding: 12px 45px 12px 15px; border-top: 1px solid #cccccc;position: relative;
}
/*.serv_box:after {
    content: "\f061"; position: absolute; right: 5px; top: 0; bottom: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 900; font-family: 'Line Awesome Free'; transform: rotate(-45deg); margin: auto; -webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}*/
.serv_box:hover:after {
	color: var(--white_clr);
}
.serv_box:last-child {
	border-bottom: 1px solid #cccccc;
}
.serv_box:hover {
	background: var(--primary_clr);
}
.serv_box .iconbox {
    min-width: 40px; max-width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; margin-right: 20px;
}
.serv_box .iconbox img {
	display: block;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.serv_box:hover .iconbox img {
    filter: brightness(0) invert(1);
}
.serv_box h5 {
    font-size: 18px;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.serv_box:hover h5 {
	color: var(--white_clr);
}

#DesclaimerPopup {
    position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 9999; display: none; justify-content: center; align-items: center;
}
.popup-content {
    background: var(--white_clr); border-radius: 20px; padding: 20px 30px; max-width: 900px; width: 90%; position: relative; max-height: 95%; overflow-y: auto;
}
.popup-desc .block-title h2 {
	font-family: 'Georgia';text-align: center;
}
.popup-desc .block-title h2:after {
	margin: 12px auto 0;
}
.popup-desc p,
.popup-desc ul li,
.popup-desc ol li {
	font-size: 16px;line-height: 1.4;
}
.popup-desc ul li:before {
	width: 6px;height: 6px;top: 7px;
}

.home-banner.about-banner .bg-img:before {
	opacity: 0.97;background: var(--secondary_clr);
}
.home-banner.about-banner .items {
	height: calc(80vh - 100px);
}
.about-banner .banner-row .imgbox {
    min-width: 320px; max-width: 320px; height: 320px;
}
.about-banner .banner-row .imgbox + .imgbox {
	min-width: 130px; max-width: 130px; height: 130px;position: absolute;outline: none;border: 3px solid var(--white_clr);
}
.about-banner .imgbox.first_img {
    top: -30px; right: 270px;
}
.about-banner .imgbox.second_img {
    top: -90px; right: 45px;
}
.about-banner .imgbox.third_img {
    bottom: -85px; right: 35px;
}
.about-banner .imgbox.fourth_img {
    bottom: 95px; right: -80px;
}
.about-banner .imgbox.fiveth_img{
    bottom: -7px; right: 265px;
}

/* Value Section */
.value-flex {
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.value-flex .items {
	position: static;
}
.value-flex .items .value-card + .value-card {
	margin-top: 50px;
}
.value-section .block-title strong {
	-webkit-text-stroke-width: 0;
}
.value-flex .default-text {
    -webkit-box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%); margin: auto;
	padding: 7px; border-radius: 80px; max-width: 300px; min-width: 300px; width: 100%; background: var(--white_clr);
	-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.value-flex .default-text .default-text-inn {
    padding: 0 40px; border-radius: 80px; position: relative; cursor: pointer;text-align: center;
    -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.value-flex .default-text .default-text-inn:hover,
.value-flex .value-card.active .default-text-inn {
    background: var(--primary_clr); color: var(--white_clr);
}
.value-flex .default-text-inn .title {
    margin: 0 auto; display: inline-block; width: 100%; 
    padding: 14px 20px; font-size: 18px; line-height: 24px;
}
.value-flex .default-text .default-text-inn .icon {
    min-width: 38px; max-width: 38px; height: 38px;
    display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    font-size: 18px; font-weight: 600;color: #243666;
    position: absolute; top: 0; left: 0; bottom: 0; margin: auto 0 auto 10px;
}
.value-flex .default-text .default-text-inn .icon img {
	display: block;object-fit: contain;
}
.value-flex .right-side .default-text .default-text-inn .icon {
	left: auto;right: 0;margin: auto 12px auto 0;
}
.value-flex .default-text-inn .arrow {
    position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; width: 25px; height: 25px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.value-flex .default-text-inn:hover .arrow, .value-flex .value-card.active .default-text-inn .arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.value-flex .right-side .default-text-inn:hover .arrow, .value-flex .right-side .value-card.active .default-text-inn .arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.value-flex .default-text .default-text-inn:hover .icon img,
.value-flex .value-card.active .default-text-inn .icon img,
.value-flex .default-text .default-text-inn:hover .arrow img,
.value-flex .value-card.active .default-text-inn .arrow img {
    filter: brightness(0) invert(1);
}
.value-flex .right-side .default-text-inn .arrow {
    left: 15px;right: auto;
}
.value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: -30px;
}
.value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: -30px; margin-left: auto;
}
.value-flex .value-card .hover-text {
    opacity: 0; padding: 40px 30px; text-align: center;
    -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; min-width: 300px; max-width: 300px; height: 300px; background: var(--primary_clr); border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; 
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 15%); box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    outline: 1px solid rgb(36 54 102 / 20%);
    outline-offset: 25px;
}
.value-flex .value-card .hover-text h4 {
	font-size: 28px;
}
.value-flex .value-card .hover-text h4, .value-flex .value-card .hover-text p {
    color: var(--white_clr);
}
.value-flex .value-card .hover-text p {
    font-size: 16px; line-height: 24px;
}
.value-flex .value-card.active .hover-text {
	opacity: 1;z-index: 1;
}
.value-flex .default-text .default-text-inn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.value-flex .default-text-inn .line1 {
    left: 100%; margin-left: 40px; border: var(--primary_clr) solid 1px; opacity: 0; width: 40px; z-index: 333; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.value-flex .left-side .default-text .default-text-inn:hover .line1, .value-flex .left-side .value-card.active .default-text-inn .line1 {
    opacity: 1; margin-left: 20px;
}
.value-flex .right-side .default-text .default-text-inn .line1 {
    right: 100%; margin-right: 40px;left: auto;margin-left: auto;
}
.value-flex .right-side .default-text .default-text-inn:hover .line1, .value-flex .right-side .value-card.active .default-text-inn .line1 {
    opacity: 1; margin-right: 20px;
}
.animated-circle {
    min-width: 300px; max-width: 300px; height: 300px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border: 1px solid rgb(36 54 102 / 20%);
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-animation: 20s linear infinite animated-circle; animation: 20s linear infinite animated-circle;
}
.animated-circle .sm-circle {
    min-width: 10px; max-width: 10px; height: 10px; position: absolute; top: 17px; left: 265px; background: var(--primary_clr); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; outline: 1px solid #d1dfec; outline-offset: 3px;
}
.animated-circle .sm-circle.c_two {
    top: auto; bottom: 185px; left: -26px;
}
.animated-circle .sm-circle.c_three {
    top: auto; bottom: -23px; left: auto; right: 90px;
}
@keyframes animated-circle {
0% { transform: rotate(0deg); }
25% { transform: rotate(90deg); }
50% { transform: rotate(180deg); }
75% { transform: rotate(270deg); }
100% { transform: rotate(360deg); }
}

.vision-mission-flex + .vision-mission-flex {
	margin-top: 20px;
}
.vision-mission-flex:nth-child(odd) {
	flex-direction: row-reverse;
}
.vision-mission-flex .imgbox {
    margin-right: 40px;
}
.vision-mission-flex .imgbox img {
    width: 100%; display: block; border: 10px solid var(--white_clr); box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.vision-mission-flex .textbox img {
    position: absolute; right: 0; width: 85px; height: 85px; top: 0; bottom: 0; margin: auto; padding-left: 25px; object-fit: contain; background: #f6f6f5;
}
.vision-mission-flex .textbox h3 {
    font-family: 'Georgia'; position: relative;font-weight: 700;
}
.vision-mission-flex .textbox h3 strong {
	position: relative;
}
.vision-mission-flex .textbox h3 strong:after {
    content: ""; position: absolute; top: 3px; left: 115%; bottom: 0; width: 100vw; height: 1px; background: var(--primary_clr); margin: auto;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.vision-mission-flex:nth-child(odd) .imgbox {
	margin-right: 0; margin-left: 40px;
}

/*contact-section*/
.form-inner{
	flex-wrap: wrap; margin: 0 -9px;
}
.input-field{
	padding: 0 9px; margin: 0 0 18px; flex-basis:50%;min-width:50%;max-width:50%; position: relative;
}
.input-field.full-width{
	flex-basis:100%;min-width:100%;max-width:100%;
}
.input-field input,
.input-field textarea{
	border-color: #ddd;transition: all 0.5s ease;
}
.input-field input:focus,
.input-field textarea:focus{
	border-color: var(--primary_clr);
}
.input-field input::placeholder,
.input-field textarea::placeholder {
	opacity: 0.8;
}
.wpcf7-spinner {
    position: absolute; top: 100%; left: 40%;
}
.wpcf7-response-output {
    padding: 10px !important; text-align: center; line-height: 1.2; border-radius: 5px; margin: 20px 0 0 !important;
}
.conference_modal .modal-content {
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none;
}
.conference_modal .modal-body {
    padding: 35px;
}
.conference_modal .block-title h3 {
	font-weight: 600;
}
.conference_modal .close {
    position: absolute; top: -10px; right: -10px; min-width: 36px; max-width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--primary_clr); opacity: 1; text-shadow: none; font-weight: 400; color: var(--white_clr); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; padding-bottom: 2px; box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.conference_modal .close:not(:disabled):not(.disabled):focus, .conference_modal .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.home-banner.internal-banner {
    padding: 90px 0 0;background: #32261f;
}
.home-banner.internal-banner .bg-img:before {
	opacity: 0.93;
}
.internal-banner .caption {
    min-width: inherit; max-width: 100%;
}
/* Contact Us Page */
.contact-flex .textbox {
    padding-right: 40px;
}
.contact-section .contact-form {
    padding: 60px 0 60px 70px; position: relative;height: 100%;
}
.contact-section .contact-form:before {
    content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 50vw; height: 100%; background: #fff0e2;z-index: -1;
}
.contact-section .contact-form .block-title {
    margin: 0 0 20px;
}
.contact-section .textbox .block-title .h1 {
    line-height: 1;
}
.contact-section input, .contact-section textarea, .contact-section select {
    padding: 0; border-radius: 0; background: none; border: 0; border-bottom: 1px solid #999;
}
.contact-items + .contact-items {
    margin-top: 30px;
}
.contact-box .line_hover {
    font-size: 24px; line-height: 1.2; color: var(--text_clr);display: block;
}
.contact-box .line_hover:hover {
    color: var(--primary_clr);
}
.contact-box .line_hover + .line_hover {
    margin-top: 5px;
}
.contact-box .iconbox {
    min-width: 40px; max-width: 40px; height: 40px; background: var(--primary_clr); border-radius: 50%; color: var(--white_clr); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-right: 30px; position: relative;
}
.contact-box .iconbox:after, .contact-box .iconbox:before {
    content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50rem; border: 1px solid rgb(255 51 67 / 40%); z-index: 0;
}
.contact-box .iconbox:after {
    -webkit-animation: 2s linear 1s infinite ripple; animation: 2s linear 1s infinite ripple;
}
.contact-box .iconbox:before {
    -webkit-animation: 2s linear infinite ripple; animation: 2s linear infinite ripple;
}
@keyframes ripple {
    0% {transform: scale(1); }
    80% {transform: scale(1.6); opacity: 1; }
    100% {transform: scale(1.9); opacity: 0; }
}
.map-section .mapbox {
    height: 420px;
}
.mapbox iframe {
    display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(1); filter: grayscale(1);
}
.team-page .team-list .items,
.team-section .team-list .items {
	padding: 15px;
}
.team-section .team-list{
	justify-content: center;
}
.aboutblock .abt-inner .imgbox {
    min-width: 460px; max-width: 460px; height: 460px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; margin: auto; outline: 1px solid var(--primary_clr); outline-offset: 20px;
}
.aboutblock .abt-inner .imgbox img{
	height: 100%; width: 100%; object-fit: cover;
}

.career_modal .modal-dialog {
	max-width: 640px;
}
.upload-text {
    margin: 0 0 5px; display: block;
}
.filebox input {
    padding: 8px 15px;
}
.bg-shape {
	position: absolute;top: 0;right: 0;left: 0;bottom: 0; width: 100%;height: 100%;margin: auto;background: url('../images/bg-shape1.jpg') no-repeat top;background-size: cover;opacity: 0.2;z-index: -1;
}
.bg-shape.bg-shape3 {
	background-image: url('../images/bg-shape3.jpg');opacity: 0.3;z-index: 0;
}
.bg-shape.bg-shape4 {
    background-image: url('../images/bg-shape4.png'); opacity: 0.1; background-size: contain; background-position: bottom; z-index: 0; width: 50%; left: auto;transform: scaleY(-1);
}
.bg-shape.bg-shape5 {
    background-image: url('../images/bg-shape5.png'); opacity: 0.07; z-index: 0; width: 70%; background-size: contain; bottom: auto; left: auto;
}
.bg-shape.bg-shape6 {
    background-image: url('../images/bg-shape6.png'); opacity: 0.1; z-index: 0; background-size: contain; width: 35%; left: auto; background-position: center;
}
.bg-shape.bg-shape7 {
    background-image: url('../images/balance.png'); opacity: 0.07; width: 400px; height: 330px; background-size: contain; top: auto; left: auto; position: fixed; bottom: 0;
}
.bg-shape.bg-shape8 {
    background-image: url('../images/hammer.png'); opacity: 0.07; width: 380px; height: 180px; background-size: contain; top: auto; left: 0; right: auto; z-index: 0;
}

.team-section.bg5 .block-title * {
	color: var(--white_clr);
}

.whychooseus-flex .imgbox {
    position: relative; overflow: hidden; border-radius: 40px 0; margin-right: 40px;
}
.whychooseus-flex .imgbox img {
	width: 100%;display: block;
}
.whychooseus-flex .textbox * {
	color: var(--white_clr);
}

.service-flex .items {
    padding: 15px;border: 1px solid #f5f5f5;
}
.service-flex .items:nth-child(2),
.service-flex .items:nth-child(4),
.service-flex .items:nth-child(5),
.service-flex .items:nth-child(7),
.service-flex .items:nth-child(10),
.service-flex .items:nth-child(12) {
  background: #f5f5f5;
}
.serv_card {
    padding: 10px 0; height: 100%;
}
.serv_card .iconbox {
    min-width: 64px; max-width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px;
}
.service-flex .items:hover .serv_card .iconbox {
	transform: scaleX(-1);
}
.serv_card h5 {
    font-size: 16px; line-height: 1.4; text-transform: uppercase;margin-bottom: 10px;
}
.serv_card p {
    font-size: 16px; line-height: 1.4;
}
.internship-page .container {
    max-width: 1040px;
}
.team-flex {
    background: linear-gradient(315deg, rgb(10 41 86 / 15%), transparent); backdrop-filter: blur(2px); -webkit-border-radius: 30px 0;-moz-border-radius: 30px 0;border-radius: 30px 0; margin: 0; overflow: hidden;
}
.team-flex .imgbox {
    -webkit-border-radius: 30px 0; -moz-border-radius: 30px 0; border-radius: 30px 0; position: relative; overflow: hidden; padding-bottom: 100%; height: 100%;
}
.team-flex .imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; position: absolute;
}
.team-flex .textbox {
	padding: 50px;
}
.team-flex .textbox h3 {
    position: relative; color: var(--primary_clr); font-family: 'Georgia';
}
.team-flex .textbox h3:after {
    display: block; content: ""; height: 2px; width: 60px; background: var(--primary_clr); margin: 12px 0 0;
}
.team-flex .textbox p {
    font-size: 16px;
}
.internship-page .team-list .items {
	padding: 15px;
}
.internship-page .team-list .card-team .imgbox {
	border-radius: 0;padding-bottom: 100%;border: none;
}
.internship-page .team-list .card-team .imgbox img {
	object-position: center;
}
.internship-page .team-list .card-team .team-content {
	background: var(--secondary_clr);
}
.internship-page .team-list .card-team .team-content h4 {
	font-size: 18px;
}
.card-team .overlay-text {
    padding: 35px 25px;
    background: var(--secondary_clr);
    width: 100%; height: 100%; position: absolute; left: 0; right: 0; bottom: -100%;
    -webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;
}
.card-team:hover .overlay-text {
	bottom: 0;
}
.card-team .overlay-text h4 {
    font-size: 20px; line-height: 20px; font-weight: 500; color: var(--white_clr); letter-spacing: 0.3px;
}
.card-team .overlay-text p {
	font-size: 15px;line-height: 1.4;color: var(--white_clr);opacity: 0.9;
}

.expertise-page .vision-mission-flex + .vision-mission-flex {
    margin-top: 60px;
}
.expertise-page .vision-mission-flex .imgbox {
    height: 360px; box-shadow: #949494 1px 0px 30px; -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; overflow: hidden;
}
.expertise-page .vision-mission-flex .imgbox img {
    object-fit: cover;object-position: center;height: 100%;border: 0;box-shadow: none;
}
.expertise-page .vision-mission-flex .textbox .btnbox {
    display: flex; flex-wrap: wrap; margin: 0 -5px;
}
.vision-mission-flex .textbox .btnbox .btn {
    margin: 5px; border-radius: 50px; border-color: var(--text_clr); color: var(--text_clr);
}
.vision-mission-flex .textbox .btnbox .btn:hover {
	color: var(--white_clr);border-color: var(--primary_clr);
}
.about-section .content-box p,
.expertise-page .textbox p,
.vision-mission-flex .textbox p,
.whychooseus .textbox p,
.banner-inner .caption p,
.internship-page .textbox p {
	text-align: justify;
}
.expertise-page.bg1 .textbox *,
.expertise-page.bg2 .textbox * {
	color: var(--white_clr);
}
.expertise-page.bg1 .textbox .btnbox .btn,
.expertise-page.bg2 .textbox .btnbox .btn {
	color: var(--white_clr);border-color: var(--white_clr);
}
.expertise-page.bg1 .textbox .btnbox .btn:hover,
.expertise-page.bg2 .textbox .btnbox .btn:hover {
	color: var(--text_clr);background: var(--white_clr);
}
.footer .opening-time .fc-icon {
    top: 24px; position: relative;
}
.footer .opening-time p strong {
    display: block; margin-top: 5px;
}
.review-section .bg-shape.bg-shape5 {
	width: 55%;
}
.review-slider .slick-list {
    overflow: visible; padding: 0 100px;
}
.review-slider .slick-arrow {
	margin-top: -25px;
}
.review-slider .slick-arrow.slick-prev {
    left: 60px;
}
.review-slider .slick-arrow.slick-next {
    right: 60px;
}
.review-slider .items {
    padding: 15px;
}
.review-card {
    padding: 35px 40px; box-shadow: 3px 3px 0px 5px rgb(0 0 0 / 10%); background: var(--white_clr); border-radius: 30px 0; text-align: center; height: 100%;
}
.review-card:hover {
	box-shadow: 3px 3px 0px 5px rgb(6 41 90 / 30%);
}
.review-card h4 {
    font-size: 20px; letter-spacing: 0.5px; margin-bottom: 15px;
}
.review-card p {
    opacity: 0.85; font-size: 16px; line-height: 1.6; letter-spacing: 0.3px;
}
.circle-wrapper {
    position: relative;
    width: 420px;
    height: 420px;
    margin: auto;
}
.center-circle {
    outline: 1px solid rgb(255 255 255 / 50%);
    outline-offset: 15px;
    position:absolute;
    inset:60px;
    border-radius:50%;
    overflow:hidden;
    z-index:2;
}
.center-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.orbit-img {
    position:absolute;
    top:50%;
    left:50%;
    width:80px;
    height:80px;
    margin:-40px;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
    z-index: 99;
    border:3px solid var(--white_clr);
}
.orbit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.img1{ transform: rotate(0deg)   translate(170px) rotate(0deg); }
.img2{ transform: rotate(60deg)  translate(170px) rotate(-60deg); }
.img3{ transform: rotate(120deg) translate(170px) rotate(-120deg); }
.img4{ transform: rotate(180deg) translate(170px) rotate(-180deg); }
.img5{ transform: rotate(240deg) translate(170px) rotate(-240deg); }
.img6{ transform: rotate(300deg) translate(170px) rotate(-300deg); }


/*Insights*/
.tab-header {
  display: flex;
  border-bottom: 2px solid #ddd;
}
.tab-link {
  padding: 12px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 25px;
  border-bottom: 3px solid transparent;
  width: 50%;
  font-weight: 700;
  color: var(--secondary_clr);
}
.tab-link.active {
  border-color: var(--secondary_clr);
  color: var(--secondary_clr);
}
.tab-body {
  padding: 20px 0;
}
.tab-content {
  display: none; justify-content: center; gap: 20px 0;
}
.tab-content.active {
  display: flex;
}
.post-box {
    border: 1px solid var(--secondary_clr);
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}
.post-box .imgbox img {
    border-radius: 15px;
}
.post-box h3 {
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    padding: 20px 0 10px 0;
    margin: 0;
}
#tab-2 .post-box h3{
	padding: 30px 0;
}
.post-box p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.post-box .imgbox img {
    height: 100%;
    width: 100%;
/*    object-fit: cover;*/
}
.post-date p {
    margin: 0;
}
.post-list{
	justify-content: space-between;
	align-items: center;
}

.internal-caption-block .breadcrumb{
	/*position: absolute; left: 0; bottom: 60px;*/
	margin-top: 40px;
}
.internal-caption-block .breadcrumb li,
.internal-caption-block .breadcrumb li a{
	color: var(--white_clr);
	text-shadow: 0 5px 10px rgba(0,0,0,0.7);
}
.breadcrumb{
	display: flex; align-items: center; margin: 0; padding: 0;
	background: none;
}
.breadcrumb li{
	margin: 0; padding: 0; list-style: none;
	font-size: 22px; line-height: 1.2; color: var(--text_clr);
}
.breadcrumb > li + li:before{
    padding: 0 10px;
    content: "»";
}
.breadcrumb li a{
	color: var(--text_clr);
}
.breadcrumb li a:hover{
	color: var(--primary_clr);
}
.detail-main-page{
	overflow: hidden;
}
.post-banner-section{
	overflow: hidden;
}
.post-caption .h2{
	font-size: 44px; color: var(--secondary_clr);
}
.post-banner-imgbox img{
	display: block; width: 100%; height: auto; max-height: 540px;
	object-fit: cover; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.post-info{
	border-bottom: 1px solid var(--secondary_clr);
}
.post-view{
	font-size: 24px; line-height: normal; color: var(--secondary_clr); width: 40px; height: 40px; position: relative;
	background: var(--light_clr); border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.date-box{
	font-size: 20px; line-height: 24px; color: var(--secondary_clr);
	font-weight: 400; margin: 0 0 15px;
}
.date-box i{
	font-size: 22px; color: var(--secondary_clr);
	margin-right: 5px;
}
.social-share-block .label {
    display: inline-block; font-size: 16px;
    color: #666; margin-right: 10px;
}
.blog-socail-list{
	gap: 10px;
}
.icon-share {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    font-size: 24px;
    color: var(--secondary_clr);
}
.icon-share:hover{
    transform: rotate(360deg);
}
.s_icon {
    display: flex; align-items: center; justify-content: center;
    width: 24px; min-width: 24px; height: 24px; background-size: contain !important;
}
.card-post {
    flex-direction: column;
    border: 1px solid var(--secondary_clr);
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}
.post-imgbox {
    width: 100%;
    height: 100%;
}
.post-textbox {
    padding: 10px 0;
    margin: 0;
}
.post-textbox h4 {
    margin: 0;
}



/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px){
.home-banner .items {
    min-height: 640px;
}
.banner-row .imgbox {
    min-width: 400px; max-width: 400px; height: 400px; margin: auto; outline-offset: 15px;
}
.homeslick .slick-arrow.slick-prev{
	left: 1rem;
}
.homeslick .slick-arrow.slick-next{
	right: 1rem;
}
.home-banner.about-banner .items {
    min-height: 520px;
}
.about-banner .imgbox.first_img {
    top: -30px; right: auto; left: 70px;
}
.about-banner .imgbox.second_img {
	right: 155px;
}
.about-banner .imgbox.third_img {
	right: 37px; bottom: 90px;
}
.about-banner .imgbox.fourth_img {
    bottom: -90px; right: 175px;
}
.about-banner .imgbox.fiveth_img{
	right: 380px;
}

}
@media screen and (max-width:1365px){
.container{max-width: 1110px;}
.value-flex {
    max-width: 96%; margin: 0 auto;
}
.value-flex .default-text{
    max-width: 330px; min-width: 330px;
}

}
/* iPad 1024px View */
@media screen and (max-width:1199px){
.container{width:100%; max-width:100%; padding:0 20px;}
.ptb-100, .ptb-90,
.ptb-80, .ptb-70, .ptb-60{padding: 60px 0;}
h1, .h1, h2, .h2, h3, h4, h5, h6{
	margin-bottom: 15px;
}
h2, .h2{font-size: 30px;}
h3 {font-size: 24px;line-height: 32px;}
h4 {font-size: 22px;line-height: 28px;}
p{font-size: 16px;line-height: 24px; margin-bottom: 15px;}
ul li, ol li{font-size: 16px;line-height: 24px;}
.block-title p br{
	display: none;
}
/*Header and banner*/
.nav-main{display:none !important;}
.mobi-iconbox{
	display:flex; align-items: center; justify-content: center;
}
.header {
    padding: 0;
}
.header-inner, .navbar_fixed .header-inner,
.header-blank, .navbar_fixed + .header-blank{
    height: 90px;
}
.head-btnbox{
    margin: 0 50px 0 0;
}
.head-btnbox .btn {
    min-width: 120px;
}
.home-banner .items {
    min-height: 520px;height: auto;
}
.banner-inner {
    padding: 0 50px;
}
.caption {
    min-width: 460px;
    max-width: 460px;
}
.caption .h1 {
    font-size: 36px;
    line-height: 50px;
}
.caption p {
    font-size: 18px;
    line-height: 28px;
}
.banner-row .imgbox {
    min-width: 340px; max-width: 340px; height: 340px;
}
.opening-time {
    justify-content: center;
}
.banner-below-section{
	overflow: hidden;
}
.banner-below-section .max-container{
	padding: 0;
}
.icons-block{
	margin: 0;
}
.card-iconbox h4{
	font-size: 14px;
}
.content-box {
    padding-left: 0;
}
.card-service p {
    font-size: 14px;
    line-height: 18px;
}
.card-service h4 {
    font-size: 18px;
}
.below-right .btn {
    font-size: 16px; line-height: 24px; min-width: 220px; max-width: 220px; padding: 10px 20px;
}
.other-serives .textbox {
    padding-left: 20px;
}
.home-banner.about-banner .items {
    min-height: 440px;
}
/*.about-banner .banner-row .imgbox {
    min-width: 260px; max-width: 260px; height: 260px;
}
.about-banner .banner-row .imgbox + .imgbox {
	border-width: 2px;min-width: 100px; max-width: 100px; height: 100px;
}*/
/*.about-banner .imgbox.first_img {
    left: 100px;
}
.about-banner .imgbox.second_img {
	right: 145px; top: -60px;
}
.about-banner .imgbox.third_img {
	right: 70px; bottom: 45px;
}
.about-banner .imgbox.fourth_img {
	right: 195px; bottom: -75px;
}
.about-banner .imgbox.fiveth_img{
	right: 368px; bottom: 12px;
}*/
.about-banner .right-block{
	transform: scale(0.6);
    transform-origin: center;
}
.value-flex .default-text-inn .title {
    padding: 14px 15px;
}
.value-flex .default-text {
    max-width: 250px; min-width: 250px;
}
.value-flex .default-text-inn .arrow{
	right: 5px;
}
.value-flex .right-side .default-text-inn .arrow {
    left: 5px; right: auto;
}
.contact-section .contact-form {
    padding: 40px 15px 40px 40px;
}
.contact-flex .textbox {
    padding: 40px 40px 40px 0;
}
.contact-box .line_hover {
	font-size: 20px;
}
.map-section .mapbox {
    height: 320px;
}
.f-contact .address p br {
    display: none;
}
.internal-banner .caption {
    padding: 40px 0;
}
.aboutblock .abt-inner .imgbox {
    min-width: 340px; max-width: 340px; height: 340px;
}
.whychooseus-flex .imgbox {
    margin-right: 10px;
}
.review-card {
	padding: 25px 20px;
}

}
/* iPad 768px view*/
@media screen and (max-width:991px){
h1, .h1{font-size: 32px;line-height: 34px;}
.ptb-100, .ptb-90,
.ptb-80, .ptb-70, .ptb-60{padding: 40px 0;}
/*Header and banner*/
.home-banner .items {
    min-height: 460px;
}
.banner-row .imgbox {
    min-width: 250px; max-width: 250px; height: 250px;margin-right: 15px;
}
.caption {
    min-width: 380px; max-width: 380px;
}
.caption .h1 {
    font-size: 30px; line-height: 1.4;
}
.caption .btnbox {
	padding-top: 10px;
}
.banner-inner {
    padding: 0 30px;
}
.homeslick .slick-arrow.slick-prev {
    left: 10px;
}
.homeslick .slick-arrow.slick-next {
    right: 10px;
}
.abt-inner{
	gap: 20px 0;
}
.other-serives .textbox {
    padding-left: 0;
}
.f-bottom-inner {
    flex-direction: column; text-align: center; justify-content: center; align-items: center; gap: 20px;
}
.f-bottom-inner p{
	min-width: 100%;
}
/*.about-banner .banner-row .imgbox {
    min-width: 220px; max-width: 220px; height: 220px;margin-right: 0;
}
.about-banner .imgbox.first_img {
    left: 60px;
}
.about-banner .imgbox.second_img {
    right: -20px;
}
.about-banner .imgbox.third_img {
    left: 60px; bottom: -20px;
}
.about-banner .imgbox.fourth_img {
    right: -20px; bottom: -20px;
}*/
.value-section .block-title {
    margin-bottom: 50px;
}
.value-flex .default-text-inn .title,
.value-flex .default-text-inn .arrow{
	display: none;
}
.value-flex .default-text .default-text-inn .icon{
	padding: 3px; position: relative; margin: auto !important; min-width: 44px; max-width: 44px; height: 44px;
}
.value-flex .default-text .default-text-inn{
	padding: 5px !important; border-radius: 50%;
}
.value-flex .default-text {
	padding: 5px; width: inherit; max-width: inherit; min-width: inherit;
}
.value-card {
    display: flex; align-items: center; justify-content: center;
}
.value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: 30px;
}
.value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: 30px; margin-left: auto;
}
.vision-mission-flex .imgbox {
    margin-right: 0;
}
.vision-mission-flex:nth-child(odd) .imgbox {
	margin-left: 0;
}
.contact-flex .textbox {
    padding: 40px 0 40px 0;
}
.contact-section .contact-form {
    padding: 40px 10px 40px 30px;
}
.footer-bottom {
    padding: 20px 0;
}
.f-bottom-inner {
	gap: 10px;
}
.footer-inner .f-coll-1 {
	margin-bottom: 20px;
}
.aboutblock .abt-inner .imgbox {
    min-width: 280px; max-width: 280px; height: 280px;
}
.f-coll-2 ul {
    column-count: 1;
    -webkit-column-count: 1;
}
.about-section .img-inner {
    margin-right: 0;
}
.whychooseus-flex .imgbox {
    margin-right: 0;
}
.service-flex .items:nth-child(2),
.service-flex .items:nth-child(4),
.service-flex .items:nth-child(6),
.service-flex .items:nth-child(8),
.service-flex .items:nth-child(10),
.service-flex .items:nth-child(12) {
  background: #f5f5f5;
}
.service-flex .items:nth-child(5),
.service-flex .items:nth-child(7) {
	background: var(--white_clr);
}
.team-flex .imgbox {
	margin-right: 0;
}
.team-flex .textbox {
    padding: 30px !important;
}
.f-logo {
    margin: 0 auto;
}


}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
h2, .h2{font-size:28px; line-height:32px;}
h3 {font-size: 22px; line-height: 24px;}
p{margin:0 0 15px;}
.ptb-120, .ptb-100, .ptb-80,
.ptb-90, .ptb-60, .ptb-50{padding:40px 0;}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px;
}
.block-title p br{
	display: none;
}
/*Header and banner*/
.mobile-menu-block{
	width: 85%; left: -105%;
}
.head-btnbox{
	display: none;
}
.home-banner .bg-img{
	background-position: 60% center !important;
}
.caption {
    min-width: 100%; max-width: 100%; margin: 0 auto;
}
.caption .h1 {
    font-size: 32px; line-height: 40px;
}
.caption p {
    font-size: 16px; line-height: 24px;
}
.banner-inner {
    padding: 0;
}
.home-banner .items {
    max-height: inherit; padding: 120px 0 60px;
}
/*.about-banner .banner-row .imgbox {
    margin: 40px auto 0;
}*/
.homeslick .slick-arrow {
    top: auto; margin-top: 0; bottom: 20px;
}
.homeslick .slick-arrow.slick-prev {
    left: 20px;
}
.homeslick .slick-arrow.slick-next{
	right: auto;left: 65px;
}
.icons-block{
	border: 1px solid rgba(255,255,255,0.2) !important;
}
.icons-block .items{
	min-width: 50%; max-width: 50%;
	border: 1px solid rgba(255,255,255,0.2) !important;
}
.card-team .imgbox {
	padding-bottom: 110%;
}
.footer-inner {
    padding-bottom: 20px;
}
.footer-inner .row .f-links {
    margin-bottom: 30px;
}
.f-bottom-inner ul {
    gap: 15px;
}
.banner-below-inn {
    flex-direction: column; text-align: center; gap: 20px 0;
}
.below-right{
	margin: 0 auto;
}
.serv_box {
	padding: 10px 45px 10px 12px;
}
.serv_box h5 {
	font-size: 17px;
}
.home-banner.about-banner .items {
    min-height: inherit; height: auto;
}
/*.about-banner .imgbox.first_img {
    left: 15px; top: 20px; margin: 0 !important;
}
.about-banner .imgbox.second_img {
    left: auto; top: 20px; right: 20px; margin: 0;
}
.about-banner .imgbox.third_img {
    left: auto; bottom: -40px; right: 30px; margin: 0;
}
.about-banner .imgbox.fourth_img {
    left: 30px; bottom: -40px; right: auto; margin: 0;
}*/
/* Value Section*/
.value-flex {
    max-width: 340px; margin: 0 auto; flex-wrap: nowrap;
}
.left-side, .right-side {
    padding: 0; max-width: 54px;
}
.middle-content {
    min-width: 220px; max-width: 220px;
}
.value-flex .value-card .hover-text {
    min-width: 220px; max-width: 220px; height: 220px;
    padding: 20px 20px; outline-offset: 15px;
}
.animated-circle{
	min-width: 220px; max-width: 220px; height: 220px;
}
.animated-circle .sm-circle {
    top: 70px; left: 225px;
}
.animated-circle .sm-circle.c_two {
    left: 30px; bottom: 205px;
}
.animated-circle .sm-circle.c_three {
    bottom: -12px; right: 150px;
}
.value-section .block-title {
    margin-bottom: 30px;
}
.value-flex .left-side .value-card:nth-child(1) .default-text, .value-flex .left-side .value-card:nth-child(2) .default-text {
    margin-left: -20px;
}
.value-flex .right-side .value-card:nth-child(1) .default-text, .value-flex .right-side .value-card:nth-child(2) .default-text {
    margin-right: -20px;
}
.value-flex .default-text-inn .line1{
	width: 20px;
}
.value-flex .default-text .default-text-inn .icon {
    padding: 0; min-width: 36px; max-width: 36px; height: 36px;
}
.value-flex .left-side .default-text .default-text-inn:hover .line1,
.value-flex .left-side .value-card.active .default-text-inn .line1{
    margin-left: 5px;
}
.value-flex .right-side .default-text .default-text-inn:hover .line1,
.value-flex .right-side .value-card.active .default-text-inn .line1{
    margin-right: 5px;
}
.value-flex .value-card .hover-text p {
    font-size: 14px; line-height: 20px;
}
.mobi-hide-blank {
    padding-bottom: 0;
}
.value-flex .value-card .hover-text h4{
	font-size: 16px; line-height: 1.4; margin-bottom: 10px;
}
.vision-mission .block-title {
	padding-bottom: 10px;
}
.vision-mission-flex .textbox {
	padding-top: 20px;
}
.vision-mission-flex .imgbox {
    margin-bottom: 15px;
}
.vision-mission-flex + .vision-mission-flex {
    margin-top: 30px;
}
.vision-mission-flex .textbox img {
	width: 70px; height: 70px;padding-left: 15px;
}
.vision-mission-flex .textbox h3 strong:after {
	left: 110%;
}
.conference_modal .modal-body {
    padding: 35px 25px;
}
.contact-flex .textbox {
    padding-right: 0;
}
.contact-section .contact-form {
    padding: 40px 10px 40px 10px;
}
.contact-section .contact-form:before {
    left: -20px; width: 100vw;
}
.contact-box p br {
    display: none;
}
.internal-banner .caption *:last-child {
    margin-bottom: 0;
}
.aboutblock .abt-inner .imgbox {
	margin-bottom: 20px;
}
.team-page .team-list .items {
    padding: 10px 15px;
}
.input-field {
    flex-basis: 100%; min-width: 100%; max-width: 100%;
}
.conference_modal .close {
	top: -5px; right: -5px;
}
.whychooseus-flex .imgbox {
    margin-bottom: 30px;
}
.serv_card h5 {
	font-size: 14px;
}
.serv_card p {
    font-size: 14px;
}
.service-flex .items {
    padding: 10px;background: var(--white_clr) !important;
}
.service-flex .items:nth-child(2),
.service-flex .items:nth-child(3),
.service-flex .items:nth-child(6),
.service-flex .items:nth-child(7),
.service-flex .items:nth-child(10),
.service-flex .items:nth-child(11),
.service-flex .items:nth-child(14) {
    background: #f5f5f5 !important;
}
.internship-page .block-title {
    padding-bottom: 10px;
}
.team-flex .textbox {
    padding: 30px 25px !important;
}
.internship-page .team-list {
	margin: 0 -5px;
}
.internship-page .team-list .items {
    padding: 5px;
}
.internship-page .team-list .card-team .team-content {
	padding: 10px;
}
.internship-page .team-list .card-team .team-content h4 {
    font-size: 16px;
}
.card-team .overlay-text {
	padding: 20px 15px;
}
.card-team .overlay-text h4 {
	font-size: 16px;margin-bottom: 10px;
}
.card-team .overlay-text p {
	font-size: 13px;
}
.expertise-page .vision-mission-flex + .vision-mission-flex {
    margin-top: 40px;
}
.review-slider {
	margin: 0 -12px;
}
.review-slider .slick-arrow.slick-prev {
    left: 10px;
}
.review-slider .slick-arrow.slick-next {
    right: 10px;
}
.review-slider .items {
    padding: 12px;
}
.review-slider .slick-list {
    padding: 0 30px;
}
.block-title p {
    text-align: justify;
}
.banner-below .below-left {
	justify-content: center;
}
.banner-below .below-left h2 {
    font-size: 24px;
}
.below-right .btn {
	min-width: 160px; max-width: inherit;
}
.internship-page .block-title h2 {
	font-size: 24px;
}
.tab-content{
	gap: 25px 0;
}
.breadcrumb li{
	font-size: 14px; line-height: 1.1;
}
.post-caption .h2{
	font-size: 34px; line-height: 1.1;
}
.about-banner .right-block{
    transform: none;
}
.circle-wrapper {
    width: 300px;
    height: 300px;
}
.center-circle {
    inset: 40px;      
}
.orbit-img {
    width: 60px;
    height: 60px;
    margin: -30px;
}
.img1{ transform: rotate(0deg)   translate(120px) rotate(0deg); }
.img2{ transform: rotate(60deg)  translate(120px) rotate(-60deg); }
.img3{ transform: rotate(120deg) translate(120px) rotate(-120deg); }
.img4{ transform: rotate(180deg) translate(120px) rotate(-180deg); }
.img5{ transform: rotate(240deg) translate(120px) rotate(-240deg); }
.img6{ transform: rotate(300deg) translate(120px) rotate(-300deg); }
}/*767 End*/