
/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/*  Header Style   ||-----------*/
.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background:#fff;
}
.boxed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}
#header, .header {
	background: #314555;
}
#header.header-1 {
	background: #fff;
}
.top-bar-section a{
	padding: 0px;
}
.logo, .nav-bg {
	position: relative;
	z-index: 9;
}
.logo a {
	display: inline-block;
	/* padding: 26px 0; */
}
.header-1 .logo a {
	display: inline-block;
	padding: 0;
}
@media (min-width: 992px) {
	.header-1 .logo a {
		/* padding: 17px 0 11px; */
	}
}

.header ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header ul li {
	float: left;
	position: relative;
}
.navigation ul li a {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation > ul > li > a {
	display: block;
	padding: 38px 16px;
	color: #323232;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
	font-size: 15px;
}
.navigation > ul > li:last-child a {
	padding-right: 0;
}
.navigation .sub-nav {
	left: 0;
	border-top:none;
	position: absolute;
	top: 175%;
	width: 200px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color:#ee0d09;
	-webkit-backface-visibility:hidden;
}
.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid rgba(4, 57, 99, 0.6);
	padding-bottom: 0;
	position: relative;
}
.navigation li:hover .sub-nav {
	opacity: 1;
	top:100%;
	transition: top 0.3s ease 0s;
	-webkit-transition: top 0.3s ease 0s;
	visibility: visible;
}
.navigation li.sub-menu .sub-nav {
	border: none;
	opacity: 0;
	top: 0;
	visibility: visible;
	left: auto;
	right: 110%;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	right: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) {
	.navigation .sub-nav  li:hover {
		background:#000;
	}
}
.navigation .sub-nav li:last-child {
	border-bottom: 0;
}
.navigation .sub-nav li a {
	padding: 13px 20px;
	display: block;
	color: #fff;
	font-size: 15px;
}
/*Top bar*/
.top-bar-section {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #1a2731 !important;
	color: #fff;
}
.header-1 .top-bar-section{
	background: orange  !important;
}
.top-contact {
	float: left;
	text-align: center;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-bar-section.top-bar-bg-color a {
	color: #fff;
}
.top-contact a i {
	padding-left: 5px;
	padding-right: 5px;
}
.top-social-icon {
	float: right;
}
.top-social-icon {
	text-align: center;
}
.top-social-icon ul {
	margin: 0;
	padding: 0;
}
.top-social-icon li {
	margin-left: 10px;
}
.top-contact  .welcome-text {
	padding-top:3px;
	letter-spacing: 0.5px;
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.header-1 .top-contact  .welcome-text{
	color:#2c3740;
}
.welcome-text i{
	 margin-right: 6px;
}
.top-bar-section a i {
	font-size: 16px;
	margin: 0 1px 0 0;
}
.top-social-icon a.btn {
	padding: 9px 20px;
}
.top-social-icon a.btn:hover {
	color: #1fcab8;
}
.link-hover-black > a:last-child {
	margin-left: 10px;
}
.icons-hover-black i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 5px 1px 5px 0;
	display: inline-block;
	background:#ee0d09;
	color: #fff;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.icons-hover-black i:hover{
	background:#ee0d09;
}
/*  Header style 2   ||-----------*/
.header-2 .primary-header {
	background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.header-2 .navigation > ul {
	float: left;
}
.header-2 .navigation > ul > li {
	border-left: 1px solid #dedddd;
}

@media only screen and (min-width: 768px) {
	.header-2 .navigation > ul > li:hover {
		background: #2a3b48;
	}
}
.header-2 .navigation > ul > li > a {
	color: #314555;
	padding: 18px 32px;
}
.header-2 .navigation li:hover>a{
	color:#fff;
}
.header-2 .navigation li:hover .sub-nav {
	top: 67%;
}
.call-us ul {
	list-style-type: none;
	line-height: 1.3;
	padding-top: 22px;
}
.call-us ul li {
	display: inline-block;
	font-weight: bold;
	padding: 0 1px;
	vertical-align: top;
	position: relative;
	padding-left: 33px;
}
.call-us ul li:first-child:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	right: -15px;
	top: -5px;
	width: 1px;
	height: 67px;
}

.call-box {
	    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.58);
    text-transform: uppercase;
}
.call-box > span {
	display: block;
}
.call-us .phone-nomber i {
	    font-size: 23px;
  
    margin-right: 12px;
    vertical-align: top;
    margin-top: 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.58);
}
.call-us i.ion-ios-email-outline{
	margin-top: -10px;
}
.call-us ul li .position {
    float: left;
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 5px;
     color: rgba(255, 255, 255, 0.58);
}
.call-us ul li .icon-fa {
    font-size: 50px;
    font-weight: 400;
    font-family: oswald;
    float: left;
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 47px;
}
.call-us ul li .time_block {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
}
.call-us ul li .date-block {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: open sans;
}
.call-us ul li a {
	font-size: 22px;
	color: #fff;
	line-height: 1;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.call-us ul li.phone-nomber a{
	font-size: 33px;
}

.call-us ul li:first-child {

	padding-left: 49px;
}
.mailing-icon{
	margin-right: 7px;
}
.icons-hover-black .mailing-icon i{
	background: none;
	width: 17px;
}
.header-2 .top-bar-section {
	background: #F7F7F7;
	border-bottom: 1px solid #364f63;
	padding-top: 4px;
	padding-bottom: 4px;
}
.header-2 .top-bar-section.top-bar-bg-color a, .header-2 .top-social-icon li {
	color: #909090;
}
.header-2 .top-bar-section.top-bar-bg-color a:hover, .call-us ul li a:hover {
	color: #1fcab8;
}
.col-right {
	text-align: right;
}
.col-right .opening {
	float: right;
	text-align: left;
	padding: 25px 0 0 33px
}
.header .col-right ul, .header .col-right ul li {
	float: none;
	position: relative;
	color: #2c3740 !important;
	font-weight: bold;
}
.header .col-right ul li span, .header .col-right ul li * {
	color: #2c3740 !important;
}
.col-right .call-us {
	display: inline-block;
	text-align: right;
	float: none;
}
.col-right .opening ul:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	left: -15px;
	top: -9px;
	width: 1px;
	height: 67px;
}
.header-style {
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}
.header-style, .header-1 .nav-wrap {
	box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1);
}
.header-1 .nav-wrap {
	position: relative;
}
.header-1 .nav-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 82px;
	height: 100%;
	margin-left: -363px;
	background: #ee0d09;
	transform: skewX(25deg);
}

.header-1 .navigation > ul > li > a {
	padding: 38px 16px 30px;
}

.fix-header #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-1 .nav-wrap:before{
		    left: -286px;
	}
	.header-1 .nav-wrap:after{
		    margin-left: -311px;
	}
}

@media only screen and (min-width: 767px) {
	#header.fix .nav-wrap, #header.fix .primary-header, .header-style.fix-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
	}
	#header.fix .nav-wrap, .header-style.fix-header {
		background: #fff;
	}
	.p-top {
		padding-top: 157px;
	}
	

}
.boxed #header.fix .nav-wrap, .boxed #header.fix .primary-header, .boxed .header-style.fix-header {
	max-width: 1170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-2 .navigation > ul > li > a {
		padding-left: 28px;
		padding-right: 28px;
	}
	.header.header-2 .navigation > ul > li > a {
    padding-left: 28px;
    padding-right: 25px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		margin-left: 0;
	}
	.navigation > ul > li > a {
		padding: 38px 13px;
	}
	.navigation .sub-nav {
		left: -27px;
	}
	.header-1 .nav-wrap:after {
		margin-left: -239px;
	}
	.header-1 .nav-wrap:before {
		left: -180px;
	}
	.header-1 .navigation li:hover .sub-nav {
		top: 77%;
	}
	.call-us ul li a{
		font-size: 16px;
	}
	.header-2 .navigation > ul > li > a {
    padding: 18px 23px;
}
.header-1 .navigation > ul > li > a {
    padding: 30px 10px;
}
.header.header-2 .navigation > ul > li > a {
    padding: 18px 10px;
}
.navigation .btn-text{
padding: 0 10px;
min-width:160px;
	}
.top-contact  .welcome-text{
	font-size: 11px;
}	
	
}

@media (max-width: 767px) {
	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.header-1 .nav-wrap{
		background:#fff;
	}
	.header ul, .header ul li {
		float: none !important;
	}
	.top-social-icon {
		text-align: center;
	}
	.top-contact{
		float:none;

	}
	.top-social-icon ul li {
		display: inline-block;
		margin: 0 4px !important;
	}
	.top-social-icon ul li:last-child, .top-social-icon ul li:last-child a {
		width: 100%;
		margin: 0;
	}
	.story-content, .video-frame {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none !important;
	}
	.logo a {
		padding: 29px 0px !important;
	}
	.header-1 .logo a {
		padding: 0px 0 0px !important;
	}
	.navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background:#ee0d09;
	}
	.header-1 .navigation {
		top: 1px;
	}
	.navigation ul li {
		border-bottom: 1px solid #fff;
	}
	.header-2 .navigation > ul > li {
		border-left: none;
	}
	.navigation > ul > li > a, .header-2 .navigation > ul > li > a, .navigation > ul > li:last-child a, .header-1 .navigation > ul > li > a {
		padding: 10px 15px;
		color: #fff;
	}
	.header-2 .primary-header {
		border-bottom: 1px solid #fff;
		background: none;
	}
	.navigation .sub-nav, .navigation li.sub-menu .sub-nav, .navigation li.sub-menu:hover .sub-nav {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		border-top: none;
		transition: inherit;
		-webkit-transition: inherit;
		padding: 0;
	}
	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 9px;
		cursor: pointer;
		pointer-events: none;
	}
	.navigation ul li ul {
		display: none;
	}
	.navigation .on > .ion-ios-plus-empty:before {
		content: '\f462';
		font-family: "Ionicons";
	}
	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer h5:after {
		margin-bottom: 18px;
	}
	.footer-info .col-xs-12 {
		min-height: 0;
	}

	.call-us ul li a {
		font-size: 24px;
	}
	.col-right .opening ul::after, .col-right {
		display: none;
	}

	.header-style .logo {
		padding-bottom: 56px;
	}
	.header-style .navigation {
		top: 163px;
	}
	.header-2 .navigation > ul, .top-social-icon {
		float: none !important;
		;
	}
	.header-2 .top-social-icon ul li:last-child, .header-2 .top-social-icon ul li:last-child a {
		width: auto;
	}
	.header-2 .top-social-icon {
		padding-bottom: 0;
	}
	.header-2 .appointment-button {
		display: block;
		margin: 10px auto;
		width: 200px;
	}
	.header-2 .navigation {
		top: 3px;
	}
	.header-2.header-style .navigation {
		top: 148px;
	}
	.header-1 .nav-wrap:before, .header-1 .nav-wrap:after {
		display: none;
	}
}.hero-section{
    padding:90px 0;
    background:linear-gradient(135deg,#0F172A,#1E293B);
    position:relative;
    overflow:hidden;
}

.hero-section::before{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    background:#ff7a00;
    border-radius:50%;
    right:-220px;
    top:-180px;
    opacity:.08;
}

.hero-tag{
    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-section h1{
    font-size:58px;
    color:#fff;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-section h1 span{
    color:#ffb300;
}

.hero-section p{
    color:#ddd;
    font-size:17px;
    line-height:30px;
    margin-bottom:35px;
}

.hero-btn{
    display:flex;
    gap:15px;
    margin-bottom:40px;
}

.btn-call,
.btn-quote{
    padding:15px 35px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-call{
    background:#ff7a00;
    color:#fff;
}

.btn-call:hover{
    background:#fff;
    color:#ff7a00;
}

.btn-quote{
    background:#fff;
    color:#0F172A;
}

.btn-quote:hover{
    background:#ff7a00;
    color:#fff;
}

.hero-box{
    display:flex;
    gap:20px;
}

.hero-box .box{
    background:rgba(255,255,255,.08);
    padding:20px;
    border-radius:12px;
    text-align:center;
    flex:1;
}

.hero-box h3{
    color:#ffb300;
    font-size:30px;
    margin-bottom:5px;
}

.hero-box span{
    color:#fff;
    font-size:15px;
}

.quote-form{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.quote-form h3{
    text-align:center;
    margin-bottom:25px;
    font-weight:700;
    color:#0F172A;
}

.quote-form input{
    width:100%;
    height:52px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    outline:none;
}

.quote-form button{
    width:100%;
    height:55px;
    border:none;
    background:#ff7a00;
    color:#fff;
    font-weight:700;
    border-radius:8px;
    transition:.3s;
}

.quote-form button:hover{
    background:#0F172A;
}

@media(max-width:991px){

.hero-section{
    padding:60px 0;
}

.hero-section h1{
    font-size:38px;
}

.hero-btn{
    flex-direction:column;
}

.hero-box{
    flex-direction:column;
    margin-bottom:40px;
}

}.why-choose{
    padding:90px 0;
    background:#f8fafc;
}

.section-title{
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:30px;
}

.why-card{
    background:#fff;
    padding:35px 30px;
    text-align:center;
    border-radius:18px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    position:relative;
    overflow:hidden;
}

.why-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#ff7a00;
    transform:scaleX(0);
    transition:.4s;
}

.why-card:hover::before{
    transform:scaleX(1);
}

.why-card:hover{
    transform:translateY(-10px);
}

.icon{
    width:80px;
    height:80px;
    background:#fff3eb;
    color:#ff7a00;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    transition:.4s;
}

.why-card:hover .icon{
    background:#ff7a00;
    color:#fff;
    transform:rotateY(180deg);
}

.why-card h4{
    font-size:24px;
    color:#0f172a;
    margin-bottom:15px;
    font-weight:700;
}

.why-card p{
    color:#666;
    line-height:28px;
    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

.why-choose{
    padding:70px 0;
}

.section-title h2{
    font-size:34px;
}

}

@media(max-width:767px){

.section-title h2{
    font-size:28px;
}

.section-title p{
    font-size:15px;
}

.why-card{
    padding:30px 20px;
}

.icon{
    width:70px;
    height:70px;
    font-size:28px;
}

}/*=============================
 Fixed Call & WhatsApp
=============================*/

.floating-contact{
    position:fixed;
    right:20px;
    bottom:25px;
    z-index:99999;
    display:flex;
    flex-direction:column;
    gap:15px;
}

.floating-contact a{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:26px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:.3s;
    animation:pulse 2s infinite;
}

.call-btn{
    background:#ff7a00;
}

.whatsapp-btn{
    background:#25D366;
}

.floating-contact a:hover{
    transform:scale(1.12);
    color:#fff;
}

@keyframes pulse{

0%{
    box-shadow:0 0 0 0 rgba(0,0,0,.25);
}

70%{
    box-shadow:0 0 0 15px rgba(0,0,0,0);
}

100%{
    box-shadow:0 0 0 0 rgba(0,0,0,0);
}

}

/* Mobile */

@media(max-width:768px){

.floating-contact{
    right:15px;
    bottom:20px;
}

.floating-contact a{
    width:55px;
    height:55px;
    font-size:22px;
}

}.work-process{
    padding:90px 0;
    background:#f8fafc;
}

.section-heading{
    margin-bottom:60px;
}

.section-heading span{
    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.section-heading p{
    max-width:720px;
    margin:auto;
    color:#666;
    line-height:30px;
}

.process-card{
    position:relative;
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.process-card:hover{
    transform:translateY(-10px);
}

.process-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#ff7a00;
}

.number{
    position:absolute;
    right:20px;
    top:15px;
    font-size:42px;
    font-weight:800;
    color:#f2f2f2;
}

.icon{
    width:90px;
    height:90px;
    background:#fff3eb;
    color:#ff7a00;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:25px;
    transition:.4s;
}

.process-card:hover .icon{
    background:#ff7a00;
    color:#fff;
    transform:rotateY(180deg);
}

.process-card h4{
    font-size:24px;
    color:#0f172a;
    margin-bottom:15px;
    font-weight:700;
}

.process-card p{
    color:#666;
    line-height:28px;
    margin:0;
}

@media(min-width:992px){

.process-card::after{
    content:"";
    position:absolute;
    top:90px;
    right:-50px;
    width:100px;
    height:3px;
    border-top:3px dashed #ff7a00;
}

.col-lg-3:last-child .process-card::after{
    display:none;
}

}

@media(max-width:991px){

.work-process{
    padding:70px 0;
}

.section-heading h2{
    font-size:34px;
}

}

@media(max-width:767px){

.section-heading h2{
    font-size:28px;
}

.process-card{
    padding:30px 20px;
}

.icon{
    width:75px;
    height:75px;
    font-size:30px;
}

}

.mission-vision{
    padding:90px 0;
    background:#f8fafc;
}

.section-title{
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.section-title p{
    max-width:720px;
    margin:auto;
    color:#666;
    line-height:30px;
}

.mv-card{
    background:#fff;
    border-radius:18px;
    padding:40px 35px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.mv-card:hover{
    transform:translateY(-10px);
}

.mission-card{
    border-top:5px solid #ff7a00;
}

.vision-card{
    border-top:5px solid #0f172a;
}

.mv-icon{
    width:90px;
    height:90px;
    margin-bottom:25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff3eb;
    color:#ff7a00;
    font-size:38px;
    transition:.4s;
}

.mv-card:hover .mv-icon{
    background:#ff7a00;
    color:#fff;
    transform:rotateY(180deg);
}

.mv-card h3{
    font-size:30px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:18px;
}

.mv-card p{
    color:#666;
    line-height:30px;
    margin-bottom:25px;
}

.mv-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.mv-card ul li{
    padding:10px 0;
    color:#333;
    font-weight:500;
}

.mv-card ul li i{
    color:#ff7a00;
    margin-right:10px;
}

@media(max-width:991px){

.mission-vision{
    padding:70px 0;
}

.section-title h2{
    font-size:34px;
}

}

@media(max-width:767px){

.section-title h2{
    font-size:28px;
}

.mv-card{
    padding:30px 25px;
}

.mv-icon{
    width:75px;
    height:75px;
    font-size:30px;
}

.mv-card h3{
    font-size:24px;
}

}