@font-face {
	font-family: 'poppinsregular';
	src: url(fonts/poppins-regular-webfont.woff2) format("woff2"), url(fonts/poppins-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'MyriadPro-Light';
	src: url(fonts/MyriadPro-Light.otf) format("otf"), url(fonts/MyriadPro-Light.otf) format("otf")
}

@font-face {
	font-family: 'proxima_novasemibold';
	src: url(fonts/proximanova-semibold-webfont.woff2) format("woff2"), url(fonts/proximanova-semibold-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'nexa_boldregular';
	src: url(fonts/nexa_bold-webfont.woff2) format("woff2"), url(fonts/nexa_bold-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'proxima_novaregular';
	src: url(fonts/proximanova-regular-webfont.woff2) format("woff2"), url(fonts/proximanova-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'proxima_novalight';
	src: url(fonts/proximanova-light-webfont.woff2) format("woff2"), url(fonts/proximanova-light-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'poppinssemibold';
	src: url(fonts/poppins-semibold-webfont.woff2) format("woff2"), url(fonts/poppins-semibold-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'proxima_novabold';
	src: url(fonts/proximanova-bold_0-webfont.woff2) format("woff2"), url(fonts/proximanova-bold_0-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Graphik';
	src: url(fonts/Graphik-Black.woff2) format("woff2"), url(fonts/Graphik-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'FontAwesome';
	src: url(fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.container {
    width: 100%;
    max-width: 1200px;
}

@keyframes rotateMenu {
	0% {
		transform: rotateX(-90deg)
	}

	70% {
		transform: rotateX(20deg)
	}

	100% {
		transform: rotateX(0deg)
	}
}

.lf {
	background-color: #107fb4;
	width: 32%;
	height: 50px;
	float: left
}

.lf:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 48px solid transparent;
	border-top: 51px solid #107fb4;
	position: absolute;
	left: 32%
}

.lf-cont {
	position: absolute;
	left: 8%;
	padding-top: 15px
}

.rt {
	background-color: #013f7c;
	width: 64%;
	height: 50px;
	float: right
}

.rt:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 46px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 50px solid #013f7c;
	position: absolute;
	margin-left: -46px
}

.lf img {
	margin-right: 7px
}

.lf span {
	font-size: 14px;
	color: #fff;
	font-family: 'poppinsregular'
}

.rt-cont {
	position: absolute;
	right: 11%
}

.rt-cont ul {
	list-style: none
}

.rt-cont ul li {
	display: inline-block;
	border-left: 2px solid #4c607c;
	padding: 16px 20px 10px
}

.rt-cont ul li:last-child {
	border-right: 2px solid #4c607c
}

.rt-cont ul li i {
	color: #fff;
	font-size: 21px
}

.rt-cont ul li span {
	font-size: 14px;
	color: #fff;
	font-family: 'poppinsregular';
	padding-left: 10px
}

.rt-cont ul li a {
	text-decoration: none
}

.rt-cont ul li:hover i,
.rt-cont ul li:hover span {
	color: #107fb4
}

header .navbar {
	position: initial;
	/* float: left; */
	min-height: auto;
}

.navbar-toggler {
	display: none
}

.navbar-nav {
	list-style: none;
	padding-left: 0
}

.navbar-nav li {
	padding: 20px 15px;
	text-align: center;
	position: relative
}

.navbar-nav li a {
	font-size: 19px;
	color: #525252;
	font-weight: 600;
	text-decoration: none;
	font-family: 'proxima_novaregular';
		display: inline-block;
}

.navbar-nav li a:hover {
	color: #107fb4
}

.click-btn{
	display: inline-block;
	position: relative;
	right: 0;
	font-size: 15px;
}

header img {
	margin: 0;
	width: 300px
}

.navbar {
	padding-top: 0
}

.header-btn {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background-color: #013f7c;
	float: right;
	padding: 8px 15px 7px;
	margin-top: 0;
	transition: .3s ease-in;
	font-family: 'proxima_novaregular';
	border-radius: 8px;
	letter-spacing: 1px;
	margin-right: 0;
	width: max-content;
}

.header-btn:hover {
	background-color: #013f7c;
	color: #fff;
	text-decoration: none
}

.header-btn:hover i {
	/* background-color: #107fb4; */
}

.header-btn:hover i:after {
	border-top: 38px solid #107fb4
}

.header-btn i {
	/* background-color: #013f7c; */
	/* padding: 0; */
	margin-right: 2px;
	/* border-radius: 3px; */
	/* transition: .3s ease-in; */
	/* display: none; */
}

.header-btn i:after {
	content: "";
	border-left: 12px solid transparent;
	border-right: 0 solid transparent;
	border-top: 37px solid #013f7c;
	margin-left: -30px;
	margin-top: -11px;
	position: absolute;
	transition: .3s ease-in;
	display: none;
}

.navbar-nav>li.dropdown:hover .dropdown-menu {
	display: block
}

.navbar-nav>li.dropdown .dropdown-menu a.dropdown-item {
	margin-bottom: 12px;
	display: inline-block;
	font-family: 'proxima_novabold'
}

.navbar-nav>li>.dropdown-menu {
	border-top-left-radius: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	border-top-right-radius: 0;
	border: 0;
	box-shadow: none;
	position: absolute;
	top: 94px;
	border-bottom: 11px solid #107fb4;
	padding: 22px 50px
}

.navbar-nav>li>.dropdown-menu ul {
	list-style: none;
	padding-left: 0
}

.navbar-nav>li>.dropdown-menu ul li {
	text-align: left;
	height: auto;
	padding: 0;
	margin-bottom: 14px
}

.navbar-nav>li>.dropdown-menu ul li a {
	font-size: 18px
}

.navbar-nav>li>.dropdown-menu h6 {
	font-size: 25px;
	font-family: 'Graphik';
	color: #107fb4;
	border-bottom: 2px solid #107fb4;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 10px
}

.navbar-nav>li>.dropdown-menu h5 {
	font-size: 20px;
	font-family: 'Graphik';
	color: #013f7c;
	margin-bottom: 28px
}

.navbar {
	margin-bottom: 0 !important
}

#blog-carousel .slide img {
	width: auto !important;
	margin: auto
}

.carousel-inner>.item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000a1;
	top: 0;
	left: 0;
	z-index: 9
}

#myCarousel .item img {
	width: 100%;
	position: relative;
	height: 600px
}

#myCarousel .item .banner-content {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 433px;
	z-index: 99
}

#myCarousel .item .banner-content h4 {
	color: #fff;
	font-size: 27px;
	background-color: #107fb4;
	display: inline-block;
	padding: 9px 30px;
	font-family: 'proxima_novaregular';
	letter-spacing: 3px;
	border-radius: 8px
}

#myCarousel .item .banner-content h1 {
	color: #fff;
	font-size: 52px;
	font-family: 'nexa_boldregular'
}

#myCarousel .item .banner-content p {
	color: #fff;
	font-size: 21px;
	font-family: 'proxima_novaregular';
	text-align: center
}

#myCarousel .item .banner-content a.slider-btn {
	color: #fff;
	font-size: 17px;
	font-family: 'proxima_novaregular';
	background-color: #013f7c;
	padding: 12px 29px 8px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 17px;
	border-radius: 4px;
	transition: .3s ease-in
}

#myCarousel .item .banner-content a.slider-btn:hover {
	text-decoration: none;
	background-color: #013f7c
}

#myCarousel .item .banner-content a.slider-btn:hover i {
	background-color: #107fb4
}

#myCarousel .item .banner-content a.slider-btn:hover i:after {
	border-top: 45px solid #107fb4
}

#myCarousel .item .banner-content a.slider-btn i {
	background-color: #013f7c;
	padding: 15px 16px 15px 10px;
	margin-left: 27px;
	border-radius: 3px;
	transition: .3s ease-in;
	display: none
}

#myCarousel .item .banner-content a.slider-btn i:after {
	content: "";
	width: 19px;
	height: 30px;
	border-left: 17px solid transparent;
	border-right: 0 solid transparent;
	border-top: 45px solid #013f7c;
	margin-left: -39px;
	margin-top: -15px;
	position: absolute;
	transition: .3s ease-in
}

.carousel-control.right,
.carousel-control.left {
	background-image: none !important;
	z-index: 0
}

.carousel-indicators {
	display: none !important
}

.carousel-control {
	opacity: 1 !important
}

.below-slider {
	margin-top: -60px;
	padding-bottom: 60px;
	background: #013f7c
}

.pi-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 30px 25px 0;
	box-shadow: 0 1px 3px #888;
	transition: .6s;
	min-height: 207px;
}

.pi-box:hover {
	box-sizing: border-box;
	box-shadow: 2px 2px 12px 4px #17bff6
}

.pi-box:hover .pi-box-text h4 {
	color: #013f7c
}

.pi-box:hover .pi-box-icon {
	background-color: #fff
}

.pi-box:hover .pi-box-icon:after {
	border-top: 79px solid #107fb4
}

.pi-box-icon {
	float: left;
	background-color: #fff;
	padding: 0 11px 15px 21px;
	transition: .3s ease-in
}

.pi-box-icon:after {
	content: "";
	display: none;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 36px solid transparent;
	border-top: 79px solid #013f7c;
	position: absolute;
	margin-left: 10px;
	margin-top: -15px;
	transition: .3s ease-in
}

.pi-box-text {
	display: flow-root
}

.pi-box-text h4 {
	font-size: 21px;
	color: #013f7c;
	margin-top: 0;
	transition: .3s ease-in;
	padding-left: 0;
	font-family: 'proxima_novaregular';
	padding-top: 0
}

.pi-box-text p {
	font-size: 16px;
	font-family: 'proxima_novalight';
	color: #000;
	margin-bottom: 0
}

.about {
	padding-bottom: 70px;
	padding-top: 20px;
	background: #013f7c
}

.ab-left {
	position: relative
}

.ab-left img:first-child {
	float: left;
	max-width: 100%;
	border-radius: 15px
}

.ab-left .ab-left2 {
	position: absolute;
	left: 100%;
	top: 35%;
	background-color: #fff
}

.ab-left .ab-left2 img {
	border-top: 7px solid #fff;
	border-left: 12px solid #fff
}

a.about-btn {
	color: #fff;
	font-size: 17px;
	font-family: 'proxima_novasemibold';
	background-color: #107fb4;
	padding: 3px 6px 3px 55px;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 536px;
	transition: .3s ease-in;
	display: none
}

a.about-btn:hover {
	text-decoration: none;
	background-color: #013f7c;
	color: #fff
}

a.about-btn:hover i {
	background-color: #107fb4;
	color: #fff
}

a.about-btn:hover i:after {
	border-top: 45px solid #107fb4
}

a.about-btn i {
	background-color: #013f7c;
	padding: 15px 16px 15px 10px;
	margin-left: 69px;
	border-radius: 3px;
	transition: .3s ease-in
}

a.about-btn i:after {
	content: "";
	border-left: 17px solid transparent;
	border-right: 0 solid transparent;
	border-top: 47px solid #013f7c;
	margin-left: -40px;
	margin-top: -15px;
	position: absolute;
	transition: .3s ease-in
}

.ab-col1::before {
	content: '';
	background: url(../images/about-before.png);
	position: absolute;
	top: 0;
	left: -28%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	display: none
}

.ab-left2:after {
	content: "";
	border-left: 0 solid transparent;
	border-right: 106px solid transparent;
	border-bottom: 223px solid #013f7c;
	margin-left: -107px;
	margin-top: 0;
	position: absolute;
	transition: .3s ease-in
}

.ab-col1:hover .ab-left2:after {
	border-bottom: 220px solid #107fb4
}

.ab-right {
	padding-left: 25px
}

.ab-right h6 {
	font-family: 'proxima_novasemibold';
	font-size: 25px;
	color: #107fb4
}

.hl {
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	float: left;
	margin-top: 10px;
	margin-right: 8px
}

.ab-right h2 {
	font-family: 'nexa_boldregular';
	font-size: 36px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px
}

.ab-right p {
	font-family: 'proxima_novaregular';
	font-size: 16px;
	color: #fff;
	line-height: 1.6
}

.ar-yellow {
	background-color: #107fb4;
	float: left;
	border-radius: 50%;
	padding: 28px 29px 26px 22px;
	position: relative;
	margin-right: 27px;
	transition: .3s ease-in
}

.ar-yellow:hover {
	background-color: #013f7c
}

.ar-yellow:hover .ar-white {
	background-color: #107fb4
}

.ar-white {
	position: absolute;
	top: 0;
	background-color: #e7e6e5;
	border-radius: 50%;
	padding: 6px 7px 3px;
	left: 68%;
	font-family: 'proxima_novasemibold';
	font-size: 15px;
	color: #000;
	font-weight: 700;
	transition: .3s ease-in
}

.ar-md {
	margin-top: 40px;
	display: none
}

.ar-md-txt h5 {
	font-family: 'nexa_boldregular';
	font-size: 25px;
	color: #121212
}

.ar-bt {
	margin-top: 40px;
	display: none
}

.ar-bt-left {
	background-color: #feeada;
	float: left;
	border-bottom: 4px solid #107fb4;
	padding: 20px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px
}

.ar-bt-right {
	text-align: center;
	padding-top: 28px;
	float: left;
	margin-left: 26px
}

.ar-bt-right span {
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	color: #121313;
	font-weight: 700
}

.ar-bt-right p {
	font-size: 18px;
	margin-top: 8px
}

.ar-bt-right p a {
	color: #013f7c;
	font-weight: 700;
	text-decoration: none
}

.ar-bt-right p a:hover {
	color: #107fb4
}

.service {
	background-color: #013f7c;
	padding-top: 41px;
	padding-bottom: 60px
}

.serv-title {
	text-align: center;
	width: 211px;
	margin: 0 auto;
	position: relative
}

.service h6 {
	font-family: 'proxima_novasemibold';
	font-size: 24px;
	color: #107fb4
}

.service h6:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	margin-top: 10px;
	left: -10px
}

.service h6:after {
	content: "";
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	margin-top: 10px;
	right: -10px
}

.service h2 {
	font-family: 'nexa_boldregular';
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-top: 0
}

.serv-box1 {
	height: 360px;
	background-color: #fff;
	padding: 20px 20px 10px;
	margin-top: 30px;
	border-bottom: 6px solid #fff;
	transition: .3s ease-in;
	border-radius: 10px
}

.serv-box1:hover {
	background-color: #107fb4;
	border-bottom: 6px solid #013f7c
}

.serv-box1:hover h5,
.serv-box1:hover p {
	color: #fff
}

.serv-hd {
	display: none
}

.serv-box1:hover .serv-hd {
	display: block
}

.serv-box1:hover .serv-sh {
	display: none
}

.serv-square {
	background-color: #013f7c;
	color: #fff;
	position: absolute;
	right: 15px;
	display: none;
	font-size: 33px;
	padding: 6px 13px 0 11px;
	font-family: 'nexa_boldregular';
	height: 53px
}

.serv-square:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 53px solid #013f7c;
	position: absolute;
	margin-left: -33px;
	margin-top: -6px
}

.ser-det1 .ab1-left img {
	width: 100%;
	height: 500px;
}

.ser-det1 .ab1-left {
	margin-right: 0;
	margin-left: 50px;
	margin-bottom: 25px
}

.serv-box1 a:hover {
	text-decoration: none
}

.serv-box1 h5 {
	font-family: 'proxima_novasemibold';
	font-size: 21px;
	color: #000
}

.serv-box1 p {
	font-family: 'proxima_novalight';
	font-size: 15px;
	color: #707070;
	line-height: 23px
}

.work {
	background: url(../images/work-bg.jpg) no-repeat;
	padding-top: 40px;
	padding-bottom: 212px;
	background-size: cover
}

.work h6 {
	font-family: 'proxima_novasemibold';
	font-size: 24px;
	color: #107fb4;
	margin-left: 29px
}

.work h6:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	margin-top: 10px;
	left: 0
}

.work h2 {
	font-size: 36px;
	color: #fff;
	font-family: 'nexa_boldregular';
	width: 800px;
	line-height: 45px
}

.work-boxes {
	padding-bottom: 50px;
	background: #013f7c
}

.work-box {
	margin-top: -131px;
	background-color: #fff;
	text-align: center;
	height: auto;
	border-radius: 10px;
	border: 1px solid #a7a7a7;
	position: relative;
	padding: 0 20px;
	transition: .3s ease-in;
	min-height: 275px;
}

.work-box:hover {
	box-sizing: border-box
}

.work-box h5 {
	font-family: 'proxima_novasemibold';
	color: #013f7c;
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 6px
}

.h1,
h1,
.h2,
h2 {
	font-family: 'nexa_boldregular'
}

p {
	font-family: 'proxima_novalight';
	color: #4c4c4c;
	font-size: 16px
}

.wb-btn {
	color: #fff;
	font-size: 13px;
	font-family: 'proxima_novasemibold';
	background-color: #107fb4;
	padding: 2px 2px 2px 30px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 17px
}

.work-boxes2 .wb-btn {
	display: none
}

.work-box:hover h5 {
	color: #10bcf5
}

.work-box:hover .wb-btn {
	text-decoration: none;
	background-color: #013f7c
}

.work-box:hover .wb-btn i {
	background-color: #107fb4
}

.work-box:hover .wb-btn i:after {
	border-top: 33px solid #107fb4
}

.wb-btn i {
	background-color: #013f7c;
	padding: 10px 12px 10px 10px;
	margin-left: 27px;
	border-radius: 3px
}

.wb-btn:hover {
	color: #fff
}

.wb-btn i:after {
	content: "";
	border-left: 12px solid transparent;
	border-right: 0 solid transparent;
	border-top: 33px solid #013f7c;
	margin-left: -31px;
	margin-top: -10px;
	position: absolute
}

.work-box:hover img {
	margin: 0 auto;
	margin-top: 50px
}

.work-box:hover .wb-hd {
	display: block;
	margin-top: 28px
}

.work-box:hover .wb-sh {
	display: none
}

.wb-hd {
	display: none;
	margin-top: 50px
}

.wb-blue {
	background-color: #013f7c;
	color: #fff;
	font-size: 18px;
	font-family: 'poppinssemibold';
	margin: 0 auto;
	width: 44px;
	padding: 8px 0 3px 6px;
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	display: none
}

.wb-blue:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	border-top: 37px solid #013f7c;
	position: absolute;
	left: 44px;
	top: 0
}

.mainpmodal .modal-dialog {
	margin: 28px 10px 10px
}

.service-detail h3 {
	line-height: 31px
}

.work-box img {
	margin-top: 28px;
	filter: brightness(0)
}

.testimonial {
	padding-bottom: 60px;
	padding-top: 40px;
	background: url(../images/testimonial-bg.jpg) no-repeat;
	background-size: cover
}

.test-box {
	position: relative;
	text-align: center;
	border: 2px solid #013f7c;
	border-radius: 5px;
	padding: 52px 90px 25px
}

.test-box h5 {
	color: #fff;
	font-size: 22px;
	font-family: 'nexa_boldregular';
	margin-bottom: 5px
}

#testimonial-carousel .test-box span {
	color: #107fb4;
	font-size: 16px;
	font-family: 'nexa_boldregular';
	top: 0
}

.test-box p {
	color: #fff;
	font-size: 16px;
	font-family: 'proxima_novaregular';
	line-height: 34px;
	margin-top: 12px
}

.test-box ul {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding-left: 0;
	margin-top: 24px
}

.test-box ul li {
	float: left;
	padding-left: 2px
}

.test-box ul li i {
	color: #107fb4;
	font-size: 18px
}

.test-img-b {
	position: absolute;
	border-radius: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px
}

.test-img-b img {
	border-radius: 50%;
	border: 4px solid #107fb4;
	width: auto !important;
	margin: 0 auto
}

.testimonial h6 {
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	color: #107fb4
}

.testimonial h6:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	margin-top: 10px;
	left: -10px
}

.testimonial h6:after {
	content: "";
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	margin-top: 10px;
	right: -10px
}

.testimonial h2 {
	font-family: 'nexa_boldregular';
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px
}

.ab1-left.aldsk {
	display: block
}

.ab1-left.almob {
	display: none
}

.bb-img {
	position: relative;
	z-index: 7
}

.blog.blog1 .blog-box {
	position: initial;
	z-index: 7
}

.blog {
	padding-top: 60px;
	padding-bottom: 59px
}

.blog1 {
	padding-bottom: 60px
}

.blog.blog1 .blog-cont {
	position: relative
}

.blog h6 {
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	color: #107fb4
}

.blog h6:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	margin-top: 10px;
	left: -6px
}

.blog h6:after {
	content: "";
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #107fb4;
	margin-top: 10px;
	right: -6px
}

.blog h2 {
	font-family: 'nexa_boldregular';
	font-size: 36px;
	color: #013f7c;
	text-align: center;
	margin-top: 0;
	margin-bottom: 41px
}

.serv-title1 {
	text-align: center;
	width: 210px;
	margin: 0 auto;
	position: relative
}

.blog-box {
	position: relative;
	z-index: 7
}

.blog-box:hover .blog-cont {
	border-bottom: 6px solid #013f7c
}

.blog-box img {
	width: 100%;
	position: relative;
height: 250px;
    object-fit: cover;
}

.blog-cont {
	border: 1px solid #c3c3c3;
	border-bottom: 6px solid #c3c3c3;
	padding: 32px 25px 16px;
	margin: -29px 8px 0;
	background-color: #fff;
	position: absolute;
	z-index: 9;
    margin-bottom: 28px;
}

.blog-cont ul {
	list-style: none;
	padding-left: 0;
	display: flex;
}

.blog-cont ul li {
	float: left;
	padding-right: 17px
}

.blog-cont ul li img {
	border-radius: 50%;
	width: auto !important;
	float: left;
	margin-top: -6px;
	height: auto;
}

.blog-cont ul li span {
	font-style: italic;
	padding-left: 4px;
	font-family: 'proxima_novaregular';
	color: #b5b3b3;
	font-size: 17PX
}

.blog-cont ul li i {
	color: #013f7c;
	font-size: 16PX;
	float: left
}

.blog-cont h5 {
	color: #161616;
	font-size: 22PX;
	font-family: 'nexa_boldregular';
	display: inline-block;
	line-height: 29px;
	margin-top: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.orang {
	background-color: #107fb4;
	position:relative;
	top: 200px;
	z-index: 999;
	right: 0;
	padding: 5px 8px 5px 5px;
	height: 34px
}

.orang i {
	color: #fff;
	padding-right: 8px
}

.orang span {
	font-family: 'proxima_novasemibold';
	color: #fff;
	font-size: 17PX
}

.orang:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 34px solid #107fb4;
	position: absolute;
	margin-left: -23px;
	margin-top: -5px
}

.blog-box:hover .orang {
	background-color: #013f7c
}

.blog-box:hover .orang:before {
	border-bottom: 34px solid #013f7c
}

.overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #013f7c
}

.blog-box:hover .overlay1 {
	opacity: .5
}

.h-contact {
	width: 100%;
	display: flex;
	background: #107fb4
}

.h-c-left {
	background-color: #107fb4;
	width: 65%;
	float: left;
	padding: 29px 0 29px 198px;
	position: relative
}

.h-c-left:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 48px solid transparent;
	border-top: 158px solid #107fb4;
	position: absolute;
	top: 0;
	right: -48px;
	display: none
}

.h-c-right {
	background-color: #107fb4;
	float: right;
	width: 36%;
	padding: 29px 0;
	position: relative
}

.h-c-right:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 46px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 157px solid #013f7c;
	position: absolute;
	margin-left: -46px;
	top: 0;
	display: none
}

.hc-in {
	float: left
}

.hc-in p {
	color: #fff;
	font-size: 17px;
	font-family: 'proxima_novasemibold'
}

.hc-in h6 {
	color: #fff;
	font-size: 15PX;
	font-family: 'proxima_novasemibold'
}

.hc-in a {
	color: #fff;
	font-size: 16px;
}

.hc-in a:hover {
	color: #fff;
	text-decoration: none
}

.hc-in p .hc-in p .hc-in1 a:hover {
	color: #013f7c;
	text-decoration: none
}

.hc-in i {
	color: #fff;
	font-size: 20PX
}

.hc-in:first-child {
	width: 312px
}

.hc-in1 h6 {
	color: #fff;
	font-size: 15PX;
	font-family: 'proxima_novasemibold'
}

.hc-in1 a {
	color: #fff;
	font-size: 22PX;
	font-family: 'proxima_novabold'
}

.hc-in1 i {
	color: #fff;
	font-size: 22PX
}

.hc-in1 {
	margin-left: 50px
}

.hc-blue {
	float: left;
	background-color: #013f7c;
	width: 52px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	position: relative;
	border-radius: 6px
}

.hc-white {
	float: left;
	background-color: #013f7c;
	width: 52px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	position: relative;
	border-radius: 6px
}

.hc-in-cont {
	margin-left: 67px;
	margin-top: 11px
}

.hc-in1-cont {
	margin-left: 85px;
	padding-top: 11px
}

.hc-in:first-child {
	margin-right: 94px
}

.pagination {
	display: none
}

footer {
	background-color: #013f7c;
	padding-top: 60px;
	padding-bottom: 0px;
}

.footer-in {
}

.footer-in img {
	margin-bottom: 23px;
	width: 300px
}

.footer-in p {
	color: #fff;
	font-size: 16PX;
	font-family: 'proxima_novaregular';
	line-height: 1.7
}

.footer-in ul {
	list-style: none;
	padding-left: 0;
	margin-top: 25px
}

.footer-in ul li {
	float: left;
	width: 39px;
	height: 41px;
	background-color: #107fb4;
	padding-top: 10px;
	text-align: center;
	margin-right: 10px;
	transition: .3s ease-in;
	border-radius: 4px
}

.footer-in ul li:hover {
	background-color: #013f7c
}

.footer-in ul li a i {
	font-size: 22px;
	color: #fff
}

.footer-in1 h6 {
	font-size: 24px;
	color: #107fb4;
	font-family: 'nexa_boldregular';
	margin-bottom: 18px
}

.ft-ht {
	width: 37px;
	height: 3px;
	background-color: #107fb4
}

.footer-in1 {
	float: left;
/* 	margin-left: 100px */
}

.footer-in1 ul {
	padding-left: 0;
	margin-top: 21px
}

.footer-in1 ul li {
	padding-left: 14px;
	margin-bottom: 10px;
	list-style: url(../images/fm-ar.png) no-repeat;
	margin-left: 18px;
}

.footer-in1 ul li:hover a {
	color: #000;
	text-decoration: none
}

.footer-in1 ul li a {
	font-size: 19px;
	color: #fff;
	font-family: 'proxima_novasemibold'
}

.bottom {
	background-color: #013f7c;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 15px;
	border-top: 1px solid #fff;
}

.bottom p {
	font-size: 16px;
	color: #fff;
	font-family: 'proxima_novaregular';
	text-align: center
}

.bottom p a {
	color: #fff
}

.bottom p a:hover {
	color: #fff;
	text-decoration: none
}

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all .3s ease-in-out
}

.owl-nav button.owl-prev {
	left: -31px
}

.owl-nav button.owl-next {
	right: -31px
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px
}

.owl-dots button.owl-dot.active {
	background-color: #000
}

.owl-dots button.owl-dot:focus {
	outline: none
}

#ser-slider .owl-dots .owl-dot {
	background-color: #013f7c;
	border: 2px solid #fff;
	margin: 0 8px
}

#ser-slider .owl-dots .owl-dot span {
	width: auto;
	height: auto;
	margin: 0
}

#ser-slider .owl-dots .owl-dot.active {
	background-color: #fff;
}

#blog-carousel .owl-nav button {
	position: absolute;
	top: 20%;
	color: #107fb4
}

#testimonial-carousel .item .test-box {
	margin-left: 80px;
	margin-right: 80px
}

#testimonial-carousel .owl-nav button.owl-prev {
	left: 50px
}

#testimonial-carousel .owl-nav button.owl-next {
	right: 50px
}

#testimonial-carousel .owl-nav button {
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	background-color: #013f7c;
	color: #fff;
	padding: 0 24px 0 22px !important;
	border-radius: 50%
}

#testimonial-carousel .owl-nav button:hover {
	background-color: #013f7c
}

#blog-carousel .owl-nav button span {
	font-size: 50px;
	position: relative;
	top: -5px
}

.owl-nav button:focus {
	outline: none
}

.testimonial .owl-carousel .owl-stage-outer {
	padding-top: 50px !important;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

#testimonial-carousel span {
	font-size: 40px;
	top: 0
}

.inner-banner img {
	width: 100%
}

.contact-page {
	padding-top: 60px;
	padding-bottom: 60px
}

.cp-content-box {
	background-color: #f4f1f1;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	/* height: 200px; */
width: 100%;
    margin: auto;
}

.cp-content-box h6 {
	font-size: 26px;
	font-family: 'proxima_novabold';
	color: #013f7c;
	margin-top: 12px
}

.cp-content-box a {
	font-size: 16px;
	font-family: 'proxima_novasemibold';
	color: #013f7c;
	margin-top: 0;
	word-break: break-all;
}

.cp-content-box a:hover {
	text-decoration: none;
	color: #107fb4
}

.ci {
	background-color: #107fb4;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	/* padding-top: 28px; */
	margin: 10px auto;
	display: grid;
	place-content: center;
}

.ci:hover {
	background-color: #013f7c
}

.ci i {
	color: #fff;
	font-size: 22px;
}

.form-box {
	background-color: #f4f1f1;
	padding: 43px;
	border-radius: 10px
}

.form-box h6 {
	font-size: 16px;
	font-family: 'proxima_novasemibold';
	color: #107fb4;
	margin-top: 0
}

.form-box h2 {
	font-size: 26px;
	font-family: 'proxima_novabold';
	color: #013f7c;
	margin-top: 10px;
	margin-bottom: 20px;
}

.cp-form input {
	width: 100%;
	background-color: #fff;
	outline: 0;
	height: 40px;
	border-radius: 3px;
	border: 0;
	padding-left: 11px;
	margin-bottom: 20px;
	font-family: 'proxima_novasemibold'
}

.cp-form input::placeholder {
	color: #515151
}

.cp-form select option::placeholder {
	color: green !important
}

.cp-form textarea::placeholder {
	color: #515151
}

.cp-form select {
	width: 100%;
	background-color: #fff;
	outline: 0;
	border: 0;
	margin-bottom: 20px;
	height: 40px;
	padding-left: 6px;
	font-family: 'proxima_novasemibold'
}

.cp-form textarea {
	width: 100%;
	background-color: #fff;
	outline: 0;
	height: 111px;
	border: 0;
	padding-top: 10px;
	padding-left: 12px;
	font-family: 'proxima_novasemibold'
}

.form-box .btn {
	background-color: #013f7c;
	color: #fff;
	outline: 0;
	border: 0;
	padding: 10px 22px 11px;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 15px;
	border-radius: 3px;
	width: auto;
}

.form-box .btn:hover {
	background-color: #107fb4
}

.mrg1 {
	margin-top: 50px
}

.mrg1 img {
	width: 100%
}

.about-page1 {
	padding-top: 60px;
	padding-bottom: 60px
}

.ab1-left {
	position: relative;
	display: inline-block;
	/* float: left; */
	border-radius: 15px;
	overflow: hidden;
}

.ab1-left img {
	width: 100%;
}

.exp {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #013f7c;
	color: #fff;
	text-align: center;
	padding: 17px 26px 12px 24px
}

.exp:hover {
	background-color: #107fb4
}

.exp h2 {
	font-size: 37px;
	font-family: 'proxima_novasemibold';
	margin-top: 0
}

.exp h6 {
	font-family: 'proxima_novaregular';
	font-size: 18px;
	width: 100px;
	line-height: 25px
}

.ab1-head {
	border-left: 3px solid #013f7c;
	padding-left: 16px;
	/*margin-bottom: 30px*/
}

.ab1-head h6 {
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	color: #013f7c
}

.ab1-head h2 {
	font-family: 'nexa_boldregular';
	font-size: 36px;
	color: #107fb4;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 44px
}

.ab1-right ul {
	padding-left: 20px;
	/* display: inline-block; */
	/* vertical-align: top; */
}

.ab1-right ul li {
	margin-bottom: 17px;
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151
}

.ab1-head h2 span {
	color: #013f7c
}

.ab1-right {
	padding-left: 0
}

.ab1-right p {
	font-family: 'proxima_novaregular';
	font-size: 16px;
	color: #515151;
	margin-top: 23px
}

.ab-rt-dv1 img {
	margin-right: 12px
}

.ab-rt-dv1 h6 {
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	color: #515151;
	margin-top: 8px;
	display: inline-block
}

.ab-rt-dv1 {
	margin-top: 22px;
	display: none
}

.abrt-q {
	border-top: 1px solid #a4b6c0;
	margin-top: 30px;
	padding-top: 30px;
	display: none
}

.ab-quote i {
	font-size: 47px;
	color: #013f7c
}

.ab-quote {
	background-color: #f38632;
	float: left;
	padding: 17px 18px 10px
}

.ab-quote:hover {
	background-color: #013f7c
}

.ab-quote:hover i {
	color: #f38632
}

.ab-quote-t {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	box-shadow: 5px 0 15px #000;
	padding: 14px 20px 12px 107px
}

.aboutpage-sec1 {
	background-color: #013f7c;
	padding-top: 47px;
	padding-top: 60px;
	padding-bottom: 70px;
	margin-bottom: 30px
}

.aps1-head {
	border-left: 3px solid #107fb4;
	padding-left: 16px;
	margin-bottom: 23px
}

.aps1-head h6 {
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	color: #107fb4
}

.aps1-head h2 {
	font-family: 'nexa_boldregular';
	font-size: 36px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 51px
}

.aps1-head h2 span {
	color: #107fb4
}

.aboutpage-sec1 p {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #fff
}

.serv-box2 p {
	color: #707070
}

.serv-box2:hover {
	border-bottom: 0
}

.serv-box2 {
	border-bottom: 0;
	height: 278px
}

.exp1 {
	left: 0;
	right: auto
}

.exp1 h6 {
	width: auto
}

.ab1-right1 {
	padding-left: 0
}

.ab1-right1 ul {
	list-style: none;
	padding-left: 0
}

.ab1-right1 ul li {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	list-style: disc;
	margin-bottom: 4px;
	margin-left: 20px
}

.service-detail {
	padding-bottom: 50px
}

.service-detail h1 {
	font-size: 40px;
	color: #013f7c;
	font-family: 'nexa_boldregular';
}

.service-detail ul {
	list-style: none;
	padding-left: 0
}

.service-detail ul li {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	padding-left: 15px;
	margin-bottom: 16px;
	list-style: url(../images/fm-ar.png) no-repeat;
	margin-left: 21px
}

.service-detail p {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	margin-bottom: 20px
}

#button {
	display: inline-block;
	background-color: #107fb4;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff
}

#button:hover {
	cursor: pointer;
	background-color: #000;
	text-decoration: none
}

#button:active {
	background-color: #000
}

#button.show {
	opacity: 1;
	visibility: visible
}

.services-btn {
	color: #fff;
	font-size: 18px;
	font-family: 'proxima_novasemibold';
	background-color: #000;
	padding: 12px 29px 8px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 4px;
	transition: .3s ease-in
}

.services-btn:hover {
	background-color: #107fb4;
	color: #fff;
	text-decoration: none
}

.services-btn i {
	background-color: #107fb4;
	padding: 15px 16px 15px 10px;
	margin-left: 27px;
	border-radius: 3px;
	transition: .3s ease-in;
	display: none
}

.services-btn:hover i {
	background-color: #107fb4
}

.services-btn i:after {
	content: "";
	width: 19px;
	height: 30px;
	border-left: 17px solid transparent;
	border-right: 0 solid transparent;
	border-top: 45px solid #013f7c;
	margin-left: -39px;
	margin-top: -15px;
	position: absolute;
	transition: .3s ease-in
}

.services-btn:hover i:after {
	border-top: 45px solid #107fb4
}

.tc {
	text-align: center
}

.service-listing {
	padding-top: 50px
}

.service-listing1 {
	padding-top: 30px;
	padding-bottom: 60px;
}

.work-box1 h5 {
	margin-top: 30px
}

.work-box1 {
	margin-top: 30px;
	height: 300px
}

.blog-detail {
	padding: 60px 0
}

.blg-left img {
	height: 400px;
	width: 100%;
	margin-bottom: 20px
}

.blog-detail p {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	margin-bottom: 20px;
	text-align: justify
}

.blog-detail h2 {
	font-family: 'nexa_boldregular';
	font-size: 36px;
	color: #013f7c;
	margin-top: 0;
	margin-bottom: 22px
}

.bdpad ul {
	list-style: none;
	padding-left: 0
}

.bdpad ul li {
	float: left;
	padding-right: 29px
}

.bdpad ul li i {
	color: #107fb4;
	font-size: 17px;
	padding-right: 4px
}

.bdpad ul li span {
	font-family: 'proxima_novasemibold';
	font-size: 15px;
	color: #000
}

.bdpad {
	padding-bottom: 30px
}

.blg-right {
	border: 1px solid #e5e5e5;
	padding: 20px
}

.blg-right h5 {
	font-family: 'proxima_novaregular';
	font-size: 29px;
	color: #013f7c;
	margin-top: 0;
	margin-bottom: 25px
}

.blg-right ul {
	list-style: none;
	padding-left: 0
}

.blg-right ul li {
	display: flex;
	border-bottom: 1px dashed #e5e5e5;
	padding: 17px 0
}

.blg-right ul li img {
	width: 57px;
	float: left;
	margin-right: 10px
}

.blg-right ul li span {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blg-right ul li a:hover {
	text-decoration: none
}



@keyframes slidetop {
	from {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}
}

ul.pagination .page-numbers {
	background-color: #927151;
	display: inline-block;
	vertical-align: top;
	padding: 8px 15px;
	margin: 30px 2px 0;
	color: #fff;
	transition: .6s;
	-webkit-transition: .6s
}

ul.pagination .page-numbers.current,
ul.pagination .page-numbers:hover {
	background-color: #000
}

.sd-breadcrumb li {
	background: none !important;
	float: left;
	padding-left: 0 !important
}

.sd-breadcrumb li:nth-child(1) i {
	font-size: 22px;
	color: #013f7c;
	padding-top: 6px
}

.sd-breadcrumb li:nth-child(2) {
	padding-left: 6px !important;
	padding-right: 6px !important
}

.sd-breadcrumb li:nth-child(2) a {
	color: #013f7c
}

.sd-breadcrumb li:nth-child(4) {
	padding-left: 6px !important;
	padding-right: 6px !important
}

.sd-breadcrumb li:nth-child(4) a {
	color: #013f7c
}

.sd-breadcrumb li:nth-child(6) {
	padding-left: 6px !important
}

.sd-breadcrumb li:nth-child(6) span {
	color: #013f7c;
	font-family: 'proxima_novabold'
}

.sd-breadcrumb li a,
.sd-breadcrumb li span {
	font-size: 22px
}

.sd-breadcrumb li a:hover {
	text-decoration: none;
	color: #107fb4
}

.ab1-head h6 {
	display: inline-block
}

.ab1-head {
	display: inline-block;
	margin-top: 0;
	line-height: auto
}

.navbar-nav li.menu-item-has-children .dropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 99;
	left: 20px;
	top: 56px;
	border-radius: 4px;
	border-bottom: 2px solid #107fb4;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 4px 1px #eee;
	border-radius: -5px;
	min-width: 300px;
	padding: 15px
}

.navbar-nav li.menu-item-has-children .dropdown li {
	padding-left: 0;
	padding-right: 0
}

.navbar-nav li.menu-item-has-children .dropdown li a {
	padding-left: 0;
	padding-right: 0
}

.navbar-nav li.menu-item-has-children .dropdown li .dropdown {
	display: none;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	height: auto;
	border-radius: 0;
	border-radius: 4px;
	border-bottom: 11px solid #107fb4;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown {
	display: block;
	position: absolute;
	top: 58px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown {
	display: block;
	position: initial;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	height: auto;
	margin-right: 74px;
	border-radius: 0;
	border-bottom: 0 solid #107fb4
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li {
	height: auto;
	padding-bottom: 0 !important
}

.navbar-nav li.menu-item-has-children .dropdown li {
	text-align: left
}

.navbar-nav li.menu-item-has-children:hover .dropdown {
	display: block
}

.navbar-nav li.menu-item-has-children:hover .dropdown li {
	position: initial
}

.navbar-nav li.menu-item-has-children .dropdown {
	list-style: none
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li {
	float: left;
	position: relative;
	width: 363px
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li:nth-child(3) {
	height: 324px
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li {
	padding-left: 0
}

.navbar-nav li.menu-item-has-children .dropdown li {
	padding: 5px 0
}

.navbar-nav li.menu-item-has-children .dropdown li a {
	font-size: 19px;
	text-decoration: none;
	font-family: 'proxima_novaregular'
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li {
	border-bottom: 0 solid #107fb4
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li a {
	font-size: 20px;
	font-family: 'Graphik';
	color: #1d1d1d !important;
	margin-bottom: 28px
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li {
	margin-bottom: 12px;
	float: initial
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li a {
	font-size: 18px;
	color: #525252;
	text-decoration: none;
	font-family: 'proxima_novabold'
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li a:hover {
	color: #107fb4
}

.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li {
	float: left !important;
	width: 43% !important
}

.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li a {
	font-size: 18px !important;
	color: #1d1d1d !important;
	text-decoration: none !important;
	font-family: 'proxima_novabold' !important
}

.navbar-nav li.menu-item-has-children:hover .dropdown li.forth-drop .dropdown li:nth-child(3) {
	height: auto
}

.navbar-collapse {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.commentlist {
	background-color: #f4f1f1;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 3px
}

.form-comment .submit {
	border: 0;
	background-color: #013f7c;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 17px 5px;
	border-radius: 4px;
	font-family: 'proxima_novasemibold';
	width: auto
}

.form-comment .submit:hover {
	background-color: #107fb4;
	color: #000
}

.reply a {
	background-color: #013f7c;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 17px 5px;
	border-radius: 4px;
	font-family: 'proxima_novasemibold';
	font-size: 17px
}

.reply a:hover {
	background-color: #107fb4;
	color: #000;
	text-decoration: none
}

.fn a {
	font-family: 'proxima_novasemibold';
	color: #515151
}

.fn a:hover {
	text-decoration: none
}

#comments {
	margin-bottom: 20px
}

.comment-respond {
	background-color: #f4f1f1;
	padding: 15px 30px;
	border-radius: 3px
}

.comment-respond textarea {
	width: 100%;
	border: 0;
	border-radius: 3px;
	height: 140px;
	outline: 0
}

.comment-respond input {
	width: 100%;
	border: 0;
	border-radius: 3px;
	height: 40px;
	outline: 0
}

#reply-title {
	font-size: 30px;
	font-family: 'proxima_novabold';
	color: #013f7c;
	margin-top: 10px;
	margin-bottom: 16px
}

.comment-respond label {
	margin-bottom: 6px
}

.comment-form-cookies-consent input[type=checkbox] {
	width: auto;
	float: left;
	margin-right: 10px
}

.comment-form-cookies-consent label {
	display: initial;
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	font-weight: 400
}

.mainpbtn {
	position: fixed;
	top: 283px;
	right: -57px;
	transform: rotate(-90deg);
	z-index: 9999;
	font-family: 'proxima_novabold';
	font-size: 15px !important;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #107fb4 !important;
	border: 0 !important;
	width: 147px;
	padding-left: 8px !important;
	padding-bottom: 4px !important;
	height: 34px;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.mainpbtn:hover {
	background-color: #013f7c !important
}

.mainpbtn:focus {
	outline: 0 auto -webkit-focus-ring-color !important
}

.mainpbtn i {
	font-size: 18px
}

.mainpmodal {
	left: 0;
	top: 37px;
	right: 0;
	width: 463px;
	margin: 0 auto
}

.mainpmodal .modal-dialog {
	width: auto
}

.mainpmodal .modal-content {
	background-color: #107fb4;
	box-shadow: none
}

.mainpmodal .modal-header {
	padding: 0;
	border-bottom: 0 solid #e5e5e5
}

.mainpmodal .modal-header .close {
	background-color: #013f7c;
	opacity: 1;
	color: #fff;
	border-radius: 50%;
	padding: 6px 10px;
	margin-top: -13px;
	margin-right: -4px
}

.mainpmodal .modal-header .close:hover {
	background-color: #000
}

.mainpmodal .modal-body {
	padding: 7px 20px 28px
}

.mainpmodal h5 {
	font-size: 30px;
	font-family: 'proxima_novabold';
	color: #fff;
	margin-top: 0;
	margin-bottom: 19px
}

.mainpmodal select {
	width: 100%;
	border: 0;
	height: 47px;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 13px;
	font-family: 'proxima_novaregular';
	font-size: 18px;
	color: #000;
	padding-left: 13px
}

.mainpmodal select:focus-visible {
	outline: 0 !important
}

.mainpmodal select option {
	width: 100%;
	background-color: #fff;
	font-family: 'proxima_novaregular';
	font-size: 18px;
	color: #000
}

.mainpmodal input {
	width: 100%;
	border: 0;
	height: 47px;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 13px;
	padding-left: 13px;
	font-family: 'proxima_novaregular'
}

.mainpmodal input:focus-visible {
	outline: 0 !important
}

.mainpmodal input::placeholder {
	font-family: 'proxima_novaregular';
	font-size: 18px;
	color: #000 !important
}

.mainpmodal textarea {
	width: 100%;
	border: 0;
	border-radius: 3px;
	height: 80px;
	background-color: #fff;
	margin-bottom: 7px;
	padding-left: 13px;
	padding-top: 13px;
	font-family: 'proxima_novaregular'
}

.mainpmodal textarea:focus-visible {
	outline: 0 !important
}

.mainpmodal textarea::placeholder {
	font-family: 'proxima_novaregular';
	font-size: 18px;
	color: #000 !important
}

.mainpmodal .mainpbtnin {
	border: 0;
	background-color: #013f7c;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 17px 5px;
	border-radius: 4px;
	font-family: 'proxima_novasemibold';
	width: auto;
	font-size: 17px;
	margin-top: 12px
}

.mainpmodal .mainpbtnin:hover {
	background-color: #000
}

.serv-box1 h5 a {
	color: #000;
	margin-bottom: 10px;
	display: block
}

.serv-box1:hover h5 a {
	color: #fff
}

.mn-line {
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 5px 5px;
}

.inner-banner img {
	height: 300px;
	object-fit: cover
}

.inner-banner {
    position: relative;
    z-index: 9;
}

.inner-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: 9;
}

header#myHeader .col-md-12 {
	display: flex;
	justify-content: space-between;
	align-items: center
}

	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		background-color: #fff;
		animation: slidetop 1s ease-in-out backwards
	}

.sticky img {
	width: 185px
}

.founder {
	padding: 50px 0;
	background: #013f7c
}

.founder-text h6 {
	color: #fff
}

.founder-text .ab1-head {
	border-color: #fff;
	margin-bottom: 30px;
}

.founder-img img {
	width: 91%;
    border-radius: 15px;
    /* height: 330px; */
    object-fit: cover;
    object-position: top;
}

.founder-img {
	    text-align: right;
    width: 40%;
    float: right;
   border-bottom: 10px solid #ffffff3b;
}

.founder-text p {
	color: #fff
}

.founder-1 .row:nth-child(even) {
	/* display: flex; */
	/* flex-direction: row-reverse; */
}

.founder-1 .row:nth-child(even) .founder-img {
	text-align: left;
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

/*.founder-1 .row:nth-child(even) .founder-text {*/
/*	text-align: right;*/
/*}*/

/*.founder-1 .row:nth-child(even) .founder-text .ab1-head {*/
/*	border-left: inherit;*/
/*	border-right: 3px solid #fff;*/
/*	padding-right: 15px;*/
/*	margin-bottom: 30px;*/
/*}*/

.founder-1 .row {
margin-bottom: 45px;
    margin-right: inherit;
    margin-left: inherit;
}

.blog-detail li {
	font-family: 'proxima_novaregular';
	font-size: 17px;
	color: #515151;
	margin-bottom: 8px;
	text-align: justify
}

.top {
	display: none
}

header#myHeader {
	padding: 15px 0
}

.pi-box.Abox3 {
	border-radius: 10px
}

.pi-box.Abox {
	border-radius: 10px
}

.city {
	padding: 5px 19px;
	display: inline-block;
	border-left: 10px solid #10bcf5;
	background-color: #fff;
	padding: 1px 14px;
	margin: 28px 5px;
	    display: flex;
    align-items: center;
}

.we {
	width: 35%;
	float: left
}

input[type=submit] {
	background-color: #009dff;
	border: none;
	color: #fff;
	padding: 10px 24px;
	text-decoration: none;
	margin: 13px 12px;
	cursor: pointer
}

h4 {
	font-size: 30px;
	margin: 0;
	padding: 10px;
	color: #012f83
}

.city h2 {
	color: #10bcf5;
	font-size: 16px;
	margin: 0 0 10px;
	font-family: 'proxima_novaregular';
	letter-spacing: .5px
}

/*.style {*/
/*	width: 35%;*/
/*	float: left*/
/*}*/

.ta {
	margin: 26px 0
}

.tata {
	text-align: left;
	cursor: pointer;
	transition: .3s;
	font-size: 10px;
	width: 100%;
	padding: 14px;
	border: 1px solid #107fb4;
	border-radius: 4px;
	box-shadow: 1px 1px #107fb4
}

.triangle-right:hover {
	display: block
}

.Features .style p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	color: #686868;
	line-height: 1.3;
	padding: 0;
	word-spacing: 3px;
	margin-left: 10px;
	text-align: left
}

.Features h4 {
	font-size: 25px;
	margin: 0;
	padding: 10px;
	color: #013f7c;
	font-family: 'proxima_novasemibold'
}

.tab button:hover h3 {
	color: #0092dd
}

.tab button:hover p {
	color: #eee
}

.tata:hover h4 {
	color: #fff
}

.tata:hover .triangle-right {
	display: block
}

.tata:hover h4,
.tata:hover p {
	color: #fff
}

.tab button:hover input {
	background: #fff;
	color: #009dff
}

.tata:hover {
	background-color: #10bcf5;
	border-color: #10bcf5;
	box-shadow: 5px 5px #888
}

.tab button:hover {
	background-color: #012f83
}

.tab button.active {
	background-color: #fff
}

.tabcontent {
	display: none;
	border: 1px solid #ccc;
	border-top: none
}

.Features .city p {
	font-family: 'proxima_novalight';
	font-size: 16px;
	color: #474646;
	line-height: 1.6;
	padding: 0;
	word-spacing: 3px;
	margin: 0 8px;
	text-align: left
}

section.Features {
	background-color: #fff;
	padding-top: 41px;
	padding-bottom: 60px
}

.city h1 {
	color: #013f7c;
	font-size: 44px;
	margin: 20px 0;
	line-height: 1;
	font-family: 'nexa_boldregular'
}

.cup {
	display: inline-block;
	width: 100%
}

.img-sign {
	margin-left: 0;
	width: 100%;
	/* float: left; */
	height: 295px;
	border-radius: 8px
}

/*.footer-in2 ul li {*/
/*	width: 44%;*/
/*	float: left*/
/*}*/

.footer-in1.footer-in2 {
}

.serv-item {
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 0 4px 1px #ccc;
	padding-bottom: 15px;
	margin: 30px 10px;
	transition: .3s ease-in
}

.serv-item h4 {
	font-family: 'proxima_novasemibold';
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	padding: 20px 15px 15px
}

.serv-item .img-box img {
	max-width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 5px
}

.serv-item p {
    margin: 20px;
    font-family: 'proxima_novalight';
    font-size: 16px;
    color: #575757;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cs-btn .btn {
	background-color: #013f7c;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'proxima_novalight';
	padding: 8px 25px
}

.img-box {
	overflow: hidden;
	padding: 0 20px
}

.img-box img {
	transition: .6s
}

.serv-item:hover {
	box-sizing: border-box;
	box-shadow: 2px 2px 12px 4px #10bcf5
}

.serv-item:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.serv-item:hover .cs-btn .btn {
	background-color: #107fb4
}

.quform-element.form-group label {
	font-family: 'nexa_boldregular';
	font-size: 17px
}

.quform-input .form-control {
	font-size: 15px;
	height: auto;
	box-shadow: none;
	padding: 10px 15px
}

.quform-submit-inner .services-btn {
	margin-top: 0
}

.fs {
	padding-top: 60px;
	padding-bottom: 60px
}

.bg {
	background-color: #f1f1f1
}

.ser-det1 .ab1-right.ab1-right1 .ab1-head {
	vertical-align: top;
	margin-bottom: 0
}

section.h-contact h6 {
	display: none
}

p.footer-clients {
	color: #fff;
	text-align: center;
	background: #013f7c;
	padding: 0;
	margin: 30px 0 0px;
}

.Work-box {
	background: #fff;
	padding: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	background: #fff;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	border-radius: 20px;
	margin-bottom: 20px
}

.Work-text h2 {
	color: #013f7c;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
	text-transform: capitalize
}

.Work-num span {
	font-size: 46px;
	font-weight: 900;
	color: #107fb4
}

.Work-box {
	position: relative
}

.Work-box::before {
	background-image: url(https://webtestinglink.com/beta/orf/wp-content/uploads/2024/05/icons8-arrow-100.png);
	content: "";
	position: absolute;
	width: 20px;
	height: 20px
}

.Work-box {
	background: #fff;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	border-radius: 20px;
	margin-bottom: 20px;
	width: 88%;
	height: 360px;
}

.Work-box::before {
	background-image: url(https://webtestinglink.com/beta/orf/wp-content/uploads/2024/05/icons8-arrow-100.png);
	content: "";
	position: absolute;
	width: 74px;
	height: 70px;
	padding: 17px;
	font-size: 10px;
	background-size: contain;
	border-radius: 10px;
	right: -18%;
	top: 40%;
	background-repeat: no-repeat
}

section.work-sec {
	background: #107fb4;
	padding: 60px 0;
	    border-bottom: 5px solid #ffffff;
}

.header-texthed {
	color: #fff;
	text-align: center;
	width: 60%;
	margin: auto
}

.header-texthed h6 {
	font-size: 20px
}

.header-texthed.mb-5 h2 {
	font-size: 39px;
	margin-bottom: 40px
}

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

ul#menu-service-menu li {
    width: 44%;
    float: left;
}

.work-sec .col-md-4:last-child .Work-box::before {
    display: none;
}



/*=========responsive from here =============*/

@media only screen and (max-width: 1300px) {
	.contact-page iframe {
		width: 100% !important
	}
}

@media only screen and (max-width: 1229px) {
	.lf span {
		font-size: 13px
	}
}

@media only screen and (max-width: 1227px) {
	.lf {
		width: 37%
	}

	.lf::after {
		left: 37%
	}
}

@media only screen and (max-width: 1214px) {
	.hc-in p {
		font-size: 12px;
		line-height: 14px
	}
}
@media only screen and (max-width: 1200px) {
	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li {
		width: 289px
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li:nth-child(3) {
		height: 354px
	}

	.ab-left img:first-child {
		width: 100%
	}

	.ab-left2::after {
		display: none
	}

	.serv-box1 {
		height: 265px
	}
}


@media only screen and (max-width: 1199px) {
    	.blog1 {
		padding-bottom: 40px
	}
	
	.rt-cont ul li {
		padding: 13px 8px
	}

	.navbar-nav {
		padding: 0
	}

    header img {
    width: 170px;
    }

	/*.navbar-nav>li:nth-child(4),*/
	/*.navbar-nav>li:nth-child(5) {*/
	/*	width: 98px*/
	/*}*/

	/*.navbar-nav>li:nth-child(6) {*/
	/*	width: 150px*/
	/*}*/

	.lf {
		width: 44%
	}

	.lf:after {
		left: 44%
	}

	.rt {
		width: 50%
	}

	#myCarousel .item .banner-content {
		padding: 0 95px
	}

	.below-slider {
		/* margin-top: 30px; */
		/* padding-bottom: 30px; */
	}

	.owl-nav button.owl-prev {
		left: -15px
	}

	.owl-nav button.owl-next {
		right: -15px
	}
	
	.footer-in img {
    margin-bottom: 23px;
    width: 260px;
}
}


@media only screen and (max-width: 1024px) {

	.header-btn {
    padding: 8px 12px 7px;
}

header img {
        width: 170px;
    }

	.navbar-nav li {
		padding: 0 10px;
	}

	.pi-box-text h4 {
		font-size: 18px
	}

	.pi-box-text p {
		/* font-size: 12px; */
	}

	.ab-right h2,
	.work h2,
	.service h2,
	.city h1,
	.testimonial h2,
	.blog h6,
	#myCarousel .item .banner-content h1 {
		font-size: 30px
	}

	.ab-right p,
	.footer-in p,
	.footer-in1 ul li a,
	.test-box p,
	.Features .city p,
	.Features .style p,
	.serv-item p,
	p,
	#myCarousel .item .banner-content p,
	.bottom p a,
	.ab1-right p,
	.serv-box2 p,
	.ab1-right1 ul li {
		/* font-size: 18px; */
	}

	.services-btn,
	#myCarousel .item .banner-content a.slider-btn {
		padding: 10px 20px;
		font-size: 14px;
		margin-top: 15px
	}

	#myCarousel .item img {
		/* height: 320px; */
		object-fit: cover
	}

	#myCarousel .item .banner-content {
		top: 20%;
		padding: 0 155px
	}

	.pi-box-icon {
		padding: 0 10px 5px
	}

	.ab-right {
		padding-left: 10px
	}

	.ab-right h6,
	.work h6,
	.service h6,
	.city h2,
	.testimonial h6,
	.blog h2 {
		font-size: 15px
	}

	.work {
		padding-bottom: 140px
	}

	.footer-in1 h6 {
		font-size: 17px
	}

	.img-sign {
		/* width: 60%; */
	}

	.blog h6::before {
		left: -25px;
		margin-top: 17px
	}

	.blog h6::after {
		right: -25px;
		margin-top: 17px
	}

	.h-c-right {
		padding: 34px 0
	}

	.blog .owl-dots {
		display: none
	}

	.work-box {
		min-height: 300px
	}

	.pi-box {
		min-height: 150px
	}
}

@media only screen and (max-width: 1011px) {
	.h-c-left {
		padding: 29px 0 29px 35px
	}

	.hc-in p {
		font-size: 12px;
		line-height: 15px
	}

	.hc-in a {
		font-size: 19px;
		font-weight: 600
	}

	.hc-in:first-child {
		width: 237px
	}

	.hc-in1 a {
		font-size: 14PX
	}

	.h-c-right::before {
		display: none
	}

	.h-c-left::after {
		display: none
	}

	.footer-in1 {
		float: left;
		margin-left: 0;
/* 		margin-right: 40px */
	}

	.h-c-right {
		width: 35%
	}
}

@media only screen and (max-width: 991px) {
    
    footer .row {
    flex-wrap: wrap;
    }


	.ser-det1 .ab1-left {
		margin-top: 50px;
		float: none !important;
		width: 100%;
		margin: 20px auto;
	}

	.form-box {
		margin-bottom: 30px
	}

	.serv-box1 {
		height: 253px
	}

	.blog1 {
		padding-bottom: 0 !important
	}

	.blog1 .blog-box {
		margin-bottom: 43px
	}

	.rt::before {
		display: none
	}

	.lf::after {
		display: none
	}

	.lf {
		display: none
	}

	.rt {
		width: 100%;
		float: none
	}

	.rt-cont {
		right: 0;
		left: 0;
		text-align: center
	}

	.rt-cont ul {
		padding-left: 0
	}

	.navbar-toggler {
		display: block;
		border: 0;
		background-color: #013f7c;
		height: 40px;
		border-radius: 3px;
		float: right;
		width: 40px;
	}

	.footer-in ul {
		display: flex
	}

	.container {
		width: 100%
	}

	.header-btn {
		margin-right: 0;
		margin-top: 21px;
		padding: 6px 12px 5px 10px
	}

	header .navbar {
		float: right;
		/* padding-top: 21px; */
		order: 3;
	}

	header img {
		/* width: 115px; */
	}

	.navbar-collapse {
		position: absolute;
		top: 91px;
		right: 0;
		z-index: 99999;
		background-color: #fff;
		width: 100%
	}

	.navbar-nav {
		float: none;
		background-color: #ffffff;
	}

	.navbar-nav li {
		padding: 6px 15px;
		text-align: left;
		float: none
	}

	.h-contact {
    flex-direction: column;
    padding: 0 20px;
}

.hc-in {
    margin: 10px 0px;
}

	.navbar-nav li.menu-item-has-children .dropdown {
		top: 29px
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li {
		padding-top: 0;
		margin-top: 0
	}

	.navbar-nav li.menu-item-has-children .dropdown {
		border-bottom: 0
	}

	.below-slider {
		/* margin-top: 30px; */
		/* padding-bottom: 30px; */
	}

	#myCarousel .item .banner-content {
		padding: 0
	}

	#myCarousel .item .banner-content h4 {
		font-size: 18px;
		padding: 5px 10px;
		margin-bottom: 0
	}

	#myCarousel .item .banner-content h4::after {
		display: none
	}

	#myCarousel .item .banner-content h1 {
		font-size: 26px
	}

	#myCarousel .item .banner-content p {
		/* font-size: 16px; */
	}

	#myCarousel .item .banner-content {
		right: 0;
		padding-left: 20px;
		padding-right: 20px
	}

	#myCarousel .item .banner-content a.slider-btn {
		padding: 3px 3px 3px 15px;
		margin-top: 6px
	}

	#myCarousel .item .banner-content a.slider-btn i {
		padding: 8px 7px 9px 6px
	}

	#myCarousel .item .banner-content a.slider-btn i::after {
		border-left: 12px solid transparent;
		border-top: 31px solid #013f7c;
		margin-left: -30px;
		margin-top: -8px
	}

	#myCarousel .item .banner-content a.slider-btn:hover i::after {
		border-top: 32px solid #107fb4
	}

	.pi-box {
		margin-bottom: 20px;
		text-align: center;
		padding: 20px
	}

	.pi-box-icon {
		float: none;
		margin: 0 auto;
		width: 100px;
		padding: 10px;
		margin-bottom: 13px;
		border-radius: 5px
	}

	.pi-box-icon::after {
		display: none
	}

	.ab-left .ab-left2 {
		position: initial
	}

	.ab-left2::after {
		display: none
	}

	.ab-left img:first-child {
		float: none;
		width: 287px
	}

	a.about-btn {
		top: 273px;
		text-align: center;
		padding: 7px 16px
	}

	a.about-btn i {
		display: none
	}

	.about {
		/* padding-top: 0; */
		padding-bottom: 18px
	}

	.ab-right {
		padding-left: 0
	}

	.ab-right h2 {
		font-size: 26px
	}

	.ar-md-txt h5 {
		font-size: 22px
	}

	.service {
		padding-top: 23px;
		padding-bottom: 35px
	}

	.service h2 {
		font-size: 26px
	}

	#myCarousel .item img {
		height: 500px;
		object-fit: cover
	}

	.ab-col1::before {
		display: none
	}

	.ar-bt-left {
		float: none !important;
		text-align: center;
		width: 125px;
		margin: 0 auto
	}

	.ar-bt-right {
		margin-left: 0;
		float: none
	}

	.work-box {
		margin-top: 0;
		margin-bottom: 53px
	}

	.work-boxes {
		/* padding-bottom: 0; */
		padding-top: 60px
	}

	.work h2 {
		font-size: 26px;
		width: auto;
		line-height: 34px
	}

	.work h6::before {
		left: 15px
	}

	.work h6 {
		margin-left: 40px
	}

	.work {
		padding-top: 21px;
		padding-bottom: 15px
	}

	.services-btn {
		/* padding: 2px 3px 2px 14px; */
	}

	.services-btn i {
		padding: 10px 9px 9px 6px
	}

	.services-btn i::after {
		border-left: 17px solid transparent;
		border-top: 34px solid #013f7c;
		margin-left: -34px;
		margin-top: -10px
	}

	.services-btn:hover i::after {
		border-top: 34px solid #107fb4
	}

	.test-box {
		padding: 47px 10px 10px
	}

	.test-box p {
		font-size: 14px;
		line-height: 23px
	}

	#testimonial-carousel .item .test-box {
		/* margin-left: 0; */
		/* margin-right: 0; */
	}

	#testimonial-carousel .owl-nav button.owl-prev,
	#testimonial-carousel .owl-nav button.owl-next {
		display: none
	}

	.testimonial {
		padding-bottom: 40px;
		padding-top: 20px
	}

	.testimonial h2 {
		font-size: 26px
	}

	.blog {
		padding-top: 20px;
		margin-bottom: 0;
		padding-bottom: 60px
	}

	.blog h2 {
		font-size: 26px
	}

	.orang {
		top: 156px
	}

	.h-c-left {
		width: 100%;
	}

	.h-c-right {
		float: right;
		width: 100%;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.h-c-left::after {
		display: none
	}

	.h-c-right::before {
		display: none
	}

	.hc-in1 {
		margin-left: 0
	}

	.hc-in p {
		font-size: 18px;
		line-height: normal;
	}

	.hc-in a {
		font-size: 19px;
		font-weight: 600
	}

	.hc-in1 a {
		font-size: 18PX
	}

	.footer-in {
		width: auto;
		margin-bottom: 20px
	}

	.footer-in1 {
		margin-left: 0;
		float: none
	}

	.footer-in {
		float: none
	}

	.footer-in1 ul li a {
		font-size: 17px;
	}

	footer {
		padding-bottom: 2px
	}

	.navbar-toggler:hover {
		background-color: #107fb4
	}

	.blog .owl-nav {
		display: none
	}

	.hc-in:first-child {
		margin: 10px 0px;
		width: 100%
	}

	.navbar-nav>li {
		position: relative
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown {
		position: absolute;
		top: 36px;
		background-color: #fff;
		height: 62px;
		padding-left: 12px
	}

	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li a {
		font-family: 'Graphik' !important;
		font-size: 13px !important;
		color: #525252 !important
	}

	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li {
		width: 100% !important
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li:nth-child(3) {
		height: auto
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li a {
		font-size: 13px;
		color: #525252
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li a {
		font-size: 16px !important
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.forth-drop .dropdown li:nth-child(3) {
		height: auto
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li {
		width: auto
	}

	.navbar-nav {
		margin: 0 !important;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li a:hover {
		color: red
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.forth-drop ul.dropdown li a:hover {
		color: red
	}

	.navbar-nav li {
		position: relative
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown {
		display: none
	}

	.navbar-nav li.menu-item-has-children span {
		position: absolute;
		right: 15px;
		top: 5px;
		z-index: 1;
		width: 22px;
		height: 20px;
		background-color: #000;
		margin: 0;
		display: block
	}

	.navbar-nav li.menu-item-has-children a:hover .dropdown {
		display: none
	}

	.navbar-nav li.menu-item-has-children .dropdown li span {
		display: none
	}

	.navbar-nav li.menu-item-has-children .dropdown li span::before {
		display: none
	}

	.navbar-nav li.menu-item-has-children .dropdown li a span {
		display: block !important
	}

	.navbar-nav li.menu-item-has-children .dropdown li a span::before {
		display: block !important
	}

	.navbar-nav li.menu-item-has-children span::before {
		font-family: FontAwesome;
		content: "\f105";
		color: #fff;
		font-size: 17px;
		display: block;
		line-height: normal;
		text-align: center;
		padding: 1px;
		transform: rotate(90deg)
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li span {
		display: none
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li a span {
		display: inline-flex !important;
		position: initial;
		right: 15px;
		top: 10px;
		z-index: 1;
		width: auto;
		height: auto;
		background-color: transparent;
		margin: auto
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li a span::before {
		display: none !important
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.forth-drop .dropdown li a span {
		display: inline-flex !important;
		position: initial;
		right: 15px;
		top: 10px;
		z-index: 1;
		width: auto;
		height: auto;
		background-color: transparent;
		margin: auto
	}

	.navbar-nav li.menu-item-has-children .dropdown {
		display: none
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.forth-drop .dropdown li a span::before {
		display: none !important
	}

	.navbar-nav>li>a {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		width: 100%;
		display: inline-block;
	}

	.navbar-nav li.menu-item-has-children .dropdown {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		padding: 0
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown {
		background-color: #efefef;
		position: relative;
		top: 0;
		height: auto;
		padding-left: 0;
		left: 0;
		right: 0;
		width: 100%
	}

	.navbar-nav li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown,
	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown {
		display: block;
		position: relative;
		top: 0;
		padding-left: 0;
		padding-right: 0;
		background-color: #efefef;
		float: none;
		overflow: auto;
		margin: 0
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li {
		float: none
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li {
		margin-bottom: 0
	}

	.navbar-nav li.menu-item-has-children:hover .dropdown li.menu-item-has-children .dropdown li.menu-item-has-children .dropdown li a {
		font-size: 13px !important
	}

	.navbar-nav li.menu-item-has-children .dropdown li,
	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li {
		border-bottom: none;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		float: none !important
	}

	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li {
		float: none !important;
		margin: 6px 0
	}

	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li span {
		display: none !important;
		top: 0
	}

	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li a span {
		display: inline-block !important
	}

	.navbar-nav li.menu-item-has-children .dropdown li.forth-drop ul li a span::before {
		display: none
	}

	.navbar-nav li.menu-item-has-children .dropdown li a {
		font-size: 13px;
		color: #525252
	}

	.navbar-nav li.menu-item-has-children .dropdown li .dropdown li {
		margin: 5px 0
	}

	.navbar-nav li ul.nav-item.dropdown {
		margin-top: 10px
	}

	.navbar-nav li.menu-item-has-children .dropdown li .dropdown {
		border-bottom: none
	}

	.navbar-nav li.first-level ul.nav-item.dropdown {
		overflow: auto
	}

	.navbar-nav li.first-level ul.nav-item.dropdown li ul.nav-item.dropdown {
		height: auto
	}

	.navbar-nav li.menu-item-has-children .dropdown {
		background-color: #efefef
	}

	.ab1-head {
		margin-top: 40px;
		margin-bottom: 8px
	}

	.ab1-head h2 {
		font-size: 26px;
		margin-top: 0;
		line-height: 33px;
		margin-bottom: 20px;
	}

	.aps1-head h2 {
		font-size: 26px;
		margin-top: 0;
		line-height: 33px
	}

	.service-listing1 {
		padding-top: 50px;
		padding-bottom: 0
	}

	.service-detail h1 {
		font-size: 26px
	}

	.service-listing {
		padding-top: 40px
	}

	.service-detail {
		padding-bottom: 30px
	}

	.blog-detail {
		padding: 30px 0 33px
	}

	.blog-detail h2 {
		font-size: 26px
	}

	.contact-page {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.form-box h2 {
		font-size: 26px
	}
	
	ul#menu-service-menu li {
    width: 100%;
    float: inherit;
    }

	.click-btn{
		display: none;
	}

}
@media only screen and (max-width: 991px) {
	header img {
		margin: 10px 0 5px
	}

	.ab-right p {
		/* font-size: 14px; */
	}

	.ab-right h2 {
		font-size: 30px
	}

	.ab-right h6 {
		font-size: 15px
	}

	.work {
		padding: 20px 0;
	}

	.city h1 {
		font-size: 30px;
		margin: 10px 0 0
	}

	.style {
		width: 100%;
		margin-bottom: 25px
	}

	.img-sign {
		display: none
	}

	.h-c-left,
	.hc-in1 {
		padding-left: 15px;
		padding: 0;
	}

	.ab-left img:first-child {
		width: 100%
	}

	.work-box {
		min-height: 240px;
		margin-bottom: 20px
	}

	.header-btn {
		margin-top: 10px;
		margin: auto;
	}

	header .navbar {
		/* padding-top: 10px; */
	}

	.work-boxes {
		padding: 50px 0px;
		margin-top: 0;
	}

	.footer-in1 {
		float: left;
		width: 100%
	}

	.bottom {
		padding-bottom: 0;
		padding-top: 8px
	}

	.footer-in1 ul li {
		margin-bottom: 13px
	}

	.footer-in p {
		margin-bottom: 5px
	}

	.work-box {
		min-height: 200px
	}

	.pi-box {
		min-height: 240px
	}

	.navbar-collapse {
		top: 82px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-toggler {
		display: block
	}
    
    .Work-box::before {
    right: -49px;
}

.Work-box {
    height: auto;
}

section.work-sec {
    padding: 30px 0;
}

.inner-banner img {
    height: 210px;
}

}

@media only screen and (max-width: 899px) {
	.header-btn {
		font-size: 15px
	}

	.navbar-toggler {
		height: 30px
	}

	.mn-line {
		margin-top: 4px
	}

	.services-btn,
	#myCarousel .item .banner-content a.slider-btn {
		/* margin-top: 0; */
	}

	section.Features {
		padding-bottom: 15px
	}

	header img {
		margin-top: 6px
	}

	.serv-item {
		margin: 20px 5px
	}

	.serv-item h4,
	.hc-in a,
	.hc-in p,
	.hc-in1 a {
		font-size: 16px;
	}

	footer {
		/* margin-top: -5px; */
	}

	.h-c-right {
		/* padding: 0 0 25px; */
	}

	.footer-in1.footer-in2 {
		width: 100%
	}
}
@media only screen and (max-width: 840px) {
	.ab1-head {
		margin-bottom: 22px;
		margin-top: 0
	}

	.ab1-right p {
		display: inline-block;
		margin-top: 10px;
	}

	.ab1-left.aldsk {
		display: none
	}

	.ab1-left.almob {
		display: block
	}
}
@media only screen and (max-width: 799px) {
	.blog.blog1 .blog-box {
		min-height: 402px
	}
}

@media only screen and (max-width: 767px) {
    .city {
    flex-wrap: wrap;
}

.city h1 {
    margin-bottom: 10px;
}
    


	.ta {
		margin: 15px 0
	}

	.work-box {
		min-height: auto;
		padding: 20px;
	}

	.pi-box {
		min-height: auto
	}
	
	.header-texthed {
    width: 80%;
}

.header-texthed.mb-5 h2 {
    font-size: 30px;
}

.Work-num span {
    font-size: 36px;
}

.Work-text h2 {
    font-size: 20px;
}

}

@media only screen and (max-width: 767px) {
	.blog.blog1 .blog-box {
		min-height: auto
	}

	.mainpmodal select option {
		font-size: 16px;
		padding-left: 9px
	}

	.mainpmodal input::placeholder {
		font-size: 16px !important
	}

	.mainpmodal textarea::placeholder {
		font-size: 16px !important
	}

	.mainpmodal input {
		height: 36px;
		margin-bottom: 7px
	}

	.mainpmodal textarea {
		height: 80px;
		margin-bottom: -4px
	}

	.mainpmodal select {
		height: 36px;
		font-size: 16px;
		padding-left: 9px;
		margin-bottom: 7px
	}

	.mainpmodal .modal-body {
		padding: 0 20px
	}

	.ser-det1 .ab1-left {
		margin-top: 0
	}

	.work-box1 {
		height: auto
	}

	.ab-right {
		margin-top: 40px
	}

	.serv-box1 {
		height: auto
	}

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

	.aboutpage-sec1 {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.cp-content-box {
		margin-bottom: 20px;
		height: auto;
	}

	.contact-page iframe {
		width: 100% !important;
		height: 300px;
	}
	
	.work-box1 h5 {
    margin-top: 10px;
}

.service-detail p {
    font-family: 'proxima_novaregular';
    font-size: 15px;
}

}
@media only screen and (max-width: 600px) {
	.mainpmodal {
		right: 0;
		width: 100%
	}

	.form-box {
		padding: 20px
	}

	.ab1-left img {
		width: 100%;
		height: 350px;
	}

	.exp h2 {
		font-size: 20px;
	}

	.exp {
		padding: 9px 11px 0 9px
	}

	.ab1-right {
		padding-left: 0
	}

	.cp-content-box h6 {
		font-size: 22px
	}

	.mrg1 {
		margin-top: 20px
	}
	
	.Work-text h2 {
    font-size: 20px;
}

.founder-img {
    width: 100%;
    margin: 10px 0;
}

.founder-img img {
    width: 100%;
}

.founder {
    padding: 20px 0px;
}
	
}

@media only screen and (max-width: 480px) {

	#myCarousel .item .banner-content h4,
	#myCarousel .item .banner-content p {
		display: block
	}

	.city {
		padding: 1px 14px;
		margin: 18px 0
	}

	#myCarousel .item .banner-content h4 {
		display: inline-block;
		width: 280px;
		font-size: 15px
	}

	.we {
		width: 100%
	}

	.bottom p {
		font-size: 13px
	}

	.ser-det1 .ab1-left {
		margin-left: 0
	}
	.below-slider {
    padding-bottom: 20px;
}

.ab-right h2 {
    font-size: 22px;
    line-height: normal;
}

#myCarousel .item .banner-content {
		top: 21%
	}

	.carousel-control {
		width: 8%;
		display: none
	}

	.navbar-collapse {
		top: 63px
	}


	header img {
		width: 150px;
	}

	.rt-cont ul li span {
		display: none
	}

	.header-btn {
		/* display: none; */
	}

	#myCarousel .item img {
		height: 360px;
	}

	#myCarousel .item .banner-content h4 {
		/* display: none; */
	}

	#myCarousel .item .banner-content p {
		display: none;
	}

	#myCarousel .item .banner-content h1 {
		/* font-size: 22px; */
		line-height: normal;
	}
	
	.footer-in img {
    width: 150px;
}

footer {
    padding-top: 30px;
}

.footer-in2 ul li {
    width: 100%;
}

p.footer-clients {
    font-size: 14px;
    margin-top: 20px;
}
.navbar-nav li a {
    font-size: 16px;
}

.sticky img {
    width: 150px;
}

}




@media only screen and (max-width: 460px) {
	.blog {
		padding-top: 20px;
		margin-bottom: -29px;
		padding-bottom: 0
	}

	.blog1 .blog-box {
		margin-bottom: 30px
	}

	.blog1 .cotainer .row .col-xs-12:last-child .item .blog-box {
		margin-bottom: -400px !important
	}

	.blg-left img {
		height: auto;
		width: 100%;
		margin-bottom: 0
	}

	.ab1-left {
		margin-right: 0
	}
	
	#testimonial-carousel .item .test-box {
    margin-left: 20px;
    margin-right: 20px;
}
}

@media only screen and (max-width: 414px) {
	.header-btn {
        font-size: 12px;
    }
    #myCarousel .item .banner-content h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 340px) {
	.rt-cont ul li span {
		display: none
	}
	    header img {
        width: 123px;
    }
    .header-btn {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1012px) {
	.blog.blog1 .blog-box {
		min-height: 393px;
		margin-bottom: 18px
	}

	.work-box1 {
		height: 345px
	}

	.lf-cont {
		left: 3%
	}

	.rt {
		width: 51%
	}

	.lf:after {
		left: 43%
	}

	.lf {
		width: 43%
	}

	.rt-cont {
		right: 4%
	}

	.footer-in1 {
/* 		margin-left: 30px */
	}

	.h-c-left {
		padding: 29px 0 29px 43px;
		width: 65%
	}

	.hc-in:first-child {
		width: 248px
	}

	.hc-in h6 {
		font-size: 11PX
	}

	.hc-in a {
		/* font-size: 14PX; */
	}

	.h-c-right {
		width: 34%
	}

	.hc-in1 h6 {
		font-size: 11PX
	}

	.hc-in1 a {
		font-size: 14PX
	}

	.h-c-left:after {
		border-top: 129px solid #107fb4
	}

	.h-c-right:before {
		border-bottom: 132px solid #013f7c
	}

	.orang {
		top: 114px
	}

	#myCarousel .item .banner-content h4 {
		font-size: 24px;
		border-radius: 5px;
		letter-spacing: 1.8px
	}

	#myCarousel .item .banner-content h4:after {
		border-top: 44px solid #107fb4
	}

	#myCarousel .item .banner-content {
		/* padding: 0 184px; */
		/* top: 5%; */
	}

	#myCarousel .item .banner-content h1 {
		font-size: 37px
	}

	a.about-btn i {
		margin-left: 38px
	}

	a.about-btn {
		padding: 2px 6px 2px 40px
	}

	.ab-left2:after {
		border-right: 59px solid transparent;
		border-bottom: 220px solid #013f7c;
		margin-left: -60px;
		display: none
	}

	.ab-right {
		padding-left: 15px;
	}

	.ar-bt-right {
		padding-top: 10px;
		float: none
	}
}

@media only screen and (min-width: 1215px) {
	.blog.blog1 .blog-box {
		min-height: auto;
		margin-bottom: 0
	}

	.work-box1 {
		margin-top: 30px;
		height: 300px
	}

	.lf {
		width: 32%
	}

	.rt {
		width: 57%
	}

	.rt-cont {
		right: 3%
	}

	.footer-in2 {
		margin-left: 30px;
	}

	.hc-in:first-child {
		width: 314px
	}

	.hc-in h6 {
		font-size: 15PX
	}

	.hc-in a {
		/* font-size: 16px; */
		font-weight: 600
	}

	.hc-in1 h6 {
		font-size: 15PX
	}

	.hc-in1 a {
		font-size: 16PX
	}

	.h-c-left:after {
		border-top: 158px solid #107fb4
	}

	.h-c-right:before {
		border-bottom: 157px solid #013f7c
	}

	.h-c-right {
		width: 35%
	}

	.h-c-left {
		padding: 30px 0 28px 46px
	}

	.ar-bt-right {
		padding-top: 28px;
		float: left
	}

	#myCarousel .item .banner-content {
		padding: 0 273px;
		top: 20%
	}

	a.about-btn i {
		margin-left: 69px
	}

	a.about-btn {
		padding: 3px 6px 3px 55px
	}

	.ab-left2:after {
		border-right: 106px solid transparent;
		border-bottom: 223px solid #013f7c;
		margin-left: -96px
	}

	.ab-right {
		padding-left: 25px
	}
}

@media only screen and (min-width: 1228px) {
	.lf {
		width: 36%
	}

	.lf:after {
		left: 36%
	}

	.rt {
		width: 59%
	}
}

@media only screen and (min-width: 1381px) {
	.work-box1 {
		margin-top: 52px;
		height: 300px
	}

	.lf-cont {
		left: 8%
	}

	.rt-cont {
		right: 9%
	}

	.footer-in1 {
/* 		margin-left: 100px */
	}

	.h-c-left {
		padding: 29px 0 38px 43px;
		width: 64%
	}

	.hc-in:first-child {
		width: 376px
	}

	.hc-in a {
		font-size: 17px;
		font-family: 'proxima_novasemibold'
	}

	.hc-in1 a {
		font-size: 15PX
	}

	.h-c-right {
		width: 36%
	}

	.h-c-left {
		padding: 29px 0 38px 130px
	}

	.orang {
		top: 200px
	}

	#myCarousel .item .banner-content {
		padding: 0 355px
	}

	#myCarousel .item .banner-content h4 {
		font-size: 27px
	}

	#myCarousel .item .banner-content h4:after {
		border-top: 51px solid #107fb4
	}

	#myCarousel .item .banner-content h1 {
		font-size: 52px
	}

	#myCarousel .item .banner-content {
		top: 15%
	}
}

@media only screen and (min-width: 1396px) {
	.lf {
		width: 39%
	}

	.lf:after {
		left: 39%
	}

	.rt {
		width: 56%
	}
}

@media only screen and (min-width: 1519px) {
	.work-box1 {
		margin-top: 52px;
		height: 300px
	}

	.rt {
		width: 61%
	}

	.lf:after {
		left: 35%
	}

	.lf {
		width: 35%
	}

	.lf-cont {
		left: 12%
	}

	.rt-cont {
		right: 12%
	}

	.hc-in:first-child {
		width: 36%
	}

	.hc-in a {
		font-size: 16px
	}

	.hc-in1 a {
		font-size: 22PX
	}

	.h-c-left {
		padding: 29px 0 38px 198px
	}

	.orang {
		top: 154px
	}

	#myCarousel .item .banner-content {
		padding: 0 433px;
		top: 20%
	}

	.ab-left2:after {
		border-right: 106px solid transparent;
		border-bottom: 223px solid #013f7c;
		margin-left: -97px
	}
}

@media only screen and (min-width: 1536px) {
	.lf {
		width: 42%
	}

	.lf:after {
		left: 42%
	}

	.rt {
		width: 54%
	}
}

@media only screen and (min-width: 1688px) {
	.lf-cont {
		left: 16%
	}

	.rt-cont {
		right: 16%
	}

	.hc-in1 {
		margin-left: 21px
	}

	.h-c-left {
		padding: 29px 0 38px 283px
	}

	#myCarousel .item .banner-content {
		padding: 0 517px;
		top: 20%
	}
}

@media only screen and (min-width: 1899px) {
	.rt {
		width: 54%
	}

	.lf {
		width: 42%
	}

	.lf-cont {
		left: 20%
	}

	.rt-cont {
		right: 20%
	}

	.h-c-left {
		padding: 29px 0 38px 387px
	}

	#myCarousel .item .banner-content {
		padding: 0 623px;
		top: 25%
	}
}

@media only screen and (min-width: 2025px) {
	.lf-cont {
		left: 21%
	}

	.rt-cont {
		right: 22%
	}

	.h-c-left {
		padding: 29px 0 38px 454px
	}
}

/*===============*/
img.serv-sh {
    width: 100%;
	 object-fit: cover;
    height: 200px;
}
img.serv-hd {
    width: 100%;
	 object-fit: cover;
    height: 200px;
}
.exp {
    display: none;
}
.navbar-nav li.menu-item-has-children .dropdown li a {
    font-size: 16px;
}

form p {
    margin: 0;
}

.contact-img img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    border-radius: 10px;
    border: 5px solid #013f7c;
    padding: 2px;
}

/*----------------------16-05-2024-------------------------------------*/

section.about-page1.calculators-page h2, section.about-page1.calculators-page p {
    text-align: center;
}

section.about-page1.calculators-page .calculators-main {
    /*width: 300px;*/
    /*float: left;*/
    text-align: center;
    /*margin: 11px;*/
        padding: 7px;
}

section.about-page1.calculators-page .row {
    text-align: start;
}

.calculators-box {
    background-color: #107fb4;
    margin: 10px;
    padding: 33px 25px;
}

.calculators-box h5 {
    font-size: 22px;
    margin: 23px 0 0 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.calculators-box:hover .calculators-img img.wb-sh {
    filter: invert(1);
}

.calculators-box:hover .calculators-box h5 {
    color: #fff;
}
.calculators-img {
    BACKGROUND: #013f7c;
    DISPLAY: inline-flex;
    PADDING: 19PX;
    BORDER-RADIUS: 50%;
}

.calculators-box:hover .calculators-img {
    BACKGROUND: #FFF;
}

.calculators-box .calculators-img img.wb-sh {
    width: 112px;
    padding: 17px;
}
section.work-sec .col-md-4 img {
    width: 89%;
    border-radius: 21px;
	    border-top: 11px solid #c1d4db;
}

.orang {
	    display: none;
}