@media (min-width: 1200px) and (max-width: 1399.98px) {
	.home-content h2 {
		font-size: 67px;
	}
	.want-shape {
		left: -7%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}
}

@media (max-width: 1199px) {
	#menu li a {
	    padding: 28px 18px;
	}
	.home-wrapper {
		height: 620px;
	}
	.home-content span {
		font-size: 16px;
	}
	.home-content h2 {
		font-size: 53px;
		line-height: 60px;
		margin-top: 15px;
	}
	.home-content p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 26px;
	}
	.sub-head {
		font-size: 16px;
	}
	.head-text {
		font-size: 42px;
		line-height: 50px;
	}
	.most-award-content ul li {
		margin-top: 10px;
		font-size: 16px;
	}
	.call-btn p {
		font-size: 16px;
	}
	.get-every-shape {
		right: -32%;
		top: 0%;
	}
	.get-para-one {
		font-size: 16px;
	}
	.what-we-item h3 {
		font-size: 22px;
		margin-top: 25px;
	}
	.what-we-item p {
		margin-top: 15px;
	}
	.what-we-item {
		padding: 30px 20px;
	}
	.service-icon {
		height: 60px;
	}
	.counter-box img {
		margin-right: 15px;
		height: 50px;
	}
	.counter-box h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.counter-box p {
		font-size: 16px;
	}
	.line-shape {
		top: 39%;
		width: 490px;
	}
	.how-work-item p br {
		display: none;
	}
	.client-active .owl-stage {
		-webkit-transform: translate3d(0, 0px, 0px);
		transform: translate3d(0, 0px, 0px);
	}
	.blog-content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.subscribe-box p br {
		display: none;
	}
	.footer-para br {
		display: none;
	}
	.want-box {
		padding-left: 0;
	}
	.want-shape {
		display: none;
	}
	.want-wrapper::before {
		top: -154%;
	}
	.default-wrapper .breadcrumb .breadcrumb-item,
	.default-wrapper .breadcrumb .breadcrumb-item a {
		font-size: 16px;
	}
	.blog-first p {
		font-size: 15px;
	}
	.blog-head {
		line-height: 34px;
	}
	.post-box .media-body p {
		font-size: 12px;
		line-height: 16px;
	}
	.search-box input {
		font-size: 14px;
	}
	.tag-btn {
		font-size: 13px;
		padding: 10px 11px;
		margin: 20px 15px 0 0;
	}
}

@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.dropdown-toggle::after {
		display: none;
	}
}

@media (max-width: 991px) {
	.section_padd {
		padding: 60px 0;
	}
	.header-top-wrapper {
		display: none;
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(11, 35, 81, 0.68);
		z-index: 99;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		visibility: hidden;
		opacity: 0;
	}
	.overlay-add {
		visibility: visible;
		opacity: 1;
	}
	header {
		top: 0px;
	}
	#menu {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#menu li a {
		padding: 8px 0;
	}
	header.sticky .sub-menu li a {
		color: #ffffff !important;
	}
	#menu li a:hover::before {
		width: 100px;
	}
	.mobile-menu li {
		text-align: left;
		margin: 0 0 0 30px !important;
	}
	.sub-menu li {
		margin-left: 0 !important;
	}
	.mobile-menu {
		position: fixed;
		height: 100vh;
		width: 290px;
		left: 0;
		top: 0;
		padding: 100px 0 0 0;
		background-color: #0b234f;
		z-index: 99;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		overflow-x: auto;
	}
	.mobile-menu.open {
		text-align: left;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.mobile-menu li {
		display: block;
		padding: 0 15px;
		max-width: 720px;
		margin: 0 auto;
	}
	.mobile-menu li a {
	    font-size: 14px !important;
	    color: #fff !important;
	}
	.mobile-menu li a.nav-link {
		line-height: 45px;
		padding: 0;
		width: 100%;
	}
	.hamburger-menu {
		display: block;
	}
	.mobile-menu li {
		line-height: 25px !important;
	}
	.sub-menu {
		width: 100%;
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		padding: 0;
		-webkit-transform: translate3d(15px, 0px, 0px) !important;
		transform: translate3d(15px, 0px, 0px) !important;
		position: relative !important;
		float: none;
	}
	.sub-menu li {
		padding: 0 !important;
	}
	.sub-menu li a {
		padding: 8px 0 !important;
	}
	.dropdown-toggle::after {
		display: none;
	}
	.dropdown-toggle {
		white-space: nowrap !important;
	}
	.home-wrapper {
		height: 525px;
	}
	.home-content h2 {
		font-size: 42px;
		line-height: 45px;
		margin-top: 15px;
	}
	.home-content h2 br {
		display: none;
	}
	.home-content p br {
		display: none;
	}
	.home-content .make-btn {
		padding: 15px 20px;
	}
	.most-award-content {
		margin-top: 60px;
	}
	.most-img-content {
		width: 225px;
		padding: 20px 25px;
	}
	.most-img-content h3 {
		font-size: 45px;
	}
	.most-img-content p {
		font-size: 16px;
		line-height: 18px;
	}
	.get-every-ab {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 30px;
	}
	.get-every-shape {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: auto;
		bottom: 0;
	}
	.get-every-wrapper {
		padding-top: 60px;
	}
	.get-para-one br,
	.get-para-two br {
		display: none;
	}
	.service-icon {
		height: 80px;
	}
	.what-we-item {
		padding: 40px 20px;
	}
	.meet-team-ab {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.project-wrapper {
		padding: 60px 0;
	}
	.we-provide-wrapper {
		padding: 60px 0 60px 0;
		margin-top: 0;
	}
	.we-provide-img {
		top: 0;
		margin-top: 30px;
		text-align: center;
	}
	.we-provide-img::before {
		display: none;
	}
	.counter-box {
		margin-top: 40px;
	}
	.client-say-wrapper {
		padding: 60px 0;
	}
	.client-active .owl-dots {
		bottom: -42px;
	}
	.subscribe-box {
		text-align: center;
	}
	.email-box {
		margin-top: 30px;
	}
	.subscribe-box p {
		margin-top: 6px;
	}
	.footer-four {
		margin-top: 30px;
	}
	.want-wrapper {
		padding: 60px 0;
	}
	.want-box,
	.shedule-center {
		text-align: center !important;
	}
	.want-wrapper h2 {
		font-size: 40px;
	}
	.want-wrapper .make-btn {
		margin-top: 20px;
		padding: 15px 30px;
	}
	.default-header .hamburger-menu span {
		background: #ffffff;
	}
	.default-header #menu li a {
		color: #ffffff;
	}
	.default-header.sticky #menu li a {
		color: #ffffff;
	}
	.default-header .sub-menu li a {
		color: #ffffff !important;
	}
	.search-box {
		margin-top: 30px;
	}
	.form-item {
		margin-top: 30px;
	}
	.we-provide-project {
		margin-bottom: 60px;
	}
	.choose-btn {
		padding: 15px 40px;
	}
	.feature-wrapper {
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {}


/*Medium devices (tablets, 767px and down)*/

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	.mobile-text {
		margin-right: 10px;
	}
	.mobile-menu li {
		text-align: left;
		margin: 0 0 0 0px !important;
	}
	.home-wrapper {
		height: auto;
	}
	.home-content {
		padding-top: 30px;
	}
	.home-content p {
		max-width: 455px;
	}
	.home-ab img {
		width: 60%;
		margin: 30px auto auto auto;
	}
	.get-every-img {
		width: 70%;
	}
	.get-every-shape {
		width: 85%;
	}
	.default-head {
		margin-bottom: 15px;
	}
	.team-social a {
		width: 35px;
		height: 35px;
		margin: 15px 3px 0 3px;
	}
	.line-shape {
		display: none;
	}
	.client-say-item {
		width: 400px;
		margin: 30px auto auto auto;
	}
	.blog-content h2 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}
	.subscribre-wrapper {
		margin-bottom: -120px;
	}
	.footer-third {
		margin-top: 30px;
	}
	.footer-bottom {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-wrap-two .footer-para {
		text-align: center;
	}
	.want-wrapper::before {
		top: 0;
		left: 0;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.want-wrapper::after {
		display: none;
	}
	.want-wrapper h2 {
		font-size: 36px;
	}
	.want-wrapper p {
		font-size: 16px;
		line-height: 24px;
	}
	.default-wrapper {
		height: 350px;
	}
	.team-sub-item-two {
		padding: 10px 20px 10px 20px;
	}
	.team-sub-item-two h3 {
		font-size: 20px;
	}
	.team-sub-item-two p {
		font-size: 15px;
	}
	.blog-first p {
		font-size: 14px !important;
	}
	.blog-first {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.input-textarea {
		height: 180px;
	}
	.map-wrapper iframe {
		height: 350px;
	}
	.map-wrapper {
		margin-bottom: 60px;
	}
}


/*Small devices (landscape phones, 575px and down)*/

@media (max-width: 575px) {
	.header-top-wrapper {
		padding: 10px 0;
	}
	.home-content span {
		font-size: 14px;
	}
	.home-content p {
		font-size: 14px;
		line-height: 22px;
	}
	.make-btn span {
		font-size: 14px !important;
	}
	.custom-btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.how-btn {
		margin-left: 0;
		font-size: 14px;
	}
	.most-img-content {
		width: 211px;
		padding: 13px 25px;
	}
	.head-text {
		font-size: 35px;
		line-height: 40px;
	}
	.head-text br {
		display: none;
	}
	.most-award-content {
		margin-top: 30px;
	}
	.sub-head {
		font-size: 14px;
	}
	.most-para {
		margin-top: 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.most-award-content ul li {
		font-size: 13px;
	}
	.most-award-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.most-award-btn a {
		margin-top: 15px;
	}
	.call-btn {
		margin-left: 0;
	}
	.make-btn {
		padding: 13px 35px;
		font-size: 14px;
	}
	.call-btn p {
		font-size: 14px;
	}
	.most-img-content h3 {
		margin-right: 12px;
	}
	.get-para-one {
		font-size: 14px;
		line-height: 22px;
	}
	.get-para-two {
		font-size: 14px;
		line-height: 22px;
	}
	.get-every-sub-content h3 {
		font-size: 16px;
		line-height: 28px;
	}
	.get-every-sub-content h3 br {
		display: none;
	}
	.get-every-icon {
		width: 60px;
		height: 60px;
	}
	.get-every-icon img {
		width: 30px;
	}
	.sub-head-two {
		font-size: 14px;
	}
	.head-text-two {
		font-size: 30px;
		line-height: 40px;
	}
	.what-we-item h3 {
		font-size: 24px;
	}
	.what-we-item p {
		font-size: 14px;
		line-height: 22px;
	}
	.read-more {
		font-size: 14px;
		margin-top: 15px;
	}
	.team-social a {
		width: 40px;
		height: 40px;
		margin: 15px 5px 0 5px;
	}
	.head-text-two br {
		display: none;
	}
	.we-provide-item p {
		font-size: 14px;
		line-height: 22px;
	}
	.we-provide-item p br {
		display: none;
	}
	.counter-box h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.counter-box p {
		font-size: 14px;
		line-height: 22px;
	}
	.counter-box img {
		margin-right: 10px;
		height: 26px;
	}
	.counter-box {
		margin-top: 30px;
	}
	.how-work-item p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}
	.client-say-item {
		width: auto;
	}
	.subscribe-box p {
		font-size: 14px;
		line-height: 22px;
	}
	.email-box button {
		right: auto;
		top: auto;
		font-size: 16px;
		margin-top: 20px;
		position: relative;
		top: auto;
		left: auto;
	}
	.footer-para.mt_40 {
		margin-top: 20px;
	}
	.all-day.mt_40 {
		margin-top: 20px;
	}
	.footer-para {
		font-size: 14px;
	}
	.footer-third ul {
		;
		margin-top: 20px;
	}
	.footer-second {
		margin-top: 30px;
	}
	.footer-second .mt_40 {
		margin-top: 20px;
	}
	.footer-wrap {
		padding-bottom: 40px;
	}
	.footer-wrap-two {
		padding-top: 20px;
	}
	footer {
		padding: 160px 0 20px 0;
	}
	.email-box input {
		padding-left: 25px;
		height: 60px;
		font-size: 14px;
	}
	.want-wrapper h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.want-wrapper p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.want-wrapper .make-btn {
		padding: 13px 25px;
	}
	.default-wrapper {
		padding-top: 60px;
	}
	.default-wrapper .head-text-two {
		font-size: 35px;
	}
	.media {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 40px;
	}
	.media-body {
		margin-top: 20px;
	}
	.blog-details-para {
		font-size: 14px;
		line-height: 24px;
	}
	.custom-comment {
		padding: 55px 0 0px 0;
	}
	.queto-box {
		margin-top: 30px;
	}
	.queto-box p {
		font-size: 14px;
		line-height: 24px;
	}
	.textarea-info {
		height: 150px;
	}
	.input-info {
		font-size: 14px;
	}
	.blog-head {
		margin-top: 30px;
	}
	.blog-social {
		margin-top: 30px;
	}
	.custom-comment {
		padding: 0px 0 0px 0;
	}
	.media {
		margin-top: 30px;
	}
	.post-box .media {
		margin-top: 30px;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
	}
	.post-box .media-body {
		margin-top: 0;
	}
	.submit-btn {
		padding: 10px 35px;
		font-size: 14px;
		margin-top: 20px;
	}
	.form-item p {
		font-size: 14px;
	}
	.input-textarea {
		height: 145px;
	}
	.submit-new-btn {
		padding: 13px 25px;
		line-height: 16px;
		font-size: 14px;
	}
	.tab-box p br {
		display: none;
	}
	.tab-custom li a {
		font-size: 14px;
	}
	.tab-box h2 {
		font-size: 32px;
	}
	.tab-box {
		margin: 30px auto auto auto;
	}
	.tab-box p {
		line-height: 20px;
		font-size: 14px;
	}
	.tab-box li {
		font-size: 14px;
	}
}