/* default css */
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,900&display=swap&subset=hebrew");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap');
body {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}
a,.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
a, button {
  color: #214d98;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.at-form input:focus:-moz-placeholder {
  opacity: 0;
}

.at-form input:focus::placeholder {
  opacity: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#214d98;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size:16px;
  line-height:24px;
  color:#262626;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.bg-one {
	background:#f2f7fb;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background:#214d98;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99;
  /*border-radius: 50%;*/
}
.scrollToTop:hover {
  color: #fff;
}

*::-moz-selection {
  background: #214d98;
  color: #fff;
  text-shadow: none;
}

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

::selection {
  background: #214d98;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.btn {
  color: #214d98;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding:25px 61.5px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: capitalize;
  background: #ffd701;
  border-radius: 0;
  font-family: "Heebo", sans-serif;
	border: none;
}
.btn:hover {
	background:#13293d;
}

.test-space {
  padding-top: 415px;
}

.btn-border {
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 47px;
}

.btn.btn-line {
  padding: 20px 56px;
}

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

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2b96cc;
  color: #fff;
}

/* 2. header */
/*Top Header*/
.top-header{
    background-color: #3b91e1;
	padding: 7px 0;
}
.topbar-left {
	color: #FFF;
}
.topbar-left:after {
	background-color: #ef4123;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
}
.top-content-wrap ul li{
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
	color:#FFF;
}
.top-content-wrap ul li a{
    display: inline-block;
    color:#fff;
}
.top-content-wrap ul li a:hover {
	color:#ef4123;
}
.top-content-wrap ul li i{
    color:#fff;
    margin-right:5px;
}
.top-content-wrap ul li .fa-phone {
    transform: scaleX(-1);
}
.top-content-wrap .right-info{
    text-align: right;
}
.top-content-wrap .right-info i {
    margin-right: -5px;
    color:#FFF;
    font-size: 16px;
	padding-right:5px;
}
.top-content-wrap .right-info i a {
	color: #FFF;
}
.top-content-wrap .right-info i a:hover {
	color: #ef4123 !important;
}
.header-area {
  padding-left: 0px;
  padding-right: 0px;
  background:#FFF;
}
.header-right {
  display: flex;
  justify-content: center;
}

.header-right {
  padding-top: 9px;
}

.header-icon {
  margin-right: 16px;
  font-size: 20px;
  margin-top: 10px;
}

.header-at p {
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1;
  color:#ed1216;
  font-weight:500;
}

.header-at h4 {
  color: #262626;
  font-size: 24px;
  margin-bottom: 0px;
}

.header-icon i {
  color: #ed1216;
  font-size: 30px;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  z-index: 999;
}

.main-menu ul li a {
  color: #262626;
  font-weight: 700;
  font-size: 16px;
  padding: 25px 0px;
  display: list-item;
  line-height: 1;
  position: relative;
	text-transform: uppercase;
}

.main-menu ul > li > a::before {
 /* background: #ff6136 none repeat scroll 0 0;*/
  bottom: 23px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  opacity: 1;
  transition: 0.3s;
  top: 52px;
  border-radius: 5px;
  opacity: 0;
}

.main-menu ul>li:hover>a::before,.main-menu ul > li.active > a::before {
  opacity: 1;
}

.main-menu ul li:hover a,.main-menu ul li.active a {
  color: #214d98;
}

.header-top-btn a {
  padding: 16px 42px;
  font-size: 16px;
}

.header-top-btn {
  padding-top: 6px;
}

.header-btn a {
  background: #6c5edf;
  padding: 20px 60px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}

/*-------------------------------------------------------------- 
 # Main Navigation 
 --------------------------------------------------------------*/


.main-nav-one {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

/* main nav infos */

.main-nav-one .container {
	position: relative;
}

.main-nav-one__infos-email {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}


.main-nav-one__infos-email i {
	margin-left: 10px;
}

.main-nav-one__infos-phone i {
	margin-right: 10px;
}

.main-nav-one__infos-phone {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
	right: 0;
}

.main-nav-one__infos-phone,
.main-nav-one__infos-email {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #3c3d3e;
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav-one__infos-email:hover {
	color: var(--thm-black);
}

.main-nav-one__infos-phone i,
.main-nav-one__infos-email i {
	width: 36px;
	height: 36px;
	background-color: #214d98;
	font-size: 12px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #FFF;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav-one__infos-phone:hover i,
.main-nav-one__infos-email:hover i {
	background-color: #ffd701;
	color: #214d98;
}

@media(max-width: 1550px) {
	.main-nav-one__infos-email {
		-webkit-transform: translateY(-50%) translateX(50%);
		transform: translateY(-50%) translateX(50%);
	}

	.main-nav-one__infos-phone {
		-webkit-transform: translateY(-50%) translateX(30%);
		transform: translateY(-50%) translateX(30%);
	}
}

@media(max-width: 1400px) {
	.main-nav-one__infos {
		display: none;
	}
}

.main-nav-one .inner-container {
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.main-nav-one .logo-box {
	width: 100%;
	max-width: 281px;
	background-color: #fff;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-59%, calc(-40% + 25px));
	transform: translate(-59%, calc(-40% + 25px));
	text-align: center;
	padding: 36.5px 0;
	border-bottom:5px solid #214d98;
	z-index: 10;
}


.main-nav-one .logo-box .side-menu__toggler {
	display: none;
}

.main-nav-one .main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 37px 0;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 24px;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(3) {
	margin-right: auto;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(4) {
	margin-left: auto;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li>a {
	/*text-transform: uppercase;*/
	font-size: 18px;
	font-weight: 500;
	color: #214d98;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav-one .main-nav__main-navigation .main-nav__navigation-box>li.current>a {
	color: var(--thm-base);
}


/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 210px;
	background-color: #fff;
	border-top: 2px solid var(--thm-primary);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: var(--thm-black);
	font-size: 16px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: var(--thm-base);
}



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}


.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu .logo-box {
	padding: 26px 0 20px;
	-webkit-transform: translate(-59%, calc(-55% + 25px));
	transform: translate(-59%, calc(-55% + 25px));
	border-bottom: 5px solid #214d98;
	background-color: #fff;
}


.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
	padding-top: 25px;
	padding-bottom: 25px;
}


/*-------------------------------------------------------------- 
 ## Main Nav Two 
 --------------------------------------------------------------*/



.header-two__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
}

.main-nav-two {
	background-color: transparent;
	box-shadow: none;
}

.main-nav-two .logo-box {
	background-color: var(--thm-base);
	border: 8px solid #fff;
	max-width: 227px;
	padding: 31.5px 0;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.main-nav-two .inner-container {
	background-color: #fff;
	max-width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav-two .main-nav__main-navigation {
	margin-left: auto;
	padding-right: 60px;
}

.main-nav-two .main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 60px;
}

.main-nav-two .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(4) {
	margin-left: 60px;
}

.main-nav-two .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 42px 0;
}

.main-nav-two__social {
	width: 100%;
	max-width: 227px;
	height: 57px;
	background-color: var(--thm-primary);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	top: 100%;
	right: 15px;
}

.main-nav-two__social a {
	font-size: 16px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav-two__social a:hover {
	color: var(--thm-base);
}

.main-nav-two__social a+a {
	margin-left: 30px;
}

.main-nav-two .main-nav-one__infos {
	display: block;
}

.main-nav-two .main-nav-one__infos-phone {
	-webkit-transform: translateY(-50%) translateX(calc(100% - 18px));
	transform: translateY(-50%) translateX(calc(100% - 18px));
}

.main-nav-two.stricked-menu {
	background-color: #fff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.main-nav-two.stricked-menu .main-nav-two__social {
	display: none;
}

.main-nav-two.stricked-menu .logo-box::before {
	content: '';
	width: 10000px;
	height: 100%;
	background-color: var(--thm-base);
	position: absolute;
	right: 0;
	top: 0;
}

.main-nav-two.stricked-menu .logo-box img {
	position: relative;
}

.main-nav-two.stricked-menu .main-nav__main-navigation {
	padding-right: 0;
}

/*-------------------------------------------------------------- 
 # SideMenu 
 --------------------------------------------------------------*/


.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-inner {
	position: relative;
	width: 300px;
	margin-left: auto;
	height: 100vh;
	background-color: var(--thm-black);
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 60px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}


.side-menu__close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 9999999;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__close-btn:hover {
	color: var(--thm-base);
}

.mobile-nav__container {
	margin: 40px 0;
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
	border-bottom: 1px solid rgba(var(--thm-base-rgb), .3);
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	background-color: #000000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
	transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #ffffff;
	color: var(--thm-black);
}

.mobile-nav__container li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.mobile-nav__container li>ul {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
	font-family: var(--thm-font);
	padding: 10px 0;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 3px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	border-color: var(--thm-primary);
	background-color: var(--thm-base);
}


.mobile-nav__container .navigation-box__right {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);

}

.side-menu__logo {
	padding-left: 30px;
}

.side-menu__block__copy {
	color: #cccccc;
	font-family: var(--thm-font);
	font-size: 18px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.side-menu__block__copy a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__block__copy a:hover {
	color: var(--thm-base);
}



.side-menu__social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.side-menu__social a {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a:hover {
	color: var(--thm-base);
}

.side-menu__social a+a {
	margin-left: 19px;
}
/* Slider CSS Start here */
.slider-content h4 {
    color:#068eff;
    font-family: "Montserrat",sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
}
.slider-content h1.title {
    color:#3b4056;
    font-family: "Montserrat",sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 35px;
}
.slider-content.slider-text-2 h1.title {
    margin-bottom: 20px;
}
.nivo_img_right .slider-img-1 img {
    margin-left: 2%;
    width: 60%;
}
.nivo_img_right .slider-img-2 img {
    margin-left: 17%;
    margin-top: 14%;
    width: 30%;
}
.slider-content h1.title span {
    color: #69B0E7;
}
.preview-2 .nivo-directionNav a.nivo-nextNav::after {
  right:20px;
  left: auto;
  
}
.slider-content p, .slider-content.slider-text-3 ul li {
    color:#2e303e;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 55px;
}
.slider-content.slider-text-3 ul {
    overflow: hidden;
    padding-bottom: 42px;
}
.slider-content.slider-text-3 ul li {
    margin-bottom: 0;
}
.slider-content.slider-text-3 ul li i{
    margin-right: 20px;
    color:#087892;
    font-size: 10px;
}
.nivo_text {
    height: auto;
    position: absolute;
    text-align: center;
    top: 0;
}
.nivo-caption {
  top: 19%;
}
.home-two .nivo_text {
    left: 0;
    right: 0;
    text-align: center;
}
.nivo_img {
    height: auto;
    position: absolute;
    text-align: center;
}
.nivo_img .slider-content.slider-img-1 img {
    right: 0%;
    position: absolute;
    top: -46%;
}
.nivo_img .slider-content.slider-img-2 img {
    right: 20%;
    position: absolute;
    top: 17%;
}
.slider-content.slider-text-2 h1 span{
    color: #00a3c8;
}
.slider-button {
    border: 2px solid #22728d;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    margin-bottom: 80px;
    padding: 10px 25px;
    text-transform: uppercase;
    background:#00a3c8;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.slider-button.see-plans{
    margin-left: 10px;
}
.home-three .slider-button.see-plans {
  margin-left: 30px;
}
.slider-button:hover {
    color:#3b4056;
    background-color:#21b3d4; 
    border: 2px solid #21b3d4;
} 
.nivo-controlNav {
    display: none;
}
/* Slider CSS End here */
/*Sub Banner Start Here*/
.sub-banner-area {
  position: relative;
  padding:0 0px;
}
.sub-banner-height {
  min-height:320px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}
.sub-banner-pb {
	padding-bottom:30px !important;
}

.sub-banner-area .block {
  text-align: center;
}
.sub-banner-area.block h1 {
  font-size: 2.5rem;
  color:#FFF;
  font-weight: 600;
}
.sub-banner-area .block ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.sub-banner-area .block ul li a {
  font-weight: 600;
  color: #fff;
}
.page-wrapper {
  padding: 70px 0;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
/*Welcome Section Start here*/
.welcome-section {padding: 90px 0;}
.welcome-section .section-title-s2 {
	padding:20px 0 0;
}
.welcome-section span {
	font-size: 24px;
	font-weight: 600;
	color: #214d98;
}
.welcome-section h1 {
	font-family: "Oswald", sans-serif;
    font-size:36px;
    font-weight:600;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    text-transform: none;
	color:#214d98;
	margin:0 0 20px 0;
	padding:0;
}
.welcome-section h2 {
	font-size: 2.750em;
font-weight: 700;
font-style: normal;
line-height: 1.5122em;
text-decoration: none;
color: #214d98;
}
.welcome-content {
	margin-bottom:10px;
}
.welcome-content h3 {
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #26264b;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px;
	font-weight: 900;
}

/*.welcome-content-list {
	margin: 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 15px;
}
.welcome-content-list li {
	position: relative;
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
	max-width: 50%;
	font-size: 20px;
	color: var(--thm-black);
	padding-left: 15px;
	line-height: 1em;
	margin-bottom: 20px;
	list-style: none;
}
.welcome-content-list li i {
	position: absolute;
	left: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 16px;
	line-height: 1em;
}*/

.welcome-content ul {
	margin:0;
	/*display: -webkit-box;
	display: flex;
	flex-wrap: wrap;*/
	padding:0 0 40px;
}
.welcome-content ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
	/*-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;*/
	font-size:16px;
}
.welcome-content ul li:before {
    content: "\f192";
    font-family: "Font Awesome 5 Pro";
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}

.welcome-content p {
	line-height: 29px;
	margin-bottom: 20px;
}
.welcome-content p strong {
	color: #214d98;
	/*font-size: 18px;*/
}
.welcome-section  .welcome-holder {
    position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .welcome-holder:before {
    content: "";
	width: 100%;
	height: 100%;
	border: 12px solid #ff8500;
	position: absolute;
	right: -13px;
	top: 12px;
	z-index: -1;
}
.welcome-section .right-side {
	position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .right-side .img-fluid {
	z-index: 999;
}
.welcome-section .right-side:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 12px solid #0162a6;
    position: absolute;
	right:0;
    left: -35px;
    top: -35px;
    z-index: 1;
}

/*Welcome Section End here*/
/*Services Section Start here*/
.services{
	background:#f2f7fb url('../images/hibuild-survey-bg.png') bottom center no-repeat;
	background-size: 100%;
}
.services-box {
	position:relative;
	margin-bottom:30px;	
}
.services-box .inner-box{
	position:relative;
	display:block;
	padding:25px 10px;
	background:#fff;	
}
.services-box .content-box{
	position:relative;
	display:block;
	padding-left:150px;
	min-height:80px;
}

.services-box .content-box .services-icon {
	position: absolute;
	left: 10px;
	top: 8px;
	width:120px;
	height:100px;
	/*padding: 20px 10px;*/
	text-align: center;
	border: 2px solid #214d98;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.services-box .content-box h3{
	font-size:16px;
	line-height: 30px;
	color: #214d98;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.services-box .content-box .text{
	position:relative;
	line-height:1.9em;
	font-size: 16px;
}
.services-box .btn {
	padding:12px !important;
	font-size:16px;
}
.services-box .btn:hover {
	background: #214d98;
	color:#FFF;
}
/*Services Section End here*/
/*Our Client Start Here*/
.client-section {
  padding: 70px 0 58px;
}
.client-section .section-title-s3 {
	color:#0162a6;
}
.client-section .grid {
  border: 1px solid #e8e8e8;
}
.client-section .grid img {
  width: auto;
}
/*Our Client End Here*/   
.enquiry {
	position:relative;
}
.enquiry-form textarea,
.enquiry-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	width: 100%;
	height: 84px;
	background-color: #edf2f5;
	padding-left: 30px;
	font-size: 18px;
	color: #214d98;
	border: none;
	outline: none;
	margin-bottom: 30px;
	padding-right: 30px;
}

.enquiry-form textarea {
	height: 203px;
	padding-top: 25px;
	resize: none;
}

.enquiry-form textarea.error,
.enquiry-form input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	color: red;
}

.enquiry-form ::-webkit-input-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form ::-moz-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form :-ms-input-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form ::-ms-input-placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form ::placeholder {
	opacity: 1;
	color: #838a93;
}

.enquiry-form .error::-webkit-input-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error::-moz-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error:-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error::-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .error::placeholder {
	opacity: 1;
	color: red;
}

.enquiry-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.enquiry-form .bootstrap-select>.dropdown-toggle {
	width: 100%;
	border-radius: 0;
	background-color:#edf2f5;
	height: 84px;
	color: #838a93;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	margin-bottom: 30px;
	border: none;
	outline: none;
}

.enquiry-form .bootstrap-select>.dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.enquiry-form label.error {
	color: red;
	margin-top: -15px;
	font-size: 18px;
	display: block;
}
/*Contact Us*/
.contact-info-box:hover {
	background: #fff;
}
.contact-info-box {
	background: #fff;
	padding: 30px 0;
	text-align: center;
	max-width: 310px;
	margin: 0 auto;
	min-height: 327px;
}
.contact-info-box h2 {
	font-size: 24px;
text-transform: uppercase;
padding-bottom: 10px;
}
.contact-info-box i {
	height: 75px;
	width: 75px;
	color: #fff;
	background: #214d98;
	border-radius: 50%;
	line-height: 75px;
	font-size: 30px;
	margin-bottom: 25px;
	display: inline-block;
}
.contact-info-box h6 {
	line-height: 26px;
}


.our-services {
	position:relative;
}
.our-services h2 {
    font-family: "Oswald", sans-serif;
    font-size:27px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    color: #214d98;
    text-transform: uppercase;
	padding:0 0px 5px 8px;
}
.our-services-dis {
    margin-top:25px;
}
.our-services-dis img {
	border-radius:9px;
}
.our-services-box {
	-webkit-box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0px 7px 68px 0 rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding:20px;
	border: none;
	border-radius: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 30px;
	/*color:#FFF;*/
}
.our-services-box ul {
	margin:0;
	/*display: -webkit-box;
	display: flex;
	flex-wrap: wrap;*/
	padding:0 0 40px;
}
.our-services-box ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
	/*-webkit-box-flex: 1;
	flex: 1 1 50%;
	max-width: 50%;*/
	font-size:16px;
}
.our-services-box ul li:before {
    content: "\f192";
    font-family: "Font Awesome 5 Pro";
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}
/*projects*/
.projects {
	position: relative;
}
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #3b91e1;
  color: #000;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
	border-right: 1px solid #ddd;
}

.rwd-table th, .rwd-table td:last-child {
  margin-bottom: .5em;
	border-right: none;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 90px;
  display: inline-block;
  color: #214d98;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
	border-right: 1px solid #ddd;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

/* footer */
.footer-bg {
    background-color: transparent;
    background-image: linear-gradient(160deg,#023069 62%,#173f84 100%);
    padding: 0px 0 50px 0;
    position: relative;
    overflow: hidden;
}
.footer-shape-top {
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.footer-shape-top svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(142% + 1.3px);
}
.footer-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.footer-logo {
  margin:120px 0 90px;
}
.footer-menu {
  margin-bottom:65px;
}

.footer-menu ul {
  padding-left: 0;
  margin: 0;
}

.site-footer .footer-menu ul li {
  margin-bottom: 12px;
}
.footer-menu ul {
  list-style: none;
  text-align: center;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px 29px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #ffd701;
}
.site-footer-bottom a {
	display: block;
	background-color: #063979;
	text-align: center;
	font-size:15px;
	color: #ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding:41px 20px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-bottom a:hover {
	background-color:#ffd701;
	color:#063979;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.site-footer-bottom a i {
	width: 36px !important;
	height: 36px !important;
	background-color:#ffd701;
	color:#063979;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
 .site-footer-bottom a .fa-phone {
    transform: scaleX(-1);
}

.site-footer-bottom a:hover i {
	color: #fff;
	background-color:#063979;
}


.footer-bottom {
    padding-top:40px;
    border-top: none;
}
.footer-bottom p {
    line-height: 24px;
    margin-top: 13px;
	color:#FFF;
}
.footer-bottom p a {
	color:#FFF;
}
.footer-bottom p a:hover {
	color:#ffd701;
}
