* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}

html,
body {
	height: 100%;
	font-size: 16px;
	color: #000;
	font-family: rubik, sans-serif;
	vertical-align: baseline;
	line-height: 26px;
	background: #fff;
	font-weight: 400
}

a:focus {
	outline: 0 solid
}

/* p {
    TEXT-ALIGN: center;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-weight: 600;
	font-family: poppins, sans-serif;
	color: #4169e1
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}



a:active,
a:hover {
	outline: 0;
	color: #AFAFAF;
	text-decoration: none
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

::-moz-selection {
	background: #AFAFAF;
	text-shadow: none;
	color: #fff
}

::selection {
    background: #4169e187;
    text-shadow: none;
    color: #fff;
}

textarea:focus,
input:focus {
	outline: none
}

.slider-overlay {
	background-color: rgba(0, 0, 0, .55);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1
}

.images-overlay {
	background-color: rgba(18, 188, 0, .96);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.sec-bg-gray {
	background: #f8fafc
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-120 {
	padding-bottom: 120px
}

.pt-50 {
	padding-top: 50px
}

.pb-80 {
	padding-bottom: 4.17vw;
}

.pb-70 {
	padding-bottom: 70px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-50 {
	padding-bottom: 50px
}

.bg-gray {
	background: #ececec
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999999;
	right: 0;
	bottom: 0
}

#preloader-status {
	height: 210px;
	width: 210px;
	background: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	position: absolute;
	left: 50%;
	top: 50%
}

#scrollUp {
	bottom: 5px;
	color: #4169e11a;
	font-size: 65px;
	right: 20px;
	text-decoration: none
}

#scrollUp i {
	display: block;
	font-weight: 700;
	padding-top: 6px
}

.hd-lft li {
	color: #FFFFFF;
	font-weight:500;
	font-size: 0.94vw;
	display: inline-block;
	padding-right: 20px;
	position: relative
}

.hd-lft li::before {
	content: "";
	height: 15px;
	width: 1px;
	position: absolute;
	right: 7px;
	background: #ddd;
	top: 5px
}

.hd-lft li:last-child:before {
	display: none
}

.hd-lft li:last-child {
	padding-right: 0
}

.hd-lft li i {
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 1.04vw;
}

.hd-rgt {
	float: right
}

.hd-rgt li {
	display: inline-block;
	position: relative
}

.hd-rgt li a {
	color: #4169e11a;
	font-size: 1.04vw;
	padding-left: 8px;
	position: relative;
	text-transform: capitalize;
	transition: all .36s ease-out 0s
}

.hd-rgt li a:hover {
	color: #4169e11a
}

.sticky-wrapper {
	position: absolute;
	width: 100%;
	z-index: 9999
}

.logo {
	padding-top: 8px;
	transition: all .36s ease-out 0s;
	position: relative;
	z-index: 2
}

.sticky-logo {
	display: none
}

.mnmenu-sec.sticky_menu .logo {
	display: none
}

.mnmenu-sec.sticky_menu .sticky-logo {
	display: block
}

.main-menu>ul {
	float: right;
	list-style: none outside none;
	margin: 0;
	padding-right: 40px;
	position: relative
}

.main-menu ul li {
	display: inline-block;
	padding: 0;
	position: relative
}

.main-menu ul li.active {
	position: relative
}

.main-menu>ul>li>a {
	display: block;
	font-size: 15.3px;
	font-weight: 600;
	padding: 34px 25px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .4s ease 0s;
	position: relative;
	color: #4169e1;
	font-family: poppins, sans-serif
}

.main-menu ul li ul:hover .main-menu ul li>a {
	background: #ddd
}

.main-menu ul li a:hover {
	transition: all .4s 0s ease;
	color: #4169e11a
}

.main-menu ul ul {
	background: #fafafa none repeat scroll 0 0;
	left: 20px;
	opacity: 0;
	position: absolute;
	text-align: left;
	transform-origin: 0 0 0;
	transition: all .3s ease 0s;
	visibility: hidden;
	z-index: 99999;
	top: 115px;
	padding: 2px 0px
}

.main-menu ul ul li {
	float: none;
	width: 237px;
	border-bottom: 1px solid #ddd
}

.main-menu ul ul li a {
	padding: 6px 19px;
	color: #4169e1;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	width: 100%;
	font-family: poppins, sans-serif
}

.main-menu ul ul li a:hover {
	background: #fff
}

.main-menu ul ul ul {
	top: 0;
	left: 100%
}

.main-menu ul li:hover ul {
	visibility: visible;
	transition: all .4s ease 0s;
	opacity: 1;
	top: 94px
}

.main-menu ul li a i {
	margin-left: 4px;
	color: #fff;
	font-weight: 700
}

.search-bar-icon {
	display: inline-block;
	padding: 34px 10px;
	position: absolute;
	right: 0;
	top: 0
}

.site-search span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	transition: all .4s ease 0s;
	background: #4169e11a
}

.site-search.open span i.fa-search::before {
	content: "\f00d"!important
}

.site-search i {
	color: #000
}

.search-forum>form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #4169e11a
}

.search-forum input[type=text] {
	padding: 10px;
	border: 1px solid #ddd;
	width: 190px
}

.search-forum input[type=submit] {
	padding: 10px;
	background: #000;
	color: #fff
}

.search-forum {
	left: -240px;
	position: absolute;
	top: 103px;
	transition: all .4s ease 0s;
	z-index: 2
}

.search-forum.dropdown-menu {
	padding: 0;
	border: 0;
	margin-top: -8px
}

.animation {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes slideUpIn {
	0% {
		-webkit-transform: translateY(40px)
	}
	100% {
		-webkit-transform: translateY(0)
	}
	0% {
		-webkit-transform: translateY(40px)
	}
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px)
	}
	100% {
		transform: translateY(0)
	}
	0% {
		transform: translateY(40px)
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn
}

.hd-sec.sticky_menu {
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.index1 .main-menu>ul>li>a {
	color: #fff
}

.slider.index1 .slider-text {
	top: 55%
}

.hd-style1 .mnmenu-sec {
	border-top: 1px solid #ececec
}

.hd-style1 {
	position: absolute;
	z-index: 99;
	width: 100%;
	background-color: rgba(255, 255, 255, .2)
}

.hd-style1 .main-menu>ul>li>a {
	color: #ffff
}

.hd-style1 .hd-rgt {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 7px 0
}

.hd-style1 .hd-lft {
	padding: 7px 0
}

.hd-style1 .hd-rgt {
	text-align: right
}

.hd-style1 .hd-rgt li a {
	display: inline-block;
	color: #FFFFFF;
	text-transform: capitalize;
	font-weight: 600
}

.hd-style1 .hd-rgt ul {
	display: inline-block
}

.hd-rgt li a:hover {
	color: #4169e11a
}

.follow-title {
	display: inline-block;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 0.94vw;
}

.hd-style1 .main-menu ul ul li:after {
	display: none
}

.hd-style1 .site-search i {
	color: #fff;
	line-height: 30px
}

.mnmenu-sec.sticky_menu {
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 998;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.mnmenu-sec.sticky_menu .main-menu ul li a {
	color: #4169e1
}

.hd-style1 .main-menu ul li a i {
	color: #fff
}

.home-v2 .hd-style1 .main-menu ul li a i {
	color: #4169e1
}

.slider.index2 .slider-text {
	top: 50%
}

.why-choose-icon {
	margin-bottom: 30px
}

.why-choose-us-before .why-choose-item {
	margin-bottom: 60px
}

.why-choose-us-before {
	padding-top: 60px
}

.why-choose-us-before .sec-title {
	margin: 0;
	text-align: left;
	margin-bottom: 40px
}

.why-choose.why-choos-bg {
	background: #4169e11a none repeat scroll 0 0;
	background-image: url(../img/why-choose-bg.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.why-choose-us-before {
	position: relative;
	z-index: 2
}

.why-choose-us-before::before {
	background-color: #ddd;
	content: "";
	height: 120%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: -1
}

/* .slider {
	position: relative;
	height: 51.88vw;
} */

.all-slide .owl-item {
	height: 730px
}

.all-slide .single-slide {
	background-position: center center;
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat
}

.slider-text {
	left: 0;
	position: relative;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: 2;
	width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center
}

.slider-wraper {
	width: 56%;
	overflow: hidden;
	position: relative;
	z-index: 999;
	text-align: left;
	margin: 0 auto
}

.slider-text h1 {
	color: #fff;
	font-size: 42px;
	text-transform: capitalize;
	transition: all .2s ease 0s;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	z-index: 2
}

.slider-text h1 span {
	color: #4169e11a
}

.slider-text p {
	color: #fff;
	font-size: 18px
}

.slider-text li {
	display: inline-block;
	margin-right: 10px
}

.slider-text li a {
	color: #fff;
	display: inline-block;
	margin-top: 8px;
	padding: 12px 36px;
	text-transform: capitalize;
	border: 1px solid #4169e11a;
	font-weight: 700
}

.slider-text li:last-child a {
	background: #4169e11a none repeat scroll 0 0;
	color: #fff
}

.slider-text li:last-child a:hover {
	background: #fff none repeat scroll 0 0;
	transition: all .4s ease 0s;
	color: #222
}

.all-slide .owl-controls .owl-nav {
	position: absolute;
	width: 100%;
	z-index: 99;
	right: 0;
	left: 0;
	text-align: center;
	top: 50%
}

.all-slide .owl-controls .owl-buttons div {
	background: 0 0;
	opacity: 1
}

.all-slide .owl-controls .owl-prev,
.all-slide .owl-controls .owl-next {
	height: 50px;
	line-height: 55px;
	text-align: center;
	transition: all .5s ease-out 0s;
	width: 50px
}

.all-slide .owl-controls .owl-prev {
	left: 100px;
	position: absolute
}

.all-slide .owl-controls .owl-next {
	right: 100px;
	position: absolute
}

.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i {
	color: #fff;
	font-size: 56px
}

.all-slide .owl-controls .owl-next i:hover {
	transition: all .5s ease-out 0s;
	color: #4169e11a;
	border-color: #4169e11a
}

.all-slide .owl-controls .owl-prev i:hover {
	transition: all .5s ease-out 0s;
	color: #4169e11a;
	border-color: #4169e11a
}

.slider.index2 .slider-text h1::before {
	position: absolute;
	content: "";
	width: 75%;
	height: 120%;
	top: -15px;
	left: 6%;
	background: #4169e11a;
	z-index: -1;
	transform: skewX(52deg)
}

.slider.index2 .slider-text h1 span {
	color: #fff
}

.sec-title {
	margin: 0 0 60px;
	text-align: left
}

.sec-title h1 {
	font-size: 38px;
	font-weight: 800
}

.sec-title h1 span {
	position: relative;
	color: #4169e11a
}

.border-shape {
	background: #4169e11a none repeat scroll 0 0;
	display: block;
	height: 1px;
	left: 0;
	position: relative;
	top: 0;
	width: 80px
}

.border-shape::after {
	background: #ddd none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 80px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 150px
}

.sec-title p {
	margin-bottom: 0;
	margin-top: 20px
}

.about {
	padding-bottom: 30px;
	padding-top: 50px
}

.about h3 {
	text-transform: uppercase
}

.about-us-thumb {
	position: relative
}

.about-us-thumb::before {
	background-image: url(../img/dotted.jpg);
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .2;
	right: 0;
	background-size: contain;
	background-position: center center
}

.about-img-circle {
	width: 350px;
	height: 350px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative
}

.vedio-button {
	position: absolute;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 0 0 rgba(245, 91, 20, .7);
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	line-height: 87px;
	text-align: center;
	z-index: 2;
	bottom: 50px;
	right: 50px
}

.vedio-button::before {
	position: absolute;
	content: "";
	border: 2px solid #4169e11a;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	border-radius: 100%
}

.vedio-button::after {
	position: absolute;
	content: "";
	width: 88%;
	height: 90%;
	top: 4px;
	background: #921110;
	z-index: -1;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	border-radius: 100%
}

.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 3;
	position: relative
}

.vedio-button a i {
	color: #fff;
	font-size: 26px
}

.vedio-button:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px transparent
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px transparent
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px transparent
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px transparent
	}
}

.video-play-button {
	position: absolute;
	bottom: 0;
	padding: 0 30px
}

.video-play-button a {
	display: inline-block;
	padding: 10px 30px;
	background: #f55b14;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px
}

.video-play-button a i {
	margin-right: 10px
}

.about-tab {
	margin-bottom: 40px
}

.about-tab li {
	display: inline-block;
	margin-right: 10px;
	transition: all .4s ease 0s
}

.about-tab li a:hover {
	background: #4169e11a none repeat scroll 0 0;
	transition: all .4s ease 0s;
	color: #fff;
	border-color: #4169e11a
}

.about-tab li.active a {
	border-color: #4169e11a;
	color: #071c2e;
	background: #4169e11a
}

.about-tab li.active a:hover {
	color: #fff
}

.about-tab li a {
	font-weight: 400;
	display: inline-block;
	text-align: center;
	color: #999;
	text-transform: capitalize;
	border: 1px solid #f0f0f0;
	font-size: 18px;
	padding: 10px 30px
}

.about-desc a {
	background: #4169e11a;
	padding: 9px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative
}

.about-desc a {
	margin-top: 20px
}

.service-title-sec {
	background-color: #ddd;
	background-image: url(../img/service_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	overflow: hidden
}

.service-title-sec {
	position: relative
}

.service-title-sec .sec-title {
	margin: 0 0 60px;
	text-align: left
}

.service-title-sec .sec-title h1 {
	color: #fff
}

.service-sec {
	margin-top: -224px
}

.service-sec-overlay {
	background-color: rgba(15, 25, 52, .97);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.service-inner-thumb {
	position: relative;
	overflow: hidden
}

.service-inner-thumb img {
	transition: all .8s ease 0s;
	transform: scale(1)
}

.service-inner:hover .service-inner-thumb img {
	transition: all .8s ease 0s;
	transform: scale(1.5)
}

.service-inner-thumb h2 {
	position: relative;
    bottom: 0;
    padding: 10px 26px;
    margin-bottom: 0;
    font-size: 18px;
    z-index: 2;
    left: 90px;
    width: 50%;
    height: 40px;
}

.service-inner:hover .service-inner-thumb h2::before {
	background: #00142c
}

.service-inner-thumb h2::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #4169e11a;
    left: 0px;
    bottom: 0px;
    border-radius: 30px;
    z-index: -1;
}

.service-inner-thumb h2 a {
	color: #fff
}

.service-details p {
	margin-bottom: 0;
	margin-top: 15px
}

.service-details-img {
	margin-bottom: 30px;
	position: relative
}

.service-thumb {
	margin-bottom: 30px
}

.service-details h2 a {
	margin-top: 10px;
	display: inline-block;
	font-weight: 600;
	color: #000;
	transition: 0.5s;
}

.service-btn {
	color: #AFAFAF;
	margin-top: 10px;
	display: inline-block;
	font-weight: 600
}

.service-icon {
	text-align: center;
	font-size: 64px;
	color: #4169e11a
}

.service-inner:hover .service-icon {
	color: #fff
}

.service-inner:hover .service-details a {
	color: #fff
}

.service-inner::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all .4s ease 0s;
	top: 0;
	opacity: 0;
	z-index: 99
}

.service-inner:hover.service-inner::before {
	height: 0;
	transition: all .4s ease 0s;
	opacity: 1
}

/*.service-inner {*/
/*	margin-bottom: 30px;*/
/*	display: inline-block;*/
/*	position: relative;*/
/*	z-index: 3;*/
/*	background: #fff;*/
/*	overflow: hidden*/
/*}*/

.service-inner:hover .service-inner-thumb h2 {
	transition: all .4s ease 0s
}

.service-inner:hover .service-details h2 a {
	color: #fff
}

.service-inner:hover .service-details p {
	color: #fff
}

.service-inner .media {
	padding: 30px 20px;
	margin-top: 0;
	border-top: 0;
	z-index: 2
}

.service-inner:hover.service-inner .media::before {
	transition: all .4s ease 0s;
	width: 100%;
	height: 100%;
	-webkit-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	-moz-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	-ms-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	-o-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	transition: .45s cubic-bezier(.58, 1.45, .255, .35)
}

.service-inner .media::before {
	content: "";
	position: absolute;
	background: #4169e11a;
	height: 0%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	-moz-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	-ms-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	-o-transition: .45s cubic-bezier(.58, 1.45, .255, .35);
	transition: .45s cubic-bezier(.58, 1.45, .255, .35)
}

.service-details h2 {
	margin-top: 10px
}

.service-details h2 a {
	display: inline-block;
	width: 100%;
	font-size: 1.35vw;
}

.service-item {
	position: relative;
	display: inline-block;
	z-index: 2
}

.all-service .owl-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 99
}

.all-service.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	height: 3px;
	margin: 0 5px;
	position: relative;
	width: 20px;
	background: #fff
}

.all-service.owl-theme .owl-dots .owl-dot.active {
	background: #4169e11a
}

.service-border-shape {
	background: #4169e11a none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	top: 0;
	width: 50px
}

.service-border-shape::after {
	background: #ddd none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 45px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 70px
}

.service-inner:hover .service-border-shape {
	background: #0f1934
}

.all-service.owl-carousel .service-inner {
	margin-bottom: 50px
}

.project-details-info h2 {
	font-size: 30px;
	font-weight: 600;
	padding: 24px 26px;
	background: #000;
	color: #fff
}

.project-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 6px 0
}

.project-details-info ul li span {
	float: right;
	color: #ddd
}

.project-details-info {
	position: absolute;
	width: 350px;
	bottom: 0;
	right: 71px;
    margin-bottom: 28px;
	background: #4169e11a
}

.project-details-img img {
	width: 100%
}

.project-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 12px 26px;
	border-bottom: 1px solid #fc6508;
	font-weight: 500;
	color: #fff
}

.project-details-info ul li span {
	float: right;
	font-style: italic
}

.inner.service-v2 .service-icon {
	padding: 10px;
	margin-bottom: 25px
}

.inner.service-v2 {
	margin-bottom: 30px
}

.inner.service-v2 p {
	margin-bottom: 0
}

.simple-btn {
	background: #4169e11a;
	padding: 6px 26px;
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	margin-top: 15px
}

.simple-btn:hover {
	background: #000;
	color: #fff
}

.inner.service-v2:hover .simple-btn {
	background: #000;
	color: #fff
}

.service-v3-sec {
	position: relative;
	overflow: hidden;
	background-image: url(../img/service-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.service-v3-overlay {
	background-color: rgba(24, 42, 76, .98);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0
}

.service-v3-sec .sec-title {
	margin: 0 0 60px;
	text-align: left;
	color: #fff
}

.service-v3-sec .sec-title h1 {
	color: #fff
}

.service-v3-sec .service-details h2 a {
	color: #4169e11a
}

.service-v3-sec .service-inner:hover .service-details h2 a {
	color: #4169e1
}

.service-v3-sec .service-inner {
	background: 0 0
}

.service-v3-sec .service-inner .media {
	border: 1px solid #3a5069;
	padding: 20px 30px
}

.service-v3-sec .service-details p {
	color: #fff
}

.gallery-sec .sec-title {
	margin: 0 0 60px;
	text-align: left;
	color: #fff
}

.gallery-sec .sec-title {
	text-align: center
}

.simplefilter {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%
}

.shorttitle {
	display: none
}

.simplefilter li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0 5px;
	position: relative
}

.simplefilter li::before {
	position: absolute;
	content: "/";
	right: -10px
}

.simplefilter li:last-child:before {
	display: none
}

.simplefilter li.active {
	color: #4169e11a;
	position: relative
}

.gallery-item {
	position: relative;
	overflow: hidden
}

.gallery-sec .filtr-item {
	padding: 0 5px
}

.gallery-item:hover .gallery-button h2 a {
	top: 0;
	transition: all .4s ease 0s
}

.gallery-button h2 a {
	color: #071c2e;
	text-transform: capitalize;
	font-size: 20px;
	top: -100px;
	position: relative;
	transition: all .4s ease 0s
}

.gallery-button a i {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	line-height: 60px
}

.gallery-sec .gallery-item {
	margin-bottom: 10px
}

.gallery-item:hover .gallery-button a i {
	bottom: 0;
	transition: all .4s ease 0s
}

.gallery-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #921110;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease 0s
}

.gallery-item:hover .gallery-overlay {
	visibility: visible;
	opacity: 1;
	transition: all .4s ease 0s
}

.gallery-overlay-text {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	text-align: center
}

.gallery-load-more-btn {
	text-align: center;
	margin-top: 40px
}

.gallery-load-more-btn a {
	background: #4169e11a;
	padding: 12px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative
}

.call-to-action-sec {
	background-image: url(../img/pg_hd.jpg);
	width: 100%;
	padding: 100px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.call-to-action-overlay {
	background-color: #921110;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.call-to-action-text {
	text-align: left
}

.call-to-action-text {
	color: #fff
}

.call-to-action-text p {
	margin-bottom: 0
}

.call-to-action-text h2 {
	text-transform: capitalize!important;
	font-size: 30px;
	font-weight: 700;
	color: #fff
}

.call-to-action-text a.btn {
	background: #fff none repeat scroll 0 0;
	font-weight: 700;
	padding: 14px 36px;
	text-transform: capitalize;
	margin-top: 10px;
	position: relative;
	float: right;
	border-radius: 0
}

.call-to-action-text a.btn:hover {
	background: #02172f;
	transition: all .4s ease-in-out 0s;
	color: #fff
}

.blog-sec .sec-title {
	margin: 0 0 60px;
	text-align: left
}

.post-date {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: -10px;
	left: 30px;
	background: #921110
}

.post-date-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.post-date span {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600
}

.single-post {
	margin-bottom: 30px;
	min-height:  450px;

}

.single-post-thumb {
	position: relative
}

.single-post-thumb img {
	width: 100%;
	max-width: 50%;
}

.blog-text {
	padding: 40px 0px;
	border-bottom: 6px solid #fff;
	transition: all .5s ease-out
}

.single-post:hover .blog-text {
	border-color: #4169e1;
	transition: all .5s ease-out
}

.blog-text p {
	margin-bottom: 0
}

.post-info {
	margin-bottom: 20px
}

.post-info h2 {
	margin-bottom: 5px
}

.post-info h2 a {
	text-transform: capitalize;
	font-size: 22px;
	color: #000
}

.post-meta ul li {
	display: inline-block;
	margin-right: 10px
}

.post-meta ul li:last-child {
	margin-right: 0
}

.post-meta li a {
	color: #777;
	text-transform: capitalize
}

.single-post:hover .post-info h2 a {
	color: #4169e1;
}

a.blog-readmore {
	position: relative;
	display: inline-block;
	margin-top: 13px;
	font-weight: 600;
	color: #4169e1;
}

.single-post:hover a.blog-readmore {
	color: #4169e1;
}

.single-post:hover a.blog-readmore::before {
	color: #4169e1;
}

a.blog-readmore::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 2px;
	position: relative;
	color: #4169e1;
	padding-left: 10px;
	transition: all .4s ease 0s
}

.post-share {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #d6d7d9;
	border-bottom: 1px solid #d6d7d9;
	padding: 10px 0
}

/* archit css  14/10/2022 2:00 pm*/

.comment-form-sec {
    display: flex;
	margin: 60px 0px;
}

.commentar-sec.col-md-6 {
    max-height: 450px;
    line-height: 1rem;
    overflow: auto;
    padding: 30px;
    background: #4169e11a;
}

textarea.blog-form-msg {
    height: 224px;
}



/* end */

.tag-title,
.social-title {
	display: inline-block;
	color: #323232;
	font-size: 18px;
	text-transform: capitalize;
	margin-right: 10px;
	font-weight: 600
}

.share-link {
	float: right
}

.post-tag,
.post-tag ul,
.share-link,
.share-link ul,
.share-link li {
	display: inline-block
}

.post-tag li {
	display: inline-block
}

.share-link li a {
	color: #898989;
	margin-left: 10px
}

.post-tag li a {
	color: #898989;
	text-transform: capitalize
}

.single-post-thumb.blog-details {
	margin-bottom: 30px
}

.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 100%;
	height: 100px
}

.comment-author {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #323232
}

.comment-author-designation {
	font-size: 14px;
	color: #858484
}

.comment-time {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}

.commentar-sec .media.mt-3 {
	margin-top: 40px
}

.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 700;
	color: #323232
}

.commentar-sec h2 {
	margin-top: 50px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 20px
}

.replay-button {
	display: inline-block;
	text-align: right
}

.replay-button a {
	color: #323232;
	font-weight: 600;
	text-transform: capitalize
}

.replay-button a:hover {
	color: #f1c40f
}

.commentar-sec .media-body p a {
	color: #7e7e7f;
	font-weight: 600;
	font-size: 15px
}

.commentar-sec.author ul li {
	display: inline-block;
	margin-right: 20px
}

.commentar-sec.author {
	position: relative
}

.commentar-sec.author ul li a i {
	color: #cbc8c8
}

.commentar-sec.author ul li a i:hover {
	transition: all .4s ease 0s;
	color: #29ace4
}

.commentar-sec.author .media-body {
	padding-left: 100px
}

.commentar-sec.author .media {
	background: #fafafa none repeat scroll 0 0;
	padding: 30px 0;
	margin-left: 20px
}

.author-thumb {
	float: left;
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 70px;
	width: 100px
}

.author-thumb img {
	height: 100%;
	width: 100%
}

.pagination.custom-pagination {
	width: 100%;
	margin: 0
}

.pagination.custom-pagination li {
	display: inline-block
}

.pagination.custom-pagination li.active a {
	background: #921110 none repeat scroll 0 0;
	color: #fff;
	border: 0
}

.pagination.custom-pagination li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	height: 36px;
	line-height: 22px;
	margin: 0;
	width: 36px;
	border: none;
	text-align: center;
	border: 1px solid #4169e1;
	background: #4169e1
}

.sidebar h1 {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	color: #4169e1;
	position: relative;
	padding-bottom: 10px;
	font-weight: 700
}

.widget-archive,
.search-field,
.widget-tag,
.brochures,
.widget-two {
	padding: 40px;
	background: #fafafa;
	margin-bottom: 40px
}

.sidebar h1::before {
	background: #ddd none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 60px;
	left: 0
}

.search-field form {
	display: inline-block;
	width: 100%;
	position: relative
}

.search-field input[type=text] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	padding: 10px 35px 10px 15px;
	width: 100%
}

.search-field button {
	color: #fff;
	padding: 11px 20px;
	position: absolute;
	right: 0;
	background: #921110;
	top: 0
}

.blog-sec .inner:nth-child(2n+1) {
	clear: both
}

.abt_dec>p {
	margin-top: 20px
}

.sidebar ul li a {
	font-weight: 500;
	text-transform: capitalize;
	transition: all .4s ease-in-out 0s
}

.sidebar ul li a:hover {
	transition: all .4s ease-in-out 0s;
	color: #921110
}

.widget-archive li {
	position: relative
}

.widget-archive li:last-child {
	border-bottom: none
}

.service-details-left {
	margin-bottom: 20px
}

.widget-cat li:last-child {
	border-bottom: none
}

.widget-cat li {
	position: relative
}

.widget-tag li {
	display: inline-block
}

.widget-cat li {
	padding: 10px 0;
	border-bottom: 1px solid #ececec
}

.widget-tag li a:hover {
	transition: all .4s ease-in-out 0s;
	color: #921110!important
}

.relative-post h3 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 700;
	color: #777;
	text-transform: capitalize
}

.single_r_dec li {
	display: inline-block;
	margin-right: 10px
}

.single_r_dec li a {
	font-weight: 600;
	text-transform: capitalize
}

.single_r_dec li a i {
	color: #921110;
	margin-right: 5px
}

.relative-post {
	display: inline-block;
	padding: 12px 0;
	width: 100%
}

.relative-post-thumb {
	float: left;
	margin-right: 15px
}

.single_r_dec a {
	color: #4169e1;
	line-height: 25px
}

.single_r_dec a:hover {
	transition: all .4s ease-in-out 0s;
	color: #921110
}

.all_r_pst .media {
	margin-top: 0
}

.widget-archive li {
	display: inline-block;
	position: relative;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	padding: 10px 0
}

.widget-archive li:last-child {
	border-bottom: 1px solid #f0f0f0
}

.widget-archive span {
	float: right
}

.widget-tag a {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	display: inline-block;
	padding: 10px;
	border: 1px solid #ddd
}

.author_dec h3 {
	margin: 0;
	color: #333;
	font-size: 14px;
	margin-bottom: 11px
}

.author_info {
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
	padding: 22px 0;
	margin-bottom: 30px
}

.author_info>img {
	float: left;
	margin-right: 35px;
	height: 80px
}

.social_link {
	margin: 0;
	padding: 0;
	float: right;
	display: inline-flex
}

.social_link li {
	list-style: none
}

.social_link li a i {
	color: #363636;
	float: left;
	padding: 6px
}

.donor-testimonial-widget.no-margin {
	margin-bottom: 0
}

.brochures li:first-child::before {
	content: "\f1c1";
	font-family: fontawesome;
	left: 0;
	top: 0;
	position: relative;
	color: #fff;
	padding-right: 10px
}

.brochures li:last-child::before {
	content: "\f0f6";
	font-family: fontawesome;
	left: 0;
	top: 0;
	position: relative;
	color: #fff;
	padding-right: 10px
}

.brochures li {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	position: relative;
	background: #921110;
	margin-bottom: 5px
}

.brochures li a {
	color: #fff;
	font-weight: 600;
	font-size: 14px
}

.brochures li:hover {
	background: #921110
}

.brochures li:hover a {
	color: #fff
}

.brochures li:hover::before {
	color: #fff
}

.brochures li:hover i {
	color: #fff
}

.brochures li a span {
	float: right;
	color: #fff
}

.testimonial-sec .sec-title {
	margin: 0 0 60px;
	text-align: left
}

.all-testimonial .owl-controls {
	background: 0 0;
	opacity: 1;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0
}

.all-testimonial .owl-controls .owl-buttons div {
	background: 0 0;
	opacity: 1
}

.sngl-client {
	border: 1px solid #fafafa;
	margin-bottom: 30px;
	text-align: center;
	margin: 5px
}

.all-testimonial {
	text-align: center;
	padding-bottom: 50px
}

.single-testimonial {
	display: inline-flex;
	margin: 0 55px;
	position: relative;
	text-align: left;
	padding: 20px 0
}

.client-comment p {
	margin-bottom: 0
}

.all-testimonial.owl-carousel .owl-item .client-signature img {
	margin-bottom: 20px;
	width: auto;
	height: auto
}

.client-comment h2 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700
}

.client-comment h3 {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
	font-style: italic;
	color: #921110
}

.client-thumb {
	margin-right: 30px;
	position: relative
}

.client-thumb::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 30px;
	background: #921110;
	bottom: 27px;
	transform: rotate(36deg)
}

.client-thumb::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 30px;
	background: #921110;
	bottom: 27px;
	transform: rotate(36deg);
	left: 17px
}

.client-thumb img {
	border: 4px solid #921110;
	background: #fff;
	padding: 4px;
	border-radius: 100%
}

.client-comment {
	margin: 0 auto
}

.client-comment>ul {
	padding-bottom: 15px
}

.client-comment li {
	display: inline-block
}

.client-comment li a {
	border: 2px solid #1ba2e5;
	color: #1ba2e5;
	display: inline-block;
	height: 30px;
	line-height: 26px;
	width: 30px;
	margin: 0 5px
}

.client-comment li a:hover {
	background: #1ba2e5;
	transition: all .4s ease-in-out 0s;
	color: #fff
}

.client-sec .owl-controls {
	display: none
}

.all-testimonial.owl-carousel.owl-theme .owl-dot {
	display: inline-block;
	height: 3px;
	margin: 0 5px;
	position: relative;
	width: 20px;
	background: #0f1934
}

.all-testimonial.owl-carousel.owl-theme .owl-dot.active {
	background: #921110
}

.pagehding-sec {
	background-image: url(../img/pg_hd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 90px 0;
	position: relative;
	background-size: cover
}

.pagehding-overlay {
	background-image: url("../upload_images/bgimg.png");
		height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.page-heading h1 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	font-weight: 700
}

.page-heading ul {
	text-align: center;
	margin-top: 10px
}

.page-heading li {
	display: inline-block;
	position: relative;
	padding: 0 14px
}

.page-heading li a {
	color: #fff
}

.page-heading li:last-child a {
	color: #fff
}

.page-heading li::before {
	content: "/";
	height: 60%;
	position: absolute;
	right: -5px;
	top: 0;
	color: #fff
}

.page-heading li:last-child::before {
	display: none
}

.team-sec {
	background: #f8fafc
}

.team-member {
	padding-bottom: 30px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all .4s ease-in-out 0s;
	z-index: 2;
	background: #fff;
	border-top: 10px solid #fff;
	background: #fff
}

.team-member::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all .4s ease 0s;
	top: 0;
	left: 0;
	background: #fff;
	transform: skewY(36deg)
}

.team-sec .sec-title {
	margin: 0 0 60px;
	text-align: left
}

.team-member:hover.team-member h2 {
	color: #921110
}

.team-member:hover.team-member::before {
	width: 100%;
	transition: all .4s ease-in-out 0s
}

.team-thumb {
	position: relative;
	overflow: hidden
}

.team-thumb img {
	transform: scale(1);
	transition: all .9s ease-in-out 0s;
	width: 100%
}

/* .team-member:hover .team-thumb img {
	transform: scale(1.08);
	transition: all .9s ease-in-out 0s
} */

.team-member:hover.team-member::before {
	transform: skewY(0deg);
	transition: all .4s ease-in-out 0s
}

.team-member:hover .team-overlay ul {
	bottom: 0;
	visibility: visible;
	opacity: 1;
	transition: all .4s ease-in-out 0s
}

.team-member.active .team-overlay ul {
	bottom: 0;
	visibility: visible;
	opacity: 1;
	transition: all .4s ease-in-out 0s
}

.team-overlay ul {
	position: absolute;
	bottom: -100px;
	background: #921110;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-in-out 0s;
	padding: 10px;
	border-radius: 0 50px 50px 0
}

.team-member h2 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all .4s ease-in-out 0s;
	margin-bottom: 15px
}

.team-member h3 {
	font-size: 14px;
	text-transform: capitalize;
	transition: all .4s ease-in-out 0s;
	margin-bottom: 0
}

.team-overlay li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 30px
}

.team-overlay li {
	transition: .4s;
	-webkit-transition: .3s;
	-khtml-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	text-align: left;
	padding: 5px 0
}

.team-member:hover .team-overlay li {
	transform: translateY(0px)
}

.team-member li i {
	color: #fff
}

.testimonial-text.expert-team {
	position: relative;
	padding-bottom: 70px
}

.abtdsc-sec p {
	color: #fff
}

.abt-lft h2 {
	color: #4169e1
}

.abt-img img {
	width: 100%
}

.about-desc {
	display: inline-block;
	width: 100%;
	padding-right: 40px
}

.about-text>span {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #921110;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px
}

.about-text h1 {
	color: #4169e1;
	display: inline-block;
	margin-bottom: 14px;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize
}

.about-text h1>span {
	color: #921110
}

.about-countup {
	margin-top: 50px
}

.counting-inner {
	display: inline-block;
	padding-right: 80px
}

.counting-inner:last-child {
	padding-right: 0
}

.counting-inner h2 {
	font-size: 36px;
	font-weight: 700;
	position: relative
}

.counting-inner h4 {
	color: #4169e1;
	text-transform: capitalize;
	font-size: 20px
}

.about-us-img {
	position: relative;
	z-index: 2
}

.about-us-img::before {
	position: absolute;
	content: "";
	background: #921110;
	width: 100%;
	height: 100%;
	left: -25px;
	top: 30px;
	z-index: -1
}

.classic-why-us-title {
	margin-bottom: 50px
}

.classic-why-choose-us-before {
	padding-top: 100px;
	padding-bottom: 100px
}

.classic-why-choose-icon {
	margin-bottom: 20px
}

.classic-why-choose {
	background: #fab909 none repeat scroll 0 0;
	background-image: url(../img/slide1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.classic-why-choose-us-before {
	position: relative;
	z-index: 2
}

.classic-why-choose-us-before::before {
	background-image: url(../img/pattern.html);
	content: "";
	height: 120%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: -1
}

.classic-why-choose-icon i {
	font-size: 61px;
	color: #fda40b
}

.why-us-btn {
	color: #fda40b;
	text-transform: capitalize;
	font-weight: 600
}

.contact-page-map .contact-map {
	height: 560px
}

.about-us-contact .contact-field {
	padding: 35px;
	background: #4169e1
}

.about-us-contact-title h1 {
	display: inline-block;
	width: 100%;
	background: #921110;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 30px;
	position: relative;
	margin-bottom: -1px
}

.contact-info-icon {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	margin-right: 10px
}

.contact-page-sec .contact-field h2 {
	color: #000;
	text-transform: capitalize;
	font-size: 22px
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0
}

.contact-field.contact-form input {
	margin-bottom: 5px
}

.contact-field.contact-form textarea {
	height: 110px
}

.contact-field.contact-form input[type=submit] {
	background: #4cc700;
	width: 150px;
	border-color: #4cc700
}

.contact-info-area {
	background: #921110;
	padding: 40px
}

.contact-info-text {
	margin: 20px 0
}

.contact-info-text h2 {
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px
}

.contact-info-text span {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 100%
}

.contact-field input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	padding: 10px;
	width: 100%;
	color: #999
}

.contact-field select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 13px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #999;
	margin-top: 20px
}

.contact-field .select-arrow::before {
	top: 30px;
	color: #999
}

.contact-field .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0
}

.single-input-field textarea {
	border: 1px solid #ddd;
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-top: 10px
}

.single-input-fieldsbtn input[type=submit] {
	background: #921110 none repeat scroll 0 0;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 12px 30px;
	text-transform: capitalize;
	width: 170px;
	margin-top: 30px;
	font-size: 16px
}

.single-input-fieldsbtn input[type=submit]:hover {
	background: #4169e1;
	transition: all .4s ease-in-out 0s;
	border-color: #4169e1;
	color: #fff
}

.contact-field {
	display: block;
    padding-left: 0px;
    margin: 0 auto;
}

.contact-page-sec.pt-100.pb-100 .contact-field{
	width: 52.71vw;
}

.single-input-field h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px
}

.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px
}

.appointment-form {
	position: relative;
	z-index: 1;
	padding-left: 60px;
	top: 0;
	right: 0
}

.appointment-form .contact-field {
	background: #0f1934;
	padding: 30px 40px
}

.classic-counter-sec {
	background-color: #fff;
	background-image: url(../img/slide2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative
}

.classic-counter-inner {
	padding: 100px 0 90px 50px;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%
}

.join-us {
	padding-top: 100px;
	padding-right: 60px
}

.classic-counter-inner::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 150%;
	background: #0f1934;
	left: -15px;
	width: 5000px;
	z-index: -1
}

.classic-counter-box {
	display: inline-block;
	width: 49%;
	margin: 20px 0
}

.classic-counter-text h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px
}

.classic-counter-text h4 {
	color: #fff;
	margin-bottom: 0
}

.classic-counter-icon {
	color: #fff;
	font-size: 58px;
	float: left
}

.classic-counter-text {
	padding-left: 66px
}

.classic-counter-sub-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

.classic-counter-title {
	color: #fff;
	font-size: 26px;
	text-transform: capitalize;
	line-height: 38px
}

.join-us p {
	color: #fff
}

.join-us a {
	padding: 8px 26px;
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 4px;
	border: 1px solid #921110;
	text-align: center;
	color: #fff;
	background: #921110
}

.join-us a i {
	margin-right: 10px
}

.join-us a .lnr.lnr-arrow-right {
	margin-left: 10px
}

.home-classic .call-to-action-text a.btn {
	float: right
}

.classic-why-choose-item {
	margin-bottom: 40px
}

.classic-why-choose-us-before {
	padding-top: 100px;
	padding-bottom: 100px
}

.classic-why-choose-icon {
	margin-bottom: 20px
}

.classic-why-choose {
	background: #fab909 none repeat scroll 0 0;
	background-image: url(../img/slide1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.classic-why-choose-us-before {
	position: relative;
	z-index: 2
}

.classic-why-choose-us-before::before {
	background-image: url(../img/pattern.html);
	content: "";
	height: 120%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: -1
}

.classic-why-choose-icon i {
	font-size: 61px;
	color: #921110
}

.classic-why-choose-item p {
	margin-bottom: 10px
}

.why-us-btn {
	color: #921110;
	text-transform: capitalize;
	font-weight: 600
}

.faq-sec .panel {
	border: none;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px transparent;
	background: 0 0
}

.faq-sec .panel-heading a {
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
	background: 0 0;
	width: 100%;
	display: inline-block;
	text-transform: capitalize;
	color: #4169e1;
	font-weight: 600;
	font-size: 18px;
	background: #fff;
	text-decoration: none
}

.faq-sec .panel-title a::before {
	float: right!important;
	font-family: FontAwesome;
	content: "\f0d8";
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	width: 24px;
	height: 24px;
	background: #0f1934;
	text-align: center;
	line-height: 20px
}

.faq-sec .panel-group .panel-heading.active h4 a::before {
	float: right!important;
	font-family: FontAwesome;
	content: "\f0d7";
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	width: 24px;
	height: 24px;
	background: #921110;
	text-align: center;
	line-height: 24px
}

.faq-sec .panel-group .panel-heading.active h4 a {
	color: #921110
}

.faq-sec.faq-page-sec {
	overflow: visible;
	padding: 0;
	background: 0 0
}

.faq-sec .panel-group .panel-heading {
	border-bottom: 0;
	padding: 0
}

.all-patner-sec {
	padding: 100px 0;
	background: #fdfdfd
}

.all-patner.owl-carousel.owl-theme .owl-item {
	padding: 0 40px
}

.single-patner:hover {
	border-color: #921110
}

.single-patner {
	height: 86px;
	padding: 30px;
	border: 1px solid #ebeaea
}

.all-patner.owl-carousel.owl-theme img {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.all-patner .owl-controls {
	position: absolute;
	top: 27%;
	width: 100%;
	z-index: 99;
	transform: translateY(-50%)
}

.all-patner .owl-controls .owl-buttons div {
	background: 0 0;
	opacity: 1
}

.all-patner .owl-controls .owl-prev {
	left: 20px;
	position: absolute;
	transition: all .4s ease 0s;
	background: #fff
}

.all-patner .owl-controls .owl-next {
	right: 20px;
	position: absolute;
	transition: all .4s ease 0s;
	background: #fff
}

.all-patner .owl-controls .owl-prev i,
.all-patner .owl-controls .owl-next i {
	border: 1px solid #ddd;
	color: #777;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all .5s ease-out 0s;
	width: 40px
}

.all-patner .owl-controls .owl-next i:hover {
	transition: all .5s ease-out 0s;
	background: #921110;
	color: #fff;
	border-color: #921110
}

.all-patner .owl-controls .owl-prev i:hover {
	transition: all .5s ease-out 0s;
	background: #921110;
	color: #fff;
	border-color: #921110
}

.project-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden
}

.project-item:hover .project-hoverlay {
	bottom: 0;
	transition: all .4s ease 0s
}

.project-thumb {
	overflow: hidden
}

.project-thumb img {
	width: 100%;
	transform: scale(1);
	transition: all .4s ease 0s
}

.project-item:hover .project-thumb img {
	transform: scale(1.2);
	transition: all .4s ease 0s
}

.project-hoverlay {
	position: absolute;
	bottom: -40px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(2, 14, 45, 0.75) 100%) repeat scroll 0 0;
	transition: all .4s ease 0s
}

.project-text {
	position: absolute;
	bottom: 0;
	padding: 0 20px
}

.project-text h2 a {
	color: #fff;
	font-size: 18px;
	line-height: 28px
}

.project-subtitle {
	color: #921110
}

.project-icon {
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	text-align: center;
	width: 50px;
	transition: all .4s ease 0s;
	display: inline-block;
	color: #fff;
	background: #fff;
	position: relative;
	background: #921110;
	position: absolute;
	top: -11px;
	z-index: 9;
	left: 0
}

.home-v1 .service-icon {
	background: #fff
}

.home-v1 .search-bar-icon {
	padding-right: 15px
}

.header-top {
	background: #921110;
	padding: 4px 0
}

.header-left {
	padding: 10px 0
}

.header-left ul {
	display: inline-block
}

.header-left li {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	color: #fff
}

.header-left li:last-child {
	padding-right: 0
}

.header-left li i {
	color: #921110;
	font-size: 20px;
	margin-right: 15px
}

.soical-profile {
	padding-top: 7px
}

.soical-profile,
.soical-profile li {
	display: inline-block;
	text-align: right
}

.soical-profile li a i {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px
}

.soical-profile li a i:hover {
	color: #ff9000
}

.header-top-bottom {
	padding: 20px 0
}

.info-intro {
	display: inline-block;
	margin-top: 4px
}

.info-text h5 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	text-transform: capitalize
}

.info-text a,
.info-text span {
	font-size: 14px;
	color: #8d8d8d;
	text-transform: capitalize
}

.info-intro i {
	color: #921110;
	font-size: 26px
}

.info-icon {
	display: inline-block;
	width: 30px;
	position: relative;
	top: -15px
}

.info-text {
	display: inline-block;
	text-align: left
}

.info-intro-number span {
	color: #a19e9e;
	font-size: 20px;
	font-weight: 600;
	float: right;
	margin-top: 10px
}

.nav-style1 {
	background: #4169e1;
	display: inline-block;
	width: 100%
}

.menu-style1 {
	position: absolute;
	z-index: 99;
	width: 100%
}

.apply-button a {
	display: inline-block;
	background: #921110;
	padding: 10px 30px;
	color: #fff
}

.apply-button {
	text-align: right
}

.home-v2 .hd-sec {
	background: #4169e1;
	padding: 6px 0
}

.home-v2 .hd-style1 {
	position: relative
}

.home-v2 .main-menu>ul>li>a {
	color: #000
}

.home-v2 .service-sec {
	background-color: #ddd;
	background-image: url(../img/service_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	margin-top: 0
}

.home-v2 .service-sec .sec-title h1 {
	color: #fff
}

.home-v2 .service-inner .media {
	border: 0
}

.home-v2 .service-details h2 {
	margin-top: 0
}

.home-v2 .service-inner::before {
	display: none
}

.home-v2 .service-sec .sec-title {
	margin: 0 0 60px;
	text-align: left
}

footer.footer-v1 {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}

.footer-overlay {
	background-color: rgba(15, 25, 52, .97);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.footer-sec {
	padding-top: 100px;
	padding-bottom: 70px
}

.footer-sec h2 {
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
	font-size: 24px
}

.footer-sec p {
	color: #ededed;
	font-size: 14px
}

.footer-wedget-one img {
	margin-bottom: 10px;
	margin-top: -20px
}

.footer-social-profile {
	text-align: right
}

.footer-social-profile li {
	display: inline-block;
	margin-right: 6px
}

.footer-social-profile li:last-child {
	margin-right: 0
}

.footer-social-profile li a {
	color: #fff;
	display: inline-block;
	width: 34px;
	position: relative;
	z-index: 2
}

.footer-wedget-one ul {
	margin-top: 15px
}

.footer-wedget-three li i {
	display: inline-block;
	margin-right: 10px
}

.ft-menu ul {
	padding: 0 20px
}

.ft-menu h2 {
	display: inline-block;
	text-align: left
}

.footer-widget-menu li:before {
	color: #921110;
	content: "\f101";
	font-family: fontawesome;
	font-size: 14px;
	left: -4px;
	position: absolute;
	top: 0
}

.footer-widget-menu li {
	position: relative
}

.footer-widget-menu li a {
	color: #ededed;
	display: inline-block;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	text-transform: capitalize
}

.footer-widget-menu li a:hover {
	color: #4169e1;
	transition: all .4s ease 0s
}

.latest-news-thumb {
	float: left
}

.latest-news-desc {
	padding-left: 85px
}

.latest-news-desc h3 {
	margin-bottom: 10px
}

.latest-news-desc h3 a {
	color: #f4f4f4;
	font-size: 14px
}

.latest-news-desc li {
	display: inline-block;
	color: #fff;
	text-transform: capitalize
}

.latest-news-desc li span {
	margin-right: 6px
}

.latest-news-desc li a {
	color: #AFAFAF;
	text-transform: capitalize
}

.latest-news-inner {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px
}

.latest-news-inner:last-child {
	margin-bottom: 0
}

.bussiness-time>span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: capitalize
}

.bussiness-time li {
	color: #ededed;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-size: 14px
}

.bussiness-time li span {
	color: #AFAFAF;
}

.wedget-newsletter form {
	background: #525459 none repeat scroll 0 0;
	margin-bottom: 25px;
	margin-top: 25px;
	position: relative
}

.footer-social-profile .social-title {
	color: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}

.wedget-newsletter input[type=email] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	padding: 10px 58px 10px 10px;
	text-transform: capitalize;
	width: 100%;
	font-style: italic;
	font-weight: 600;
	color: #000
}

.wedget-newsletter input[type=submit] {
	background:#AFAFAF none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	padding: 11px 20px;
	position: absolute;
	right: 0;
	top: 0
}

.flicker-photo ul li {
	display: block
}

.flicker-photo ul li img {
	display: inline-block;
	margin-bottom: 10px;
	width: 25%;
	margin-right: 10px
}

.footer-bottom-sec {
	padding: 20px 0;
	background: #00142c
}

.footer-bottom-sec p {
	font-size: 14px;
	margin: 0;
	text-align: left;
	color: #ddd
}

.media-left .icon i {
    font-size: 30px;
}

.copy-right span,
.copy-right span a {
	text-transform: capitalize;
	color: #fff
}

.inner-item {
	color: #f4f4f4
}

.inner-item a {
	color: #fff;
	border-bottom: 1px solid
}

.inner-item i {
	color: #fff;
	font-size: 18px
}


/* sujal 9/23/2022/ 11:44 */

.sac1 {
    background: #4169e11a;
    padding: 5.21vw;
}
.about-img-circle2 {
    height: 400px;
    margin-top: 65px;
    margin-left: 65px;
}
.about-us-v3 {
    padding: 141px 50px 0px 50px;
    margin-left: -95px;
}
/* .chief-name1 {
    padding-top: 113px;
    margin-left: -379px;
    width: 56%;
} */
.team-sec {
    background: none;
}
.meet {
    text-align: center;
    /* margin-bottom: 65px;
    margin-top: -136px; */
}
.meet h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
.meet h2 {
    font-size: 30px;
}
.mein_head h4 {
    font-size: 25px;
    color: #000000;
    margin-bottom: 25px;
}
.mein_head {
    margin-bottom: 50px;
    margin-top: -70px;
}
.team-thumb img {
    max-width: 100%;
}
.pagehding-overlay{
	background-size:100% ;
}
.sac3 {
    background: #4169e11a;
    padding:5.21vw;
	margin-bottom: 6.25vw;
}
.about-us-v4 {
    padding: 110px 0px 110px 50px;
}
.about-img-circle3 img {
    width: 90%;
    max-width: 75%;
    height: 370px;
    object-fit: cover;
    margin-top: 60px;
    border-radius: 8px;
   margin-left: 60px;
}
.faq-sec .panel-group .panel-heading.active h4 a::before{
	background-color:#AFAFAF;
}
.faq-sec .panel-group .panel-heading.active h4 a {
    color: #AFAFAF;
}
/* .col-md-3.col-sm-6.col-xs-12{
	margin-left:73px;
} */
.team-member:hover.team-member h2 {
    color: #4169e1;
}

.col-md-7.col-sm-12.faqcon{
	width: 100%;
} 

/* end */

/* sujal css start */

.container {
    width: 100% !important;
    padding: 0 5.73vw !important;
}

.banner-content h1 {
    color: #fff;
    font-size: 5vw;
    font-weight: 700;
}

.banner-content h1 span {
    color: #E7D6AD;
}

.banner-content p {
    font-weight: 300;
    font-size: 1.9vw;
    margin-top: 10px;
    line-height: normal;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

select#subject:focus{
	border-color: #4169e1;
	border: 2px solid #4169e1;
}

select#subject::placeholder{
	color: #000;
}

.contact-field input:focus{
	border-color: #4169e1;
	border: 2px solid #4169e1;
}

.contact-field input::placeholder{
	color: #000;
}

.single-input-field textarea:focus{
	border-color: #4169e1;
	border: 2px solid #4169e1;
}

.single-input-field textarea::placeholder{
	color: #000;
}

.contact-field input {
    border: 1px solid #929292;
    font-size: 0.94vw;
    height: 3.33vw;
    border-radius: 45px;
    font-weight: 400;
    color: #000;
    padding: 25px;
    margin-bottom: 25px;
}

.col-md-12.subject-input select{
	border: 1px solid #929292;
    font-size: 0.94vw;
    height: 3.33vw;
    border-radius: 45px;
    font-weight: 400;
    color: #000;
    padding: 25px;
    margin-bottom: 25px;
}

.single-input-field textarea{
	border: 1px solid #929292;
    font-size: 0.94vw;
    height: 3.33vw;
    border-radius: 45px;
    font-weight: 400;
    color: #000;
    padding: 25px;
    margin-bottom: 25px;
}

/* shivani css */
@media(max-width:355px)
{
  .follow-title
  {
    display: none !important;
  }
}


/* @media (min-width: 769px) and (max-width: 992px)
{
.bottom-header .logo
{
	display: flex;
}
.bottom-header .menu-icon
{
	padding: 0;
}
.main-menu ul
{
	width: max-content;
}
section.serviceSec
{
	margin-top: 70px;
}
.service-sec1 .service-inner
{
	min-height: fit-content !important;
	margin-bottom: 0 !important;
}
.service-sec1.pt-100.pb-70 .col-md-12.text-center.join-us
{
	padding: 0 5.21vw !important;
}
.contact-page-sec.pt-100.pb-100 .contact-field {
    width: 85%;
}
.contact-info-area
{
	display: flex;
	background-color: transparent;
}
}
@media (min-width: 993px) and (max-width: 1024px)
{
	.hd-style1 .hd-rgt ul
	{
	  margin-bottom: 0px !important;
	}
} */

/* end */

.service-sec1.pt-100.pb-70 .col-md-4:hover .service-details h2 a{
	color: #4169e1;
}

.single-slide-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(65, 105, 225, 0.65);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.service-inner .media-body {
    border: 1px solid #4169e1;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 12px;
}

.home-v2 .service-details h2{
    margin-bottom: 15px;
}

.service-inner .media{
    padding: 0;
}

.service-details h2 a {
    min-height: 3vw;
}

.service-inner {
    /*box-shadow: 0 4px 10px rgba(181, 135, 38, 0.2);*/
    margin-bottom: 30px;
}

section.serviceSec .row {
    display: flex;
    justify-content: space-between;
}

.footer-wedget-four li {
    list-style: none;
}

p{
    font-weight:400 !important;
}

h1 {
    font-size:2vw !important;
    text-transform: capitalize !important;
    color:#4169e1 !important;
}

.logo img
{
    width:80%;
}

.mission .black-box {
    background: black;
    color: white;
    padding: 0 100px;
    margin: 100px 0 20px 0;
}

.service-inner .media-body
{
    padding:30px 15px;
}

.mission .white-box {
    padding: 0 100px;
}

.mission .black-box h1 {
    color: white !important;
}

.about-us-v1 {
    padding-right: 30px !important;
    min-height: 400px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mission .black-box>:first-child {
    border-right: 4px solid white;
}

.mission .black-box>:nth-child(2) {
    padding-left: 40px;
}


.main-banner> div> div> div {
    background-position: right;
    height:50vw !important;
}

.main-banner .row {
    display: flex;
    justify-content: center;
}