
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&amp;family=Nunito:wght@400;600;700&amp;display=swap');

html {
	width: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
*{	margin:0; 
	padding:0;
	box-sizing:border-box;
	list-style:none;
}
body{
	background:#ffffff;
	overflow-x:hidden;
	box-sizing:border-box;
	color: #202020;
	font-family: 'Nunito', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding:0;
	font-family: 'Nunito Sans', sans-serif;
	color:#00265E;
}
p{
	font-size: 16px;
	font-weight:400;
	line-height: 27px;
	color:#202020;
	margin:0;
	padding: 0;
	opacity: 0.9!important;
	font-family: 'Nunito', sans-serif;
}
/*=================================================
	Common style
================================================*/	
a:focus,
a:hover{
	color:#FF5E15;
	text-decoration: none;
	transition: all 0.4s ease;
}
a{
	color:#002258;
	text-decoration:none;
	opacity: 0.9 !important;
	transition: all 0.4s ease;
}
.img {
	max-width: 100%;
	transition: all 0.4s ease;
}
::selection {
	background: #FF6600;
	color: #fff;
	text-shadow: none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color:inherit;
}
h1 {
	font-size: 65px;
	font-weight:700;
	line-height:75px;
}
h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
}
h3 {
	font-size: 37px;
	font-weight:700;
	line-height: 47px;
	opacity: 0.9;
}
h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    opacity: 0.9;
}
h5 {
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
}
h6 {
	font-size: 16px;
	line-height: 26px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
.b-primary{
	background-color: #2E3192;
    padding: 20px 26px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    line-height: 17px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.9s ease;
	box-shadow: 0 0 0 0 #041B52 inset;
}
.b-primary:hover {
    box-shadow: 0 0 0 4em #041B52 inset, 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
.b-primary i{
	transform: translateX(0px);
	padding-left: 10px;
	color: #ffffff;
	transition: all 0.3s ease;
}
.b-primary:hover i{
	transform: translateX(10px);
	color: #FF5E15;
}
.b-primary:focus{
	color: #ffffff;
}
.btn-white{
	padding: 20px 30px;
	display: inline-block;
    box-shadow: 0 0 0 0 #041B52 inset;
    color: #ffffff;
	font-weight: 500;
    border-radius: 30px;
	line-height: 15px;
	transition: all 0.5s ease;
    background-color: rgb(255, 94, 21);
}
.btn-white:hover{
	box-shadow: 0 0 0 4em #ffffff inset, 0 5px 15px rgba(0, 0, 0, 0.1);
	color: #00265E;
}
.btn-white i{
	transform: translateX(0px);
	padding-left: 10px;
	color: #ffffff;
	transition: all 0.4s ease;
}
.btn-white:hover i{
	transform: translateX(10px);
	color: #FE354D;
}
.btn-read{
	color:#FF6600;
	transition: all 0.4s ease;
}
.btn-read:hover{
	color:#FF6600;
}
.btn-read i{
	color: #00265E;
	transform: translateX(0px);
	color: #ffffff;
	transition: all 0.4s ease;
}
.btn-read:hover i{
	transform: translateX(10px);
	color: #FF5E15;
}
.btn-read-theme i{
	font-size: 30px;
	color: #ffffff;
	transition: all 0.4s ease;
}
.btn-read-theme:hover i{
	transform: translateX(0);
	color: #00265E;
}
.btn-view-theme-2:hover i{
	background-color: #041B52;
}
.btn-color-theme{
	background-color: #00265E!important;
}
.btn-color-theme:hover{
    background-color: #FF6600!important;	
	color: #ffffff;	
}
.btn-color-theme:hover i{
	color: #ffffff;
}
.sub-heading {
    color: #ff905d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
}
.pos-relative{
	position: relative;
}
.fix{
	overflow: hidden;
}
/*=======================================
	Spacing
=======================================*/	
.section-padding{
	padding: 120px 0;
}
.top-spacing{
	padding-top: 120px;
}
.top-spacing1{
	padding-top: 60px;
}
.bottom-spacing{
	padding-bottom: 120px;
}
.pt-10{
	padding-top: 10px;
}
.pt-15{
	padding-top: 15px;
}
.pt-20{
	padding-top: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pt-40{
	padding-top: 40px;
}
.pt-65{
	padding-top: 65px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-15{
	padding-bottom: 15px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-22{
	padding-bottom: 22px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-40{
	padding-bottom: 40px;
}
.pb-50{
	padding-bottom: 50px;
}
.pb-64{
	padding-bottom: 64px;
}
.pb-100{
	padding-bottom: 100px;
}
.pr-10{
	padding-right: 10px;
}
.pr-20{
	padding-right: 20px;
}
.pl-30{
	padding-left: 30px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.ml-30{
	margin-left: 30px;
}
.mt-112{margin-top:112px;}
.mb-112{margin-bottom: 112px;}
/*===============================
	2. top header
===============================*/
.top-header{
	width: 100%;
	height: auto;
    background-color: #2E3192;
}
.header-location i{
    width: 16px;
    height: auto;
	margin-right: 10px;
	color: #ffffff;
}
.header-location h5{
	color: #ffffff;
	font-size: 14px;
	opacity: 0.9;
}
.header-location span{
  	color: #ffffff;
	font-size: 14px;
	opacity: 0.9;
}
.header-location {
    padding: 8px 0;
}
.header-right-portion{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.header-right-portion a{
	color: #ffffff;
	font-size: 14px;
	opacity: 1;
}
.header-email h5{
	color: #ffffff;
	opacity: 0.9;
	font-size: 14px;
}
.header-email{
	padding-left: 30px;
	padding-right: 65px;
}
.header-email span{
	font-size: 14px;
	opacity: 0.9;
}
.header-email i{
	color: #ffffff;
}
.social-icon ul li{
	display: inline-block;
	margin: 5px;
}
.social-icon ul li a i {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
	box-shadow: 0 0 0 0 #041B52 inset;
}
.social-icon ul li a:hover i{
	color: #ffffff;
	box-shadow: 0 0 0 4em #041B52 inset, 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header-socials ul li a i {
    width: 20px;
    height: 20px;
    background-color: rgb(255, 94, 21);
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    color: rgb(255, 255, 255);
    font-size: 10px;
}
.header-socials ul li a:hover i{
	background-color: #ffffff;
	color:#ffffff;
	border: 1px solid #ffffff;
}
/*===================================
	3. main menu area
===================================*/
.sticky {
	position: fixed;
    top: -25px;
    right: 0;
    width: 100%;
    z-index: 2;
    margin-top: 25px;
    margin-bottom: 5px;
	background-color: #FFFFFF;
    transition: all 0.7s ease;
    box-shadow: 1px 1px 3px #bac0c5;
}
.main-menu-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
}
.main-menu ul{
	text-align: center;
    z-index: 1;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    line-height: 8px;
}
.main-menu ul li:last-child{padding: 0;}
.main-menu ul li a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 20px 15px !important;
}
.main-menu ul li a:last-child{
	padding: 0;
	margin: 0;
}
.main-menu ul li a:hover{
	color: #FF5E15;
}
.main-menu ul ul{
	text-align:left!important;
    background:#F1933F;
	width:280px;
	display: block;
	position:absolute;
	content: "";
	top:65px;
	opacity:0;
	visibility:hidden;
	z-index:1; 
	transition:all 0.2s ease;
}
.main-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 65px;
}
.main-menu ul ul li{
	display:block;
}
.main-menu ul ul li ul{
    text-align: left!important;
    background: #FF5E15;
    width: 180px;
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 180px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.2s ease;
}
.main-menu ul li ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 0;
}
.main-menu ul ul li:hover a{
	background-color: #2E3192;
	color: #ffffff;
}
.main-menu ul ul li a{
	color: #ffffff;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
}
.main-menu ul li:hover ul ul{
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li ul li:hover ul{
	left:180px;
	opacity: 1;
	visibility: visible;
}
.main-menu ul ul li:hover ul li a{
	background:none;
	color:#ffffff;
}
.main-menu ul ul li ul li a:hover{
	background-color:#2E3192;
	color: #ffffff;
}
.nav-links li a .fa-angle-down{
	padding-left: 5px;
	transition: all 0.3s ease;
}
.nav-links li a:hover .fa-angle-down{
	transform: translateY(5px);
}
.drop-down li a i{
	padding: 0 10px;
	opacity:0;
	visibility:hidden;
	transition:all 0.2s ease;
}
.drop-down li a:hover i{
	opacity:1;
	visibility:visible;
	color: #ffffff;
}
.btn-search{
	padding-right: 30px;
	font-size: 20px;
	color: #00265E;
}
/* search popup start  */
.td-search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
	width: 40%;
	z-index: 9999;
}
.td-search-popup .search-form {
	width: 35%;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 54px;
	padding: 0 75px 0 25px;
	background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
	outline: 0;
	box-shadow: none;
}
.td-search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 3px;
	width: 60px;
	height: 57px;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.4s ease;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #FF6600;
	background: none;
	font-size: 20px;
}
.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
	outline: 0;
	box-shadow: none;
}


	
 .banner-section{
	 background-image: url('../images/abt.jpg');
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	 width:100%;
	 height:auto;
	 position: relative;
	 z-index: 0;
	 padding-top: 220px;
	 padding-bottom: 150px;
 }
 
 .banner-section:after{
	 position: absolute;
	 content: "";
	 top: 0;
	 left: 0;
	 background-color:#0e0e0ef2;
	 height: 100%;
	 width: 100%;
	 opacity: 0.7;
	 z-index: -1;
 }
 .banner-content p {
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 18px;
    opacity: 0.8!important;
}
.banner-content .text-type{
	color:#FF5E15;
	font-size: 65px;
	font-weight:800;
	line-height:75px;
	opacity: 0.9;
}
.banner-thumnail img{
	width: 100%;
	height: auto;
}
/*===================================
	banner section Ends
====================================*/
/*====================================
	5. feature section start
====================================*/
.feature-thumb img{
	width: 100%;
	height: auto;
	transition: all 0.7s ease;
}	
.feature-thumb{
	display: block;
	overflow: hidden;
}
.feature-item:hover .feature-thumb img{
	transform: scale(1.1);
}
.feature-item{
	box-shadow: rgb(0 0 0 / 6%) 0 10px 20px;
	border-radius: 8px;
	padding: 0 20px;
	transition: all 0.4s ease;
}	
.feature-item:hover{
	box-shadow: rgb(255 102 0 / 20%) 0 10px 20px;
}
.feature-content{
	padding: 20px 27px 30px 20px;
	text-align: center;
}
.feature-item:hover h4 a{
	color: #FF6600;
}
/*====================================
	feature section Ends
====================================*/	
/*===================================
 	6. about us section start
 ==================================*/
 .aboutus-section{
	 background-color: #FFFBFB;
	 z-index: 0;
 }
 .vertc{
	font-size: 70px;
    vertical-align: middle;
	color:#2E3192;
 }
 .vertc:hover{
	color:#fff;
 }
 .about-thumb-bg{
    background-image: url(../images/abt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 600px;
	z-index: -1;
	margin-top: 120px;
	border-radius: 0 8px 8px 0;
 }
 .thumb-1 img{
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 10px solid #ffffff;
	box-shadow: rgb(0 0 0 / 8%) 3px 6px 20px;
}
.thumb-1 {
    position: absolute;
    content: "";
    bottom: -60px;
	transform-origin: bottom;
	animation:move-top 4s linear infinite;
}
@keyframes move-top{
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-20px); }
	100% { transform: translateY(0); }
}
 .aboutus-icon{
    width: 100px;
    height: 100px;
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    text-align: center;
    line-height: 100px;
    box-shadow: rgb(0 0 0 / 10%) 2px 5px 15px;
	border-bottom: 4px solid #FF6600;transition: all 0.4s ease;
 } 
 .aboutus-icon:hover{
	background-color: #F39440;
	color: #ffffff;
	border-radius: 4px;
 }
 .justify{
	 text-align: justify;
 }
 .aboutus-icon img{
	width: 60px;
    height: 60px;
    transition: all 0.4s ease;
 }
 .aboutus-item p{
	 font-size: 15px;
	 font-weight: 600;
 } 
 .aboutus-item p span{
	font-size: 17px;
	font-weight: 600;
	color: #FF6600;
 }
/*===================================
 	about us section Ends
 ==================================*/
 /*===================================
	7. service section start
====================================*/
.service-section{
}
.service-box{
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 8px;
}
.service-thumb img {
    width: 100%;
	height:auto;
	transition: all 0.7s ease;
	transform: scale(1.1);
	overflow: hidden;
	border-radius: 10px;
}
.service-box:hover .service-thumb img{
	transform: scale(1.2);
}
.service-icon i {
	width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 15px;
    background-color: #FF6600;
    color: #ffffff;
    display: inline-block;
    border-radius: 100%;
    box-shadow: rgb(0 0 0 / 10%) 3px 4px 10px;
    position: absolute;
    content: "";
    top: -14px;
    left: 137px;
}
.service-desc{
    background-color: #ffffff;
    padding: 40px 37px 30px 37px;
    box-shadow: rgb(0 0 0 / 8%) 3px 6px 30px;
    border-radius: 10px;
    width: 80%;
    position: absolute;
    bottom: -85px;
    left: 44px;
	transition: all 0.4s ease;
}
.service-desc h4 {
    font-size: 23px;
}
.service-desc:hover .service-icon i{
	background-color: #ffffff;
	color: #FF6600;
	animation:hover-icon 1s ease-in-out;
	animation-iteration-count: 1;
}

.service-desc:hover h4 a{
	color: #FF6600;
}

@keyframes hover-icon{
	16.65% {
	  transform: translateX(8px);
	}
	33.3% {
	  transform: translateX(-6px);
	}
	49.95% {
	  transform: translateX(4px);
	}
	66.6% {
	  transform: translateX(-2px);
	}
	83.25% {
	  transform: translateX(1px);
	}
	100% {
	  transform: translateX(0);
	}
  }
/*===================================
	service section Ends
====================================*/
/*===================================
	8. choose us section start
====================================*/
.coohseus-section{
	background-color:#FFFBFB;
}
.right-side-bg {
    background-image: url(../images/chooseus/choose-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 50%;
    height: 74%;
}
.chooseus-item{
	width:120px;
	height: auto;
	padding: 20px 11px;
	box-shadow: rgb(0 0 0 / 8%) 3px 5px 20px;
	margin-right: 30px;
	transition: all 0.4s ease;
}
.chooseus-item:last-child{
	margin: 0;
}
.chooseus-item:hover{
	box-shadow: rgb(255 102 0 / 20%) 2px 6px 20px;
	transform: translateY(5px);
}
.chooseus-icon i{
	font-size: 40px;
	color: #FF6600;
	border-bottom: 1px solid #E9E9E9;
	display: block;
 }
 .chooseus-item:hover i{
	animation-name: hover-icon;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
 }
 .chooseus-thumb {
    position: absolute;
    content: "";
    bottom: -484px;
    right: -97px;
    width: 91%;
    height: 100%;
    border-radius: 8px;
	animation:mymove 4s linear infinite;
	transform-origin: bottom;
}
@keyframes mymove{
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-20px); }
	100% { transform: translateY(0); }
}
 .chooseus-thumb img{
	 width: 100%;
	 height: auto;
	 border-radius: 8px;
 }
/*===================================
	choose us section Ends
====================================*/
/*==================================
	9. project section start
====================================*/
.project-single{
	display: block;
	overflow: hidden;
}
.project-single:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00265E;
	opacity: 0;
	transition: all 0.9s ease;
}
.project-single:hover:after{
	opacity: 0.6;
}
.project-thumb img{
	width: 100%;
	height: auto;
	transform: scale(1.0);
	transition: all 0.9s ease;
	transition-delay:0.1s ;
}
.project-single:hover .project-thumb img{
	transform: scale(1.1);
}
.project-meta{
	position: absolute;
	content: "";
	left: 0;
	bottom: -50px;
	width: 100%;
	height: auto;
	background-color: #FF6600;
	padding:20px 30px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease;
}
.project-single:hover .project-meta{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
/*==================================
	project section Ends
====================================*/	
/*====================================
	10.  team section start
=====================================*/
.team-single{
	background-color:#ffffff;
	box-shadow: rgb(0 0 0 / 10%) 3px 6px 40px;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.team-slider .team-single:nth-child(1){
	margin-left: 0;
}
.team-slider .team-single:nth-child(4){
	margin-right: 0;
}
.team-thumb img{
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
    transition: all 0.7s ease;
}
.team-single:hover .team-thumb img{
	transform: scale(1.1);
}
.team-info{
	padding: 20px 20px 30px 20px;
}
.team-social{
	position: absolute;
    content: "";
    width: 100%;
    bottom: -50px;
    left: 0;
    background-color: #FF6600;
    padding: 7px 50px;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    text-align: center;
}
.team-social ul li{
	margin-right: 5px;
	opacity: 0;
	z-index: 9;
	transform: translateX(-20px);
	transition: all 0.5s ease-in-out;
	display: inline-block;
}
.team-social ul li a i{
	width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #FB796A;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
	color: #ffffff;
	transition: all 0.4s ease;
}
.team-single .team-social ul li:nth-child(1) {
	padding-top: 0;
	transition-delay: 0.1s;
} 
.team-single .team-social ul li:nth-child(2) {
	transition-delay: 0.2s;
}
.team-single .team-social ul li:nth-child(3) {
	transition-delay: 0.3s;
}  
.team-single .team-social ul li:nth-child(4) {
	transition-delay: 0.4s;
	margin: 0;
}
.team-single:hover .team-social ul li {
	opacity: 1;
	transform: translateX(0);
}
.team-social ul li a:hover i{
	background-color: #00265E;
	color: #ffffff;
}
.team-single:hover .team-social{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
/*====================================
	team section Ends
=====================================*/	
/*====================================
	11. testimonial section start
======================================*/
.testimonial-section{
	background-image: url('../images/testimonial/testimonial-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 120px;
}
.testimonial-slider-3 img {
	border-radius: 100%;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  }

.client-thumb img {
    width: 15%!important;
    height: auto;
    display: block;
    margin: 0 auto;
}
.slider-item p{
	font-weight: 600;
	font-style: italic;
}
.reviews .checked{
	padding-top: 10px;
	color: #FF5E15;
}
  .testimonial-slider-3 .action .item-2 {
    position: absolute;
    right: 10%;
    top: -40px;
    transform: translate(-50%, 0);
}
  .testimonial-slider-3 .action .item-5 {
    position: absolute;
    right: 0%;
    top: 55%;
    transform: translate(-50%, -50%);
}
.testimonial-slider-3 .action .item-4 {
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translate(-50%, -50%);
}
 .testimonial-slider-3 .action .item-6 {
    position: absolute;
    left: 20%;
    bottom: -80px;
    transform: translate(-50%, 0);
} 
  .testimonial-slider-3 .action .item-3 {
    position: absolute;
    left: 20%;
    top: -40px;
    transform: translate(-50%, 0);
}
  .testimonial-slider-3 .action .item-7 {
    position: absolute;
    right: 10%;
    bottom: -80px;
    transform: translate(-50%, 0);
}
  .testimonial-slider-3 .testimonial-slider-nav-2 {
	height: 465px;
	width: 465px;
	margin: 0 auto;
	border-radius: 50%;
	display: none;
  }
  .testimonial-slider-3 .testimonial-slider-nav-2 .slick-list {
	align-items: center;
	align-self: center;
  }
  .testimonial-slider-3 .testimonial-slider-nav-2 .thumb img {
	margin: 0 auto;
  }
  
  .testimonial-slider-for-2 .testimonial-wrap {
	text-align: left;
	padding-left: 63px;
  }
  .testimonial-slider-for-2 .testimonial-wrap .content {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--heading-color);
  }
  .testimonial-slider-for-2 .testimonial-wrap p i,
  .testimonial-slider-for-2 .testimonial-wrap p svg,
  .testimonial-slider-for-2 .testimonial-wrap p img {
	color: var(--main-color);
	font-size: 24px;
	position: absolute;
	left: 40px;
	top: -2px;
	z-index: -2;
  }
  .testimonial-slider-for-2 .testimonial-wrap .name {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
  }
  .testimonial-slider-for-2 .testimonial-wrap .name span {
	font-weight: 600;
	color: var(--main-color);
  }
  .testimonial-slider-for-2 .slick-dots {
    position: absolute;
    left: 35%;
    bottom: -80px !important;
}
.testimonial-slider-for-2 .slick-dots li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    margin: 0 15px;
    list-style: none;
    position: relative;
    transition: all 0.3s ease-in;
}
  .testimonial-slider-for-2 .slick-dots li:after {
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background: transparent;
	border: 1px solid #FF5E15;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease-in;
  }
  .testimonial-slider-for-2 .slick-dots li button {
	display: none;
  }
  .testimonial-slider-for-2 .slick-dots li.slick-active {
	background: #FF5E15;
  }
  .testimonial-slider-for-2 .slick-dots li.slick-active:after {
	opacity: 1;
  }
/*=====================================
	testimonial section Ends
=======================================*/
/*=====================================
	12. blog section start
======================================*/
.blog-section{
	background-color: #FFFBFB;
}
.blog-single{
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: rgb(0 0 0 / 6%) 3px 8px 20px;
	padding: 0 30px 30px 30px;
}
.blog-thumb img{
	width: 100%;
	height: auto;
	transition: all 0.7s ease;
}
.blog-single:hover .blog-thumb img{
	transform: scale(1.1);
}
.blog-header ul li{
	display: inline-block;
	padding-right: 30px;
}
.blog-header ul li:last-child{
	padding: 0;
}
.blog-header ul li i{
	color: #FF6600;
	padding-right: 10px;
}
.blog-header ul li span{
	color: #202020;
}
.blog-single h4 a{transition: all 0.4s ease;}
.blog-single:hover h4 a{
	color: #FF6600;
}
.blog-single:hover .btn-read{
	color: #00265E;
}
/*=========================================
	blog section Ends
===========================================*/
/*=====================================
	13. brannd section start
====================================*/
.brand-slider{
	padding: 80px 0;
	border-radius: 16px 16px 0 0;
}
.brand-item{
	margin: 0 10px;
    transition: all 0.3s ease-in-out;
    display: block;
    filter: grayscale(1);
}
.main-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    filter: grayscale(1);
}
.brand-item:hover .main-logo{
    display: block;
    visibility: hidden;
    transform: translateY(100%);
    filter: grayscale(1);
}
.hover-logo{
	display: block;
	position: absolute;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	top: 0;
	left: 0;
	visibility: hidden;
	transform: translateY(-100%);
}	
.brand-item:hover .hover-logo{
	display: block;
	opacity: 3;
	visibility: visible;
	transform: translateY(0%);
	filter: grayscale(0%);
}
/*=======================================
	brannd section Ends
========================================*/
/*=========================================
	14. footer section start
===========================================*/
.footer-section{
	background-image: url('../images/foot.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
    z-index: 0;
	padding-top: 50px;
}
.footer-section:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #041B52;
    opacity: 0.9;
}
.footer-section p{
	font-size: 14px;
}
.footer-section span{
	opacity: 0.9;
	font-size: 14px!important;
}
.footer-child h4{
    font-size: 26px;
    font-weight: 700;
	color: #ffffff;
}
.footer-tittle:after{
	position: absolute;
	content: "";
    bottom: -3px;
	left: 0;
    width: 70px;
    height: 4px;
	border-radius: 3px;
	background-color: #FF6600;
	transition: all 0.4s ease;
}
.footer-tittle:hover:after{
	width: 100px;
}
.footer-socials li{
	display: inline-block;
}
.footer-socials li a i{
    width: 30px;
    height:30px;
    display: block;
	font-size: 14px;
    background-color:#ffffff;
	border:1px solid #ffffff;
	color: #FF4A17;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
	transition: all 0.4s ease;
	box-shadow: 0 0 0 0 #041B52 inset;
}
.footer-socials li a:hover i{
    border:1px solid #ffffff;
	box-shadow: 0 0 0 4em #041B52 inset, 0 5px 15px rgba(0, 0, 0, 0.1);
}
.footer-links li i{
	color:#ffffff;
}
.footer-links li:hover i{
	color: #FF6600;
}
.footer-links li{
    padding-bottom: 12px;
	transition: all 0.4s ease;
}
.footer-links li a{
	font-size: 14px;
	font-weight: 400;
	transition: all 0.3s ease;
	padding-left: 18px;
	color: #ffffff;
}
.footer-links li:hover{
	transform: translateX(5px);
}
.footer-contact li{
	padding-bottom: 20px;
	color: #ffffff;
	font-size: 14px;
}
.footer-contact a{
	font-size: 14px;
	color: #ffffff;
}
.footer-contact a:hover{
	color: #FF6600;
}
.footer-contact ul li i{
	color: #FE354D;
	font-size: 18px;
}
.footer-contact ul li span{
	padding-left: 10px;
	color: #ffffff;
	font-size: 14px!important;
	transition: all 0.4s ease;
}
.footer-form form input{
	width: 100%;
	height: auto;
	padding: 19px 20px;
	background-color: #ffffff;
	border-radius: 4px;
    line-height: 18px;
	border: none;
	outline: none;
}
.footer-form button{
	border: none;
	outline: none;
	margin-top: 12px;
	border-radius: 4px;
}
/*  footer-bottom*/
.coppyright-text p{
	font-size: 14px;
	color: #ffffff;
	padding-top: 70px;
}
.coppyright-text p span{
	color: #FF586C;
	font-weight: 800;
	font-size: 18px;
}
/*  scroll to up button  */
.to-top{
	position: fixed;
	right: 40px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FF586C;
	display:inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	pointer-events: none;
	opacity: 0 !important;
}
.to-top:before{
	position: absolute;
	content: "\f30c";
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FF5E15;
	color: #ffffff;
	display:inline-block;
	text-align: center;
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all 0.4s ease;
}
.to-top:hover:before{
	bottom: 50px;
}
.to-top:after{
	position: absolute;
	content: "\f30c";
	right: 0;
	bottom: -50px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FF5E15;
	color: #ffffff;
	display:inline-block;
	text-align: center;
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all 0.4s ease;
}
.to-top:hover:after{
	bottom: 0px;
}
.to-top.active{
	bottom: 40px;
	pointer-events:auto;
	opacity: 1 !important;
}
.to-top i{
	color: #ffffff;
}
/*==========================================
	footer section Ends
==========================================*/	
/*======slider======*/
.slider-3 .slick-dots {
    display: flex !important;
    margin-left: 40%;
    z-index: 0;
}
.slider-3 .slick-dots button {
	font-size: 0;
    width: 14px;
    height: 14px;
    margin: 4px;
    background-color: #ffffff;
	border: 1px solid rgb(255 102 0 / 60%);
    border-radius: 20px;
    transition: 0.3s;
}
.slider-3 .slick-dots .slick-active button {
    width: 14px;
	height: 14px;
	background-color:#FF5E15;
}
/*slider 4*/
.slider-4 .prev-arrow {
    position: absolute;
    content: "";
    top: -100px;
    right: 15px;
    width: 65px;
    height: 50px;
    background-color: #FF6600;
    z-index: 1;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}
.slider-4 .next-arrow {
    position: absolute;
    content: "";
    top: -100px;
    right: 110px;
    width: 65px;
    height: 50px;
    background-color: #FF6600;
    z-index: 1;
	text-align: center;
    line-height: 50px;
    color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
}
.slider-4 .slick-arrow{transition: all 0.4s ease;}
.slider-4 .slick-arrow:hover{
	background-color: #FFB27F;
}
.slider-4 .slick-slide {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.video-section {
    background-image: url('../images/sl1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    position: relative;
    z-index: 0;
    padding-bottom: 150px;
}
.video-section:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #041B52;
	opacity: 0.7;
	z-index: -1;
}
.video-icon{
	margin-right: 15px;
}
.video-item{
	background-color: #ffffff;
	padding: 35px 40px;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 8%) 3px 8px 30px;
}
.video-inner {
    margin-top: 100px;
    position: absolute;
    content: "";
    top: 285px;
    width: 61%;
    height: 100%;
}
#play-btn-2 i{
    width: 50px;
    height: 50px;
    margin-left: 25px;
    border-radius: 50%;
    color: #FE354D;
    background-color: #ffffff;
    display: inline-block;
    line-height: 50px;
	margin-top: 50px;
    position: relative;
    z-index: 0;
    text-align: center;
    animation: video 2.5s linear infinite;
}
@keyframes video {
	0% {
	  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}
	100% {
	  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
	}
  }
  .work-section {
    background-image: url('../images/cnt.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 0;
}
.work-section:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fe6d35e3;
	opacity: 0.9;
	z-index: -1;
}
.work-counter{
	background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 100px;
    box-shadow: rgb(0 0 0 / 8%) 3px 6px 30px;
    position: absolute;
    width: 60%;
    height: auto;
    bottom: -73px;
    z-index: 0;
}
.sub-heading {
    color: #FF5E15;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: url(../images/sub-heading.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 13px 50px;
    display: inline-block;
    position: relative;
    animation: header-animate 3s linear infinite;
}
.testimonial-item {
    padding: 40px 25px;
    box-shadow: rgb(0 0 0 / 6%) 3px 8px 20px;
    border-radius: 8px;
    user-select: text;
    position: relative;
}
.testimonial-item:after {
    position: absolute;
    content: "";
    top: 50px;
    left: 100px;
    width: 46%;
    height: 29%;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.testimonial-item:last-child{margin-right: 0;}
.client-thumb img {
    width: 30%!important;
    height: auto;
    display: block;
    margin: 0 auto;
}
.reviews .checked{
	padding-top: 10px;
	color: #FF5E15;
}
.reviews .unchecked{
	padding-top: 10px;
	color: #FF5E15;
	opacity: 0.4;
}
.slider-2 .slick-slide {
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.slider-2 .slick-slide {
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.slider-2 .slick-dots {
    display: flex !important;
    margin-top: 0px;
    z-index: 0;
    margin-left: 45%;
}
.slider-2 .slick-dots button {
	font-size: 0;
    width: 14px;
    height: 14px;
    border: 0;
    margin: 4px;
    background-color: #E4C7CE;
    border-radius: 20px;
    transition: 0.3s;
}
.slider-2 .slick-dots .slick-active button {
    width: 24px;
	height: 14px;
	background-color:#FF5E15;
}

.wh{
	color: #fff;
}
.flr{
	float: right;
}
.banner-content span {
    font-size: 22px;
    display: block;
    color: #ffffff;
    font-weight: 600;
    opacity: 0.9;
    padding-top: 15px;
}
.sof{
	font-size: 38px;
	letter-spacing: 1px;
}
.quoate-thumb img{
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.quoate-content h4{
	font-style: italic;
	color: #FF6600;
}
.aboutus-feature{
   background-color: #F2F3F6;
   padding: 22px 25px;
   border-radius: 4px;
}
.aboutus-thumb {
   background-image: url('../images/shape.png');
   background-repeat: no-repeat;
   border-radius: 15px;
   position: relative;
}
.aboutus-feature:hover .icon img{
   transform: skewY(10deg);
}
.thumb-text{
   position: absolute;
   content: "";
   top: 30px;
   left: 30px;
}
.abtp p{
	font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #202020;
	text-align: justify;
}
.skill-left-bg{
	background-image: url('../images/why.jpg');
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50%;
    height: 100%;
	background-position: 0 0 !important;
	transition: all 0.4s ease;
}
.text-justify{
	text-align: justify;
}
.skill-section:hover .skill-left-bg{
	background-position: 50% 0 !important;
}
.skill-right-bg{
	background-image: url('../images/skill-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 50%;
    height: 100%;
}
.skill-right-bg:after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #FFEADC;
	opacity: 0.3;
}
.skill-feature-box{
	background-color: #00265E;
	width: 220px;
	height: 289px;
	border-radius: 8px;	
	display: block;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 16%) 3px 5px 10px;
	position: relative;
}
.skill-feature-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url('../images/case-study/skill-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.skill-feature-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00265E;
    z-index: 0;
    opacity: 0.9;
    border-radius: 8px;
}
.skill-feature-box:hover:after{
	opacity: 1;
	visibility: visible;
	transform: scale(1.1);
}
.feature-list li{
	padding-bottom: 7px;
}
.feature-list li span{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FF6600;
	border-radius: 100%;
	margin-right: 10px;
}
.contact-form{
	padding: 50px 30px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 5%) 0 10px 40px;
}	
.form-item{
    width: 48.2%;
    height: auto;
    padding: 18px 0 18px 20px;
    background-color: #F6F6F6;
    border: none;
	margin-left: 30px;
	border-radius: 5px;
	margin-bottom: 30px !important;
}
.form-item:first-child{
	margin: 0;
}
.contact-form form input[type='email']{
	margin: 0;
}
.contact-form form input:hover{
	outline:1px solid #dddddd;
}
.contact-form textarea{
	width: 98%;
	background-color: #F6F6F6;
	border: none;
	border-radius: 5px;	
	resize:none;
	padding: 20px 0 0 20px;
}
.contact-form textarea:hover{
	outline:1px solid #dddddd;
}
.contact-form form button{
	border: none;
}
.contact-thumb-bg {
    background-image: url('../images/team/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
	padding: 0 38px;
	z-index: 0;
	animation: move 4s linear infinite;
}
.contact-thumb-bg:after{
	position: absolute;
	content: "";
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-image: linear-gradient(to right, #FFEADC, #00265E);
	opacity: 0.40;
	border-radius: 8px;
	z-index: -1;
}
.contact-thumb-content.text-center {
    padding-top: 65%;
}
.contact-thumb-content h4{
	padding-bottom: 20px;
	font-size: 26px;
}
.chat-icon i{
	font-size: 50px;
	color: #FF6600;
	margin-bottom: 20px;
}
@keyframes move {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-20px); }
	100% { transform: translateY(0); }
}
/*===================================
	contact section-1 Ends
===================================*/
/*===================================
	contact section-2 start
===================================*/	
.contact-box{
	box-shadow: rgb(0 0 0 / 6%) 0 10px 20px;
	padding: 40px 30px;
	border-radius: 16px;
	transition: all 0.4s ease;
}
.contact-box p{
	font-size: 14px;
	opacity: 0.9;
}
.contact-box:hover{
	box-shadow: rgb(255 102 0 / 20%) 0 10px 20px;
}
.w100{
	width: 98%;
}
.contact-icon i {
    width: 80px;
    height: 80px;
    transition: all 0.4s ease;
    color: #ffffff;
    font-size: 40px;
    line-height: 95px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    background-color: #FF6600;
	transition: all 0.4s ease;
}
.contact-box:hover .contact-icon i{
	background-color: #00265E;
	border: 1px dashed #ffffff;
}
.blog-section{
	margin-left: 30px;
}
.blog-post{
	box-shadow: rgb(0 0 0 /5%) 10px 20px 40px;
}
.blog-post-content{
	padding: 20px 30px 30px 30px;
}
.blog-post .post-thumb img{
	width: 100%;
	height: auto;	
}
.blog-header ul li{
	display: inline-block;
	padding-right: 30px;
}
.blog-header ul li:last-child{
	padding: 0;
}
.blog-header ul li i{
	padding-right: 10px;
	color: #FF6600;
}
.blog-header ul li span{
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
.blog-action ul li {
    display: inline-block;
    padding: 0 5px;
}
.blog-action ul li i{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	color: #FF6600;
	background-color: #FFEADC;
	text-align: center;
	line-height: 30px;
	transition: all 0.4s ease;
	position: relative;
	z-index: 1;
}
.blog-action ul li i:hover{
	color: #00265E;
}
.blog-post-content h4 a{
	font-size: 24px;
	font-weight: 700;
}
.blog-post:hover .blog-post-content h4 a{
	color: #FF6600;
}
.blog-post:hover .btn-view{
	color: #00265E;
}
/* ========== blog sidebar================*/
.blog-sidebar{
    margin-right: 30px;
}
.sidebar-widget{
	background-color: #ffffff;
	margin-bottom: 50px;
	padding: 40px 30px;
	border: 1px dashed  #D2D2D2
}
.widget-tittle{
	padding-bottom: 20px;
}
.blog-search{
	background-color: #EBEBEB;
	padding: 0;
}
.blog-search form{
	width: 100%;
	position: relative;
}
.blog-search form input{
    width: 100%;
	padding: 19px 45px 19px 20px;
    height: 60px;
    border: none;
	border-radius: 0 4px 4px 0;
}
.search-btn{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border: none;
    background: none;
}
.search-btn i{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #ffffff;
    background-color: #FF6600;
	border-radius: 4px;
}
.author-section{
	background-image: url(../images/blog/author-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 28px;
    width: 100%;
    height: 100%;
}
/*  blog category  */
.list-group li {
    padding-bottom: 8px;
    border-bottom: 1px dashed  #D2D2D2;
    padding-top: 15px;
    transition: all 0.3s ease;
}
 .list-group li span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #FFD1B2;
    transition: all 0.4s ease;
 }
 .list-group li a {
    font-size: 16px;
    color: #202020;
}
 .list-group li a:hover{
	color: #FF5E15;
 }
 .list-group li:hover span{
	background-color: #FF5E15;
 }
 /*  recent post */
 .recent-post .thumb img {
    border-radius: 4px;
    transition: all 0.3s ease;
}
.recent-post .thumb:hover img{
	transform: scale(1.1);
}
.recent-post .post-info i{
	color: #FF5E15;
} 
.recent-post .post-info a{
	font-size: 18px;
	font-weight: 800;
	display: inline-block;
	padding-bottom: 10px;
}
.post-info .post-date span {
    font-size: 14px;
    font-weight: 600;
	opacity: 0.9;
}
 /*   blog social   */
 .blog-social ul li a i{
	width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #FF6600;
    text-align: center;
    transition: all 0.4s ease;
 }
 .blog-social ul li a i:hover{
     background-color: #00265E;
 }
/*   blog-tags    */
.blog-tags a {
    padding: 9px 14px 9px 14px;
    background-color: #F2F3F6;
    display: inline-block;
    margin: 0 8px 12px 0;
	font-size: 14px;
    transition: all 0.7s ease;
}
.blog-tags a:hover{
	background-color: #FF5E15;
	color: #ffffff;
}	
/* blog pagination */
.blog-pagination{
	margin-left: 30px;
}
.blog-pagination a{
	width: 40px;
	height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 100%;
	margin-right: 10px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 /10%) 3px 5px 15px;
    color: #FF6600;
    background-color: #FFEADC;
	transition: all 0.3s ease;
}
.blog-pagination a:hover{
	background-color: #FF5E15;
	color: #ffffff;
}
.blog-active {
    background-color: #FF5E15!important;
    color: #ffffff!important;
}
.bordis{
	border-right: 20px solid #eb860961;
    border-top: 20px solid #eb860961;
    border-radius: 20px;
	margin-top: 20%;
}
.pado{
	padding: 0 !important;
}
.modh{
	background-color: #FF8431;
}
.modh h5{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}
.modh .btn-close i{
	color: #fff;
	font-size: 22px;
}
.modh .btn-close {
	color: #fff;
	background: none;
	opacity: 1;
}

.mobile-bottom-nav {

	position: fixed;
  
	bottom: 0;
  
	left: 0;
  
	right: 0;
  
  
  
	z-index: 1000;
  
	will-change: transform;
  
	-webkit-transform: translateZ(0);
  
	transform: translateZ(0);
  
	display: flex;
  
	padding: 5px 0;
  
	box-shadow: 0 -2px 5px -2px #333;
  
	background-color: #fff;
  
  }
  
  
  
  .mobile-bottom-nav__item {
  
	flex-grow: 1;
  
	text-align: center;
  
	font-size: 12px;
  
	display: flex;
  
	flex-direction: column;
  
	justify-content: center;
  
  }
  
  
  
  .mobile-bottom-nav__item-content a {
  
	color:#2E3192  !important;
  
  }
  
  header{
	-webkit-box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 10%);
  }
  
  .mobile-bottom-nav__item-content a i {
  
	font-size: 25px;
  
  display: block;
  
  color:#FF8431;
  
  }
  .btn-warning{
	  background:#FF8431 ;
	  padding: 7px 30px;
	  color: #fff;
  }
  .btn-warning:hover {
	  background:#2E3192;
	  color: #fff;
  }
  
  
  .mobile-bottom-nav__item-content {
  
	display: flex;
  
	flex-direction: column;
  
  }
  
  
  .pndtopo1 a{
	color: #FF5E15;
	font-size: 15px;
	font-weight: bold;
}
.transpb{
	margin-top: -121px !important;
}
.transph{
	position: relative;
    z-index: 9;
}
.ylogo{
	width: 320px !important;
}
.banner-contentt h1{
	font-size: 49px;
}
.banner-contentt h1 span{
	font-size: 49px;
}
.sticky ul li a{
	color: #2E3192;
}
.inpads{
	padding-top: 170px !important;
	padding-bottom: 140px !important;
}