
/* 1. Header */
.custom-container {
    max-width: 1510px;
}
.header-top-wrap{
    background: #1b74e8;
}
.header-top-contact ul,
.header-top-right ul {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.header-top-contact ul li {
    margin-right: 18px;
    padding-right: 18px;
    position: relative;
}
.header-top-contact ul li::before,
.header-top-right ul li::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .12;
}
.header-top-contact ul li:last-child,
.header-top-right ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-top-contact ul li:last-child:before,
.header-top-right ul li:last-child:before {
	display: none;
}
.header-top-contact ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 11px 0;
}
.header-top-contact ul li a i,
.header-top-right ul .header-time i {
	margin-right: 5px;
	font-size: 12px;
}
.header-top-right ul {
	justify-content: flex-end;
}
.header-top-right ul .header-time {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
.header-top-right ul .header-social {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
.header-top-right ul .header-social > a {
	color: #fff;
	font-size: 12px;
	margin-left: 12px;
}
.header-top-right ul li {
	padding: 11px 18px 11px 0;
	position: relative;
	margin-right: 18px;
}
.header-style-three .transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
    box-shadow: none;
}
.main-header {
   /* padding: 14px 0;*/
    position: relative;
    box-shadow: 0px 9px 37.2px 2.8px rgba(128, 123, 173, 0.15);
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    padding: 35px 22px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.navbar-wrap > ul > li.menu-item-has-children > a {
    padding: 35px 35px 35px 22px;
}
.navbar-wrap > ul > li.menu-item-has-children > a::before {
    content: "\f0d7";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #3b3663;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap ul li .submenu li:hover >  a,
.navbar-wrap ul li .submenu li.active >  a,
/*.mobile-menu .navigation li.active > a {
	color: #6f54f3;
}*/
.navbar-wrap > ul > li.menu-item-has-children.active > a::before,
/*.navbar-wrap > ul > li.menu-item-has-children:hover > a::before {
	color: #6f54f3;
}*/
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
   /* background: #6f54f3;*/
    color: #1a5e7a;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
    padding-left: 20px;
}
.header-action > ul::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #5c596f;
    opacity: .24;
}
.header-action > ul li {
	position: relative;
	margin-left: 21px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action > ul > li.header-shop-cart > a {
	padding-right: 10px;
}
.header-action > ul > li > a {
    color: #5c596f;
    font-size: 16px;
    line-height: 1;
}
.header-shop-cart a span {
	position: absolute;
	right: 0px;
	top: -2px;
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #222;
	box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-action .header-btn .btn {
	color: #fff;
	font-size: 14px;
	padding: 12px 27px;
	border-radius: 46px;
}
.navbar-wrap ul li .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 500;
    font-size: 14px;
	color: #5c596f;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu,
.header-style-three .transparent-header.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.main-header.sticky-menu {
    padding: 2px 0;
}
.header-style-two .header-top-wrap {
    position: relative;
    background: #fff;
}
.header-style-two .header-top-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background: #6153fc;
    clip-path: polygon(0px 0px, 100% 0px, 97% 100%, 0% 100%);
}
.header-style-two .header-top-right ul .header-social {
    color: #3b3663;
}
.header-style-two .header-top-right ul .header-social > a {
    color: #3b3663;
}
.header-style-two .main-header {
    box-shadow: 0 20px 37.2px 0 rgb(128 123 173 / 10%);
}
.header-style-two .main-header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30.9%;
    height: 100%;
    background: #6153fc;
    clip-path: polygon(8.8% 0px, 100% 0px, 100% 100%, 0% 100%);
}
.header-style-two .navbar-wrap ul {
    margin-left: auto;
    margin-right: auto;
}
.header-style-two .header-action > ul::before {
    background: #fff;
}
.header-style-two .header-action > ul > li > a {
    color: #fff;
}
.header-style-two .header-action .header-btn .btn {
    color: #6153fc;
    background: #fff;
    box-shadow: none;
}
.header-style-two .header-action .header-btn .btn span {
    display: none;
}



/* 4. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	/*cursor: pointer;*/
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}

.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #312620;
    /*cursor: pointer;*/
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #312620;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #312620;
	background: #efefef;
	/*cursor: pointer;*/
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #312620;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #3b3663;
    display: none;
    margin-top: 13px;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
    background-position: center;
    background-size: cover;
    padding: 148px 0;
}
.breadcrumb-content {
    position: relative;
    padding-left: 26px;
}
.breadcrumb-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    border: 1px solid #ff4b36;
    border-radius: 30px;
}
.breadcrumb-content .title {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
}
.breadcrumb-content .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-content .breadcrumb li {
    text-transform: uppercase;
    color: #ff4b36;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb-content .breadcrumb li a {
    color: #fff;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
    color: #fff;
    content: "|";
}


hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	/*cursor: pointer;*/
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.slick-slide:focus {
	outline: none;
}
/* button style */
.btn {
	background: #e97c39 none repeat scroll 0 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	/*cursor: pointer;*/
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 18px 31px;
	text-align: center;
	text-transform: inherit;
	touch-action: manipulation;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Nunito', sans-serif;
	box-shadow: 0px 9px 16.74px 1.26px rgba(99, 134, 94, 0.21);
	position: relative;
	overflow: hidden;
	z-index: 1;

	border-radius: 29px;
    padding: 12px 27px;
}
.btn i {
	margin-right: 5px;
}
.btn:hover {
	color: #fff;
	box-shadow: none;
}
.btn span {
	background: #1b74e8 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	-o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
	width: 0;
	z-index: -1;
}
.btn:hover > span {
    height: 562.5px;
    width: 562.5px;
}
.breadcrumb > .active {
	color: #888;
}
li {
	list-style: none

}
ul {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}




	/* Service Css Start */


    /*Service Section Css Start*/

    ul.service-tab-list.nav li a {
        text-align: center;
        padding: 0;
        position: relative;
        padding: 30px 20px;
        padding-top: 20px;
        border: 4px solid #5ed0ed;
        border-bottom: none;
    }

    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }

    .nav-item {
        width: 19%;
        margin-left: 11px;
    }

    .service-inner-content {
        padding-top: 40px;
    }

    .service-inner-content p {
        text-align: justify;
        line-height: 1.7;
        color: #000000e0;
        padding: 20px;
    }

    ul.service-tab-list.nav li a.nav-link.active::after {
        background: #01bae9 !important;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }


    ul.service-tab-list.nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background:#01bae9;
    opacity: .26;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)";
}

ul.service-tab-list.nav li a span {
    display: block;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #161c42;
}


    /*Service Section Css End*/



	/*Services Css End*/




	/* Welcome Section Css Start */

	.about-content{
		justify-content: center;
		align-items: center;
		display: grid;

	}


	/*Welcome  Section  Css End*/









  /*Footer Css*/


  #footer {
    /* background: #191919;
    padding: 0 0 30px 0; */
    color: rgb(0, 0, 0);
    font-size: 14px
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #404040
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px)
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background-image: linear-gradient(to right, rgb(1 186 233), rgb(9 84 139));
    color: #fff;
    transition: 0.3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #e6573f
}

#footer .footer-top {
    background: #ffffff;
    /* border-top: 1px solid #01bae9;
    border-bottom: 1px solid #01bae9; */
    padding: 60px 0 0px 0
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: rgb(0, 0, 0)
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}



#footer .footer-top .social-links a:hover {
    background: #1b74e8;
    color: #fff;
    text-decoration: none
}


.Danger{
	color: rgb(235, 13, 13);
}



#footer .footer-top h4 {
    font-size: 23px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    /* text-transform: uppercase; */
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    /* margin-bottom: 30px */
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ec7f6d;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: rgb(0, 0, 0);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
	font-size:19px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #e96b56
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
    line-height: 10px;
    font-size: 17px;
}

#footer .copyright {
    text-align: center;
    padding-top: 123px;
    color: #000;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}




.twitter{
	background-color: #56acee !important;
}

.facebook{
	background-color: #3c5a98 !important;
}

.instagram{
	background-color: #b77707 !important;
}


.linkedin{
	background-color: #3472b7 !important;
}




    /*Footer Social Icons Hover Iffect*/

    .twitter: hover{
        background-color:   #1DA1F2;
    }




    /*Footer Social Icons Hover Iffect*/



    	.popheadings{
    		font-size: 2.5rem;
    		font-weight: bold;
    	}

    	.partnbgdsaj{
    		background-color: #f0f4f5;
    	}

    	.serv-top{
    		margin-top: 110px;
    	}




    	.contactborder{
			height: 70px;
			width: 70px;
			background-color: #02bae9;
			border-radius: 184px;
			color: #fff;
    	}




/**/
.dropup, .dropend, .dropdown, .dropstart {position: relative;}
.navbar-expand-lg .navbar-nav .nav-link {padding-right: 0.5rem;	padding-left: 0.5rem;	margin-right: 16px;}
.navbar-nav .nav-link {	padding-right: 0;padding-left: 0;}
.nav-link {	display: block;	padding: 0.5rem 1rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;}
.dropdown-toggle {white-space: nowrap;}
.navbar-nav {list-style: none;}
.navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute;}
.dropdown-menu {font-size: 1rem;color: #4d5769;	text-align: left;list-style: none;}
.dropdown-menu.show {display: block;}
.dropdown-menu[data-bs-popper] {left: 0;margin-top: 0.125rem;}
.dropdown-item {display: block;	width: 100%;padding: 0.25rem 1rem;clear: both;font-weight: 400;	color: #4F5665;	text-align: inherit;white-space: nowrap;background-color: transparent;	border: 0;}
.dropdown-menu{position: absolute;top: 100%;z-index: 1000;display: none;	min-width: 10rem;padding: 0.5rem 0;	margin: 0;font-size: 1rem;color: #4d5769;text-align: left;list-style: none; background-color: #fff;	background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; -webkit-box-shadow: 0 0.4375rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);	box-shadow: 0 0.4375rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);}
.dropdown-toggle::after {display: inline-block;margin-left: 0.255em;vertical-align: 0.255em;content: "";border-top: 0.3em solid;border-right: 0.3em solid transparent;border-bottom: 0;	border-left: 0.3em solid transparent;}
.navbar-light .navbar-nav .nav-link {color: rgba(0,0,0,.9);}













/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/



		/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.testbglight{
    background: linear-gradient(to bottom, #000428, #004683);
    animation: background-color 20s;
    
}

@keyframes background-color {
    0% {
        background: linear-gradient(to bottom, #000428, #004683);
		linear-gradient(to bottom, #e85d0f, #1b74e8)
    }

    25% {
        background: linear-gradient(135deg, #1a4223, #5ee95e);
    }

    50% {
        background: linear-gradient(to bottom, #421a31, #e95ed2);
    }

    100% {
        background: linear-gradient(-135deg, #fae37d, #881da8, #20668f);
    }

}

/* .container {
    margin-top: 80px;
}

.container .col-lg-4 {
    display: flex;
    justify-content: center;
}

.card {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}

.card .face {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;

}

.card .face.front-face,
.card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.card .face.front-face .name {
    letter-spacing: 2px;
}

.card .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px;
}

.card:hover .face.front-face {
    transform: rotateY(180deg);
}

.card .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}

.card .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem;
}

.card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem;
}

.card:hover .face.back-face {
    transform: rotateY(360deg);
}

@media(max-width: 991.5px) {
    .col-lg-4 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}


 */










  	
/* Testimonials Section End */









/* User Interface css start */

.userrighttext{
	text-align: right !important;
}

/* User Interface Css End */






.border-light{
	border-color: #000000!important;

}


.black-text{
	color:#000;

}


h1{
	font-weight: bold;
}

.headingbtn{
	  background-color: #e97c39;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    width: fit-content;
    position: relative;
    left: 44%;
	box-shadow: 0px 9px 16.74px 1.26px rgb(99 134 94 / 21%);
}














.testimonial_095_slide > h5 > a:hover {
	border: 1px solid #aa914f;
  }
  
  #testimonial_095 {
	overflow: hidden;
	min-height: 375px;
	position: relative;
	/* background: #141414; */
  }
  
  #testimonial_095 > .carousel-inner {
	width: 75%;
	margin: auto;
  }
  
  #testimonial_095 > .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
  }
  
  #testimonial_095 > .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
  }
  
  #testimonial_095 > .carousel-inner > .carousel-item {
	overflow: hidden;
  }
  
  .testimonial_095_indicators > .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
  }
  
  .testimonial_095_indicators > .carousel-indicators li {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: rgb(0, 0, 0);
	-webkit-border-radius: 100%;
	border-radius: 100%;
  }
  
  .testimonial_095_indicators > .carousel-indicators .active {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	background: #1b74e8;
	-webkit-border-radius: 100%;
	border-radius: 100%;
  }
  
  .testimonial_095_indicators > .carousel-indicators::-webkit-scrollbar {
	height: 3px;
  }
  
  .testimonial_095_indicators > .carousel-indicators::-webkit-scrollbar-thumb {
	background: #ffffff;
	-webkit-border-radius: 0;
	border-radius: 0;
  }
  
  .testimonial_095_control_button .carousel-control-next, .testimonial_095_control_button .carousel-control-prev {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: 0 0;
	border: 2px solid rgb(255, 255, 255);
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .6s cubic-bezier(.3,1,0,1);
	transition: all .6s cubic-bezier(.3,1,0,1);
  }

  .carousel-control-next, .carousel-control-prev{
	  color: #000;
  }
  
  .testimonial_095_control_button .carousel-control-prev {
	left: 7%;
	right: auto;
  }
  
  .testimonial_095_control_button .carousel-control-next {
	right: 7%;
	left: auto;
  }
  
  .testimonial_095_control_button .carousel-control-next:hover, .testimonial_095_control_button .carousel-control-prev:hover {
	color: #ffffff;
	background: #1b74e8;
	border: 2px solid #ffffff;
  }
  
  .testimonial_095_header > h5, .testimonial_095_slide > h5 > a, .testimonial_095_slide > p {
	text-shadow: none;
	font-family: Raleway,sans-serif;
	-webkit-font-smoothing: antialiased;
  }
  
  .testimonial_095_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
  }
  
  .testimonial_095_header > h5 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	/* text-transform: uppercase; */
  }
  
  .testimonial_095_header > h5 > span {
	color: #1ed600;
	margin: 0 10px;
	position: relative;
  }
  
  .testimonial_095_header > h5 > span:after {
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	height: 1px;
	content: "";
	width: 100%;
	margin: auto;
	position: absolute;
	background: #1ed600;
  }
  
  .testimonial_095_slide, .testimonial_095_slide > a {
	right: 0;
	margin: auto;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
  }
  
  .testimonial_095_slide {
	bottom: 0;
	width: 70%;
	padding: 20px;
  }
  
  .testimonial_095_slide > a {
	width: 95px;
	height: 95px;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	border: 3px solid #f2f2f2;
	-webkit-border-radius: 100%;
	border-radius: 100%;
  }
  
  .testimonial_095_slide > a:after {
	top: 0;
	left: 0;
	padding: 0;
	opacity: 0;
	width: 100%;
	content: '';
	height: 100%;
	position: absolute;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.1);
	box-shadow: 0 0 0 2px rgba(255,255,255,.1);
  }
  
  .testimonial_095_slide > a:hover:after {
	-webkit-animation: psBoxShadowEffect_2 2s ease-out;
	animation: psBoxShadowEffect_2 2s ease-out;
  }
  
  .testimonial_095_slide > p {
	color: #000;
	font-size: 14px;
	margin: 40px 0 20px;
  }
  
  .testimonial_095_slide > p > a {
	color: #000;
	padding: 2px 5px;
	text-decoration: none;
	-webkit-transition: all .3s cubic-bezier(.39,.575,.565,1);
	transition: all .3s cubic-bezier(.39,.575,.565,1);
  }
  
  .testimonial_095_slide > p > a:hover {
	color: #fff;
	background: #aa914f;
  }
  
  .testimonial_095_slide > h5 > a {
	padding: 3px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-transition: border .5s cubic-bezier(.39,.575,.565,1);
	transition: border .5s cubic-bezier(.39,.575,.565,1);
  }
  
  .testimonial_095_slide > h5 > a:hover {
	border: 1px solid #aa914f;
  }
  
  @media only screen and (max-width:480px) {
	.testimonial_095_control_button .carousel-control-next, .testimonial_095_control_button .carousel-control-prev {
	  display: none;
	}
  }
  
  @media only screen and (max-width:480px) {
	.testimonial_095_header {
	  width: 95%;
	}
  }
  
  @media only screen and (max-width:480px) {
	.testimonial_095_header > h5 {
	  font-size: 20px;
	}
  }
  
  @media only screen and (max-width:480px) {
	.testimonial_095_slide {
	  width: 98%;
	  padding: 5px;
	}
  }
  
  @media (min-width:481px) and (max-width:767px) {
	.testimonial_095_control_button .carousel-control-prev {
	  left: 2%;
	}
  }
  
  @media (min-width:481px) and (max-width:767px) {
	.testimonial_095_control_button .carousel-control-next {
	  right: 2%;
	}
  }
  
  @media (min-width:481px) and (max-width:767px) {
	.testimonial_095_header {
	  width: 95%;
	}
  }
  
  @media (min-width:481px) and (max-width:767px) {
	.testimonial_095_slide {
	  width: 98%;
	  padding: 5px;
	}
  }
  
  @media (min-width:768px) and (max-width:991px) {
	.testimonial_095_control_button .carousel-control-prev {
	  left: 5%;
	}
  }
  
  @media (min-width:768px) and (max-width:991px) {
	.testimonial_095_control_button .carousel-control-next {
	  right: 5%;
	}
  }
  
  @keyframes psBoxShadowEffect_2 {
  }
  
  .ps_ease .carousel-item {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
  }
  
  .ps_easeInOut .carousel-item {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
  }
  
  .ps_speedy .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(0,1,0,1);
	transition-timing-function: cubic-bezier(0,1,0,1);
  }
  
  .ps_slowSpeedy .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.3,1,0,1);
	transition-timing-function: cubic-bezier(.3,1,0,1);
  }
  
  .ps_easeOutInCubic .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
	transition-timing-function: cubic-bezier(.22,.81,.01,.99);
  }
  
  .ps_swing .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
	transition-timing-function: cubic-bezier(.02,.01,.47,1);
  }
  
  .ps_easeOutCubic .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  
  .ps_easeInOutCubic .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
	transition-timing-function: cubic-bezier(.645,.045,.355,1);
  }
  
  .ps_easeOutCirc .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
	transition-timing-function: cubic-bezier(.075,.82,.165,1);
  }
  
  .ps_easeOutExpo .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1);
  }
  
  .ps_easeInQuad .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
	transition-timing-function: cubic-bezier(.55,.085,.68,.53);
  }
  
  .ps_easeOutQuad .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
	transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  }
  
  .ps_easeInOutQuad .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
	transition-timing-function: cubic-bezier(.455,.03,.515,.955);
  }
  
  .ps_easeOutQuart .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
	transition-timing-function: cubic-bezier(.165,.84,.44,1);
  }
  
  .ps_easeInOutQuart .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
	transition-timing-function: cubic-bezier(.77,0,.175,1);
  }
  
  .ps_easeOutQuint .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
	transition-timing-function: cubic-bezier(.23,1,.32,1);
  }
  
  .ps_easeInSine .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
	transition-timing-function: cubic-bezier(.47,0,.745,.715);
  }
  
  .ps_easeOutSine .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
	transition-timing-function: cubic-bezier(.39,.575,.565,1);
  }
  
  .ps_easeInOutSine .carousel-item {
	-webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
  }






























.fguiasdtfudf{
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
	background-color: rgb(238, 236, 236);
    height: 163px;
	border-radius: 14px 14px 4px 4px;
}

.fguiasdtfudf12kk{
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
	background-color: rgb(238, 236, 236);
    height: 163px;
	border-radius: 4px 4px 14px 14px;

}


.fguiasdtfudf12kk:hover{
	box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    transform: scale(1.05,1.05);
}


.fguiasdtfudf:hover{
	box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    transform: scale(1.05,1.05);
}


.servitextshs{

	/* font-weight: 800; */
	color: #000000;

}

.servitextshs12{
	background-color: #fff;
	color: #000;


}

.fguiasdtfudf121{
	color: #fff;
    background-color: #fff;
    height: 269px;
    width: 227px;
    height: 226px;
    border-radius: 20px;
}


.bgbackgrjclr{
	background-color: #fff;
	border-radius: 10px;
}


.contact-us-2 {
    padding: 10px 45px;
    color: #fff;
    /* border: 1px solid #293897; */
    font-size: 18px;
    font-weight: 600;
    /* width: 110px; */
    /* background: #293897; */
    /* border-radius: 50px; */
}


.newwidthsetdd{

	width: 252px;
	display: block;

}

.font42 {
    font-size: 42px;
}

.fontwgh600 {
    font-weight: 600;
}

.applink_form .form-control {
    height: 56px;
    margin-right: -158px;
    padding-right: 160px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-left: 20px;
	border-radius: 46px;
}

.applink_form .btn {
    /* background: #303289; */
    width: 158px;
	border-radius: 29px;
    padding: 12px 27px;
}

.font18 {
    font-size: 18px;
}

.read-more{
	color: #000 !important;
}


.single-blog-inner .details {
    padding: 25px 30px;
}

.single-blog-inner {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 7px;
    transition: .4s;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

.dropdownitem21{
	padding: 10px !important;
	/* width: 100vh; */

}

.fa-circle {
    font-size: 6px !important;
}


h1{
	/* font-weight: 700; */
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	max-width: 220px;
}