/*default-css*/
body {
	margin: 0;
	font-size: 24px;
	color: #1e1e1e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	line-height: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
p:empty {
	display: none;

}
img {
	vertical-align: middle;
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.container {
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after, .clear:after, ul:after {
	display: block;
	content: "";
	clear: both;
}
.full-container {
	max-width: 1600px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.full-container:after {
	display: block;
	content: "";
	clear: both;
}



ul, li, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
p {
	margin: 0 0 15px;
	font-size: 15px;
	color: #1e1e1e;
	font-weight: 400;
font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	line-height: normal;
}

.btn {

	display: inline-block;
    padding: 10px 30px;
	text-transform: capitalize;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	border-radius: 50px;
	font-size:18px;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
	transition: all ease-in-out 0.35s;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	-ms-transition: all ease-in-out 0.35s;
	text-decoration: none;
	background-color: #162984;
}
.btn:hover {

    box-shadow: inset 50px 0 0 50px #69BF6D;
    border-color: #69BF6D;
    color: #fff!important;
}
.text_center{
	text-align: center;
}

.gray_bg{
	background-color:#f2f2f2; 
}
.blue_bg{
background-color:#1A2050;
}
.green_bg{
background-color:#72AC48;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: capitalize;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #000;
	text-transform:capitalize;
   font-size: 30px;
	text-align: center;
	letter-spacing: 0;
	padding: 25px 0 25px;
	line-height: 1;
 
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color:#000;
	text-transform:capitalize;
	font-size: 28px;
	line-height: normal;
	letter-spacing: 0;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color:#000;
	
	font-size: 25px;
	line-height: normal;
	letter-spacing: 0;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
color:#000;
	
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color:#000;
	
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0;
}


/*--Home css--*/
#posi_re{
	position: relative;
}
header{
  transition: all .5s ease;
  font-size: 20px;
  width: 100%;
  z-index: 100;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  letter-spacing: 0;
  height: 90px;
-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
line-height: 55px;
box-shadow: none;
}
header .brand {
    color: #777;
    width: 150px;
  margin-left: 40px;
  display: inline-block;
  float: left;
-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
header .menu-header-container{

  text-align: center;
}
header .brand img{
-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
}
header ul {
display: inline-block;
        margin-left: -150px!important;
  margin: 0;

  text-transform:capitalize;
}
header ul li {
  text-align: center;
  display: inline-block;
  list-style: none;
  padding: 15px 15px 15px 15px;
  cursor: pointer;
 
-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
header ul li a:hover{
  color: #72AC48;
}

.sticky ul li a:hover{
  color: #72AC48!important;
}

header ul li a {
	user-select: none;
	outline: none;
      color: #3a5897;
  text-decoration: none;
  display: block;
}

.sticky {
  position: fixed !important;
  top: 0;
  background-color: #fff;
  height: 60px;
      box-shadow: 1px 0px 7px #969696;
}
.sticky .brand img{
  width: 100px;
}
.sticky ul li a {
color: #3a5897!important;

}
header.sticky ul li {

 padding: 0 15px;
}
.sticky ul li:hover a {
  color: #72AC48;
}
.menu {
  display: none;
}

header.sticky .dropdown::before{
top: 0px;
}

.nav ul li.dropdown:hover::before{
	content: '\f107';
	font-family:FontAwesome;
	color: #72AC48;
}
.dropdown{
	position: relative;
}
.dropdown::before{
	content: '\f107';
	font-family:FontAwesome;
	position: absolute;
top: 15px;
    right: 0;
    color: #3a5897;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

 .dropbtn{  transition: all ease 0.3s;} 

.dropdown-content {
position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

.dropdown-content li {
  float: none;
  color: black;
  padding: 0!important;
  text-decoration: none;
  display: block!important;
  text-align: left!important;
  transition:1s all;
  line-height: 30px!important;
}
.dropdown-content li a{
	display: block;
	padding:15px;
}
.dropdown-content li:hover {
  background-color: #ddd;
}



.navbar .dropdown ul {
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}
.dropdown>ul {
    position: absolute;
    top: 160%;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 0;
    left: 150px;
}
.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}


@media (max-width: 767px) {
 .dropdown:hover::before>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
  .sticky .menu {
    top: 0;
  }
  .sticky .menu .hamburger {
    background: #6E7982;
  }
  .sticky .menu .hamburger::before, .sticky .menu .hamburger::after {
    background: #6E7982;
  }

  .open.sticky .hamburger {
    background: transparent;
  }

  .open .hamburger {
    background-color: transparent;
  }
  .open .hamburger::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger::after {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
  }

  .menu {
    display: block;
    outline: none;
    position: absolute;
    line-height: 60px;
    float: left;
    left: 20px;
    top: 10px;
    width: 60px;
    height: 60px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
        -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .menu:hover {
    opacity: 1;
  }

  .hamburger, .hamburger::after, .hamburger::before {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 3px;
    line-height: 0;
    -webkit-transition: all 150ms;
    transition: all 150ms;
  }

  .hamburger::before {
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
  }

  .hamburger::after {
    content: '';
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
    background: #000;
  }

  .hamburger {
    background: #000;
  }
  .hamburger::after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .hamburger::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }


  .menu-header-container {
    -webkit-transition: -webkit-transform 150ms;
    transition: transform 150ms;
    width: 250px;
  }

  .menu-header-container {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    /* transform: translateY(-200%); */
    padding-left: 0;
  }
  ul.navbar li {
    line-height:1.4!important;
    display: block;
  }



  .open .menu-header-container {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
      width: 250px;
    background: #fff;
  }

 header .brand {
    display: block;
    text-align: center;
    float: none;
  }

  .sticky .brand {
    background-color: white;

  }
   header.sticky  #nav {
    height: 60px;
  }

  header.sticky .full-container{
    height: 60px;
  }

  #nav {
    height: 80px;
  }
  #nav.open {
    height: auto;
    min-height: 100%;
  }
  #nav.sticky {
    height: 60px;
  }
  #nav .open.sticky {
    height: auto;
  }

header.sticky ul li{
      padding: 15px 15px 15px 8px;}

header.sticky .dropdown::before {
    top: 12px;
}
.open .hamburger {
    background:transparent!important;
}
}

/*--video banner--*/
#videitxt{
	   position: relative;
}
#myVideo{

height: 400px;
overflow: hidden;
width: 100%;
margin-top: 62px;

}
video{
    width: 100%;
}
#myVideo img{
  width: 100%;
  height: 400px;
  object-position: top center;
  object-fit: cover;
}

#videitxt .vdo_content {

    position: absolute;
    top: -270px;
    left: 0;
    bottom: 0;
padding-left: 30px;
width: 100%;
padding-right: 30px;
padding-bottom: 40px;
border-radius: 0 12px 0 0 ;
}
#videitxt .vdo_content h1{

	 border-radius: 0 12px 0 0 ;
text-align: center;
padding-top: 20px;

    text-shadow: -1px 2px 2px #000;
padding-bottom: 40px;
    color: #fff;
    font-size: 45px;
    display: block;
    position: relative;
}
#videitxt .vdo_content p{
    position: absolute;
    right: 20px;
    top:40%;
}

/*--Search--*/
header.sticky .search-box{
	top:0;
} 


.search-box{
	position: absolute;
	top: 10px;
	right: 50px;
			  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 40px;
	width: 50px;
	vertical-align: bottom;
}
.searchbutton {
	position: absolute;

	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	border-radius:0 15px 15px 0;

}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #F2F2F2;
	
}
.search:hover + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #F2F2F2;
	
}
.mglass{
	color: #3a5897;
font-size: 20px;
}
.search {
	position: absolute;
	left: 49px; 
	background-color: #F2F2F2;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	border-radius: 15px 0 0 15px;
}

.search:focus {
	width: 250px; 
	padding: 0 16px 0 0;
	background-color: #F2F2F2;
}
.search:hover {
	width: 250px; 
	background-color: #F2F2F2;
	padding: 0 16px 0 12px;
}

.expandright {
	left: auto;
	right:49px;
}

.expandright:focus {
	padding: 0 0 0 16px;
}


.bg {
  width: 100%;
   background-image: url(images/bg_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
 padding-top: 0px!important;
 padding-bottom: 0px!important;
}
.bg-two{
  width: 100%;
  background-image: url(images/bg_img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center bottom;
    background-attachment: fixed;

}

/*--top Button--*/
.top-button{
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-button .btn{
	margin-right: 150px;
      border-radius: 50px;
    padding: 6px 20px;
    font-size: 16px;
}

.top-button .btn:hover {

    box-shadow: inset 50px 0 0 50px #fff;
    border-color: #fff;
    color: #72AC48!important;
}
.top-button .btn:nth-child(2){
	margin-right:0;
}

/*--Let Us Hire For You section--*/

.our-hire ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
   -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-center;
    -moz-align-items: flex-center;
    -ms-align-items: flex-center;
    align-items: center;
    margin-bottom: 0;
}

.our-hire ul li{
    float: left;
    margin-right: 27px;
    position: relative;
    width: calc(25% - 25px);
    -webkit-width: calc(25% - 25px);
    -moz-width: calc(25% - 25px);
    -ms-width: calc(25% - 25px);
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-radius: 25px 0px 25px 0px;
   box-shadow: 2px 4px 8px 0px rgba(178, 185, 217, 1);
}
.our-hire ul li:nth-child(4){
    margin-right: 0;
}
.our-hire ul li .image_box{
    height: 179px;
    background-color: #000;
    transition: .8s ease;
    }
.our-hire ul li .image_box img{
    opacity: .6;
width:100%;
height:179px;
object-fit: cover;
object-position: center;
transition: .8s ease;
}
.our-hire ul li:hover, .our-hire ul li:hover img, .our-hire ul li:hover .text_box{
      opacity:1;
      color: #72AC48;
   
}

.our-hire ul li .text_box{
      margin-top: 8px;
    margin-bottom: 8px;
}
.our-hire ul li .text_box{
    color:#202863;
    font-size: 18px;
  transition: .8s ease;
    font-weight: 500;
}



.navvv{
position: fixed;
  float: right;
  top: 78%;
  right: 20px;
  text-align: right;
  font-family: sans-serif;
  font-size: 18px;
  z-index: 9999;
}
.navvv ul {
  margin:0;
  padding:0;
}
.navvv ul:after{
  content:"";
  display: block;
  clear: both;
}
.navvv ul li a{
    display: inline-block;
    text-align: center;
   padding:10px 8px 10px 6px;
}
.navvv ul li a img {
  background-color:#f2f2f2;
text-align: center;
  color:#fff;

width:30px;

}

.navvv ul li {
  background: #f2f2f2;
  padding:0px;
  color: #01BACF;
  width: auto;
  border-radius: 50px;
  text-align: center;
  overflow:hidden;
  float:right;
  margin-bottom: 10px;
box-shadow: 1px 2px 3px #000;
}
.navvv ul span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  margin-right: 0px;
  display: inline-block;

  position: relative;
 
  width: auto;
  max-width:0px; 
  opacity: 0;

  text-align: center;
  transition:all 1s;
  box-sizing:border-box;
  padding-right:0px;
  text-decoration:none;
  color:#518f36;
}

.navvv li:hover {
    background: #f2f2f2;
  cursor: pointer;

}
.navvv ul li:hover a img {
  background-color:#f2f2f2;}
.navvv li:hover span {
  margin-right:0px;
  opacity: 1;
  width: auto;
  max-width:500px; 
  padding-right:20px;
  padding-left: 20px;
}



/*--Slider Css--*/
#icon_slider{
	background-color:#E8F4FC; 
}

.owl-slider{
	padding-bottom:40px; 
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
 
  display: none;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
	color: #202863!important;
    position: absolute;
    font-size:40px!important;
    top: 50%;
    transform: translateY(-50%);
    background: transparent!important;
}

.owl-nav button:hover {
	color:#72AC48!important; 
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}

.owl-slider .item .image{
	width: 100px;
	display: block;
	margin: 0 auto;
}

.owl-slider .item .text{
    font-size: 18px;
    padding: 0;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    color: #000;
    text-transform: capitalize;
        max-width: 180px;
}


/*--Count section--*/
#count {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    background-attachment: fixed!important;
    padding-top: 20px;
    padding-bottom: 50px;
}

#count h2{
color: #fff;
}


#count ul{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-center;
    -moz-align-items: flex-center;
    -ms-align-items: flex-center;
    align-items: center;

}

#count ul li{
	float: left;
    margin-right: 30px;
    position: relative;
    width: calc(33.33% - 20px);
    -webkit-width: calc(33.33% - 20px);
    -moz-width: calc(33.33% - 20px);
    -ms-width: calc(33.33% - 20px);
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
}

#count ul li:nth-of-type(3n+3) {
    margin-right: 0;
}

#count .stat-one .stat-number{
	color:#83C22F;
	font-size:44px;
	font-weight:700;
	padding: 30px 0;

}


#count .stat-one h3{
	color: #fff;
	font-size: 20px;
}



/*--Managers Love Us--*/


#managers{
background-color: #1A2151;
padding-top: 30px;
padding-bottom: 30px;
}

#managers .mang_main{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#managers .mang_main .mang-box{
	float: left;
    margin-right: 30px;
    position: relative;
    width: calc(50% - 20px);
    -webkit-width: calc(50% - 20px);
    -moz-width: calc(50% - 20px);
    -ms-width: calc(50% - 20px);
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
}

#managers .mang_main .mang-box:nth-last-of-type(1) {
    margin-right: 0;
}

#managers .mang_main .mang-box h2{
	text-align: left;
	color: #fff;
	padding-top: 0;
}
#managers .mang_main .mang-box ul li{
	position: relative;
	color: #fff;
	padding-left: 22px;
	padding-bottom: 15px;
	 font-size: 16px;
	 font-weight: 400;
}
#managers .mang_main .mang-box ul li:before{
content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
}

#managers .mang_main .mang-box .btn{
	margin-top: 30px;
	background-color: #fff;
	color: #162984;
}

/*--Testimonial section--*/
#testimonial{
	background-color: #F2F2F2;
}

#testimonial .nvt-testimoni{
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#testimonial ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
padding-bottom: 30px;
}

#testimonial ul li{
	float: left;
    margin-right: 30px;
    position: relative;
    width: calc(33.33% - 20px);
    -webkit-width: calc(33.33% - 20px);
    -moz-width: calc(33.33% - 20px);
    -ms-width: calc(33.33% - 20px);
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
background-color: #ffffff;
    padding: 20px 40px 30px;
    height: auto;
    box-shadow: 0 0px 4px #2e2e2e;
}
#testimonial ul li:nth-of-type(3n+3) {
    margin-right: 0;
}

#testimonial ul li:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f2f2f2;
    font-size: 21px;
    left: 10px;
}
#testimonial ul li:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
      color: #f2f2f2;
    font-size: 21px;
    right: 10px;
}

.img-circle {
    border-radius: 50%;
}
.testiname{
	    font-weight: 600;
    letter-spacing: -0.6px;
    font-size: 20px;
    margin-bottom: 30px;
}
.testiname img {
    margin-right: 10px;
    max-width: 80px;
}

#testimonial ul li p{
	font-size: 16px;
	color: #a2a2a2;
font-style: italic;
line-height: 1.4;
    margin-bottom: 0;}



/*--Employee & Blog section--*/
#nvt-blog{
width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: none;
  }

.employee-section{
    width: 33.33%;
    float: left;
     margin-bottom: 30px;
 }

.blog-section{
    width: 66.66%;
    float: right;
    margin-bottom: 30px;
    }

.blog-section ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-section ul li{
  float: left;
  margin-left: 20px;
    margin-right: 20px;
    position: relative;
    width: calc(50% - 20px);
    -webkit-width: calc(50% - 20px);
    -moz-width: calc(50% - 20px);
    -ms-width: calc(50% - 20px);
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
}

.blog-section ul li:nth-last-of-type(1) {
    margin-right: 0;
      margin-left: 0px;
}

    .box {
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    border: 1px solid #eaeaea;
}
.box img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    object-position: center;
    object-fit: cover;
    height: 201px;
}
.image-wrap{
  position: relative;
}
.image-wrap:hover .magnifier {
    opacity: 1;
    position: absolute;
    visibility: visible;
}
.magnifier {
     border-radius: 6px 6px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0;
    top: 0;
    background-color: rgba(146, 203, 105, 0.8);
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}
.magnifier i{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;}

.box-desc {
    padding: 20px 25px;
       display: block;
    position: relative;
}

.box-desc h4 a, .box-desc h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0;
    color: #000;
}
.box-desc h4 a:hover, .box-desc h4:hover{
  color: #004b87;
}


.box-desc p{
line-height: 1.6;
    font-size: 16px;
    color: #a2a2a2;
    margin: 0;
  }

.box .post-meta {
    padding: 10px 30px 10px;
    margin-top: -5px;
    border-top: 1px solid #eaeaea;
    line-height: 1;
}  
.box .post-meta ul{
padding-left: 0!important;
    margin-left: -5px!important;


}

.box .post-meta ul li{
display: inline-block!important;
width: auto!important;
margin: 0!important;
margin-right: 10px!important;
font-size: 13px!important;
color: #aaa!important;
}


/*--Footer--*/

footer{

      padding: 30px 0;
    background-color: #e8f4fc;
}

footer .main-footer{
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

footer .main-footer .footer-one {
    width: 15%;
    margin-right: 1%;
}

footer h3{
    color: #636363;
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0;
    line-height: 1;
}

footer .main-footer ul li{
     color: #2e2e2e;
     font-weight: 500;
   font-size: 16px;
   margin-bottom: 8px;
}
footer .main-footer ul li a{
   color: #383838;
   font-size: 16px;
   font-weight: 400;
   line-height: 28px;
}
footer .main-footer ul li a:hover{
  color:#337ab7;
}

footer .main-footer .footer-two {
    width: 20%;
  
}


footer .main-footer .footer-three {
  width: 25%;
 margin-right: 10px;
}
footer .main-footer .footer-four {
  width: 33.33%;
    margin-right: 0;
}

footer .main-footer .footer-four p{
font-size: 16px;
  color: #383838;
  padding-bottom: 30px;
  max-width: 350px;
  line-height: 25px;
}


footer .main-footer .footer-four .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(000, 000, 000, 0.2);
    min-width: 80%;
        padding:0 12px;
        outline: none;
  }

footer .main-footer .footer-four .btn {
    background-color: #fff!important;
 cursor: pointer;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #cecece;
    font-weight: bold;
    color: #2e2e2e !important;
    text-transform: capitalize;
    line-height: 47px;
    padding: 0 20px;
    margin: 0;
    outline: none;
}
footer .main-footer .footer-four .social-icon{
  margin-top: 30px;
}
footer .main-footer .footer-four .social-icon a{
  font-size: 18px;

  color: #3a5897;
  display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
    margin-top: 0;
    box-shadow: 0px 3px 2px 0px #3a5897;
    transition: all .6s ease;
}
footer .main-footer .footer-four .social-icon a img{
    width: 18px;
    margin: 0 6px 2px;
}
footer .main-footer .footer-four .social-icon a:hover{

box-shadow:-1px -3px 2px 0px #3a5897;
background-color: #F2F2F2;
}

#copyrights {
    background-color: #243a48;
    border-top: 1px solid #f1f1f1;
    padding: 5px 0;
}
.pull-left {
    float: left!important;
}
.cop-logo{
  width: 50px;

}

.pull-right {
    float: right!important;
}

#copyrights p, #copyrights p a{

  color: #fff;
  font-weight: 300;
  font-size: 12px;
  margin: 0;
  padding:0; 
}



/*--Industries Serviced Css--*/

.banner{
  width: 100%;
  background-repeat: no-repeat!important;
    background-size: cover!important;
    height:307px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
   margin-top: 62px;
   position: relative;
}
.banner h1{
   position: relative;
   padding-bottom: 10px;
   text-shadow:-1px 2px 2px #000;
   text-align:center;
   margin:0;
}

.banner p{
	 position: relative;
	 text-align:center;
	 color:#fff;
	 font-size:20px;
	 text-shadow:-1px 2px 2px #000;
	    padding-bottom: 20px;
}


.banner p::after{
  content:'';
position: absolute;
bottom: 0;
left: 45%;
width: 10%;
height: 4px;
background-color: #fff;
box-shadow:-1px 2px 2px #000;
}


/*--Top Green bar--*/
#direction{
  background-color: #72AC48;
  text-align: center;
    padding-top: 5px;
  padding-bottom: 5px;
}

#direction ul li{
  display: inline-block;
  margin-right: 15px;
  color: #fff;
line-height: 20px;

    border-radius: 50px;
        transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
        background-color: #162984;
  
}
#direction ul li:last-child{
    margin-right: 0;
}


#direction ul li a{
   color: #fff;
   font-size: 16px;
   text-transform:capitalize;
display: block;
    padding: 6px 12px;
}

#direction ul li:hover{
    box-shadow: inset 50px 0 0 50px #fff;
    border-color: #fff;
  
}
#direction ul li:hover a{
    color: #72AC48;
}

.industrie-about{
  padding-top: 40px;
  padding-bottom: 40px;
      width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.industrie-about .left_part {
  width: 30%;
  float: left;
}
.industrie-about .left_part img{
  object-position: center;
  object-fit: cover;
  height: 509px;
  width: 100%;
}

.industrie-about .right_part {
    width: 70%;
    float: right;
margin-left: 30px;
}
.industrie-about .right_part h2{
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.industrie-about .right_part h3{
font-size: 18px;
color: #000;
font-weight: 500;
padding-top: 20px; 
padding-bottom: 30px; 
}

.industrie-about .right_part p{
  font-size: 18px;

}

.industrie-about .right_part ul{
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-bottom: 30px;
}

.industrie-about .right_part ul li{
  float: left;
    margin-right: 10px;
    position: relative;
    width: calc(50% - 20px);
    -webkit-width: calc(50% - 20px);
    -moz-width: calc(50% - 20px);
    -ms-width: calc(50% - 20px);
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
    color: #000;
}
.industrie-about .right_part ul li::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid #162984;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
.industrie-about .right_part ul li:nth-child(even){
   margin-right: 0;
}


.industrie-about .right_part .job-btns .btn{
margin-right: 30px;
padding: 10px 40px;
}



.industrie-about-two{
    padding-top: 40px;
  padding-bottom: 40px;
  background: #fff!important;
  width: 100%;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
}



.industrie-about-two .left_part {
  width: 30%;
  float: left;
}
.industrie-about-two .left_part img{
  object-position: center;
  object-fit: cover;
  height: 509px;
  width: 100%;
}

.industrie-about-two .right_part {
    width: 70%;
    float: right;
margin-right: 30px;
}
.industrie-about-two .right_part h2{
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.industrie-about-two .right_part h3{
font-size: 18px;
color: #000;
font-weight: 500;
padding-top: 20px; 
padding-bottom: 30px; 
}

.industrie-about-two .right_part p{
  font-size: 18px;

}

.industrie-about-two .right_part ul{
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-bottom: 30px;
}

.industrie-about-two .right_part ul li{
  float: left;
    margin-right: 10px;
    position: relative;
    width: calc(50% - 20px);
    -webkit-width: calc(50% - 20px);
    -moz-width: calc(50% - 20px);
    -ms-width: calc(50% - 20px);
    overflow: hidden;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
    color: #000;
}
.industrie-about-two .right_part ul li::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid #162984;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
.industrie-about-two .right_part ul li:nth-child(even){
   margin-right: 0;
}


.industrie-about-two .right_part .job-btns .btn{
margin-right: 30px;
padding: 10px 40px;
}
#property-management .job-btns{
  margin-top: 30px;
}

#property-management .lrn-mor{
  color: #162984;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #162984;
}
#property-management .lrn-mor:hover{
  color:#72AC48; 
    border-bottom: 2px solid #72AC48;

}

#general-office .industrie-about .left_part img{
  object-position: center;
    object-fit: cover;
    height: 330px;
    width: 100%;
}
#general-office .job-btns{
  margin-top: 30px;
}

#general-office .lrn-mor{
  color: #162984;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #162984;
}
#general-office .lrn-mor:hover{
  color:#72AC48; 
    border-bottom: 2px solid #72AC48;

}


#medical .industrie-about .left_part img{
    object-position: center;
    object-fit: cover;
    height: 360px;
    width: 100%;
}

#accounting-finance .industrie-about-two .left_part img {
    object-position: center;
    object-fit: cover;
    height: 310px;
    width: 100%;
}

#legal .industrie-about .left_part img {
    object-position: center;
    object-fit: cover;
    height: 360px;
    width: 100%;
}
#engineering .industrie-about .left_part img {
    object-position: center;
    object-fit: cover;
    height: 390px;
    width: 100%;
}

#government .industrie-about-two .left_part img {
    object-position: center bottom;
    object-fit: cover;
    height: 260px;
    width: 100%;
}
#property-management .industrie-about-two .left_part img {
    object-position: center;
    object-fit: cover;
    height: 480px;
    width: 100%;
}

/*--Introduction CSS--*/
#introduction{
  background-color: #fff;
}

.about-employers{
  padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.about-employers .left_part {
    width: 40%;
    float: left;
}

#leading-staffing-solutions .about-employers .left_part img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 250px;
}

.about-employers .right_part {
    width: 60%;
    float: right;
    margin-left: 30px;
}

.about-employers .right_part h4{
font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    
    letter-spacing: 0;
    padding: 0 0 25px;
    line-height: 1;
 
}


.about-employers .right_part p{
  font-size: 18px;
  line-height: 1.4;
}

 .about-employers .right_part ul{
margin-left: 15px;
margin-bottom: 30px;
 }


 .about-employers .right_part ul li{
      padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #000;
    position: relative;
    line-height: 1.4;
 } 
  .about-employers .right_part ul li a{
	  color:#1a2151;
  }
  
  .about-employers .right_part ul li a:hover{
	  color:#72ac48;
  }

.about-employers .right_part ul li::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid #162984;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.about-employers .right_part p a{
color: #1a2151;
text-decoration: underline;
}
.about-employers .right_part p a:hover{
color:#72ac48; 
}

#services .about-employers .right_part{
      margin-top: 50px;
}
#experience-is-the-key-to-our-success .about-employers .right_part{
      margin-top: 55px;
}
#top-talent .about-employers .right_part{
      margin-top: 65px;
}

#technology .about-employers .right_part{
      margin-top: 55px;
}

.about-employers .left_part img{
  display: block;
  margin: 0 auto;
}



#philosophy{
  padding-bottom: 30px!important;
  padding-top: 20px!important;
}

#philosophy .right-box{
float: right;
width: 40%;
margin-left: 30px;
}
#philosophy .right-box img{
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 323px;
}

#philosophy h4{
  padding: 25px 0;
  font-size: 20px;
  font-weight: 500;
  color: #202863;
}
#philosophy p{
  font-size: 18px;
  line-height: 1.4;
}
#philosophy p a{
color: #1a2151;
text-decoration: underline;
}
#philosophy p a:hover{
 color:#72ac48; 
}


#rqst-info{
  background-color: #1A2050;

}

#rqst-info h2{
  color: #fff;
  float: left;
  max-width: 500px;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  font-size: 35px;
   margin-left: 60px;
}
#rqst-info .btn{
  float: right;
  background-color: #fff;
  color: #74AC49;
  font-size: 28px;
  padding: 10px 50px;
  margin-top: 20px;
  margin-right: 60px;

}

#recruiting .left_part img{
object-fit: cover;
object-position: center;
height: 296px;
width: 100%;
}


#online-service{
  background-color: #f2f2f2;
}

#online-service .about-employers{
      width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
}
#online-service .about-employers .right_part {
    width: 60%;
    float: right;
    margin-right: 30px;
    margin-left: 0;
}
#online-service .about-employers .right_part .btn{
  margin-top: 30px;
}
#online-service .left_part img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 291px;
}


/*--About us css--*/

#job-seeker{
     width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#job-seeker .text_part {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#job-seeker .text_part .text_widt{
  max-width: 500px;
  margin: 0 auto 0;
  padding: 0 30px;
}
#job-seeker .text_part .text_widt h2{
  text-align: left;
}
#job-seeker .text_part .text_widt p{
font-size: 18px;
line-height: 1.4;

}


#job-seeker .image_part {
      width: 50%;
    float: right;
}

#job-seeker .image_part img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 566px;
}
#for-employer{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;}


#for-employer .text_part {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#for-employer .text_part .text_widt{

  margin: 0 auto 0;
  padding: 0 0 0 30px;
}
#for-employer .text_part .text_widt h2{
  text-align: left;
}
#for-employer .text_part .text_widt p{
font-size: 16px;
line-height: 1.4;
}


#for-employer .image_part {
      width: 50%;
    float: right;
}

#for-employer .image_part img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 566px;
}

#download-brochure{
  background-color: #162985;
  padding: 20px 0;
  text-align: center;
}

#download-brochure .btn{
  background-color: #fff;
  color: #6ABF6E;
  padding: 15px 50px;
}


/*--Blog CSS--*/

#blog{
  padding-top: 40px;
  padding-bottom: 40px;
}

.main_blog{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.main_blog .blog_left{
  width: calc(70% - 20px);
  -webkit-width: calc(70% - 20px);
  -moz-width: calc(70% - 20px);
  -ms-width: calc(70% - 20px);

    margin-right: 30px;

}

.main_blog .blog_left ul{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_blog .blog_left ul .blog-item{
  display: none;
  transition: all 0.6s ease;
}

.main_blog .blog_left ul li{

      float: left;
    margin-right: 30px;
    position: relative;
    width: calc(50% - 15px);
  -webkit-width: calc(50% - 15px);
  -moz-width: calc(50% - 15px);
  -ms-width: calc(50% - 15px);
  overflow: hidden;
  transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
padding-bottom: 20px;
margin-bottom: 40px;
border-bottom: 1px dashed #cacaca;
}
.main_blog .blog_left ul li:nth-of-type(2n+2){
  margin-right:0px;
}
.main_blog .blog_left ul li .blog_img img{
width:100%;
height: 260px;
object-position: center;
object-fit: cover;
}



.main_blog .blog_left ul li .blog_date{
font-size: 14px;
font-weight: 300;
line-height: 24px;
padding: 10px 0;
color: #000;
}



.main_blog .blog_left ul li .blod_detl h4{
font-size: 20px;
line-height: 1.4;
color: #21285f;
padding-bottom: 15px;
}

.main_blog .blog_left ul li .blod_detl p{
font-size: 16px;
line-height:1.2;
font-weight: 400;
color: #000;
}

.main_blog .blog_left ul li .blog_btn{
font-size:16px;
font-weight: 500;
line-height: 30px;
color: #21285f;
text-transform: capitalize;
}
.main_blog .blog_left ul li .blog_btn:hover{
  color: #72AC48;
}


.main_blog .blog_left ul li .blog_btn i{
    margin-left: 0px;
font-size: 16px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.main_blog .blog_left ul li .blog_btn:hover i{
transform: translateX(10px);

}


.main_blog .blog_right{

  width: calc(30% - 11px);
  -webkit-width: calc(30% - 11px);
  -moz-width: calc(30% - 11px);
  -ms-width: calc(30% - 11px);
}

.main_blog .blog_right .leftpost_section {
  background-color:#ECECEC;
  padding: 25px 20px 20px; 
  margin-bottom: 20px;
}
.main_blog .blog_right .leftpost_section h6{
font-weight: 500;
font-size: 22px;
line-height:1.4;
text-align: center;
color: #000000;
}
.main_blog .blog_right .leftpost_section h6 small{
  font-size: 18px;
  font-weight: 400;
      text-align: center;
}



.undrlin_blk{
    clear: both;
    position: relative;
    width: 90%;
    margin: 10px auto 20px;
    border-top: 2px solid #000;
}


.main_blog .blog_right .leftpost_section .latest_blog{
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.main_blog .blog_right .leftpost_section .latest_blog:nth-last-child(1){
  margin-bottom: 0;
}

.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_img {
    width: 35%;
    margin-right: 2%;
    opacity: 1;
}
.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_img img{
  width: 100%;
  height: 74px;
  object-fit: cover;
  object-position: center;
}

.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_des {
    width: 60%;
    margin-right: 0;
}

.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_des a{
font-size: 18px;

font-weight: 400;
color: #000;
}

.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_des a:hover{
  color:#032B73; 
}




.main_blog .blog_right .leftpost_section .categories_list li{
    position: relative;
}
.main_blog .blog_right .leftpost_section .categories_list li a{

font-size: 18px;
line-height: 120.2%;
color: #000000;
padding-left: 20px; 
}
.main_blog .blog_right .leftpost_section .categories_list li a:hover{
  color:#032B73; 
}


.main_blog .blog_right .leftpost_section .categories_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.main_blog .blog_right .leftpost_section .nws_ltr {
    box-sizing: border-box;
position: relative;
}
.main_blog .blog_right .leftpost_section .nws_ltr input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    background-color: #fff;
    line-height: 0px;
    padding: 4px 20px;
    margin-top: 0px;
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #adadad;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
position: relative;
}

.main_blog .blog_right .leftpost_section .nws_ltr .btn {
    height: 40px;
    margin-top: 0px;
    display: inline-block;
    padding: 2px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
 font-weight: 300;
font-size: 14px;
line-height: 18px;
    letter-spacing: 0;
    color: #fff!important;
    transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    text-decoration: none;
  position: absolute;
  border-radius: 0;
  top: 0;
right: 0;
    border:none;
}
.main_blog .blog_right .leftpost_section .nws_ltr .btn:hover{
background-color: #1d4184;
}

.main_blog .blog_right .leftpost_section .follow_sec{
  display: block;
  text-align: center;
}

.main_blog .blog_right .leftpost_section .follow_sec a{
font-size: 14px;
    color: #3a5897;
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    border-radius: 50px;
    margin-right:10px;
    margin-top: 0;
    box-shadow: 0px 2px 2px 0px #3a5897;
    transition: all .6s ease;
}
.main_blog .blog_right .leftpost_section .follow_sec a:hover{
box-shadow:-1px -2px 2px 0px #3a5897;
background-color: #F2F2F2;
}
.main_blog .blog_right .leftpost_section .follow_sec a img{
  width: 14px;
 margin: 0 6px 2px;
}
.main_blog .blog_right .leftpost_section .follow_sec a:last-child{
margin-right: 0px;
}


/*--Blog details Css--*/
#blog-details{
  padding-top: 40px;
  padding-bottom: 40px;
}


.blod_titl h4{
font-weight:700;
font-size: 25px;
line-height: 1.4;
color: #21285f;
}


.blog_date{
font-weight:300;
font-size: 18px;
line-height: 24px;
padding: 20px 0;
color: #000;
}

#blog-details .blog_img img{
object-position: center;
object-fit: cover;
height: 384px;
width: 100%;
} 


 .blod_detl p{
font-weight: 400;
font-size: 18px;
line-height:1.4;

color: #212121;
}
 .blod_detl p:nth-child(1){

  margin-top: 20px;
 }


 #blog-details .blod_detl h2{
font-weight: 700;
font-size:40px;
color: #000;
 padding-bottom: 20px;
}
 #blog-details .blod_detl h3{
font-weight: 700;
  font-size: 30px;
  color: #000;
 padding-bottom: 20px;
}
 #blog-details .blod_detl h4{
font-weight: 700;
  font-size: 20px;
  color: #000;
  padding-bottom: 20px;
}
 #blog-details .blod_detl h5{
 font-weight: 700;
 font-size: 18px;
  color: #000;
 padding-bottom: 20px;
}
 #blog-details .blod_detl h6{
font-weight: 700;
 font-size: 18px;
  color: #000;
   padding-bottom: 20px;
}

#blog-details .blod_detl ul{
  padding-bottom: 10px;
  padding-top: 5px;
}
#blog-details .blod_detl ul li{
  font-size: 16px;
display: block!important;
width: 100%;
font-weight: 400;
color: #666666;
position: relative;
padding-left: 15px;
padding-bottom: 10px;
margin-bottom: 0;
border:none;
}
#blog-details .blod_detl ul li::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666666;
  border-radius: 100%;
}
#blog-details .blod_detl ul li a, #blog-details .blod_detl p a {
  color:#162984;
  text-decoration: underline; 
}






.sec_gry{
  margin-top: 20px;
background: #ECECEC;
padding: 20px 10px 10px 10px;
}

.sec_gry p{
font-weight: 400;
font-size: 18px;
line-height: 24px;

color: #000000;
}


.btn_section{
  display: block;
}


.btn_prv{
  font-weight: 400;

float: left;
margin-top: 30px;
padding: 5px 30px;
  transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
font-size: 18px;
}
.btn_prv i{
  line-height: 1.4;
  margin-right:5px;
  font-size: 20px;
      transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.btn_prv:hover i{
  transform: translateX(-10px);
  
}



.btn_nxt{
font-size: 18px;
font-weight: 400;
  padding: 5px 50px;
margin-top: 30px;
float: right;
  transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
  text-decoration: none;
}


.btn_nxt i{
  line-height: 1.4;
  margin-left: 5px;
  font-size: 20px;
      transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}
.btn_nxt:hover i{
  transform: translateX(10px);
  
}


/*--Share Your Comment--*/

.comment_sec{
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.comment_sec .comment_form{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment_sec .comment_form li{
  float: left;
  margin-right:0px;
  position: relative;
  width: calc(100% - 0px);
  -webkit-width: calc(100% - 0px);
  -moz-width: calc(100% - 0px);
  -ms-width: calc(100% - 0px);
  overflow: hidden;
  transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
 
}


.comment_sec .comment_form li:nth-child(3) {
width: 69%;
    margin-right:16px;
    margin-top: 5px;

}
.comment_sec .comment_form li:nth-child(4) {
  width: 29%;
   margin-right:0px;
    margin-top: 5px;
}
.comment_sec .comment_form li input[type=email]{
   border-radius: 0 0 0 8px;
}

.comment_sec .comment_form li input[type=text], input[type=email]{
  width: 100%;
  height:47px;
  border-radius:0;
  background-color: #fff;
  font-size: 16px;
  color:#212121;
font-family: 'Roboto', sans-serif;
font-weight:300;
   outline: none;
   padding: 10px;
   margin-bottom:10px;
    border:1px solid #adadad; 
}
.comment_sec .comment_form li textarea{
  width: 100%;
  height:127px;
  border-radius:0;
  background-color: #fff;
  font-size: 16px;
  color:#000;
font-family: 'Roboto', sans-serif;
   font-weight:300;
   outline: none;
   padding: 10px;
   margin-bottom: 10px;
    border:1px solid #adadad; 
    border-radius: 8px 8px 0 0;
}
.comment_sec .comment_form li textarea:focus {
border:1px solid #032B73; 
}

.comment_sec .comment_form li input:focus {
border:1px solid #032B73; 
}

.comment_sec .comment_form li input[type="submit"]{
  background-color: #032B73;
  border:1px solid #032B73; 
  font-size: 20px;
  color:#fff;
  width: 100%;
text-transform: capitalize;
   font-weight: 400;
   outline: none;
   padding: 10px;
   display: block;
   margin: 0 auto;
   transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -ms-transition: all ease-in-out 0.35s;
  cursor: pointer;
  border-radius: 0 0 8px 0;
}
.comment_sec .comment_form li input[type="submit"]:hover{

    box-shadow: inset 50px 0 0 50px #69BF6D;
    border-color: #69BF6D;
    color: #fff!important;
}

.comment_sec .comment_form li textarea::placeholder{
    color:#b4b3b3;
}

.comment_sec .comment_form li input::placeholder{
    color:#b4b3b3;
}




/*--Contact us Css--*/
#contact-us{
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
.main-contact{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: start;
}
.main-contact .contact-left{
    width: 40%;
    margin-right:3%;}

.main-contact .contact-right{
    width:57%;
  }

.main-contact .contact-left h2, .main-contact .contact-right h2{
text-align: left;
}


.main-contact .contact-left .address-section{
  background-color: #fff;
  box-shadow:0px 1px 0px 1px #d6d6d6;
  padding: 30px 100px 10px 35px; 
}

.main-contact .contact-left .address-section h3{
  color: #162984;
  font-weight:500; 
  font-size:20px;
  padding-bottom: 20px;
}

.main-contact .contact-left .address-section h3:nth-child(3){
margin-top: 50px;
}


.main-contact .contact-left .address-section ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
  
.main-contact .contact-left .address-section ul:nth-child(4) li .fa-fax, .main-contact .contact-left .address-section ul:nth-child(4) li .fa-map-marker{
	display:none;
}  

.main-contact .contact-left .address-section ul li a{
color: #000;
font-size: 18px;
line-height: 1.6;
transition: all .4s ease;
display: block;
padding-left: 25px;
}

.main-contact .contact-left .address-section ul li i{
    color: #162984;
    padding-right: 10px;
    position: absolute;
    top: 5px;
    left: 0;
}
.main-contact .contact-left .address-section ul li a:hover{
  color: #162984;
}


.main-contact .contact-left .address-section .follow_sec {
  padding-top: 20px;
  padding-bottom: 47px;
}


.main-contact .contact-left .address-section .follow_sec a{
font-size: 14px;
    color: #3a5897;
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    border-radius: 50px;
    margin-right:10px;
    margin-top: 0;
    box-shadow: 0px 2px 2px 0px #3a5897;
    transition: all .6s ease;
}
.main-contact .contact-left .address-section .follow_sec a:hover{
box-shadow:-1px -2px 2px 0px #3a5897;
background-color: #F2F2F2;
}
.main-contact .contact-left .address-section .follow_sec a img{
  width: 14px;
 margin: 0 6px 2px;
}
.main-contact .contact-left .address-section .follow_sec a:last-child{
margin-right: 0px;
}


.main-contact .contact-right .contact-from-section{
    background-color: #fff;
  box-shadow:0px 1px 0px 1px #d6d6d6;
  padding: 30px 30px 10px 30px; 
}

.main-contact .contact-right .contact-from-section input[type=text], input[type=email], input[type=number]{
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #adadad;
  font-size: 16px!important;
color: #000;
   outline: none;
    font-family: 'Roboto', sans-serif;
font-weight: 300!important;
}
.main-contact .contact-right .contact-from-section ul li:nth-child(1) input[type=text]{
  border-radius: 8px 8px 0 0;
}

.main-contact .contact-right .contact-from-section textarea{
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 0 0 8px 8px;
    font-size: 16px!important;
color: #000;
outline:none;
    font-family: 'Roboto', sans-serif;
font-weight: 300!important;
}

.main-contact .contact-right .contact-from-section input[type="submit"]{
  border:none;
  outline: none;
float: right;
margin-top: 20px;
cursor: pointer;
}
.main-contact .contact-right .contact-from-section .g-recaptcha{
  display: inline-block;
}

#nvt-map iframe{
  width: 100%;
  margin-bottom: -10px;
  height: 250px;
}


/*--Property Management Css--*/

#about-property-management{
  padding-bottom: 40px;
  padding-top: 40px;
}

#about-property-management img{
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  object-position: center; 
  object-fit: cover;
  height: 150px;
}
#about-property-management p{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}



.tabs_wrapper{
  width:100%;
  text-align: center;
  margin:0px auto 0;
  background: transparent;

}

.tabs_wrapper ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 25px 0 0;
  padding: 0;
  width: 35%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;

}
.tabs_wrapper ul.tabs li {
  position: relative;
  margin: 0 0 10px 0;
  cursor: pointer;
  padding: 10px 25px 10px 15px;
  line-height: 31px;
  color: #fff;
  text-align: left;
  font-weight:400;
  font-size: 20px;
  background-color: #72ac48;
 -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;

}
.tabs_wrapper ul.tabs li:hover {
  background: #172984;
  color: #fff;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.tabs_wrapper ul.tabs li.active {
  background: #172984;
   color: #fff;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.tabs_wrapper ul.tabs li.active::after {
  font-family: 'FontAwesome';
  content: '\f105';
position: absolute;
right:10px;
top:10px;
font-size:25px;
}

.tabs_wrapper .tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: 0;
  width: 60%;
  min-width: 10px;
  text-align: left;
  background:transparent;
}

.tabs_wrapper .tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}
.tabs_wrapper .tab_content p {
  font-weight: 400;
  font-size:18px;
  color: #000;
  line-height: 1.4;
}
.tabs_wrapper .tab_content h6, h5, h4{
  font-weight: 700;
  font-size: 20px;
  color: #202863;
padding-bottom: 15px;
padding-top: 30px;
}

.tabs_wrapper .tab_content h6:nth-child(1), h5:nth-child(1), h4:nth-child(1){
  padding-top: 0;
}

.tabs_wrapper .tab_content ul li{
  font-size: 16px;
  font-weight: 300;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.tabs_wrapper .tab_content ul li:before{
position: absolute;
content:'';
width: 5px;
height: 5px;
background-color: #2e2e2e;
top: 7px;
left: 0;
border-radius: 100%;
}





.tabs_wrapper .tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
  .tabs_wrapper ul.tabs {
    display: none;
  }

  .tabs_wrapper .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-top: none;
    border-radius: 0;
      background:transparent;

  }

  .tabs_wrapper .tab_drawer_heading {
    background-color: #72ac48;
position: relative;
  margin: 0 0 15px 0;
  padding: 10px 15px;
    color: #fff;
  font-weight:400;
  font-size: 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .tabs_wrapper .tab_drawer_heading:hover {
  background: #172984;
 font-weight: 400;
  font-size: 20px;
  color: #fff;
  }

  .tabs_wrapper .d_active {
    background: #172984;
  color: #fff;
   font-weight: 400;
  font-size: 20px;
  }

  .tabs_wrapper .d_active::after {
  font-family: 'FontAwesome';
  content: '\f107';
position: absolute;
right: 20px;
top:10px;
}

}



 .property-management-icon{
  padding-bottom: 120px;
  position: relative;
 }
.property-management-icon .learn-mor-about-us{
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom:10px;
  text-align: center;
  width: 100%;
}
.property-management-icon .learn-mor-about-us p{
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

 .circle-container {
      position: relative;
      width: 24em;
      height: 24em;
      padding: 2.8em;
      
      border-radius: 50%;
      margin: 1.75em auto 0;
    }
    .circle-container li {
      display: block;
      position: absolute;
      top: 50%; 
      left: 50%;
      margin: -2em;
      cursor: pointer;
   width: 70%;

    }

     .circle-container li .icon-box{
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;}

.circle-container li:nth-child(8) .icon-box .img-icon, .circle-container li:nth-child(7) .icon-box .img-icon, .circle-container li:nth-child(6) .icon-box .img-icon, .circle-container li:nth-child(6) .icon-box .img-icon, .circle-container li:nth-child(5) .icon-box .img-icon{
  margin-right: 0;
  margin-left: 30px; 
}


.circle-container li:nth-child(8) .icon-box, .circle-container li:nth-child(7) .icon-box, .circle-container li:nth-child(6) .icon-box, .circle-container li:nth-child(5) .icon-box{
  display: -webkit-flex; 
  -webkit-flex-direction: row-reverse;
  display: flex;
  flex-direction: row-reverse;
}

.circle-container li:nth-child(8), .circle-container li:nth-child(7), .circle-container li:nth-child(6), .circle-container li:nth-child(5){
  text-align: right;
    left: auto;
    right: 50%;
}



.circle-container li:nth-child(8) .content-details, .circle-container li:nth-child(7) .content-details, .circle-container li:nth-child(6) .content-details, .circle-container li:nth-child(5) .content-details{
  text-align: right;

}
.circle-container li:nth-child(9) .icon-box .title{
         position: relative;
    top: -80px;
    left: -140px;
}

.circle-container ul li:nth-child(9) .icon-box:hover .content-details, .circle-container ul li:nth-child(9) .icon-box .content-details{
    top: -20px;
    position: relative;
}



 .circle-container li .icon-box .img-icon{
width: calc(30% - 20px);
margin-right: 30px;
  position: relative;
 }
 .circle-container li .icon-box .title{
width: calc(60% - 20px);

  position: relative;
 }



    .circle-container li h6{
      font-weight: 600;
      color: #202863;
      font-size: 20px;
      padding-top: 30px;
      outline: none;
    }

.circle-container li p{
      font-weight: 400;
      color: #202863;
      font-size: 16px;
      padding-top: 30px;
    }


.circle-container ul li .title{
position: relative;
}



/*.circle-container ul li .icon-box:hover h6
{

  opacity: 0;
}*/
.content-details {
 position: absolute;
  text-align: left;
  width: 100%;
  top: 50%;
  left:50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  outline: none;
}

/*.circle-container ul li .icon-box:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
outline: none;
}*/
.fadeIn-left{
  left: 80%;
}





.circle-container li:nth-child(1){
      top: 40%;
    left: 40%;
}

  .circle-container li:nth-child(1) span{
width: 222px;
height: 222px;
      background-color: #fff;
border-radius: 100%;
border: 1px solid #000;
    display:flex;
-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.circle-container li:nth-child(1) img {
      display: block;
      margin: 0 auto;
      width:150px;
      vertical-align: center;
      object-fit: contain;
      object-position: center;
      }
   .circle-container li .icon-siz{
      width: 100px;
      height: 100px;
      background-color: #162985;
border-radius: 100%;
    display: inline-flex;
-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #000;
      
       margin-right: 10px;
    }


    .circle-container img {
      display: block;
      margin: 0 auto;
      width: 65px;
      vertical-align: center;
      object-fit: contain;
      object-position: center;

      }

.property-management-icon ul li:nth-child(2) {
transform: rotate(350deg) translate(9em) rotate(-350deg);
}

.property-management-icon ul li:nth-child(3) {
 transform: rotate(30deg) translate(9em) rotate(-30deg);
}

.property-management-icon ul li:nth-child(4) {
      transform: rotate(70deg) translate(9em) rotate(-70deg);
   
}
.property-management-icon ul li:nth-child(5) {
    transform: rotate(115deg) translate(9em) rotate(-115deg);
}

.property-management-icon ul li:nth-child(6) {
transform: rotate(158deg) translate(9em) rotate(-158deg);
}
.property-management-icon ul li:nth-child(7) {
      transform: rotate(194deg) translate(9em) rotate(-194deg);
}

.property-management-icon ul li:nth-child(8) {
      transform: rotate(230deg) translate(9em) rotate(-230deg);
}

.property-management-icon ul li:nth-child(9) {
transform: rotate(269deg) translate(9em) rotate(-269deg); 
}
.property-management-icon ul li:nth-child(10) {
 transform: rotate(310deg) translate(9em) rotate(-310deg); 
}

 






/*--Responsive--*/

@media only screen and (max-width: 1152px) {
.circle-container li {
    width: 60%;}
}
@media only screen and (max-width: 1030px) {
  .property-management-icon .learn-mor-about-us {
    position: relative;
    bottom: 0;
}
.circle-container {
  padding: 0;
      margin: 0 ;
    width: 100%;
    height:auto;}
.circle-container li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
.circle-container li:nth-child(1){
  display: none;
}

.circle-container li:nth-child(8) .icon-box, .circle-container li:nth-child(7) .icon-box, .circle-container li:nth-child(6) .icon-box, .circle-container li:nth-child(5) .icon-box {
    display: flex;
    flex-direction: row;
}
.circle-container li:nth-child(8), .circle-container li:nth-child(7), .circle-container li:nth-child(6), .circle-container li:nth-child(5) {
    text-align:left;
    left: 0;
    right: 0;
}
 .deg0 { transform: translate(0); } /* 12em = half the width of the wrapper */
    .deg45 { transform: rotate(0) translate(0) rotate(0); }
    .deg135 { transform: rotate(0) translate(0) rotate(0);}
    .deg180 { transform:rotate(0)  translate(0) rotate(0);}
    .deg225 { transform: rotate(0) translate(0) rotate(0); }
    .deg315 { transform: rotate(0) translate(0) rotate(0); }

      .deg312 { transform: rotate(0) translate(0) rotate(0); }
 .deg311 { transform: rotate(0) translate(0) rotate(0); }

.deg310 { transform: rotate(0) translate(0) rotate(0); }




.property-management-icon ul li:nth-child(2) {
 transform: rotate(0) translate(0) rotate(0);
}

.property-management-icon ul li:nth-child(3) {
 transform: rotate(0) translate(0) rotate(0);
}

.property-management-icon ul li:nth-child(4) {
 transform: rotate(0) translate(0) rotate(0);
}
.property-management-icon ul li:nth-child(5) {
 transform:rotate(0)  translate(0) rotate(0);
}

.property-management-icon ul li:nth-child(6) {
transform: rotate(0) translate(0) rotate(0);
}
.property-management-icon ul li:nth-child(7) {
  transform: rotate(0) translate(0) rotate(0); 
}

.property-management-icon ul li:nth-child(8) {
  transform: rotate(0) translate(0) rotate(0); 
}

.property-management-icon ul li:nth-child(9) {
  transform: rotate(0) translate(0) rotate(0); 
}
.property-management-icon ul li:nth-child(10) {
 transform: rotate(0) translate(0) rotate(0); 
}




.circle-container li:nth-child(4) .icon-box {
    display: flex;
}
.circle-container li:nth-child(4) .icon-box .img-icon{
      width: calc(30% - 20px);
    margin-right: 30px;}
.circle-container li:nth-child(4) .icon-box .title {
      width: calc(60% - 20px);
}

.circle-container li:nth-child(4) .icon-box .title {
    left: 0px;
}
.circle-container li:nth-child(8) .icon-box .img-icon, .circle-container li:nth-child(7) .icon-box .img-icon, .circle-container li:nth-child(6) .icon-box .img-icon, .circle-container li:nth-child(6) .icon-box .img-icon, .circle-container li:nth-child(5) .icon-box .img-icon {
    margin-right: 30px;
    margin-left: 0px;
}
.circle-container li:nth-child(9) .icon-box .title {
     width: calc(60% - 20px);
    position: relative;
    top: 0px; 
     left: 0px;
}
.circle-container ul li:nth-child(9) .icon-box:hover .content-details, .circle-container ul li:nth-child(9) .icon-box .content-details {
    top: 50%;
    position:absolute;
}
.property-management-icon {
    padding-bottom: 10px;
}
.circle-container li:nth-child(8) .content-details, .circle-container li:nth-child(7) .content-details, .circle-container li:nth-child(6) .content-details, .circle-container li:nth-child(5) .content-details {
    text-align:left;
}

}



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

  header .brand {
     margin-left: 0px;}
}

@media only screen and (max-width: 991px) {
footer .main-footer .footer-four {
    width: 50%;
  margin-top: 20px;
    margin-right: 0;}
footer .main-footer .footer-three {
    width: 45%;
    margin-right: 0px;
}
.our-hire ul li {
    width: calc(30% - 25px);}

.our-hire ul li:nth-child(4) {
    margin-right: 27px;
}
.our-hire ul li:nth-child(6) {
    margin-right: 0;
}
.our-hire ul li:nth-child(3) {
    margin-right: 0;
}
#testimonial ul li {
    margin-right: 15px;
    width: calc(33.33% - 10px);}

.blog-section ul li {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 10px);}

.navvv {
    top: 60%;}


#rqst-info h2 {
    font-size: 30px;
    margin-left: 0px;
}
#rqst-info .btn {

    font-size: 25px;
    padding: 10px 40px;
    margin-top: 40px;
    margin-right: 0;
}

.main_blog .blog_left ul li {
    margin-right: 0;
    width:100%;
  }

  .main_blog .blog_left {
    width: calc(60% - 15px);
    -webkit-width: calc(60% - 15px);
    -moz-width: calc(60% - 15px);
    -ms-width: calc(60% - 15px);
    margin-right: 15px;
}
.main_blog .blog_right {
    width: calc(40% - 0px);
    -webkit-width: calc(40% - 0px);
    -moz-width: calc(40% - 0px);
    -ms-width: calc(0% - 0px);
}

.main-contact .contact-left .address-section {
    padding: 30px 20px 10px 20px;
}
.main-contact .contact-right .contact-from-section {
    padding: 30px 20px 10px 20px;}


.circle-container li .icon-box .img-icon {
    width: calc(15% - 20px);
}
.circle-container li:nth-child(4) .icon-box .img-icon {
    width: calc(15% - 20px);
}
#about-property-management img {
    height: 300px;
    width: 300px;
}

}    


@media only screen and (max-width: 965px) {
header ul li {

    padding: 15px 15px 15px 8px;}


header ul li a {

    font-size: 17px;}

.mglass {
    font-size: 16px;
}
.search-box {
    right: 8px;}
header .brand {
    margin-right: 30px;}
#testimonial ul li {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.employee-section {
    width: 100%;
    float: none;
    margin-bottom: 0px;
}
.blog-section {

    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.blog-section ul li {
  margin-right: 20px;
    margin-left: 0px;}

}

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

header .full-container{
    padding: 0 0px;
    height: 90px;
}

header .brand {
      width: 120px;
    margin-left: 10px;
    margin-right: 3px;
}

}

@media only screen and (max-width: 828px) {
.comment_sec .comment_form li:nth-child(3) {

    margin-right: 14px;}

.main-contact .contact-left {
    width: 100%;
    margin-right: 0;
}
.main-contact .contact-right {
    width: 100%;
}

}
@media only screen and (max-width: 800px) {
  header ul {
      margin-left: -80px!important;
    }
.dropdown>ul {

left: 0;}

}


@media only screen and (max-width: 767px) {
     header ul {
    display: block;
     margin-left: 0px!important;
    }

header .brand {
  width: 100%;
   margin-left: 0px;
    margin-right: 0px;
}
header .brand img{
    width: 120px;
        -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sticky .brand {
    width: 100%;
   margin-left: 0px;
    margin-right: 0px;
    background-color: white;
 
}




header.sticky .brand img{
    width: 90px;
}
header ul li a{
  width: calc(100% - 40px);
}
.dropdown::before {

    right: 20px;}

.dropdown>ul {
    position: relative;
    top: 160%;
    visibility: hidden;
left: 0;
    opacity: 0;
    padding: 0;
    display: none;
}
.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}
.dropdown-content li {
text-align: center!important;

}

.dropdown-content {
    left: auto;
    float: none;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
}
#myVideo {
    height: 300px;
}
#videitxt .vdo_content h1 {
    font-size: 35px;
        padding-bottom: 10px;
}
#videitxt .vdo_content p img{
  width: 80px;
}

#videitxt .vdo_content{
      top: -200px;
}

.btn {
    padding: 10px 20px;
    font-size: 14px;}

h2 {
    font-size: 25px;}
.our-hire ul li {
    width: calc(50% - 20px);
}
.our-hire ul li:nth-child(2) {
    margin-right: 0px;
}
.our-hire ul li:nth-child(3) {
    margin-right: 27px;
}
.our-hire ul li:nth-child(4) {
    margin-right: 0;
}
#count ul li {
  text-align: center;
    float:none;
    margin-right: 0px;
    width: 100%;}
#managers .mang_main .mang-box {

    margin-right: 0px;
    width: 100%;}

#managers .mang_main .mang-box h2{
  padding-top: 30px;
}
footer .main-footer .footer-four {
    width: 100%;}

.banner {
    height: 200px;}

.banner h1 {
    font-size: 35px;}
#direction ul li {

    margin-bottom: 10px;}

#direction ul li a {
    font-size: 16px;}

  .industrie-about .right_part{
    width: 65%;
    margin-left: 15px;
}  
.industrie-about .left_part, .industrie-about-two .left_part {
    width: 35%;
}

.industrie-about-two .right_part {
    width: 65%;

    margin-right: 15px;
}
.industrie-about-two .right_part h2, .industrie-about .right_part h2 {
    font-size: 20px;
}
.industrie-about-two .right_part p, .industrie-about .right_part p{
    font-size: 16px;
}
.industrie-about-two .right_part h3, .industrie-about .right_part h3{
    font-size: 16px;}

.industrie-about-two .right_part ul li, .industrie-about .right_part ul li {
   
    font-size: 14px;

}
#property-management .lrn-mor {
    color: #162984;
    font-size: 16px;}

.about-employers .right_part p, #philosophy p {
    font-size: 16px;

}

.about-employers .right_part h4, #philosophy h4 {
    font-size: 18px;}
#rqst-info h2 {
  max-width: 300px;
    font-size: 22px;}
 #rqst-info .btn {
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 30px;}   


.main_blog .blog_left {
    width: 100%;
    margin-right: 0;
}
.main_blog .blog_right {
    width:100%;
margin-top: 30px;
}

.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_img {
    width: 20%;
}
.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_des {
    width: 75%;

}
.main_blog .blog_right .leftpost_section .nws_ltr {
    max-width: 300px;
    margin: 0 auto;
}
.undrlin_blk {

    width: 50%;}
.btn_prv {
font-size: 18px;
    padding: 5px 30px;}
.btn_nxt {
font-size: 18px;
    padding: 5px 50px;}

    #blog-details {
padding-top: 15px;
    padding-bottom: 10px;
}
.tabs_wrapper {
    margin: 0px auto 30px;}

 }

@media only screen and (max-width: 728px) {
.comment_sec .comment_form li:nth-child(3) {
    width: 100%;
    margin-right:0;
}
.comment_sec .comment_form li input[type="submit"]{
  border-radius: 0 0 8px 8px;
}
.comment_sec .comment_form li input[type=email] {
    border-radius: 0 ;
}
.comment_sec .comment_form li input[type="submit"] {

    font-size: 16px;}

.comment_sec .comment_form li textarea {
    height: 100px;}

.comment_sec .comment_form li:nth-child(4) {
    width: 100%;
  
}

.circle-container li .icon-box .img-icon {
    width: calc(20% - 20px);
}
.circle-container li:nth-child(4) .icon-box .img-icon {
    width: calc(20% - 20px);
}
.property-management-icon .learn-mor-about-us p {

    font-size: 18px;}

}




@media only screen and (max-width: 600px) {
  #videitxt .vdo_content p {
    top: 50%;
}
  .blog-section ul li {
    margin-bottom: 30px;
    margin-right: 0px;
        width: 100%;}
.blog-section ul li:nth-last-of-type(1){
  margin-bottom: 0px;
}

footer .main-footer .footer-one {
    width: 25%;
    margin-right: 1%;
}
footer .main-footer .footer-two {
    width: 60%;
}
footer .main-footer .footer-three {
    width: 80%;
    margin-right: 0px;
        margin-top: 30px;
}
        .banner {
    height: 180px;
}
.banner h1 {
    font-size: 28px;
}
#direction {
    padding-top: 0; 
     padding-bottom: 0; 
}
#direction ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}

#experience-is-the-key-to-our-success .about-employers .right_part {
    margin-top: 30px;
}
#technology .about-employers .right_part {
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-employers .left_part img {

    width: 300px;
}
#services .about-employers .right_part{
  margin-right: 0!important;
      margin-top: 30px;
      margin-bottom:30px;
}
#top-talent .about-employers .right_part {
   margin-right: 0!important;
      margin-top: 30px;
      margin-bottom:30px;
}
#technology .about-employers .right_part ul{
  margin-bottom: 0px;
}
.about-employers{
  padding-bottom: 0;
}

.industrie-about, .industrie-about-two {
    display: table;
}
.industrie-about .left_part, .industrie-about-two .left_part {
    width: 100%;
}
.industrie-about .right_part, .industrie-about-two .right_part{

    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
}
.about-employers .left_part {
    width: 100%;
}
.about-employers, #online-service .about-employers, #services .about-employers, #top-talent .about-employers{
      display: table!important;
}



.about-employers .right_part, #online-service .about-employers .right_part{
    width: 100%;
    margin-left: 0;
    margin-right:0;
}
#introduction .about-employers .left_part img {
    height: 250px;
}
#philosophy .right-box {
    float: none;
    width: 100%;
    margin-left: 0;
}

#job-seeker, #for-employer{
  display: table;
}

#job-seeker .text_part, #job-seeker .image_part, #for-employer .text_part, #for-employer .image_part {
    width: 100%;}

#job-seeker .image_part img, #for-employer .image_part img {
    height: 250px;
}
#for-employer .text_part .text_widt, #job-seeker .text_part .text_widt {
    max-width: 100%;
        padding: 10px 15px;
  }

.blod_titl h4 {
    font-size: 20px;}

#blog-details .blog_img img {
    height: 240px;
}

#about-property-management img {
    height: 300px;
    width: 100%;
    margin-right: 0;
}
}


@media only screen and (max-width:510px) {
  #rqst-info .btn, #rqst-info h2 {
    float: none;
  }

  #rqst-info .btn {
    margin-top: 0px;
    margin-bottom: 30px;}
}



@media only screen and (max-width:480px) {
  .banner{
        margin-top: 82px;
  }
  #videitxt .vdo_content {
    top: -160px;
}

  .navvv{
    display: none;
  }

#myVideo {
    height: 250px;
}

.top-button .btn {
    margin-right: 50px;
    font-size: 14px;
}
  .owl-slider .item .text {
    font-size: 14px;
  }

#count h2 {
    color: #fff;
    line-height: 1.4;
  }  
#count .stat-one .stat-number {

    padding: 20px 0;
    font-size: 35px;
  }


footer .main-footer .footer-one {
    width: 40%;
   margin-right: 0; 
}
footer .main-footer .footer-two {
    width: 50%;
}

#videitxt .vdo_content h1 {
    font-size: 22px;

}
#videitxt .vdo_content p img {
    width: 50px;
}
.box-desc h4 a, .box-desc h4 {
    font-size: 16px;
  }

.box-desc p {
    font-size: 14px;
  }
.our-hire ul li {
    width: 100%;
        margin-right:0;
}
.our-hire ul li:nth-child(3) {
    margin-right: 0;
}
.owl-slider .item .image {
    width: 90px;
  }
#count {
    padding-top: 0px;
    padding-bottom: 30px;
  }

footer .main-footer ul li img{
  width: 80px;
}
#count .stat-one .stat-number {

    font-size: 30px;
}
#count .stat-one h3 {

    font-size: 18px;
}


.industrie-about-two, .industrie-about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

.industrie-about .left_part img, .industrie-about-two .left_part img {
object-position: center; 
    height: 200px;
    width: 100%;
  }


.industrie-about .right_part .job-btns .btn, .industrie-about-two .right_part .job-btns .btn {
    margin-right: 30px;
    padding: 8px 20px;
}

.industrie-about .right_part ul, .industrie-about-two .right_part ul{
  padding-left: 0;
}


.industrie-about .right_part ul li, .industrie-about-two .right_part ul li {
    margin-right: 0px;
    width: 100%;
  }

.about-employers, #philosophy{ 
    padding-top: 0px!important;
    padding-bottom: 10px!important;
  }

#rqst-info .btn {
    font-size: 18px;
    padding: 8px 20px;
  }

#job-seeker .image_part img, #for-employer .image_part img {
    height: 200px;
}

#job-seeker .text_part .text_widt p, #for-employer .text_part .text_widt p {
    font-size: 16px;
 
}

#download-brochure .btn{
  padding: 10px 20px;
}


.main_blog .blog_left ul li .blog_img img {
    height: 150px;
  }

.main_blog .blog_left ul li .blod_detl h4 {
    font-size: 18px;
  }

.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_img {
    width: 30%;
}
.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_des {
    width: 65%;
}
.main_blog .blog_right .leftpost_section .latest_blog .lts_blg_des a{
font-size: 16px;
}

.main_blog .blog_right .leftpost_section .categories_list li a {
    font-size: 16px;
  }

.main_blog .blog_right .leftpost_section h6 {

    font-size: 18px;
  }

.main_blog .blog_right .leftpost_section h6 small {
    font-size: 16px;
  }

#blog {
  padding-bottom: 0px;
}

.blog_date {
    font-size: 14px;
  }

.blod_detl p {
    font-size: 16px;
  }


 #blog-details .blod_detl h2{
font-size:25px;
}

 #blog-details .blod_detl h3{
  font-size: 20px;
}

 #blog-details .blod_detl h4{
  font-size: 18px;
}

 #blog-details .blod_detl h5{
 font-size: 18px;
}

 #blog-details .blod_detl h6{
 font-size: 18px;
}

.sec_gry p {
    font-size: 16px;
  }

.btn_prv {
    font-size: 16px;
    padding: 5px 15px;
}

.btn_nxt {
    font-size: 16px;
    padding: 5px 30px;
}

.btn_prv i, .btn_nxt i {
    font-size: 16px;
  }

.comment_sec .comment_form li textarea {
    height: 90px;
}

.comment_sec .comment_form li input[type=text], input[type=email] {

    height: 40px;
  }

.comment_sec .comment_form li input[type="submit"] {
    font-size: 14px;
}
.banner h1 {
    font-size: 22px;
}

.main-contact .contact-left .address-section h3 {
  
    font-size: 18px;
  }


.main-contact .contact-right .contact-from-section input[type=text], input[type=email], input[type=number] {
    font-size: 14px!important;
    height: 40px;
  }


.main-contact .contact-right .contact-from-section textarea {
  font-size: 14px!important;
    height: 100px;
  }

.main-contact .contact-right .contact-from-section .g-recaptcha {
    display: block;
}

.main-contact .contact-right .contact-from-section input[type="submit"] {

    float: left;
  }

.main-contact .contact-right .contact-from-section {
    padding: 30px 10px 10px 10px;
}

.main-contact .contact-left .address-section {
    padding: 30px 10px 10px 10px;
}

.circle-container li .icon-siz {
    width: 60px;
    height: 60px;
  }

.circle-container img {

    width: 40px;
  }


.circle-container li .icon-box .img-icon {
    margin-right: 0px!important;
}

.circle-container li h6 {
    font-size: 18px!important;
    padding-top: 10px;
  }

.circle-container li .icon-box .img-icon {
    width: calc(25% - 20px)!important;
  }

.circle-container li {
    margin-bottom: 20px;
}

.circle-container li .icon-box .title {
    width: calc(90% - 20px)!important;
}
#about-property-management p {
    font-size: 16px;}
.circle-container li p {

    padding-top: 10px;
}

.tabs_wrapper .tab_drawer_heading {
    font-size: 18px;}
.tabs_wrapper .d_active {
   font-size: 18px;
}
.tabs_wrapper .tab_drawer_heading:hover{
     font-size: 18px;
}

.tabs_wrapper .tab_drawer_heading{
      text-align: left;
          margin: 0 0 10px 0;
}

#about-property-management img {
    height: 220px;}

.tabs_wrapper .tab_content h6, h5, h4 {
    padding-top: 20px;
        font-size:18px;
}
.tabs_wrapper .tab_content p {
    font-size: 16px;
}

.property-management-icon .learn-mor-about-us p {
    font-size: 16px;
}

}



@media only screen and (max-width:400px) {
  h2 {
    font-size: 22px;
}
#myVideo {
    height: 200px;
}

#videitxt .vdo_content {

    padding-bottom: 20px;}

footer h3 {
    font-size: 18px;}

footer .main-footer ul li a {

    font-size: 14px;}

footer .main-footer ul li {

    font-size: 14px;}
footer .main-footer .footer-four p {
    font-size: 14px;
    padding-bottom: 10px;}
h2 {
    font-size: 20px;
}   
#direction ul li a {
    font-size: 14px;
}

#direction ul li {    line-height: 10px;}
}

@media only screen and (max-width:375px) {
  .circle-container li .icon-box .img-icon {
    width: calc(30% - 20px)!important;
}
.circle-container li .icon-box .title {
    width: calc(70% - 20px)!important;
}
.circle-container li h6 {
    font-size: 18px!important;
    padding-top: 20px;
}
}


@media only screen and (max-width:360px) {
  .top-button .btn {
    margin-right: 10px;
}
.btn {
    padding: 8px 15px;}


}

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}