/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap');*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(../fonts/fonts.css);
* {
  padding: 0px;
  margin: 0px;
}


body {
  font-size: 14px; color: #ccc; letter-spacing: 0.3px; background-size: 50%; font-family: 'Poppins', sans-serif; overflow-x: hidden; }

img {
  max-width: 100%;
}

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

a, a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

li, ol {
  list-style: none;
}

.spacer {
  width: 100%; margin: 0; padding: 0; display: block; clear: both; }
/* header{margin-top:80px} */
header{margin-top:40px}
header.sticky {width: 100%; z-index: 999; position: fixed; background: #fff; }

header {width: 100%; padding: 0px 0; z-index: 999; position: relative; height: 106px;}

header .logo-part {position: absolute; bottom:0; left: 0; z-index: 99; }

header .logo-part img {width: 390px; }

header .main_menu_area {padding: 0; }

header .top_menu_right {font-size: 0; padding-top: 10px;}

header .top_menu_right ul {padding: 10px 30px; }

header .top_menu_right ul li {display: inline-block; font-size: 16px; list-style: none; margin-left: 14px; }

header .top_menu_right ul li a {color: #313131; line-height: 35px; display: inline-block; font-family: 'Poppins',sans-serif;background:transparent }

header .top_menu_right ul li a i {color: #8abc47; margin-right: 5px; }

header .top_menu_right ul li a.elig_but {color: #fff; padding: 0 20px; background: #8abc47; border-radius: 4px; }

header .top_menu_right ul li a:hover {
  color: #8abc47;
  text-decoration: none;
}

header .top_menu_right ul li a.elig_but:hover {
  color: #fff;
  background: #000;
}

@-webkit-keyframes blinkingText {
  0% {
    color: #eca65a;
  }
  49% {
    color: #eca65a;
  }
  50% {
    color: #fff;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #eca65a;
  }
}

@keyframes blinkingText {
  0% {
    color: #eca65a;
  }
  49% {
    color: #eca65a;
  }
  50% {
    color: #fff;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #eca65a;
  }
}

header .menu-part {
  background: #003a66;
  padding: 10px 30px;
}

header .menu-part ul {
  padding-right: 40px;
  /* li.current-menu-item a {
          border: 1.5px solid #fff;
        } */
}

header .menu-part ul li {
  display: inline-block;
  position: relative;
}

header .menu-part ul li a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  font-weight: 600;
  padding: 10px 0;
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Poppins',sans-serif;
	background:transparent
}

header .menu-part ul li a:hover {
  color: #9fdc4e;
  text-decoration: none;
}

header .menu-part ul ul.sub-menu {
  position: absolute;
  background: #003a66;
  margin: 9px 0 0;
  width: 265px;
  padding: 2px;
  text-align: left;
  top: 100%;
  left: 0;
  z-index: 1000;
  /* font-size: 6px; */
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

header .menu-part ul ul.sub-menu li {
  display: block;
}

header .menu-part ul ul.sub-menu li a {
  display: block;
  background: none;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  padding: 11px 14px;
  font-size: 12px;
}

header .menu-part ul ul.sub-menu li a:hover {
  background-color: #678e32;
  color: #ffffff;
  margin-left: 0 !important;
}

header .menu-part ul ul.sub-menu:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  outline-offset: -10px;
  content: "";
  z-index: -1;
}

header .menu-part ul ul.sub-menu:before ul.sub-menu:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  outline: 1px solid #555555;
  outline-offset: -10px;
  content: "";
  z-index: -1;
}

header .menu-part ul ul.sub-menu li ul.sub-menu {
  position: absolute;
  background: #141414;
  margin: 0;
  width: 200px;
  padding: 2px;
  text-align: left;
  top: -4%;
  left: 100%;
  z-index: 1000;
  /* font-size: 6px; */
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

header .menu-part ul ul.sub-menu li ul.sub-menu li {
  display: block;
}

header .menu-part ul ul.sub-menu li ul.sub-menu li a {
  display: block;
  background: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
  font-size: 9px;
  margin-left: 0;
}

header .menu-part ul ul.sub-menu li ul.sub-menu li a:hover {
  background-color: #678e32;
  color: #ffffff;
}

header .menu-part ul li:hover ul.sub-menu {
  display: block;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

header .menu-part ul li ul.sub-menu li:hover ul.sub-menu {
  display: block;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.main_slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.main_slider .social_info {
  position: absolute;
  bottom: 364px;
  left: -100px;
  z-index: 9;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /*  filter: progid:DXImageTransform.Microsoft.BasicImag; */
}

.main_slider .social_info .social_link_con {
  float: left;
}

.main_slider .social_info .social_link_con span {
  width: 50px;
  height: 1px;
  background: #000;
  margin: 0 10px;
  float: left;
  margin-top: 9px;
}

.main_slider .social_info .social_link_con ul {
  float: left;
}

.main_slider .social_info .social_link_con ul li {
  list-style: none;
  display: inline-block;
}

.main_slider .social_info .social_link_con ul li a {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  margin: 0 5px;
}

.main_slider .social_info .social_link_con ul li a:hover {
  color: #2c774b;
}

.main_slider .social_info .social_link_con label {
  color: #000;
  font-size: 15px;
  float: left;
  font-weight: 400;
  letter-spacing: 2px;
}

.main_slider .owl-nav {
  width: 90% !important;
  bottom: 40px;
  right: 0;
}

.main_slider .owl-dots {
  display: none;
}

.main_slider .owl-controls {
  text-align: left !important;
  margin-top: -15px !important;
}

.main_slider .owl-prev {
  width: 38px;
  display: inline-block;
  margin-right: 5px;
}

.main_slider .owl-prev span.prev i {
  height: 36px;
  background: #8abc47;
  line-height: 36px;
  color: #fff;
  width: 36px;
  font-size: 18px;
  text-align: center;
}

.main_slider .owl-next {
  width: 38px;
  display: inline-block;
}

.main_slider .owl-next span.next i {
  height: 36px;
  background: #8abc47;
  line-height: 36px;
  color: #fff;
  width: 36px;
  font-size: 18px;
  text-align: center;
}

.banner {
  position: relative;
}

.banner .banner_pic_con {
  width: 100%;
  float: right;
  padding: 0 10%;
  margin-bottom: 100px;
}

.banner .bantext {
  position: absolute;
  width: 70%;
  top: 250px;
  right: 10%;
  background: #fff;
  padding: 20px;
}

.banner .bantext h2 {
  color: #003a66;
  font-size: 30px;
  margin: 0 0 10px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner .bantext h3 {
  color: #000;
  font-size: 15px !important;
  margin: 0 0 10px;
  padding-left: 45px;
  font-weight: 300;
  position: relative;
}

.banner .bantext h3 span {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #000;
}

.banner .bantext p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding-left: 45px;
  position: relative;
  font-weight: 300;
}

.banner .bantext p span {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #000;
}

.banner .bantext a {
  color: #000;
  font-size: 15px;
  padding: 15px 40px;
  background: #fff;
  display: inline-block;
  margin-top: 30px;
}

.banner .bantext a:hover {
  color: #fff;
  background: #d55500;
}

.banner .owl-pagination {
  display: none;
}

.single_sidebar {
  background: #fff;
  -webkit-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000;
  margin-bottom: 80px;
}

.single_sidebar label {
  display: none;
}

.single_sidebar select {
  width: 100%;
  padding: 10px;
  height: 40px;
  border: solid 1px #999;
  color: #666;
}

.single_sidebar .tagcloud {
  padding: 10px 15px 20px;
}

.single_sidebar .tagcloud a {
  font-size: 14px !important;
  color: #222;
  margin: 0 5px 5px 0;
  display: inline-block;
}

.single_sidebar .tagcloud a:hover {
  color: #666;
}

.tagcat {
  padding-bottom: 30px;
}

.tagcat h3 {
  margin: 0 0 15px !important;
  color: #003a66;
}

.tagcat ul li {
  display: inline-block;
  margin: 0 3px 5px 0 !important;
  padding: 0 !important;
}

.tagcat ul li a {
  padding: 3px 6px;
  background: #c7d8e4;
  color: #003a66;
  display: inline-block;
}

.tagcat ul li a:hover {
  background: #ccc;
}

.tagcat ul li:before {
  content: '';
  width: 0 !important;
  height: 0 !important;
}

.ban_main {
  position: relative;
  padding-top: 80px;
}

.ban_main .ban_dot {
  position: absolute;
  top: 0;
  right: 0;
}

.ban_still {
  position: relative;
}

.ban_still img {
  width: 100%;
  max-height: 567px;
}

.ban_still .ban_still_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 60px;
  top: -76px;
}

.ban_still .ban_still_over h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.ban_still .ban_still_over h4 {
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 32px;
  padding-right: 22%;
  margin: 20px 0;
  line-height: 30px;
  font-weight: 600;
}

.ban_still .ban_still_over h4 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.ban_still .ban_still_over h1 {
  color: #fff;
  font-size: 50px;
  margin: -5px 0 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.ban_still .ban_still_over a {
  color: #fff;
  background: #a5d268;
  font-size: 13px;
  display: inline-block;
  /*width: 200px;*/
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-top: 5px;
  font-weight: 600;
}

/*.ban_still .ban_still_over a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: -51px;
  top: 0;
  background: #8abc47;
}*/

.ban_still .ban_still_over a.s_con_but {
  margin-right: 70px;
}

.ban_still .ban_still_over a:hover {
  background: #fff;
}

/*.ban_still .ban_still_over a:hover i {
  background: #333;
}*/

.our_service_arae {
  padding: 0px 0 40px;
}

.our_service_arae h2 {
  color: #003a66;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 30px;
}

.our_service_arae h2 span {
  display: block;
  background: #8abc47;
  width: 60px;
  height: 2px;
  margin: 10px auto 0;
}

.our_service_arae .os_info {
  height: 86px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000;
  margin: 15px 0;
}

.our_service_arae .os_info .os_info_pic {
  width: 76px;
  height: 86px;
  background: #003a66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
}

.our_service_arae .os_info .os_info_con {
  float: left;
  width: 78%;
  padding: 14px 0 0 4%;
  height: 86px;
}

.our_service_arae .os_info .os_info_con h3 {
  color: #151c32;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}

.our_service_arae .os_info .os_info_con p {
  color: #444;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.our_service_arae .os_info:hover {
  background: #003a6629;
}

.why_choose_main_area {
  padding: 40px 0 0;
}

.why_choose_main_area h2 {
  color: #003a66;
  font-size: 40px;
  margin: 0 0 30px;
  font-weight: 600;
  text-align: center;
}

.why_choose_main_area h2 span {
  display: block;
  width: 60px;
  height: 2px;
  background: #8abc47;
  margin: 10px auto 0;
}

.why_choose_main_area .why_choose_main_left h3 {
  color: #222;
  font-size: 24px;
  margin-bottom: 15px;
}



.blog_list_area case_info .case_info_con h2 {
    line-height: 30px;
	min-height:150px
}
.new-location-ie{
	.industry-experience-img {
    height: auto;
        max-height: unset;
        width: 100%;
}
	.wp{
		color: #8abc47;
        font-size: 40px;
		width: 33px;
    	height: 33px;
		border-radius: 50%;
		display: flex;
    align-items: center;
    justify-content: center;
		&:hover{
			color: #8abc47;
			background: #003a66;
		}
	}
	.flex {
    display: flex;
    align-items: center;
    gap: 20px;
	}
	h5{
		color: #003a66;
		font-weight:500;
	}
}











.why_choose_main_area .why_choose_main_left p {
  color: #444;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.why_choose_main_area .why_choose_main_right .accordion_icon_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #003a66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why_choose_main_area .why_choose_main_right .accordion__header {
  background-color: #f5f5f5;
  color: #222;
  cursor: pointer;
  padding: 10px 10px 10px 65px;
  height: 50px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  margin-top: 10px;
}

.why_choose_main_area .why_choose_main_right .accordion__header:hover {
  background-color: #3987c2;
  color: #fff;
}

.why_choose_main_area .why_choose_main_right .accordion__header:hover h2 {
  color: #fff;
}

.why_choose_main_area .why_choose_main_right .accordion__header > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  color: #222;
  font-weight: 400;
}

.why_choose_main_area .why_choose_main_right .accordion__header.is-active {
  background-color: #3987c2;
  color: #fff;
}

.why_choose_main_area .why_choose_main_right .accordion__header.is-active h2 {
  color: #fff;
}

.why_choose_main_area .why_choose_main_right .accordion__toggle {
  height: 3px;
  background-color: #fff;
  width: 13px;
  display: block;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-radius: 2px;
}

.why_choose_main_area .why_choose_main_right .accordion__toggle::before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 2px;
}

.why_choose_main_area .why_choose_main_right .is-active .accordion__toggle {
  background-color: #fff;
}

.why_choose_main_area .why_choose_main_right .is-active .accordion__toggle::before {
  display: none;
}

.why_choose_main_area .why_choose_main_right .accordion__body {
  display: none;
  padding: 0 18px;
  background-color: #f5f5f5;
}

.why_choose_main_area .why_choose_main_right .accordion__body p {
  color: #444;
  font-size: 14px;
  padding: 15px 0;
  margin: 0;
  text-align: left;
}

.why_choose_main_area .why_choose_main_right .accordion__body.is-active {
  display: block;
}

.why_choose_area {
  padding: 0;
}

.why_choose_area .con_first_class {
  padding: 0;
  margin-top: 40px;
}

.why_choose_area .con_first_class .how_area {
  background: #003a66;
  padding: 40px 0;
}

.why_choose_area .con_first_class .how_area .con_first_class_left {
  padding-right: 40px;
}

.why_choose_area .con_first_class h2 {
  color: #003a66;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 30px;
}

.why_choose_area .con_first_class h2 span {
  width: 60px;
  height: 2px;
  display: block;
  margin-top: 10px;
  background: #8abc47;
  margin: 14px auto 0;
}

.why_choose_area .con_first_class p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.why_choose_area .con_first_class ul {
  -webkit-column-count: 2;
          column-count: 2;
}

.why_choose_area .con_first_class ul li {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  padding-left: 20px;
  margin-bottom: 13px;
  border: 1px solid #dedede;
  padding: 10px;
  padding-left: 10px;
  border-radius: 5px;
  padding-left: 60px;
}

.why_choose_area .con_first_class ul li span {
  width: 30px;
  float: left;
  position: absolute;
  left: 10px;
  background: #fff;
  color: #003a66;
  text-align: center;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
}

.why_choose_area .con_first_class ul li b {
  display: block;
}

.why_choose_area .con_first_class ul li i {
  position: absolute;
  top: 5px;
  left: 0;
}

.why_choose_area .con_first_class a.fclass {
  color: #fff;
  background: #a5d268;
  font-size: 16px;
  display: inline-block;
  width: 240px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-top: 15px;
  font-weight: 500;
}

.why_choose_area .con_first_class a.fclass i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: -51px;
  top: 0;
  background: #8abc47;
}

.why_choose_area .con_first_class a.fclass:hover {
  background: #666;
}

.why_choose_area .con_first_class a.fclass:hover i {
  background: #333;
}

.why_choose_area .h_yt_vid_con {
  position: relative;
  padding: 0;
}

.why_choose_area .h_yt_vid_con img {
  width: 100%;
}

.why_choose_area .h_yt_vid_con .h_yt_vid_over {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
}

.why_choose_area .h_yt_vid_con .h_yt_vid_over .h_yt_vid_over_info a {
  display: inline-block;
  border-radius: 50%;
  background: #a5d268;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  padding: 0 0 0 10px;
  overflow: hidden;
  text-transform: uppercase;
}

.why_choose_area .h_yt_vid_con .h_yt_vid_over .h_yt_vid_over_info a span {
  background: #76a33c;
  display: inline-block;
  padding: 7px 10px;
  margin-left: 7px;
}

.why_choose_area .h_yt_vid_con .h_yt_vid_over .h_yt_vid_over_info a i {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  width: 26px;
  height: 26px;
  border: solid 2px #fff;
  border-radius: 50%;
}

.why_choose_area .h_yt_vid_con .h_yt_vid_over .h_yt_vid_over_info a:hover {
  background: #777;
  -webkit-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000;
}

.why_choose_area .h_yt_vid_con .h_yt_vid_over .h_yt_vid_over_info a:hover span {
  background: #333;
}

.why_choose_area .h_yt_vid_con .h_yt_vid_over .h_yt_vid_over_info p {
  font-size: 12px;
  margin-top: 15px;
}

.why_choose_area .commit_bussiness {
  padding: 30px 15px 030px 280px;
  position: relative;
}

.why_choose_area .commit_bussiness h2 {
  color: #003a66;
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 1px #003a66;
}

.why_choose_area .commit_bussiness p {
  color: #003a66;
  font-size: 15px;
  margin: 15px 0 5px;
  text-align: left;
}

.why_choose_area .commit_bussiness img.commit_bussiness_pic {
  position: absolute;
  bottom: 29px;
  left: 0;
  width: 240px;
}

.why_choose_area .commit_bussiness a {
  color: #fff;
  font-size: 17px;
  background: #003a66;
  padding: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}

.why_choose_area .commit_bussiness a:hover {
  background: #000;
}

.world_anywhere_area {
  padding: 40px 0;
}

.world_anywhere_area h3 {
  color: #003a66;
  font-size: 30px;
  font-weight: 600;
  margin: 0 5% 20px 0;
  line-height: 36px;
}

.world_anywhere_area h3 span {
  display: block;
  margin-top: 10px;
  width: 60px;
  height: 2px;
  background: #5d9315;
}

.world_anywhere_area p {
  color: #444;
  font-size: 14px;
  line-height: 24px;
  margin: 0 5% 0 0;
}

.world_anywhere_area .world_anywhere_pic .world_anywhere_pic_hold {
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.world_anywhere_area .world_anywhere_pic img {
  width: 100%;
}

.world_anywhere_area .world_anywhere_pic h2 {
  color: #003a66;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0;
}

.site_review_area {
  padding: 30px 0;
  background: url(../images/siter_back.png) no-repeat center;
  background-size: cover !important;
}

.site_review_area .site_review_con {
  text-align: center;
  width: 20%;
  float: left;
  border-right: solid 1px  #158ad5;
  padding: 20px 0;
}

.site_review_area .site_review_con h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}

.site_review_area .site_review_con h2 img {
  display: inline-block;
  margin-left: 10px;
  float: right;
  margin-top: 5px;
}

.site_review_area .site_review_con h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0 0;
  font-weight: 400;
}

.site_review_area .site_review_con2 {
  border: none;
}

.h_blog_area {
  padding: 40px 0;
}

.h_blog_area img {
  width: 100%;
  height: 130px;
}

.h_blog_area h2 {
  color: #003a66;
  font-size: 40px;
  margin: 0 0 30px;
  font-weight: 600;
  text-align: center;
}

.h_blog_area h2 span {
  display: block;
  width: 60px;
  height: 2px;
  background: #8abc47;
  margin: 10px auto 0;
}

.h_blog_area a.view_hb {
  border: solid 1px #151c32;
  font-size: 16px;
  color: #151c32;
  display: inline-block;
  margin-top: 40px;
  padding: 10px 35px;
}

.h_blog_area a.view_hb:hover {
  border: solid 1px #73a430;
  color: #73a430;
}

.h_blog_area .hb_info {
  background: #f5f5f5;
  padding: 20px;
}

.h_blog_area .hb_info h3 {
  color: #003a66;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px;
  height: 32px;
  overflow: hidden;
}

.h_blog_area .hb_info p {
  color: #444;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  height: 56px;
  overflow: hidden;
}

.h_blog_area .hb_info ul {
  padding-top: 20px;
  margin-top: 30px;
  border-top: solid 1px #ddd;
}

.h_blog_area .hb_info ul li {
  display: inline-block;
  margin-right: 10px;
  color: #444;
  font-size: 12px;
}

.h_blog_area .hb_info ul li i {
  margin-right: 5px;
}

.h_blog_area .hb_info ul li span {
  color: #5e9b4b;
}

.blog_test_area {
  padding: 0 0 50px;
}

.blog_test_area .blog_test_area_info {
  padding-top: 30px;
  border-top: solid 1px #baec77;
}

.blog_test_area h2 {
  color: #000;
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 600;
}

.blog_test_area h2 span {
  background: #a5d268;
  font-size: 13px;
  padding: 6px 10px 3px 10px;
  margin-bottom: 10px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
}

.blog_test_area .ht_con h4 {
  color: #00325a;
  font-size: 18px;
  font-weight: 600;
  margin: -10px 0;
  height: 40px;
  overflow: hidden;
  text-transform: uppercase;
}

.blog_test_area .ht_con .tyt_vid_con {
  position: relative;
  height: 240px;
  margin: 0 5px;
}

.blog_test_area .ht_con .tyt_vid_con img {
  height: 100%;
}

.blog_test_area .ht_con .tyt_vid_con .tyt_vid_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00000073;
}

.blog_test_area .ht_con .tyt_vid_con .tyt_vid_over img {
  width: 70px;
  height: auto;
}

.blog_test_area .ht_con .tyt_vid_con .tyt_vid_over:hover {
  background: #000000c4;
  -webkit-transition: all 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 0ms;
}

.blog_test_area .ht_con .tyt_vid_con_inner {
  height: auto;
}

.blog_test_area .ht_con p {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
}

.blog_test_area .ht_con img.su_pic {
  margin-bottom: 20px;
}

.blog_test_area .ht_con a {
  padding: 15px;
  background: #eee;
  display: block;
  margin: 10px 0;
}

.blog_test_area .ht_con a:hover {
  background: #ddd;
}

.blog_test_area .ht_con h5 {
  color: #00325a;
  font-size: 20px;
  margin: 0;
}

.blog_test_area .ht_con h5 span {
  font-weight: 600;
}

.blog_test_area .ht_con .htesti_name {
  position: relative;
  padding-bottom: 10px;
  padding-top: 20px;
}

.blog_test_area .ht_con .htesti_name img {
  width: 90px;
}

.blog_test_area .ht_con .htesti_name h4 {
  color: #616161;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}

.blog_test_area .ht_con .htesti_name h4 label {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.blog_test_area .ht_con .htesti_name h4 span {
  display: block;
  width: 50px;
  height: 3px;
  background: #a5d268;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog_test_area .ht_con .ht_info {
  position: relative;
}

.blog_test_area .ht_con .ht_info img.comma {
  width: auto !important;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}

.blog_test_area .ht_con .owl-prev {
  position: absolute;
  top: -54px;
  right: 40px;
}

.blog_test_area .ht_con .owl-prev i {
  color: #fff;
  font-size: 18px;
  background: #003a66;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.blog_test_area .ht_con .owl-prev i:hover {
  background: #5e5c5c;
  color: #fff;
}

.blog_test_area .ht_con .owl-next {
  position: absolute;
  top: -54px;
  right: 0;
}

.blog_test_area .ht_con .owl-next i {
  color: #fff;
  font-size: 18px;
  background: #003a66;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.blog_test_area .ht_con .owl-next i:hover {
  background: #5e5c5c;
  color: #fff;
}

.blog_test_area .ht_con .case-study img {
  height: 135px;
}

.blog_test_area .news_con {
  padding: 40px 30px 70px 30px;
  background: #f2f2f2;
  margin-top: 30px;
  position: relative;
}

.blog_test_area .news_con .sub_mail_icon {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.blog_test_area .news_con input:not([type=submit]) {
  background: #fff;
  padding: 10px;
  color: #000;
  height: 44px;
  width: 80%;
  border: none;
  float: left;
}

.blog_test_area .news_con input:not([type=submit])::-webkit-input-placeholder {
  color: #000;
}

.blog_test_area .news_con input:not([type=submit]):-ms-input-placeholder {
  color: #000;
}

.blog_test_area .news_con input:not([type=submit])::-ms-input-placeholder {
  color: #000;
}

.blog_test_area .news_con input:not([type=submit])::placeholder {
  color: #000;
}

.blog_test_area .news_con input[type=submit] {
  background: #fff;
  height: 44px;
  color: #000;
  width: 20%;
  float: left;
  border: none;
}

.blog_test_area .news_con input[type=submit]:hover {
  background: #a5d268;
}

.blog_test_area .news_con p {
  color: #000;
  line-height: 26px;
  margin-top: 20px;
}

footer {
  position: relative;
}

footer .footer_over {
  position: absolute;
  top: 0;
  left: 0;
}

footer .footer_over img {
  width: 88%;
  min-height: 504px;
}

.inner_ban_con {
  position: relative;
  padding: 30px;
}

.inner_ban_con img {
  width: 100%;
  min-height: 250px;
}

.inner_ban_con .inner_bantext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner_ban_con .inner_bantext .inner_bantext_con {
  text-align: center;
}

.inner_ban_con .inner_bantext .inner_bantext_con h1 {
  margin: 0 30px 10px;
  font-size: 42px;
  font-weight: 600;
}

.inner_ban_con .inner_bantext .inner_bantext_con ul {
  margin: 0 30px;
}

.inner_ban_con .inner_bantext .inner_bantext_con ul li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.inner_ban_con .inner_bantext .inner_bantext_con ul li span {
  margin: 0 10px;
  color: #fff;
}

.inner_ban_con .inner_bantext .inner_bantext_con ul li a {
  color: #8abc47;
}

.inner_ban_con .inner_bantext .inner_bantext_con ul li a:hover {
  color: #fff;
}

.nz_prob_details_area {
  padding: 50px 0;
  background: #f5faff;
}

.nz_prob_details_area .nz_prob_details_link_left ul li {
  display: block;
}

.nz_prob_details_area .nz_prob_details_link_left ul li a {
  padding: 10px 25px 10px 15px;
  display: block;
  background: #fff;
  font-size: 16px;
  position: relative;
  color: #000;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 13px -6px #000;
          box-shadow: 0 0 13px -6px #000;
}

.nz_prob_details_area .nz_prob_details_link_left ul li a i {
  color: #a5a6b4;
  position: absolute;
  top: 12px;
  right: 14px;
}

.nz_prob_details_area .nz_prob_details_link_left ul li a:hover {
  background: #003a66;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}

.nz_prob_details_area .nz_prob_details_link_left ul li a:hover i {
  color: #6689a3;
}

.nz_prob_details_area .free_asses_con {
  padding-top: 20px;
}

.nz_prob_details_area .free_asses_con h2 {
  color: #003a66;
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: 600;
}

.nz_prob_details_area .free_asses_con h2 span {
  color: #1e1e1e;
  font-size: 20px;
  display: block;
  font-weight: 300;
}

.nz_prob_details_area .free_asses_con ul li {
  display: block;
}

.nz_prob_details_area .free_asses_con ul li a {
  padding: 15px 15px 15px 85px;
  display: block;
  font-size: 19px;
  position: relative;
  background: #9ed94f;
  color: #fff;
  margin-bottom: 10px;
 box-shadow: 0 6px 16px #9ed94f;
  font-weight: 600;
}

.nz_prob_details_area .free_asses_con ul li a span {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 300;
}

.nz_prob_details_area .free_asses_con ul li a i {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 22px;
  font-size: 50px;
}

.nz_prob_details_area .free_asses_con ul li a.fees_a {
  padding: 25px 15px 25px 80px;
}

.nz_prob_details_area .free_asses_con ul li a.fees_a i {
  top: 19px;
  left: 16px;
  font-size: 40px;
  color: #003a66;
}

.nz_prob_details_area .free_asses_con ul li a:hover {
  background: #003a66;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
	 box-shadow: 0 6px 16px #003a66;
}

.nz_prob_details_area .free_asses_con ul li a:hover span {
  color: #fff;
}

.nz_prob_details_area .free_asses_con ul li a:hover i {
  color: #6689a3;
}

.nz_prob_details_area .free_asses_con .free_ass_vid_con {
  position: relative;
}

.nz_prob_details_area .free_asses_con .free_ass_vid_con .free_ass_vid_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nz_prob_details_area .free_asses_con .free_ass_vid_con .free_ass_vid_over:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 0ms;
}

.nz_prob_details_area .free_asses_con .yt_vid_con {
  margin-top: 30px;
}

.nz_prob_details_area .nz_prob_details_form_left {
  padding: 20px;
  background: #8abc47;
  margin-top: 20px;
}

.nz_prob_details_area .nz_prob_details_form_left h2 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
  padding-left: 15px;
  position: relative;
}

.nz_prob_details_area .nz_prob_details_form_left h2:before {
  content: '';
  width: 3px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  background: #003a66;
}

.nz_prob_details_area .nz_prob_details_form_left .en_box {
  padding: 10px;
  border-radius: 5px;
  height: 46px;
  color: #aaaaaa;
  border: none;
  width: 100%;
  margin-top: 15px;
}

.nz_prob_details_area .nz_prob_details_form_left .en_sel_box {
  padding: 10px;
  border-radius: 5px;
  height: 100px;
  color: #aaaaaa;
  border: none;
  width: 100%;
}

.nz_prob_details_area .nz_prob_details_form_left .en_sel_box option {
  margin: 6px 0;
}

.nz_prob_details_area .nz_prob_details_form_left p {
  color: #fff;
  font-size: 15px;
  margin: 15px 0;
}

.nz_prob_details_area .nz_prob_details_form_left .en_but {
  padding: 10px 40px;
  color: #fff;
  background: #003a66;
  margin-top: 10px;
  border: none;
}

.nz_prob_details_area .nz_prob_details_form_left .en_but:hover {
  background: #000;
}

.nz_prob_details_area .nz_prob_details_form_left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  padding-bottom: 15px;
  margin-left: -5px;
  margin-top: -10px;
}

.nz_prob_details_area .nz_prob_details_form_left ul li {
  color: #fff;
  display: block;
  position: relative;
  float: left;
  margin-right: 20px;
}

.nz_prob_details_area .nz_prob_details_form_left ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.nz_prob_details_area .nz_prob_details_form_left ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 15px 0 15px 40px;
  margin: 0 auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.nz_prob_details_area .nz_prob_details_form_left ul li:hover label {
  color: #FFFFFF;
}

.nz_prob_details_area .nz_prob_details_form_left ul li .check {
  display: block;
  position: absolute;
  border: 4px solid #fff;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 12px;
  left: 9px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.nz_prob_details_area .nz_prob_details_form_left ul li:hover .check {
  border: 4px solid #FFFFFF;
}

.nz_prob_details_area .nz_prob_details_form_left ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0;
  left: 0x;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.nz_prob_details_area .nz_prob_details_form_left input[type=radio]:checked ~ .check {
  border: 5px solid #fff;
}

.nz_prob_details_area .nz_prob_details_form_left input[type=radio]:checked ~ .check::before {
  background: #fff;
}

.nz_prob_details_area .nz_prob_details_form_left input[type=radio]:checked ~ label {
  color: #fff;
}

.nz_prob_details_area .complex_details .details_bpic {
  margin-bottom: 20px;
}

.nz_prob_details_area .complex_details .fees_table_con .fees_table_main {
  -webkit-box-shadow: 0 0 6px -3px #000;
          box-shadow: 0 0 6px -3px #000;
  margin-bottom: 30px;
}

.nz_prob_details_area .complex_details .fees_table_con a {
  color: #fff;
  background: #a5d268;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
}

.nz_prob_details_area .complex_details .fees_table_con a:hover {
  background: #222;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result {
  width: auto;
  background: #666;
  padding: 10px 20px;
  border-radius: 5px;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result h5 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result h5 label {
  font-size: 14px;
  font-weight: 400;
  height: 0;
  position: absolute;
  top: 6px;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result h6 {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 0 10px;
  display: inline-block;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result p {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result p span {
  font-size: 12px;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result p.ext_p {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.nz_prob_details_area .complex_details .fees_table_con .price_result p.ext_p span {
  margin: 0 !important;
}

.nz_prob_details_area .complex_details h2 {
  color: #003a66;
  font-size: 29px;
  margin: 0 0 10px;
  font-weight: 600;
}

.nz_prob_details_area .complex_details h4 {
  color: #003a66;
  font-size: 22px;
  margin: 20px 0 20px;
  font-weight: 600;
}

.nz_prob_details_area .complex_details p {
  color: #726f6f;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 15px;
  text-align: left;
}

.nz_prob_details_area .complex_details p a {
  color: #003a66;
  font-weight: 600;
}

.nz_prob_details_area .complex_details p a.hlt_cls {
  color: #003a66;
  font-weight: 600;
  padding: 1px 0px;
  border-bottom: 4px solid #003a66;
}

.nz_prob_details_area .complex_details p a.hlt_cls:hover {
  background: #666;
}

.nz_prob_details_area .complex_details a.fees_but {
  color: #fff;
  background: #a5d268;
  font-size: 13px;
  display: inline-block;
  width: 235px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 25px;
  font-weight: 600;
}

.nz_prob_details_area .complex_details a.fees_but i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: -51px;
  top: 0;
  background: #8abc47;
}

.nz_prob_details_area .complex_details a.fees_but1 {
  margin-right: 70px;
}

.nz_prob_details_area .complex_details a.fees_but:hover {
  background: #666;
}

.nz_prob_details_area .complex_details a.fees_but:hover i {
  background: #333;
}

.nz_prob_details_area .complex_details table {
  width: 100%;
  background: #fff;
}

.nz_prob_details_area .complex_details table tr.fees_table_head {
  background: #003a66;
  color: #fff;
  display: block;
  padding: 0 10px;
}

.nz_prob_details_area .complex_details table tr.fees_table_head th {
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  font-weight: 400;
}

.nz_prob_details_area .complex_details table tr.fees_table_head th.fees_table_head1 {
  width: 29%;
}

.nz_prob_details_area .complex_details table tr.fees_table_head th.fees_table_head2 {
  width: 28%;
}

.nz_prob_details_area .complex_details table tr.fees_table_head th.fees_table_head3 {
  width: 18%;
}

.nz_prob_details_area .complex_details table tr.fees_table_info {
  padding: 15px 10px;
  display: block;
}

.nz_prob_details_area .complex_details table td.t_visa_name {
  color: #003a66;
  font-size: 20px;
  font-weight: 400;
  border: solid 1px #ebebeb;
  padding: 10px 10px 10px 20px;
  width: 27%;
}

.nz_prob_details_area .complex_details table td.t_visa_info {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 0 5px;
  width: 27%;
}

.nz_prob_details_area .complex_details table td.t_visa_info table tr td {
  padding: 10px 10px 10px 20px;
  border: solid 1px #ebebeb;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
}

.nz_prob_details_area .complex_details table td.t_visa_info2 {
  width: 20%;
}

.nz_prob_details_area .complex_details ol |li {
  text-align: left !important;
}

.nz_prob_details_area .complex_details ul.devide_cls {
  -webkit-column-count: 2;
          column-count: 2;
  padding-bottom: 15px;
}

.nz_prob_details_area .complex_details ul li {
  color: #726f6f;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 15px;
  margin: 0 0 10px;
  position: relative;
  padding-left: 25px;
}

.nz_prob_details_area .complex_details ul li span {
  color: #003a66;
  font-weight: 600;
}

.nz_prob_details_area .complex_details ul li a {
  color: #003b67;
  text-decoration: underline;
}

.nz_prob_details_area .complex_details ul li a:hover {
  color: #8abc47;
}

.nz_prob_details_area .complex_details ul li ol {
  padding-top: 10px;
}

.nz_prob_details_area .complex_details ul li ol li {
  margin-left: 15px;
  list-style: decimal;
  padding-left: 10px;
}

.nz_prob_details_area .complex_details ul li ol li:before {
  content: '';
  width: 0;
  height: 0;
}

.nz_prob_details_area .complex_details ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #003b67;
  position: absolute;
  left: 0;
  top: 13px;
}

.nz_prob_details_area .complex_details .newz_logo {
  float: right;
  margin: 0 0 20px 20px;
}

.nz_prob_details_area .complex_details .study_visa_right_pic {
  float: right;
  width: 100%;
}

.nz_prob_details_area .complex_details .study_visa_right_pic img {
  margin: 20px 0 0;
  width: 100%;
}

.nz_prob_details_area .complex_details .call_us_div {
  float: right;
  background: url(../images/detail_call_us_back.png) no-repeat;
  background-size: cover;
  margin: 0 0 20px 20px;
  padding: 25px 40px;
}

.nz_prob_details_area .complex_details .call_us_div h3 {
  color: #fff;
  font-size: 23px;
  margin: 0 0 20px;
}

.nz_prob_details_area .complex_details .call_us_div h3 span {
  font-size: 30px;
  display: block;
}

.nz_prob_details_area .complex_details .call_us_div a {
  color: #003a66;
  font-size: 17px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}

.nz_prob_details_area .complex_details .call_us_div a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #003a66;
}

.nz_prob_details_area .complex_details .visa_study_icon {
  margin: 0 -5px;
}

.nz_prob_details_area .complex_details .visa_study_icon .visa_study_icon_con {
  padding: 15px 15px 15px 70px;
  display: block;
  background: #fff;
  font-size: 13px;
  position: relative;
  color: #003a66;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 13px -6px #000;
          box-shadow: 0 0 13px -6px #000;
  font-weight: 600;
  width: 31%;
  float: left;
  height: 64px;
  margin: 0 5px 10px;
  border: solid 1px #003965;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nz_prob_details_area .complex_details .visa_study_icon .visa_study_icon_con img {
  color: #0067ed;
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 50px;
}

.nz_prob_details_area .complex_details .visa_study_icon .visa_study_icon_con h4 {
  color: #003a66;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}

.nz_prob_details_area .complex_details .visa_study_icon .visa_study_icon_con:hover {
  background: #9ad3fe;
}

.nz_prob_details_area .investment_info_area {
  padding: 15px 15px;
  background: url(../images/invest_back.png) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.nz_prob_details_area .investment_info_area .invest_info {
  padding: 20px 10px 25px;
  margin: 15px 0;
  background: #0000001f;
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nz_prob_details_area .investment_info_area .invest_info img {
  margin: 0 auto;
  display: block;
}

.nz_prob_details_area .investment_info_area .invest_info h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 0;
}

.nz_prob_details_area .family_visa_info .family_visa_info_con {
  padding: 20px;
  background: #eee;
  margin-bottom: 20px;
}

.nz_prob_details_area .family_visa_info .family_visa_info_con h2 {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}

.nz_prob_details_area .family_visa_info .family_visa_info_con p {
  color: #666;
  font-size: 15px;
  line-height: 24px;
}

.nz_prob_details_area .family_visa_info .family_visa_info_con p a {
  color: #003a66;
  font-size: 15px;
  padding: 0;
  font-weight: 600;
  background: none;
}

.nz_prob_details_area .family_visa_info .family_visa_info_con p a:hover {
  color: #8abc47;
  background: none;
}

.nz_prob_details_area .family_visa_info .family_visa_info_con a {
  color: #003a66;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  border-bottom: 2px solid #003a66;
}

.nz_prob_details_area .family_visa_info .family_visa_info_con a:hover {
  background: #8abc47;
}

.nz_prob_details_area .work_visa_info h3 {
  margin: 30px 0 0;
  font-size: 20px;
  color: #003a66;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
}

.nz_prob_details_area .work_visa_info h3 img {
  position: absolute;
  top: -4px;
  left: -15px;
  width: 30px;
}

.nz_prob_details_area .work_visa_info ul {
  padding-left: 26px;
}

.nz_prob_details_area .work_visa_info ul li {
  color: #003a66;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}

.nz_prob_details_area .work_visa_info ul li span {
  font-size: 15px;
  margin-top: 10px;
  padding-left: 20px;
  color: #3b3b3b;
  display: block;
  position: relative;
}

.nz_prob_details_area .work_visa_info ul li span:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
  left: 0;
  top: 8px;
}

.nz_prob_details_area .work_visa_info ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #003b67;
  position: absolute;
  left: 0;
  top: 6px;
}

.nz_prob_details_area .affil_area {
  padding: 20px 0;
  font-size: 0;
}

.nz_prob_details_area .affil_area h2 {
  color: #003a66;
  font-size: 27px;
  margin: 0 0 10px;
  font-weight: 600;
}

.nz_prob_details_area .affil_area ul li {
  display: inline-block;
  margin: 0 1.9% 20px 0;
  width: 18%;
  border: solid 1px #222;
}

.nz_prob_details_area .sumnmary_con1 {
  margin-bottom: 30px;
}

.nz_prob_details_area .summary_right {
  float: right;
  width: 40%;
  margin-left: 20px;
}

.nz_prob_details_area .sumnmary_con {
  padding: 15px;
  background: #003a66;
}

.nz_prob_details_area .sumnmary_con h2 {
  color: #fff;
  font-size: 27px;
  margin: 0 0 15px;
}

.nz_prob_details_area .sumnmary_con p {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
}

.nz_prob_details_area .sumnmary_con h3 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.nz_prob_details_area .sumnmary_con h3 a {
  color: #fff;
}

.nz_prob_details_area .sumnmary_con h3 a:hover {
  color: #8abc47;
}

.nz_prob_details_area .sumnmary_con h4 {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 10px;
}

.nz_prob_details_area .book_apt {
  padding: 30px 40px;
  background: #003a66;
  position: relative;
}

.nz_prob_details_area .book_apt h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.nz_prob_details_area .book_apt a {
  position: absolute;
  top: 23px;
  right: 40px;
  color: #fff;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 30px;
  background: #8abc47;
}

.nz_prob_details_area .book_apt a:hover {
  background: #fff;
  color: #000;
}

.nz_prob_details_area .lang_area {
  padding-top: 60px;
}

.nz_prob_details_area .lang_area h2 {
  font-size: 26px;
  font-weight: 600;
  color: #003366;
  margin: 0 9% 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #c4d114;
}

.nz_prob_details_area .lang_area ul li {
  list-style: none;
  display: inline-block;
  margin: 4px 3px;
  width: 55px;
}

.nz_prob_area {
  padding: 50px 0;
  background: #e6e6e6;
}

.nz_prob_area .nz_prob_con {
  background: #fff;
  padding: 30px 15px;
  -webkit-box-shadow: 0 0 13px -6px #000;
          box-shadow: 0 0 13px -6px #000;
}

.nz_prob_area .nz_prob_con img {
  height: 460px;
  width: 100%;
}

.nz_prob_area .nz_prob_con .nz_prob_info h3 {
  color: #181818;
  font-size: 27px;
  margin: 0;
}

.nz_prob_area .nz_prob_con .nz_prob_info h2 {
  color: #003a66;
  font-size: 40px;
  margin: 0 0 10px;
  font-weight: 600;
}

.nz_prob_area .nz_prob_con .nz_prob_info h2 span {
  color: #000;
}

.nz_prob_area .nz_prob_con .nz_prob_info p {
  color: #726f6f;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 15px;
  text-align: left;
}

.nz_prob_area .nz_prob_con .nz_prob_info .accordion {
  color: #726f6f;
  cursor: pointer;
  background: #fff;
  padding: 12px 0 12px 36px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: capitalize;
  position: relative;
}

.nz_prob_area .nz_prob_con .nz_prob_info .active, .nz_prob_area .nz_prob_con .nz_prob_info .accordion:hover {
  background-color: #fff;
}

.nz_prob_area .nz_prob_con .nz_prob_info .accordion:after {
  content: '\002B';
  color: #fff;
  background: #599cf3;
  font-weight: bold;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  top: 9px;
  left: 0;
}

.nz_prob_area .nz_prob_con .nz_prob_info .active:after {
  content: "\2212";
}

.nz_prob_area .nz_prob_con .nz_prob_info .panel {
  padding: 0 18px;
  background-color: #f2f2f2;
  border: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.nz_prob_area .nz_prob_con .nz_prob_info .panel p {
  color: #a09692;
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0;
}

.visa_value_area {
  background: url(../images/visa_value_back.png) no-repeat;
  background-size: cover;
  padding: 40px 0 80px;
  text-align: center;
}

.visa_value_area h3 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 5px;
}

.visa_value_area h2 {
  font-size: 45px;
  color: #fff;
  margin: 0 0 40px;
}

.visa_value_area h2 span {
  display: block;
  font-size: 32px;
}

.visa_value_area .visa_value_bot_con {
  padding-top: 40px;
  margin-top: 25px;
  border-top: dashed 1px #565656;
}

.visa_value_area .visa_value_con {
  padding: 0;
}

.visa_value_area .visa_value_con .visa_value_icon {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background: #8abc47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.visa_value_area .visa_value_con .visa_value_info_bord {
  border-right: dashed 1px #565656;
}

.visa_value_area .visa_value_con .visa_value_info {
  padding: 20px 20px 15px;
}

.visa_value_area .visa_value_con .visa_value_info h4 {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  min-height: 36px;
  font-weight: 600;
}

.visa_value_area .visa_value_con .visa_value_info p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  min-height: 66px;
}

.visa_value_area .visa_value_con a {
  color: #fff;
}

.visa_value_area .visa_value_con a:hover {
  color: #8abc47;
}

.visa_value_area .visa_value_con:hover .visa_value_icon {
  background: #02487d;
}

.prob_enquiry_area {
  background: #fff;
  padding-bottom: 60px;
}

.prob_enquiry_area .prob_enquiry_hold {
  background: #fff;
  -webkit-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000;
  margin-top: -40px;
  margin-left: 5%;
}

.prob_enquiry_area .lang_area {
  padding-top: 60px;
  padding-left: 14%;
}

.prob_enquiry_area .lang_area h2 {
  font-size: 26px;
  font-weight: 600;
  color: #003366;
  margin: 0 9% 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #c4d114;
}

.prob_enquiry_area .lang_area ul li {
  list-style: none;
  display: inline-block;
  margin: 4px 3px;
  width: 55px;
}

.prob_enquiry_area .prob_enquiry_left {
  padding: 30px 20px;
  background: #8abc47;
}

.prob_enquiry_area .prob_enquiry_left h2 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 20px;
}

.prob_enquiry_area .prob_enquiry_form {
  padding: 0 25px;
}

.prob_enquiry_area .prob_enquiry_form h2 {
  color: #003a66;
  font-size: 35px;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 600;
}

.prob_enquiry_area .prob_enquiry_form h2 span {
  color: #000;
}

.prob_enquiry_area .prob_enquiry_form input:not([type=submit]), .prob_enquiry_area .prob_enquiry_form textarea {
  border: solid 1px #cdcdcd;
  height: 50px;
  padding: 20px 15px 10px;
  width: 100%;
  margin-bottom: 15px;
  color: #222;
}

.prob_enquiry_area .prob_enquiry_form textarea {
  height: 80px;
}

.prob_enquiry_area .prob_enquiry_form input[type=submit] {
  padding: 15px 35px;
  color: #000;
  font-size: 14px;
  border-radius: 25px;
  background: #8abc47;
  border: none;
  font-weight: 600;
}

.prob_enquiry_area .prob_enquiry_form input[type=submit]:hover {
  background: #000;
  color: #fff;
}

.adviser_area {
  padding: 60px 0;
}

.adviser_area h3 {
  font-size: 15px;
  color: #003366;
  margin: 10px 0;
  font-weight: 300;
  padding: 0 0 0 45px;
  position: relative;
}

.adviser_area h3:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  top: 7px;
  left: 0;
  background: #003366;
}

.adviser_area h2 {
  color: #003366;
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 15px;
}

.adviser_area p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  text-align: left;
}

.adviser_area ul {
  padding-top: 15px;
}

.adviser_area ul li {
  float: left;
  width: 50%;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 8px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}

.adviser_area ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #003a66;
}

.adviser_area ul li a {
  padding: 20px 15px 20px 80px;
  display: block;
  position: relative;
  color: #003366;
  font-size: 18px;
  font-weight: 600;
}

.adviser_area ul li a .adv_pic_con {
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adviser_area ul li a .adv_pic_con img.adv_actual_h {
  display: none;
}

.adviser_area ul li a:hover .adv_pic_con {
  background: #003366;
  -webkit-transition: all 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 0ms;
}

.adviser_area ul li a:hover .adv_pic_con img.adv_actual_h {
  display: block;
}

.adviser_area ul li a:hover .adv_pic_con img.adv_actual {
  display: none;
}

.adviser_area .adv_right .csk_won {
  margin: 35px 35px 0 0;
  -webkit-box-shadow: 35px -35px 0px 0px #003366;
          box-shadow: 35px -35px 0px 0px #003366;
  position: relative;
}

.adviser_area .adv_right .csk_won img {
  width: 100%;
  height: 350px;
}

.adviser_area .adv_right .csk_won .work_vdo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adviser_area .adv_right .csk_won .work_vdo a {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  background: #a5d268;
  text-align: center;
}

.adviser_area .adv_right .csk_won .work_vdo a i {
  font-size: 26px;
  color: #fff;
  line-height: 80px;
}

.adviser_area .adv_right .csk_won .work_vdo a:hover {
  background: #666;
}

.video_testimonial_area {
  padding: 50px 0 30px;
}

.video_testimonial_area h2 {
  color: #003a66;
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: 600;
}

.video_testimonial_area h4 {
  color: #222;
  font-size: 16px;
  margin: 10px 0 0;
  height: 55px;
}

.video_testimonial_area .vid_con_hold {
  margin-bottom: 20px;
  text-align: center;
}

.video_testimonial_area .vid_con_hold .vid_con {
  position: relative;
}

.video_testimonial_area .vid_con_hold .vid_con img {
  width: 100%;
}

.video_testimonial_area .vid_con_hold .vid_con a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00000014;
}

.video_testimonial_area .vid_con_hold .vid_con a img {
  width: 50px;
}

.video_testimonial_area .vid_con_hold .vid_con a:hover {
  background: #0000004a;
  -webkit-transition: all 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 0ms;
}

.video_testimonial_area img {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 13px 2px #000;
          box-shadow: 0 0 13px 2px #000;
  margin-bottom: 10px;
}

.licenced_ad_area {
  background: url(../images/licenced_ad_back.png) no-repeat center;
  background-size: cover;
  padding: 20px 0 80px;
  text-align: center;
}

.licenced_ad_area h3 {
  color: #003366;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  position: relative;
  display: inline-block;
}

.licenced_ad_area h3:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #084d81;
  top: 9px;
  left: -30px;
}

.licenced_ad_area h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #084d81;
  top: 9px;
  right: -30px;
}

.licenced_ad_area h2 {
  color: #003366;
  font-size: 45px;
  font-weight: 600;
  margin: 15px 0 25px;
  width: 100%;
  text-transform: uppercase;
}

.licenced_ad_area .licenced_info {
  background: #fff;
  padding: 10px;
  text-align: left;
  margin-bottom: 10px;
}

.licenced_ad_area .licenced_info .licenced_author_pic {
  float: left;
  width: 260px;
  position: relative;
}

.licenced_ad_area .licenced_info .licenced_author_pic img.licenced_author_over {
  position: absolute;
  left: 0;
  bottom: 0;
}

.licenced_ad_area .licenced_info .licenced_author_info {
  float: left;
  width: 75%;
  padding-left: 2%;
}

.licenced_ad_area .licenced_info h4 {
  color: #000;
  font-size: 26px;
  margin: 10px 0 5px;
  font-weight: 600;
}

.licenced_ad_area .licenced_info h5 {
  color: #000;
  font-size: 17px;
  margin: 0 0 15px;
}

.licenced_ad_area .licenced_info p {
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 26px;
}

.licenced_ad_area .licenced_info p span {
  color: #084d81;
}

.licenced_bot_area {
  padding: 0 0 140px;
  margin: -15px 0 0;
}

.licenced_bot_area .licenced_bot_info {
  position: relative;
}

.licenced_bot_area .licenced_bot_info img {
  width: 100%;
}

.licenced_bot_area .licenced_bot_info .licenced_bot_info_con {
  padding: 20px 10px;
  background: #fff;
  position: absolute;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  bottom: -80px;
  -webkit-box-shadow: 0 2px 10px -3px #000;
          box-shadow: 0 2px 10px -3px #000;
  z-index: 9;
}

.licenced_bot_area .licenced_bot_info .licenced_bot_info_con h3 {
  color: #003366;
  font-size: 16px;
  margin: 0 0 6px;
  font-weight: 600;
}

.licenced_bot_area .licenced_bot_info .licenced_bot_info_con p {
  color: #000;
  font-size: 14px;
  margin: 0;
}

.licenced_bot_area .licenced_bot_info .licenced_bot_info_con p a {
  color: #000;
}

.support_area {
  padding: 80px 0 150px;
  background: url(../images/log_support_back.png) no-repeat center;
  background-size: cover;
}

.support_area .csk_vs_mi {
  width: 18%;
  margin: 0 1%;
  float: left;
}

.support_area .csk_vs_mi img {
  height: 160px;
}

.support_area h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 7px;
  font-weight: 400;
  text-align: center;
}

.support_area h2 {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: center;
}

.support_area h2 span {
  display: block;
  margin: -7px 0 0;
  text-align: center;
}

.support_area .log_info_con {
  padding: 10px 50px 10px 10px;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.support_area .log_info_con .log_info_pic {
  position: relative;
}

.support_area .log_info_con .log_info_pic img {
  height: 225px;
  width: 195px;
}

.support_area .log_info_con .log_info_pic .log_info_over {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: auto;
}

.support_area .log_info_con .log_info_hold {
  position: absolute;
  top: 97px;
  right: -97px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 244px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support_area .log_info_con .log_info_hold h4 {
  color: #000;
  font-size: 18px;
  margin: 0 5px 5px;
  font-weight: 600;
}

.support_area .log_info_con .log_info_hold h5 {
  color: #000;
  font-size: 14px;
  margin: 0;
}

.section-inner {
  text-align: center;
  padding: 50px 0;
}

.section-inner h1 {
  font-weight: bold;
  margin: 0 0 15px;
}

.section-inner p {
  color: #666;
}

.section-inner form {
  width: 30%;
  margin: 30px auto;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px -3px #000;
  box-shadow: 0 0 10px -3px #000;
}

.section-inner form label {
  width: 100%;
}

.section-inner form input:not([type=submit]) {
  height: 40px;
  padding: 10px;
  border: solid 1px #999;
  width: 100%;
  display: block;
  margin: 20px 0 10px;
}

.section-inner form input[type=submit] {
  width: 100%;
  padding: 12px 0;
  border: none;
  color: #fff;
  background: #003a66;
  height: 40px;
}

.section-inner form input[type=submit]:hover {
  background: #222;
}

.free_cont_area {
  padding: 0 0 30px;
}

.free_cont_area .free_cont_hold {
  margin: 0 5%;
}

.free_cont_area .free_cont_hold .feel_free {
  background: #fff;
  padding: 70px 30px 70px 230px;
  position: relative;
  border-bottom: solid 3px #003366;
  margin-top: -90px;
  margin-bottom: 20px;
}

.free_cont_area .free_cont_hold .feel_free h2 {
  color: #20242b;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 7px;
}

.free_cont_area .free_cont_hold .feel_free p {
  color: #20242b;
  font-size: 15px;
  margin: 0;
}

.free_cont_area .free_cont_hold .feel_free .feel_free_icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #003366;
  position: absolute;
  top: 48px;
  left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.free_cont_area .free_cont_hold .feel_free a {
  color: #fff;
  font-size: 15px;
  padding: 12px 40px;
  position: absolute;
  top: 70px;
  right: 80px;
  background: #003366;
}

.free_cont_area .free_cont_hold .feel_free a i {
  margin-left: 5px;
}

.free_cont_area .free_cont_hold .ff_bot_info {
  padding: 10px 0;
}

.free_cont_area .free_cont_hold .ff_bot_info h2 {
  color: #003366;
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 600;
}

.free_cont_area .free_cont_hold .ff_bot_info h2 span {
  display: block;
  margin-top: -5px;
}

.free_cont_area .free_cont_hold .ff_bot_info .career_guide_info {
  padding: 10px;
  position: relative;
  border-bottom: solid 1px #d4d4d4;
  -webkit-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000;
}

.free_cont_area .free_cont_hold .ff_bot_info .career_guide_info img {
  width: 100%;
  margin-bottom: 10px;
	object-fit:cover
}

.free_cont_area .free_cont_hold .ff_bot_info .career_guide_info h3 {
  color: #000;
  font-size: 16px;
	margin:0;
  padding-bottom:6px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.free_cont_area .free_cont_hold .ff_bot_info .career_guide_info h4 {
  color: #999;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}


.free_cont_area .free_cont_hold .ff_bot_info .career_guide_info h4 a {
  color: #222;
}

.contact_area {
  padding: 80px 0 50px;
}

.contact_area .contact_left {
  padding-right: 50px;
}

.contact_area .contact_left h2 {
  color: #003366;
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: 600;
}

.contact_area .contact_left p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.contact_area .contact_left h3 {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #888;
}

.contact_area .contact_left h3 a {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  margin: 0 30px 0 0;
}

.contact_area .contact_left h3 a i {
  color: #82c537;
  font-size: 20px;
  margin: 0 10px 0 0;
}

.contact_area .contact_left h3 a:hover {
  color: #82c537;
}

.contact_area .contact_left form label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.contact_area .contact_left form input:not([type=submit]), .contact_area .contact_left form textarea {
  border: solid 1px #003366;
  height: 44px;
  color: #000;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.contact_area .contact_left form textarea {
  height: 80px;
}

.contact_area .contact_left form input[type=submit] {
  background: #003366;
  padding: 12px 40px;
  border: none;
  color: #fff;
  font-size: 16px;
}

.contact_area .contact_left form input[type=submit]:hover {
  background: #000;
}

.contact_area .contact_right .add_con {
  padding-top: 20px;
  margin-top: 36px;
  border-top: solid 1px #415870;
}

.contact_area .contact_right .add_con .cont_border {
  border-top: solid 1px #415870;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
}

.contact_area .contact_right .add_con .add_con1_info {
  border-right: solid 1px #415870;
}

.contact_area .contact_right .add_con h2 {
  color: #003366;
  font-size: 30px;
  margin: 0 0 25px;
  font-weight: 600;
}

.contact_area .contact_right .add_con h3 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  position: relative;
  padding-left: 30px;
}

.contact_area .contact_right .add_con h3 i {
  position: absolute;
  top: 0;
  left: 0;
  color: #003366;
  font-size: 20px;
}

.contact_bot_area {
  padding: 30px 0 20px;
  background: #222;
}

.contact_bot_area h2 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 9% 8px 0;
  padding-bottom: 8px;
  border-bottom: solid 1px #3d3d3d;
}

.contact_bot_area ul li {
  list-style: none;
  display: inline-block;
  margin: 4px 3px;
  width: 55px;
}

.blog_details_menu {
  background: #eaebed;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.blog_details_menu li {
  width: 16%;
  display: inline-block;
}

.blog_details_menu a {
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: 600;
  text-align: center;
  line-height: 80px;
  border-right: 1px solid #dedede;
}

.blog_details_menu a:hover {
  background: #fff;
  color: #000;
}

.blog_details_slider {
  padding: 15px 0 40px;
  background: #eaebed;
}

.blog_details_slider .bl_details_slider_pic {
  width: 55%;
  float: left;
  height: 375px;
}

.blog_details_slider .bl_details_slider_pic img {
  height: 100% !important;
}

.blog_details_slider .bl_details_slider_info {
  width: 45%;
  float: left;
  background: #fff;
  padding: 50px 30px 30px 30px;
  min-height: 375px;
}

.blog_details_slider .bl_details_slider_info h3 {
  color: #003366;
  font-size: 15px;
  margin: 0 0 20px;
}

.blog_details_slider .bl_details_slider_info h1 {
  color: #000;
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: 5;
  max-height: 168px;
  overflow: hidden;
}


.blog_details_slider .bl_details_slider_info h2 {
  color: #000;
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: 5;
  max-height: 168px;
  overflow: hidden;
}

.blog_details_slider .bl_details_slider_info p {
  color: #000;
  font-size: 15px;
  line-height: 28px;
}

.blog_details_slider .owl-prev {
  position: absolute;
  right: 41%;
  bottom: 0;
}

.blog_details_slider .owl-prev i {
  color: #000;
  font-size: 36px;
}

.blog_details_slider .owl-next {
  position: absolute;
  right: 39%;
  bottom: 0;
}

.blog_details_slider .owl-next i {
  color: #000;
  font-size: 36px;
}

.blog_list_area {
  padding: 50px 0 20px;
}

.blog_list_area .blog_list {
  padding: 0 10px;
}

.blog_list_area .blog_list .blog_list_con {
  padding: 0 10px 15px;
  background: #fff;
  -webkit-box-shadow: 1px 3px 6px 0 #000;
          box-shadow: 1px 3px 6px 0 #000;
  margin-bottom: 40px;
}

.blog_list_area .blog_list .blog_list_con .row {
  margin: 0 -11px;
}

.blog_list_area .blog_list .blog_list_con img {
  height: 160px;
  width: 100%;
  margin-bottom: 10px;
}

.blog_list_area .blog_list .blog_list_con h3 {
  color: #003366;
  font-size: 13px;
  margin: 15px 0 5px;
}

.blog_list_area .blog_list .blog_list_con h2 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 8px;
  padding-top: 4px;
  margin: 0;
  height: 39px;
  overflow: hidden;
}

.blog_list_area .blog_list .blog_list_con h2 a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 18px;
  padding-top: 4px;
}

.blog_list_area .blog_list .blog_list_con ul {
  margin: 10px 0;
}

.blog_list_area .blog_list .blog_list_con ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.blog_list_area .blog_list .blog_list_con ul li i {
  margin-right: 3px;
}

.blog_list_area .blog_list .blog_list_con p {
  color: #000;
  font-size: 13px;
  line-height: 22px;
  height: 40px;
  overflow: hidden;
}

.blog_list_area .blog_list .blog_list_con .read_more_con {
  margin: 20px -15px 0;
  border-top: solid 1px #ccc;
}

.blog_list_area .blog_list .blog_list_con a.readmore {
  color: #000;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
}

.blog_list_area .blog_list .blog_list_con a.readmore:hover {
  color: #666;
}

.blog_list_area .pagination a {
  background: #dedede;
  color: #084d81;
  padding: 6px 11px;
  display: inline-block;
  text-align: center;
}

.blog_list_area .pagination .page-numbers.current {
  background: #084d81;
  color: #fff;
  padding: 6px 11px;
  display: inline-block;
  text-align: center;
}

.fees_table_con {
  padding: 40px 40px 25px;
  background: #003a66;
  margin-bottom: 15px;
}

.fees_table_con select {
  border: none;
  height: 44px;
  background: #12598e;
  color: #fff;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.footer_ex_top {
  padding: 15px 0;
  background: #084d81;
}

.footer_ex_top .footer_ex_top_con {
  position: relative;
}

.footer_ex_top h2 {
  color: #fff;
  font-size: 20px;
  margin: 15px 0 0;
  float: left;
}

.footer_ex_top a {
  float: right;
  color: #fff;
  background: #a5d268;
  font-size: 13px;
  display: inline-block;
/*  width: 160px;*/
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-weight: 600;
}

/*.footer_ex_top a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: -51px;
  top: 0;
  background: #8abc47;
}

.footer_ex_top a:hover {
  background: #666;
  color: #fff;
}

.footer_ex_top a:hover i {
  background: #222;
  color: #fff;
}*/

.footer_top_slim {
  background: #222222;
}

.footer_top_slim .footer_top_slim_info {
  padding: 30px 0;
  border-bottom: solid 1px #2d2d2d;
  border-top: solid 1px #2d2d2d;
}

.footer_top_slim .footer_top_slim_info h4 {
  color: #868686;
  font-size: 14px;
  margin: 0;
  padding-left: 55px;
  position: relative;
}

.footer_top_slim .footer_top_slim_info h4 a {
  color: #868686;
}

.footer_top_slim .footer_top_slim_info h4 i {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #595959;
  font-size: 16px;
  border-radius: 50%;
  top: -12px;
  left: 0;
}

.footer_top {
  background: #222;
  padding: 0 0 30px;
}

.footer_top .f_block {
  padding-top: 30px;
  color: #868686;
}

.footer_top .f_block .menu-social-menu-container {
  float: left;
  margin-right: 3px;
}

.footer_top .f_block img {
  width: 80%;
  margin-bottom: 20px;
}

.footer_top .f_block h3 {
  color: #fff;
  font-size: 20px;
  margin: 15px 0 36px;
  font-weight: 600;
  position: relative;
}

.footer_top .f_block h3:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  background: #247abb;
  height: 4px;
  width: 60px;
}

.footer_top .f_block ul.social_link {
  padding-top: 20px;
}

.footer_top .f_block ul.social_link li {
  display: inline-block;
}

.footer_top .f_block ul.social_link li img {
  margin: -3px 0 0 5px;
  width: auto;
}

.footer_top .f_block ul.social_link li i {
  color: #fff;
  font-size: 16px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #2d2d2d;
  margin-right: 2px;
}

.footer_top .f_block ul.social_link li i:hover {
  border-radius: 50%;
  -webkit-transition: all 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 0ms;
}

.footer_top .f_block p {
  line-height: 20px;
  font-size: 14px;
  color: #868686;
}

.footer_top .f_block h4 {
  color: #b9b9b9;
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0 0;
}

.footer_top .f_block h4 span {
  color: #fff;
}

.footer_top .f_block .footer_tag {
  -webkit-column-count: 2;
          column-count: 2;
}

.footer_top .f_block .footer_tag li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
  padding-left: 14px;
  position: relative;
}

.footer_top .f_block .footer_tag li i {
  position: absolute;
  left: 0;
  top: 4px;
}

.footer_top .f_block .footer_tag li a {
  color: #868686;
  font-size: 14px;
  display: inline-block;
}

.footer_top .f_block .footer_tag li a:hover {
  color: #8abc47;
}

.footer_top .f_block .address_con ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 24px;
  color: #b8b8b8;
  font-size: 14px;
}

.footer_top .f_block .address_con ul li a {
  color: #b8b8b8;
}

.footer_top .f_block .address_con ul li a:hover {
  color: #8abc47;
}

.footer_top .f_block .address_con ul li a:hover i {
  color: #8abc47;
}

.footer_top .f_block .address_con ul li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0px;
}

.footer_top .f_block input:not([type=submit]) {
  background: #2d2d2d;
  padding: 10px;
  height: 46px;
  width: 100%;
  font-size: 14px;
  float: left;
  border-radius: 0;
  color: #727272;
  border: none;
  float: left;
}

.footer_top .f_block input:not([type=submit])::-webkit-input-placeholder {
  color: #727272;
}

.footer_top .f_block input:not([type=submit]):-ms-input-placeholder {
  color: #727272;
}

.footer_top .f_block input:not([type=submit])::-ms-input-placeholder {
  color: #727272;
}

.footer_top .f_block input:not([type=submit])::placeholder {
  color: #727272;
}

.footer_top .f_block input[type=image] {
  margin-top: 20px;
  height: 34px;
  width: 100px;
}

.footer_top .f_block input[type=submit] {
  background: #247abb;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: none;
  float: left;
  padding: 0 20px;
  margin-top: 15px;
}

.footer_top .f_block input[type=submit]:hover {
  background: #000;
}

.footer_top .f_block span.wpcf7-not-valid-tip {
  position: absolute;
  top: 45px;
}

.footer_bottom {
  background: #181818;
  padding: 25px 0;
}

.footer_bottom p {
  margin: 0;
  font-size: 14px;
  color: #868686;
}

.footer_bottom ul {
  text-align: right;
}

.footer_bottom ul li {
  margin-left: 10px;
  display: inline-block;
}

.footer_bottom ul li a {
  font-size: 14px;
  color: #868686;
}

.footer_bottom ul li a:hover {
  color: #fff;
}

.main-slider {
  width: 100%;
}

.main-slider .owl-item {
  padding: 0;
  position: relative;
  opacity: .5;
}

.main-slider .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 450px;
}

.main-slider .center {
  opacity: 1;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 9999;
}

.main-slider .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
}

.main-slider .owl-controls .owl-nav .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .owl-controls .owl-nav .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
}

.modal {
  display: none;
  position: fixed;
  margin: 70px auto 0;
  top: 0;
  right: 0;
  max-width: 800px;
  height: 450px;
  z-index: 999999;
}

.modal-content {
  padding: 30px 60px;
  border-radius: 0;
  border-bottom: solid 8px #0b4383;
}

.modal-dialog {
  width: 100% !important;
  margin: 0 !important;
}

.modal-dialog p {
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.modal-footer {
  padding: 15px 0;
}

.modal-body {
  text-align: center;
  padding: 0 0 15px;
}

.modal-body img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: solid 8px #dfe7ef;
}

.modal-body h4 {
  color: #0c2b6b;
  font-size: 26px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.modal-body h5 {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
}

.modal-header {
  padding: 00;
  border-bottom: none;
}

img.for-open-modal {
  cursor: pointer;
}

/* The Close Button */
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  font-weight: 400;
  opacity: .9;
  z-index: 99;
  margin-top: 0 !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.md_prev,
.md_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.md_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.md_prev:hover,
.md_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}







/*.why_choose_area .video-play-button-wrap {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
}*/


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 30px;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6f9837;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: #8abc47;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: scale(0.8);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}



.btn-green-neon{color: #003964!important; background: #aeef55!important; border-radius: 10px!important; box-shadow: 0px 0px 16px #8abc47!important; padding:0 25px; }
.btn-green-neon:hover{background:#fff!important}


.contact-popup{transform: translateX(-320px);height:100vh;width:320px;position:fixed;top:0;left:0;background:#414956;z-index: 999999;transition: 0.3s;}
.contact-popup-close{font-family: 'Arial';font-size: 40px; color:#fff;position:absolute;right:10px;top:0px;cursor:pointer;}

.contact-popup-form-wrap{padding:20px;margin-top:30px;font-size: 12px;color: #fff;}
.contact-popup-form-wrap input, .contact-popup-form-wrap textarea{width:100%;outline:0;border:0; border:1px #fff solid;margin-bottom:15px!important;padding:10px!important;background:#fff0;color:#fff; border-radius:10px;}



.contact-popup-form-wrap .wrap{width:100%;outline:0;border:0;margin-bottom:15px;background:#fff0;border:1px #fff solid;border-radius:10px;padding:10px;}
.contact-popup-form-wrap h2{font-size:18px;font-weight:600;color: #aeef55;margin-bottom: 25px;}
.contact-popup-form-wrap h6{font-weight: 600; font-size: 15px; margin-bottom: 6px;}
.contact-popup-form-wrap p{margin-bottom:15px;}
.contact-popup-form-wrap button{height:40px;outline:none;border:none;font-weight:600;}
.contact-popup-form-wrap input::placeholder,.contact-popup-form-wrap textarea::placeholder{font-size: 12px;color: #ddd}

.contact-popup-form-wrap .wrap label{display:block;margin-bottom: 10px;color:#fff;}
.contact-popup-form-wrap .wrap input{margin-bottom:0!important;border: 0}


.case-study-item-wrap{display: flex;flex-wrap: wrap;}
.case-study-item{display: flex;}


.updt-nav{padding: 40px 0 10px 0;}
.updt-nav-wrap{display:flex;flex-wrap: wrap;justify-content: center;}
.updt-nav-item{max-width: 230px;border: 2px solid #003a66!important; line-height:initial!important; display:flex!important;background:#fff;box-shadow:0 0 10px #0007;margin:0 auto 20px auto;align-items: center;}
.updt-nav-item h3{color: #003a66;font-weight:600;margin:0;line-height:initial!important;margin-left:10px;font-size:18px;}
.updt-nav-item-icon{width:50px;background:#003a66;color:#fff;text-align:center;padding:10px 0;}
.updt-nav-item-icon i{font-size:30px;}
a.updt-nav-item:hover {filter: brightness(0.8);}

.case_info_row{display:flex;flex-wrap: wrap;}

a.btn-submit-form{display: flex;justify-content: center;padding:10px 5px;align-items: center;margin-bottom: 20px;background: #003a66;color: #ffffff;box-shadow: 0px 0px 17px #337ab7;font-weight: 600;}
a.btn-submit-form span{font-size:16px}
a.btn-submit-form i{margin-right:10px;font-size: 30px;}
a.btn-submit-form:hover{box-shadow: 0px 0px 17px #8abc47;background: #8abc47;}







@media (max-width: 767px) {
  #nav-icon0 {
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon0 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #nav-icon0 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  #nav-icon0 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }
  #nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
    top: 0px;
  }
  #nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
    top: 10px;
  }
  #nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
    top: 20px;
  }
  #nav-icon0.open span:nth-child(1), #nav-icon0.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon0.open span:nth-child(2), #nav-icon0.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon0.open span:nth-child(1) {
    left: 0px;
    top: 9px;
  }
  #nav-icon0.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px;
  }
  #nav-icon0.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  #nav-icon0.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #nav-icon0.open span:nth-child(5) {
    left: 0px;
    top: 19px;
  }
  #nav-icon0.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
  }
  a#clickme {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: block !important;
    background: #111;
    padding: 13px 15px;
  }
  span.pr-ct {
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
  div.mydiv {
    width: 100%;
    position: absolute;
    left: -100%;
    z-index: 999999999;
    top: 0;
  }
  .cata {
    position: unset;
  }
  .open {
    position: absolute !important;
    z-index: 999999999999;
    top: 7px;
    right: 0;
    overflow: hidden;
  }
  .open span {
    background: #fff !important;
  }



.updt-nav-item{max-width:100%;}
.updt-nav-wrap .col-sm-6{width:50%;padding-right: 7px!important; padding-left: 7px!important;}
.updt-nav-item h3 {text-align: left; font-size: 12px;margin-right: 10px;}
.updt-nav-item-icon {width: 40px;}
.updt-nav-item-icon i {font-size: 16px; }
	
.case_sidebar_wrap{order: 3;margin-top: 40px;}
.footer-social input.footer-img {height: 20px;}
  
}





a#clickme {
  display: none;
}

.st-container,
.st-pusher,
.st-content {
  height: 100%;
}

.st-content,
.st-content-inner {
  position: relative;
  z-index: 999999;
}

.st-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.st-pusher p {
  color: #fff;
  font-size: 14px;
  padding: 0 .5em 0 .5em;
}

.st-pusher h3 {
  font-size: 16px;
  margin: 20px 0 10px;
  color: #fff;
}

.st-pusher form {
  padding: 0 .5em 0 .5em;
}

.st-pusher form label {
  color: #fff;
}

.st-pusher form label input[type=radio] {
  float: left;
  margin-right: 10px;
  width: auto;
  height: auto;
}

.st-pusher form input:not([type=submit]), .st-pusher form textarea {
  width: 100%;
  background: #fff;
  height: 36px;
  border-radius: 5px;
  padding: 5px 10px;
  border: none;
  margin-bottom: 10px;
}

.st-pusher form textarea {
  height: 60px;
}

.st-pusher form input[type=radio] {
  width: 20px;
  height: 20px;
  margin: -2px 10px 15px 0;
  float: left;
}

.st-pusher form input[type=submit] {
  background: #000;
  padding: 6px 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.st-pusher form span.wpcf7-list-item {
  margin: 0;
}

.st-pusher form .col-md-6, .st-pusher form .col-md-12 {
  padding: 0 4px;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 0;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  top: 18%;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 82%;
  background: #696a6d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu h2 {
  margin: 0;
  padding: .5em .3em;
  color: #8abc47;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.st-menu ul li:first-child a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.st-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff;
}

/* Individual effects */
/* Effect 7: 3D rotate in */
.st-effect-7.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate in */
.st-effect-8.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 9: 3D rotate in */
.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.st-effect-9.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* The styling */
a {
  text-decoration: none;
  color: #48a770;
  outline: none;
}

a:hover, a:focus {
  color: #2c774b;
  outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.over_icon_main {
  margin-top: 210px;
}

.over_icon_main i {
  border: none;
  width: 70px;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  background: #8abc47;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: block !important;
  border-radius: 0 25px 25px 0;
  margin: 10px 0;
}

.over_icon_main i:hover {
  background: #2c774b;
}

.sidebar_social_feed h3 {
  color: #fff;
  font-size: 20px;
  margin: -5px 0 20px;
  font-weight: 600;
}

.sidebar_social_feed iframe {
  width: 100% !important;
}

.fb_iframe_widget span {
  width: 100% !important;
}

#menuToggle {
  display: block;
  position: absolute;
  bottom:0;
  right: 24px;
  z-index: 1;
  padding: 9px 6px 11px;
  background: #8abc47;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span.sp_bar {
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 4px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(1px, 0px);
          transform: rotate(45deg) translate(1px, 0px);
  background: #fff;
  margin-right: 266px;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0, 2px);
          transform: rotate(-45deg) translate(0, 2px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: fixed;
  width: 300px;
  overflow: auto;
  margin: -100px 0 0 0;
  height: 100%;
  padding-top: 15px;
  right: -0px;
  padding-right: 0;
  background: #414956;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  font-size: 16px;
  color: #fff;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content {
  width: 100%;
}

.colors {
  width: 260px;
  float: left;
  margin: 20px auto;
}

.colors a {
  width: 43.3px;
  height: 30px;
  float: left;
}

.colors .default {
  background: #414956;
}

.colors .blue {
  background: #4A89DC;
}

.colors .green {
  background: #03A678;
}

.colors .red {
  background: #ED5565;
}

.colors .white {
  background: #fff;
}

.colors .black {
  background: #292929;
}

.jquery-accordion-menu, .jquery-accordion-menu * {
  font-family: 'Open Sans',sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}

.jquery-accordion-menu {
  min-width: 260px;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 20px 50px #333;
          box-shadow: 0 20px 50px #333;
}

.jquery-accordion-menu .jquery-accordion-menu-footer, .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: #414956;
}

.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.jquery-accordion-menu ul li a {
  width: 100%;
  font-weight: 600;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 13px;
  background: #414956;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}

.jquery-accordion-menu > ul > li.active > a, .jquery-accordion-menu > ul > li:hover > a {
  color: #fff;
  background: #3b424d;
}

.jquery-accordion-menu > ul > li > a {
  border-bottom: solid 1px #3b424d;
}

.jquery-accordion-menu ul li a i {
  width: 34px;
  float: left;
  line-height: 18px;
  font-size: 16px;
  text-align: left;
}

.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}

.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jquery-accordion-menu ul ul.submenu, .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}

.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}

.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 11px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}

.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #414956;
}

.jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label, .jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%;
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.animate-ink {
  -webkit-animation: ripple .5s linear;
  animation: ripple .5s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer, .blue.jquery-accordion-menu .jquery-accordion-menu-header, .blue.jquery-accordion-menu ul li a {
  background: #4A89DC;
}

.blue.jquery-accordion-menu > ul > li.active > a, .blue.jquery-accordion-menu > ul > li:hover > a {
  background: #3e82da;
}

.blue.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #3e82da;
}

.blue.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #3e82da;
}

.green.jquery-accordion-menu .jquery-accordion-menu-footer, .green.jquery-accordion-menu .jquery-accordion-menu-header, .green.jquery-accordion-menu ul li a {
  background: #03A678;
}

.green.jquery-accordion-menu > ul > li.active > a, .green.jquery-accordion-menu > ul > li:hover > a {
  background: #049372;
}

.green.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #049372;
}

.green.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #049372;
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer, .red.jquery-accordion-menu .jquery-accordion-menu-header, .red.jquery-accordion-menu ul li a {
  background: #ED5565;
}

.red.jquery-accordion-menu > ul > li.active > a, .red.jquery-accordion-menu > ul > li:hover > a {
  background: #DA4453;
}

.red.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #DA4453;
}

.red.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #DA4453;
}

.white.jquery-accordion-menu .jquery-accordion-menu-footer, .white.jquery-accordion-menu .jquery-accordion-menu-header, .white.jquery-accordion-menu ul li a {
  background: #fff;
  color: #555;
}

.white.jquery-accordion-menu > ul > li.active > a, .white.jquery-accordion-menu > ul > li:hover > a {
  background: #f0f0f0;
}

.white.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #f0f0f0;
}

.white.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #f0f0f0;
}

.white.jquery-accordion-menu ul ul.submenu li a {
  color: #f0f0f0;
}

.white.jquery-accordion-menu > ul > li > a > .ink {
  background: rgba(0, 0, 0, 0.1);
}

.black.jquery-accordion-menu .jquery-accordion-menu-footer, .black.jquery-accordion-menu .jquery-accordion-menu-header, .black.jquery-accordion-menu ul li a {
  background: #292929;
}

.black.jquery-accordion-menu > ul > li.active > a, .black.jquery-accordion-menu > ul > li:hover > a {
  background: #222;
}

.black.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #222;
}

.black.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #222;
}
.blog_details .blog_desc_inner h1 {
	color: #000;font-weight:600}

.blog_details .blog_desc_inner h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}

.blog_details .blog_desc_inner h3 {
  color: #000;
  font-size: 22px;
  margin-bottom: 8px;
}

.blog_details .blog_desc_inner h4 {
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
}

.blog_details .blog_desc_inner ul {
  padding-bottom: 10px;
}

.blog_details .blog_desc_inner ul li {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
  margin: 0 0 3px;
  position: relative;
  padding-left: 20px;
}

.blog_details .blog_desc_inner ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #003b67;
  position: absolute;
  left: 0;
  top: 8px;
}

.blog_details .blog_desc_inner ol {
  padding-bottom: 10px;
  padding-left: 15px;
}

.blog_details .blog_desc_inner ol li {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
  margin: 0 0 3px;
  position: relative;
  list-style: decimal;
}

.blog_details .blog_desc_inner p {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
  text-align: justify;
}

.blog_details .blog_desc_inner p a {
  color: #003b67;
  
}

.blog_details .blog_desc_inner p a:hover {
  text-decoration: underline;
}

.blog_details .blog_desc_inner .post_meta {
  color: #000;
  padding: 0;
}

.blog_details .blog_desc_inner .post_meta i {
  margin-right: 20px;
}

.blog_details .blog_desc_inner .post_img img {
  width: 100%;
}

.blog_details .right_sidebar .single_sidebar {
  margin-top: 20px;
}

.blog_details .right_sidebar .single_sidebar h2 {
  background: #003a66 none repeat scroll 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.blog_details .right_sidebar .single_sidebar ul {
  margin-bottom: 30px;
  margin-top: 0;
  -webkit-box-shadow: 0 4px 12px #ccc;
          box-shadow: 0 4px 12px #ccc;
}

.blog_details .right_sidebar .single_sidebar ul li {
  list-style: outside none none;
  position: relative;
  border-bottom: 1px dashed;
}

.blog_details .right_sidebar .single_sidebar ul li a {
  color: #212121;
  font-size: 16px;
  text-decoration: none;
  padding: 15px;
  display: table;
}

.right-form h3 {
  color: #fff;
  font-size: 20px;
  margin: -5px 0 20px;
  font-weight: 600;
}

.error404-content {
  padding-bottom: 30px;
}

.error404-content .entry-title {
  color: #000;
}

.error404-content .intro-text p {
  color: #000;
}

.error404-content .search-form .screen-reader-text {
  color: #000;
}

.error404-content .search-form input {
  border: 1px solid #444;
  color: #000;
  font-size: 16px;
  font-weight: 2;
  padding: 0 9px;
}

.error404-content .search-form .search-submit {
  background-color: #000 !important;
  border: none;
  padding: 3px 20px;
}

.txt_hlt {
  color: #003a66;
  border-bottom: 1px solid;
  font-weight: 600;
}

.free_assessment {
  padding: 30px;
}

.free_assessment h4 {
  text-align: center;
  color: #003a66;
  font-size: 32px;
  font-weight: 600;
}

.free_assessment p {
  color: #333;
  margin: 0 0 10px;
  font-size: 15px;
}

.free_assessment p {
  color: #333;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
}

.free_assessment input:not([type="submit"]), .free_assessment textarea, .free_assessment select {
  border: solid 1px #cdcdcd;
  height: 50px !important;
  padding: 15px 15px 10px;
  width: 100% !important;
  margin-bottom: 15px;
  color: #222;
  font-size: 14px;
}

.free_assessment input[type="checkbox"], .free_assessment input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
}

.free_assessment input[type="submit"] {
  padding: 15px 35px;
  color: #000;
  font-size: 14px;
  border-radius: 25px;
  background: #8abc47;
  border: none;
  font-weight: 600;
}

.fees_form input:not([type=submit]), .fees_form select, .fees_form textarea {
  border: solid 1px #003366;
  height: 44px;
  color: #000;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.fees_form textarea {
  height: 100px;
}

.fees_form label {
  color: #222;
}

.fees_form input[type=submit] {
  background: #003366;
  padding: 12px 40px;
  border: none;
  color: #fff;
  font-size: 16px;
}

.fees_form input[type=submit]:hover {
  background: #222;
}

.res_mobile_menu {
  display: none;
}

.how_we_img {
  margin: -65px 0 20px;
}

.how_we_img img {
  width: 100%;
}

.addtoany_list a, .widget .addtoany_list a {
  padding: 0 8px 0 0 !important;
}

.share_btn {
  padding-bottom: 10px;
}

.buttonizer.buttonizer-desktop-has-1 .buttonizer-button.button-desktop-1 {
  width: 45px;
  height: 45px;
}

[data-buttonizer="buttonizer-ByGNK4EeutikeZk"] [data-buttonizer="buttonizer-button-t4tJqKwGYJO8olW"] i {
  font-size: 34px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}

.ctct-disclosure sub {
  display: none;
}

.acso_menu {
  text-align: center;
  clear: both;
  padding-bottom: 30px;
}

.acso_menu label {
  margin: 20px 0px;
  font-size: 20px;
  position: relative;
}

.acso_menu label:after {
  content: '';
  position: absolute;
  top: 35px;
  background: #247abb;
  height: 3px;
  width: 50px;
}

.acso_menu ul li {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 10px;
}

.acso_menu ul li a {
  float: none;
  padding: 0;
}

.acso_menu ul li a i {
  width: auto;
}

.zsiq_flt_rel6 {
  font-size: 12px !important;
  width: 170px !important;
  padding: 10px 10px 8px 64px !important;
  height: 54px !important;
  margin-top: 10px !important;
}

.zsiq_float6 .siqico-chat:before {
  font-size: 16px !important;
  height: 36px !important;
  width: 36px !important;
  line-height: 36px !important;
}

.zsiq_flt_rel6 em {
  font-size: 17px !important;
}

.in_social_area {
  padding: 40px 0;
  background: #e9fbd2;
}

.in_social_area a {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #000;
  border: solid 1px #003a66;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff57;
  position: relative;
  border-radius: 5px;
  padding: 0 20px 0 70px;
}

.in_social_area a i {
  height: 44px;
  width: 44px;
  background: #003a66;
  border-radius: 50%;
  line-height: 46px;
  font-size: 20px;
  position: absolute;
  top: 7px;
  left: 10px;
  text-align: center;
  color: #8abc47;
}

.in_social_area a:hover {
  background: #8abc47;
}

.in_social_area a:hover i {
  -webkit-transition: all 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 0ms;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.sec_heading h2 {
  color: #003366;
  font-size: 24px;
  margin: 20px 0 10px 15px;
  font-weight: 600;
}

.sec_heading h2 span {
  display: block;
  margin-top: -5px;
}

.nz_address {
  padding: 15px;
  background: #ececec;
  margin-bottom: 15px;
}

.nz_address h4 {
  margin: 0 0 20px;
  color: #000;
  font-weight: 600;
}

.menu-part.affix {
  top: 50px;
}

.headerfixed {
  text-align: center;
  z-index: 9;
  -webkit-box-shadow: 2px 3px 4px #dedede;
          box-shadow: 2px 3px 4px #dedede;
  top: 0;
  margin-bottom: 8px;
  position: fixed;
  background: #fff;
  width: 100%;
}

.headerfixed h3 {
  font-weight: 400;
  font-size: 18px;
  color: black;
  display: inline-block;
  font-family: Lato, sans-serif;
  vertical-align: middle;
  text-align: center;
  display: block;
  width: 100%;
  margin: 15px;
}

.headerfixed h3 span {
  color: #fba026;
  font-weight: 600;
}

.headerfixed a {
  color: #FFFFFF;
/*   background-color: #fc3a2c;
  border: 0px solid #4A47F2; */
  border-radius: 0px;
  font-size: 15px;
  padding: 12px 25px;
  border-radius: 4px;
}

header {display:table;}

img.custom-logo {
  height: 93px;
}

.webiner_ban_con {
  position: relative;
  margin-top: 15px;
}

.webiner_ban_con .webiner_bantext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.webiner_ban_con .webiner_bantext .webiner_bantext_con {
  padding: 30px;
  margin-left: 5%;
  background: #003a66db;
  width: 60%;
}

.webiner_ban_con .webiner_bantext .webiner_bantext_con h2 {
  font-size: 34px;
  letter-spacing: 3px;
  margin: 0;
  color: #fff;
}

.webiner_ban_con .webiner_bantext .webiner_bantext_con h3 {
  font-size: 22px;
  margin-top: 7px;
  color: #fff;
}

.webiner_ban_con .webiner_bantext .webiner_bantext_con h3 span {
  font-size: 30px;
}

.webiner_ban_con .webiner_bantext .webiner_bantext_con h3 i {
  margin-right: 10px;
}

.weniner_info_area {
  padding: 50px 0;
}

.weniner_info_area h4 {
  color: #000;
  font-size: 15px;
  margin: 0 0 25px;
  font-weight: 600;
  position: relative;
  padding-left: 7px;
}

.weniner_info_area h4:before {
  content: '';
  height: 16px;
  width: 3px;
  background: #003a66;
  top: -2px;
  left: 0;
  position: absolute;
}

.weniner_info_area p {
  color: #000;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}

.weniner_info_area ul {
  padding-left: 40px;
  padding-bottom: 25px;
}

.weniner_info_area ul li {
  color: #000;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}

.weniner_info_area ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -20px;
  background: #000;
}

.weniner_info_area h2 {
  color: #003a66;
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: 600;
}

.weniner_info_area .bot_s_info h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 15px 0 5px;
}

.weniner_info_area .bot_s_info h5 {
  color: #003a66;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 18px;
}

.weniner_info_area .bot_s_info img {
  width: 100%;
}

.weniner_info_area .bot_s_info p {
  line-height: 24px;
}

.weniner_info_area .web_form {
  background: #003a66;
  padding: 40px 20px 1px;
}

.weniner_info_area .web_form h2 {
  color: #fff;
  text-align: center;
}

.weniner_info_area .web_form input:not([type=submit]), .weniner_info_area .web_form select {
  width: 100%;
  border: none;
  background: #f2f6f8;
  height: 50px;
  padding: 10px;
  color: #000;
  margin-bottom: 20px;
}

.weniner_info_area .web_form input:not([type=submit])::-webkit-input-placeholder {
  color: #000;
}

.weniner_info_area .web_form input:not([type=submit]):-ms-input-placeholder {
  color: #000;
}

.weniner_info_area .web_form input:not([type=submit])::-ms-input-placeholder {
  color: #000;
}

.weniner_info_area .web_form input:not([type=submit])::placeholder {
  color: #000;
}

.weniner_info_area .web_form input[type=submit] {
  width: 100%;
  border: solid 1px #fff;
  color: #fff;
  font-size: 25px;
  line-height: 48px;
  height: 50px;
  background: none;
}

.weniner_info_area .web_form input[type=submit]:hover {
  background: #222;
}

.weniner_info_area .web_info_mid {
  padding-top: 40px;
}

.weniner_info_area .upcoming_web .upcoming_web_info {
  position: relative;
  margin-bottom: 20px;
  width: 31.33%;
  float: left;
  margin-right: 2%;
}

.weniner_info_area .upcoming_web .upcoming_web_info img {
  width: 150px;
  height: 160px;
}

.weniner_info_area .upcoming_web .upcoming_web_info h3 {
  display: none;
  color: #000;
  font-size: 15px;
  margin: 15px 0 0;
  line-height: 22px;
  height: 40px;
}

.weniner_info_area .upcoming_web .upcoming_web_info h3 span {
  font-size: 18px;
  font-weight: 600;
}

.weniner_info_area .upcoming_web .upcoming_web_info p {
  line-height: 24px;
  margin: 0 0 8px;
}

.weniner_info_area .upcoming_web .upcoming_web_info h5 {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

.weniner_info_area .upcoming_web .upcoming_web_info h5.w_left {
  float: left;
}

.weniner_info_area .upcoming_web .upcoming_web_info h5.w_right {
  float: right;
}

.weniner_info_area .upcoming_web .upcoming_web_info a {
  color: #003a66;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.weniner_info_area .upcoming_web .sujay_khali {
  width: 100%;
  margin: 0;
}

.weniner_info_area .upcoming_web .sujay_khali a {
  display: block;
}

.weniner_info_area .upcoming_web .sujay_khali a img {
  width: 100%;
  height: auto;
}

.weniner_info_area .past_Web {
  padding-top: 40px;
}

.weniner_info_area .past_Web h2 {
  margin-bottom: 30px;
}

.weniner_info_area .past_Web img {
  width: 100%;
}

.weniner_info_area .past_Web h3 {
  color: #000;
  font-size: 14px;
  padding: 10px 20px;
  margin: 7px 0 10px;
  display: inline-block;
  background: #e5e5e5;
}

.weniner_info_area .past_Web p {
  margin: 15px 0 0;
  line-height: 24px;
}

.weniner_info_area .past_Web a {
  color: #003a66;
  font-size: 15px;
  display: inline-block;
}

.zf-templateWidth {
  width: 100% !important;
  margin: 0 !important;
}

.zf-tempHeadContBdr {
  background: none !important;
  padding: 0 !important;
}

.zf-templateWrapper {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.zf-namemedium .zf-nameWrapper {
  width: 100% !important;
}

.zf-tempHeadContBdr {
  border: none !important;
}

.zf-address .zf-tempContDiv span.zf-addtwo, .zf-geolocation .zf-tempContDiv span.zf-addtwo {
  width: 100% !important;
  margin: 0 !important;
}

.zf-tempFrmWrapper {
  padding: 10px 0 !important;
  margin: 0 !important;
}

.zf-tempFrmWrapper .zf-labelName {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.zf-tempContDiv input[type=file] {
  padding: 15px 15px 10px !important;
}

.zf-submitColor {
  padding: 15px 35px !important;
  color: #000 !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  background: #8abc47 !important;
  border: none !important;
  font-weight: 600;
}

.zf-submitColor:hover {
  color: #9ea19a !important;
  background: #000 !important;
}

.zf-twoColumns .zf-tempContDiv span input[type=radio] {
  width: 30px !important;
  height: 30px !important;
  float: left !important;
  margin: 0 10px 0 0 !important;
}

.zf-twoColumns .zf-tempContDiv span label {
  font-size: 14px !important;
  color: #333 !important;
  line-height: 30px !important;
}

.zf-twoColumns .zf-tempContDiv span {
  width: 100px !important;
}

.zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label {
  padding-top: 0 !important;
}

.zf-tempContDiv input[type=text], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea {
  border: solid 1px #cdcdcd !important;
}

.zf-namemedium .zf-tempContDiv span, .zf-small .zf-phwrapper {
  width: 100% !important;
}

.ln {
  margin-top: 15px !important;
}

.will_box {
  margin-top: 32px !important;
}

.zf-fmFooter {
  padding: 15px 0 !important;
  text-align: left !important;
  margin-left: -5px !important;
}

.disclaimer {
  padding-top: 40px;
}

.disclaimer h3 {
  color: #000;
  font-size: 15px;
  margin: 0 0 25px;
  font-weight: 600;
  position: relative;
  padding-left: 7px;
  background: #ffcfcf;
  padding: 10px;
}

.disclaimer p {
  color: #c11c1c;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}

.desktop_menu .slim-container .slim-bar, .desktop_menu .slim-container .slim-bar * {
  display: none;
}

.buttonizer-group-0-0-1 {
  z-index: 99 !important;
}

.zsiq_float6 {
  z-index: 111 !important;
}

.head_scroll {
  padding: 15px 0 0;
  border-bottom: solid 1px #003a664d;
}

.head_scroll p {
  color: #003a66;
  font-size: 14px;
  margin: 5px 0;
}

.case_info {
  padding: 50px 0;
}

.case_info .pagination {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
}

.case_info .pagination span {
  line-height: 30px;
  padding: 0 13px;
  color: #fff;
  background: #003a66;
  display: inline-block;
  border: solid 1px #003a66;
}

.case_info .pagination a {
  line-height: 30px;
  padding: 0 13px;
  color: #003a66;
  background: #fff;
  display: inline-block;
  border: solid 1px #003a66;
}

.case_info .pagination a:hover {
  background: #003a66;
  color: #fff;
}

.case_info .case_info_con {
  padding: 20px;
  margin-bottom: 30px;
  min-height: 350px;
  -webkit-box-shadow: 0 0 17px -5px #000;
          box-shadow: 0 0 17px -5px #000;
}


.case_info .case_info_con h2 {
/*	min-height:150px!important;*/
  line-height:30px!important;
  color: #121212;
  font-size: 20px;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e9e9e9;
  
}

.case_info .case_info_con h4 {
  color: #003a66;
  font-size: 14px;
  margin: 0 0 12px!important;
  line-height: 18px;
/*  min-height:54px;
*/}

.case_info .case_info_con h4 span {
  color: #73af20;
  font-weight: 600;
}

.case_info .case_info_con p {
  color: #000;
  font-size: 13px;
  line-height: 21px;
  margin-top: 15px;
/*  min-height:200px;*/
}

.case_info .case_info_con a {
  color: #003a66;
  font-size: 13px;
  margin: 0;
  display: inline-block;
  font-weight: 600;
}

.case_info .case_info_con a:hover {
  color: #000;
}

.case_study_details {
  padding: 50px 0;
}

.case_study_details .case_study_left h3 {
  color: #003a66;
  font-size: 17px;
  margin: 0 0 10px;
  font-weight: 600;
}
.case_study_details .case_study_left h4{
  color: #003a66;
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: 600;
}
.cas
.case_study_details .case_study_left ul {
  margin: 25px 0 10px;
 
}

.case_study_details .case_study_left h3 span {
  color: #73af20;
}

.case_study_details .case_study_left p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}

.case_study_details .case_study_right {
  padding-right: 40px;
}

.case_study_details .case_study_right input:not([type=submit]) {
  border: none;
  padding: 10px;
  text-align: center;
  color: #003a66;
  font-size: 15px;
  font-weight: 600;
  border-bottom: solid 2px #003a66;
  width: 100%;
}

.case_study_details .case_study_right .case_details_right_box {
  background: #fff;
  -webkit-box-shadow: 0 0 10px -3px #000;
          box-shadow: 0 0 10px -3px #000;
  margin-top: 20px;
}

.case_study_details .case_study_right .case_details_right_box h2 {
  background: #003a66 none repeat scroll 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-top: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.case_study_details .case_study_right .case_details_right_box ul li {
  position: relative;
  border-bottom: 1px dashed;
}

.case_study_details .case_study_right .case_details_right_box ul li a {
  color: #212121;
  font-size: 16px;
  text-decoration: none;
  padding: 15px;
  display: block;
}

.case_study_details .case_study_right .case_details_right_box ul li a:hover {
  color: #666;
}

.submit_query_form {
  padding: 50px 0;
}

.submit_query_form h2 {
  font-size: 26px !important;
  color: #003a66 !important;
  font-weight: 600;
  margin: 0 0 15px !important;
}

.submit_query_form p {
  color: #666 !important;
}

.submit_query_form input:not([type=submit]), .submit_query_form textarea, .submit_query_form select {
  border: solid 1px #036 !important;
  height: 44px;
  color: #000;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.submit_query_form .zf-medium .zf-tempContDiv input[type=text], .submit_query_form .zf-medium .zf-tempContDiv textarea, .submit_query_form .zf-medium .zf-mSelect select, .submit_query_form .zf-medium .zf-tempContDiv .zf-sliderCont, .submit_query_form .zf-medium .zf-tempContDiv .zf-pdfTextArea {
  width: 100% !important;
}

.submit_query_form textarea {
  height: 100px;
}

.submit_query_form .zf-twoColumns .zf-tempContDiv span input[type=checkbox] {
  margin-top: 9px !important;
}

.submit_query_form .zf-termsAccept label {
  color: #666;
}

.submit_query_form .zf-small .zf-tempContDiv .zf-form-sBox {
  width: 100% !important;
}

.submit_query_form .zf-small .zf-tempContDiv input[type=text], .submit_query_form .zf-small .zf-tempContDiv textarea, .submit_query_form .zf-small .zf-mSelect select, .submit_query_form .zf-small .zf-tempContDiv .zf-sliderCont, .submit_query_form .zf-small .zf-tempContDiv .zf-pdfTextArea {
  width: 100% !important;
}

.submit_query_form .zf-tempContDiv input[type=file] {
  width: 100% !important;
}

.submit_query_form .zf-sideBySide .zf-tempContDiv span label {
  color: #666 !important;
}

.submit_query_form input[type=checkbox], .submit_query_form input[type=radio] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}

.submit_query_form .zf-twoColumns .zf-tempContDiv span {
  width: 19% !important;
}

.licenced_bot_area .licenced_bot_info {
  position: relative;
  margin-top: 96px;
}




header .top_menu_right ul { display: flex;padding: 10px 30px;width: 100%;justify-content: flex-end;align-items: center;flex-wrap: wrap;}
.hdr-ani-btn{background:#8ac33a!important;;padding: 15px 30px!important;; display: inline-block;transform: translate(0%, 0%);overflow: hidden;color: #003a66!important;text-align: center;font-weight:bold;line-height: 1.15!important;;border-radius:0!important;}
.hdr-ani-btn::before {content: '';position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: #ad8585;opacity: 0;transition: .2s opacity ease-in-out;}
.hdr-ani-btn:hover::before {opacity: 0.2;}
.hdr-ani-btn span {position: absolute;}
.hdr-ani-btn span:nth-child(1) {top: 0px;left: 0px;width: 100%;height:3px;background:linear-gradient(to left, rgba(43, 8, 8, 0), #003a66);animation: 1.5s animateTop linear infinite;}
@keyframes animateTop {0% {transform: translateX(100%);} 100% {transform: translateX(-100%);}}
.hdr-ani-btn span:nth-child(2) {top: 0px;right: 0px;height: 100%;width:3px;background: linear-gradient(to top, rgba(43, 8, 8, 0), #003a66);animation: 1.5s animateRight linear -1s infinite;}
@keyframes animateRight {0% {transform: translateY(100%);} 100% {transform: translateY(-100%);}}
.hdr-ani-btn span:nth-child(3) {bottom: 0px;left: 0px;width: 100%;height:3px;background: linear-gradient(to right, rgba(43, 8, 8, 0), #003a66);animation: 1.5s animateBottom linear infinite;}
@keyframes animateBottom {0% {transform: translateX(-100%);} 100% {transform: translateX(100%);}}
.hdr-ani-btn span:nth-child(4) {top: 0px;left: 0px;height: 100%;width:3px;background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #003a66);animation: 1.5s animateLeft linear -1s infinite;}
@keyframes animateLeft {0% {transform: translateY(-100%); } 100% {transform: translateY(100%);}}

.new-naim-tab{
	ul{
		li{
			display:inline-block;
		}
	}
}


@media only screen and (min-width: 100px) and (max-width: 767px){
#siqiframe {
    width: 65%!important;
    height: 65%!important;
    border-radius: 0;
}
	
header .top_menu_right ul{justify-content:center}
}
@media (max-width: 340px){
.contact_left iframe{min-height: 1580px;}}

@media (max-width: 380px){
.contact_left iframe{min-height: 1460px;}}

@media (max-width: 380px){
.contact_left iframe{min-height: 1300px;}}


/*# sourceMappingURL=style.css.map */