<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* -----------------------------------
    01. General CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900.1000&amp;display=swap');

html,
body {
  font-size: 14px;
  color: #212529;
  font-family: 'Roboto',arial, sans-serif;
  vertical-align: baseline;
  line-height: 24px;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 10px;
}
h1,h2,h3,h4,h5,h6 {font-family: 'Roboto', sans-serif;color: #2c2c2c; margin: 0 0 10px;font-weight: 600;}
a {color: #1da1f2;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;text-decoration: none !important;outline: none !important;}
a:active,
a:hover {text-decoration: none;outline: 0 none;color: #ff7f0b;}
ul {list-style: outside none none; margin: 0;padding: 0;}

*::-moz-selection {
  background: #1da1f2;
  text-shadow: none;
  color: #ffffff;
}
*::selection {
  background: #1da1f2;
  text-shadow: none;
  color: #ffffff;
}
a,button,i,img{transition: all 0.4s linear 0s;-webkit-transition: all 0.4s linear 0s;-moz-transition: all 0.4s linear 0s;}

.before-icon {padding-left: 25px;position: relative;}
.before-icon i {font-size: 18px;color: #1da1f2;position: absolute;left: 2px;top: 0px;font-style: normal;text-align:center;}

.contact-nav ul {padding: 0px;margin-bottom:0px;}
.contact-nav ul li {color: #2c2c2c;display: inline-block;vertical-align: top;margin:0px 0px;padding:5px 0px;margin-right: 7px;padding-right: 8px;position: relative;}
.contact-nav ul li:last-child{margin-right:0px;}
.contact-nav ul li a{color:inherit;}

.topbar{background:#1da1f2;padding:0px 0px;color:#ffffff;}
.topbar .before-icon i {color: #ffffff;top: 2px;}
.topbar .contact-nav ul li {color: #ffffff;}

.topbar .social_icon {float: none;display: flex;}
.topbar .social_icon li {margin:5px 0px;margin-right: 5px;color: #ffffff;vertical-align: middle;}
.topbar .social_icon li a {height: 24px;width: 24px;text-align: center;line-height: 24px;color: #ffffff;}
.topbar .social_icon li a i{margin-right:0px;font-size:16px;line-height: 20px;}
.topbar .social_icon li a:hover {background: #ffffff;color: #1da1f2;}

.navbar {font-weight: 300;padding-right: 1rem !important;}
.navbar .navbar-toggler {border-width: 0;cursor:pointer;}
.navbar .navbar-toggler  .navbar-toggler-icon{color: #1da1f2;font-size:18px;height: 1em;}
.navbar.header_bg .navbar-toggler {border-color: rgba(255, 255, 255, 0.1);color: rgba(255, 255, 255, 0.5);}
.navbar.header_bg {box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.16);}
.navbar.header_bg:after {content: "";position: absolute;height: 3px;
  border-top: 0;
  background: #ff7f0b;
    background-image: none;
  border-radius: 5px;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
}
.header_bg .sticky-logo {display:none;}
.header_bg {background-color: #fafafa !important;min-height: 60px;margin: 0 auto;max-width: 100%;width:100%;z-index: 7;}
.header_bg.sticky, header.sticky .header_bg {
  background-color: #56bdfd !important;
  background: #56bdfd;
  background: -moz-linear-gradient(left, #8bd3ff 0%, #35b2ff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8bd3ff), color-stop(100%, #35b2ff));
  background: -webkit-linear-gradient(left, #8bd3ff 0%, #35b2ff 100%);
  background: -o-linear-gradient(left, #8bd3ff 0%, #35b2ff 100%);
  background: -ms-linear-gradient(left, #8bd3ff 0%, #35b2ff 100%);
  background: linear-gradient(to right, #8bd3ff 0%, #35b2ff 100%);
    background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd3ff', endColorstr='#35b2ff', GradientType=1 );
}
header.sticky a &gt; img[alt="playStore"] {filter: invert(1) brightness(100);}
header.sticky .menu &gt; li &gt; a {color: #fff;}
header.sticky .logo {display:none;}
header.sticky .sticky-logo {display:block;}
header.sticky  .navbar-toggler .navbar-toggler-icon {
  color: #ffffff;
}


.navbar.scrolling-navbar {padding-bottom: 12px;padding-top: 12px;transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;}
.navbar.scrolling-navbar {z-index: 999;}
.header_bg .menu li a{color:#232323;font-weight:bold;}
.header_bg .menu li {position:relative;}
.header_bg .menu &gt; li &gt; a:hover, .header_bg .menu &gt; li &gt; a.active{color: #fff;background: #ff7f0b;border-radius: 10px;}
.header_bg .collapse.show .menu{margin-top:15px;}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 1rem;
	  padding-left: 1rem;
	}
}

.menu-large {position: static !important;}
.megamenu {padding: 20px 20px;width: 100%;margin-top: 0px;-webkit-box-shadow: 0 10px 20px 0 rgba(36,50,56,0.3);box-shadow: 0 10px 20px 0 rgba(36,50,56,0.3);}
.megamenu .dropdown-header {font-size: 1.275rem;padding: 0rem .4rem .5rem;color:#0a1534;font-weight: bold;white-space: inherit;margin-bottom: 0px;}
.megamenu &gt; div &gt; li &gt; ul {padding: 0;margin: 0;}
.megamenu &gt; div &gt; li &gt; ul &gt; li {list-style: none;padding: 4px 5px;}
.megamenu .dropdown-header:hover {color: #ff7f0b;}
.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a {display: block;clear: both;padding: 2px;font-weight: normal;line-height: 1.428571429;color: #333333;white-space: nowrap;}
.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a:hover,
.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a:focus {text-decoration: none;color: #ff7f0b;}
.megamenu.megamenu-icon &gt; div &gt; li &gt; ul &gt; li &gt; a{display: flex;align-items: center;}
.megamenu.megamenu-icon &gt; div &gt; li &gt; ul &gt; li &gt; a i{width: 36px;height: 36px;text-align:center;margin-right: 12px;font-size:21px;display: block;color: #22347f;background: #ffffff;border: 1px solid #22347f;line-height: 36px;}
.megamenu.megamenu-icon &gt; div &gt; li &gt; ul &gt; li &gt; a img{width: 32px;height: 32px;text-align:center;margin-right: 12px;display: block;transition: all 0.5s ease;}
.megamenu.megamenu-icon &gt; div &gt; li &gt; ul &gt; li &gt; a:hover i{border-radius:50%;}
.megamenu.megamenu-icon &gt; div &gt; li &gt; ul &gt; li &gt; a:hover i{transform: rotate(360deg);}
.megamenu.megamenu-icon &gt; div &gt; li &gt; ul &gt; li &gt; a:hover img{transform: translateY(-8px);box-shadow: 0 5px 10px -5px rgb(37, 39, 42);}


.megamenu.disabled &gt; a,
.megamenu.disabled &gt; a:hover,
.megamenu.disabled &gt; a:focus {color: #999999;}
.megamenu.disabled &gt; a:hover,
.megamenu.disabled &gt; a:focus {text-decoration: none;background-color: transparent;background-image: none;filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);cursor: not-allowed;}
.megamenu.dropdown-header {color: #428bca;font-size: 18px;}
.dropdown.menu-large.nav-item.show .dropdown-toggle{color: #fff;background: #ff7f0b;border-radius: 10px;}

.nav-menu .navbar-nav .nav-link{color:#2e2f33;font-size: 13px;letter-spacing:0.8px;font-family:Lato;font-weight:400;position:relative;padding-right: 10px;padding-left: 10px;line-height:1.6em;border:1px solid transparent;border-radius:5px;}
.nav-menu .navbar-nav .nav-link:hover{color:#ff7f0b;}
.navbar-light .navbar-nav .active&gt;.nav-link, .navbar-light .navbar-nav .nav-link.active {color:#ff7f0b;}
@media (min-width:992px) {
.megamenu {margin-top: -1px;max-width: 1140px;left: 50%;transform: translateX(-50%);}
.nav-menu .navbar-nav li[class*="col-"] {padding: 0px 15px;}
.nav-menu .navbar-nav .nav-link{padding: 5px 12px;}
.nav-menu .navbar-nav &gt; li{padding:0px 5px;}
.nav-menu .navbar-nav .nav-item:first-child{padding-left:0px;}
.nav-menu .navbar-nav .nav-item:last-child{padding-right:0px;}
}
@media (max-width: 991px) {
  .megamenu {margin-left: 0;margin-right: 0;}
  .megamenu &gt; li {margin-bottom: 30px;}
  .megamenu &gt; li:last-child {margin-bottom: 0;}
  .megamenu.dropdown-header {padding: 3px 15px !important;}
  .navbar-nav .open .dropdown-menu .dropdown-header {color: #fff;}
  .nav-menu .navbar-nav li[class*="col-"] {padding: 0px 15px;}
}

.sticky {position:fixed;width:100%;left:0px;top:0px;z-index:10001;box-shadow:0px 0px 6px rgba(0,0,0,0.24);-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.font-weight-600 {font-weight: 600;}
.banner-sec{height: 400px !important;}
.du-bg-overlay__inner {position: relative;z-index: 3;padding-bottom: 80px;padding-top: 80px;}
.du-bg-overlay:before, .du-bg-overlay:after {bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;}
.bg-bluegray-opacity-0_3--before:before, .bg-bluegray-opacity-0_3--after:after {background-color: rgba(34, 52, 128, 0.3) !important;}
.bg-img-hero {background-position: center center;background-repeat: no-repeat;background-size: cover;}
.du-searchform{max-width: 680px;}
.du-searchform .input-group {box-shadow:0px 0px 6px rgba(0,0,0,0.5);}
.du-searchform .input-group .input-group-append:first-child{width:30%;}
.du-searchform .bootstrap-select .btn {border-radius:0px;line-height: 2.5;}
.du-searchform .btn-secondary {background-color: #ff7f0b;border-color: #ff7f0b;padding-left: 18px;padding-right: 18px;}
.du-searchform .btn-secondary:hover {background-color: #1da1f2;border-color: #1da1f2;}
.du-searchform .bootstrap-select .dropdown-toggle:after {border-top: .4em solid;border-right: .4em solid transparent;border-left: .4em solid transparent;margin-left: 0em;}
.du-searchform .bootstrap-select &gt; .dropdown-toggle {padding-left: 18px;}
.du-searchform .bootstrap-select .dropdown-menu.show{z-index:99999;}

.banner_section{position:relative;width:100%;}
.banner_section .tp-banner .slotholder:before{content:"";width:100%;height:100%;position:absolute;left:0px;top:0px;z-index:18;background: rgba(0,0,0,0);}
.home_form_position{width:100%;height:auto;position:absolute;z-index:99;left:50%;top:50%;-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.category_section {background-color: #f5f5f5;height: auto;padding: 20px 0px;text-align: center;}
.category_section .category_line_ul {border: medium none;display: inline-block;margin: 0 auto;padding: 8px 0px;width: auto;}
.category_section .category_line_ul:after{display:block;content:"";clear:both;}
.category_section .category_line_ul li{padding: 20px 20px 20px;-webkit-box-flex: 0;-ms-flex: 0 0 18%;flex: 0 0 18%;max-width: 18%;width: 100%;position:relative;background:#ffffff;border-radius: 16px;margin:5px 5px 5px;border:1px solid #dce1f6;border-bottom:5px solid #dce1f6;-webkit-box-align: center !important;
-ms-flex-align: center !important;align-items: center !important;/* display: -webkit-box !important;
display: -ms-flexbox !important;display: flex !important; */transition: all 0.4s linear 0s;}
.category_section .category_line_ul li .cate_icon_box{font-size: 52px;margin:0px auto 8px;display:block;vertical-align:middle;text-align: center;height: 88px;width:88px;border-radius: 50%;box-shadow:0px 0px 8px rgba(0,0,0,0.5);transition: background 0.5s ease-in-out 0s;transition: all 0.4s linear 0s;-webkit-transition: all 0.4s linear 0s;-moz-transition: all 0.4s linear 0s;}
.category_section .category_line_ul li .cate_icon_box .cate_icon{color: #ff7f0b;display:block;width:88px;height:88px;position: relative;}
.category_section .category_line_ul li .cate_icon_box .cate_icon [class^="icon-"]{line-height:84px;}
.category_section .category_line_ul li .cate_icon_box .cate_icon a{color:#ff7f0b;}
.category_section .category_line_ul li .cate_icon_box .cate_icon img{line-height: 50px;transform: translate(-50%, -50%);position: absolute;top: 50%;left: 50%;}
.category_section .category_line_ul li .cate_title_box{width: 100%;display:block;vertical-align:middle;}
.category_section .category_line_ul li .cate_title_box h3{color: #1da1f2;font-size: 13px;font-weight: 500;line-height: 20px;text-align: center;margin: 0;}
.category_section .category_line_ul li .cate_title_box h3 a{color: #1da1f2;}
.category_section .category_line_ul li:hover .cate_icon_box {-webkit-transform: scale(1.1); /* Safari */transform: scale(1.1);}
.category_section .category_line_ul li:hover .cate_icon_box .cate_icon{color: #ff7f0b;}
.category_section .category_line_ul li:hover .cate_title_box h3 a{color: #ff7f0b;}
.category_section .category_line_ul li:hover{border-bottom:1px solid #dce1f6;}

.dial-box{background:#fff;margin:1.2rem 0px;}
.dial-content{padding:10px 2px;}
.dial-title{position:relative;}
.dial-title h4 {margin-bottom:0px;font-weight:700;font-size:23px;position:relative;}
.dial-title h4 a{color:#ff7f0b;display: inline-block;font-weight:650;position: relative;text-decoration:none;vertical-align:middle;font-size:20px;}
.dial-title h4 a i{color:#ff7f0b;}
.dial-title h4 img{height:25px;}
.dial-img .img-thumb img{width:100%;}
.dial-box:hover .image .img-thumb img{-ms-transform: translate(-50%, -50%) scale(1.2);-webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2);}

.image{background:#eaeaea;overflow:hidden;position:relative;transition:all 0.2s linear 0s;width:100%;z-index:2;}
.image .img-thumb{display:block;position:relative;overflow:hidden;}
.image .img-thumb{height:160px;text-align:center;transition:all 0.4s linear 0s;-webkit-transition:all 0.4s linear 0s;-moz-transition:all 0.4s linear 0s;}
.image .img-thumb img{background:#f1f1f1;max-width:100%;max-height:auto;position:absolute;left:50%;top:50%;transition:all 0.6s linear 0s;-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);transition:all 0.3s ease 0s;}

.btn {border: none;font-size: 14px;font-weight: 500;border: 0px solid currentcolor;padding: 12px 20px;border-radius: 8px;letter-spacing: 0.5px;text-shadow: 2px 3px 8px rgba(0,0,0,0.1);transition: all linear .3s;-webkit-transition: all linear .3s;-moz-transition: all linear .3s;-ms-transition: all linear .3s;-o-transition: all linear .3s;}
.btn-default {color: #fff;background-color: #1da1f2;border-color: #1da1f2;}
.btn-default:hover, .btn-default:focus, .btn-default:active {background-color: #ff7f0b;border-color: #ff7f0b;color: #fff;box-shadow:none;}

.service_section{position:relative;}
.service_section .s_head_div{margin-bottom: 20px;width: 100%;text-align: center;}
.service_section .s_head_div .service_head{color: #22347f;font-size: 32px;font-weight: 700;margin: 0;}
.service_section .s_head_div .service_head a {color: #22347f;position: relative;z-index: 2;padding-bottom: 10px;}
.service_section .s_head_div .service_head a:before {content: '';position: absolute;width: 40%;height: 2px;background: #ff7f0b;bottom: 1px;left: 30%;z-index: -1;transform: skew(51deg,0deg);}
.service_section .service_slide_content{position:relative;margin:0px -8px;}
.service_section .service_slide_content .item{width:100%;position:relative;}
.service_section .service_slide_content .service_category_box{background:#ffffff;border-radius:10px;width:100%;box-shadow: 0px 5px 12px rgba(0,0,0,0.2);transition: all 0.4s linear 0s;}
.service_section .service_slide_content .service_category_box .category_title {position:relative;width:100%;padding: 15px;}
.service_section .service_slide_content .service_category_box .category_title h4.title{color:#505050;font-size:14px;font-weight:400;margin:0px;}
.service_section .service_slide_content .service_category_box .category_title h4.title a{color:#505050;display:block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.service_section .service_slide_content .service_category_box .category_title h4.title a:hover{color:#2c2c2c;}
.service_section .service_slide_content .service_category_box .image{background: #ffffff;overflow: hidden;border-radius:10px 10px 0px 0px;position: relative;transition: all 0.2s linear 0s;width: 100%;z-index: 2;}
.service_section .service_slide_content .service_category_box .image a.img_thumb {display: block;position: relative;overflow: hidden;transition: all 0.6s linear 0s;}
.service_section .service_slide_content .service_category_box .image .img_thumb{height: 136px;text-align:center;}
.service_section .service_slide_content .service_category_box .image .img_thumb img{background: #333333;max-height: 100%;max-width:100%;position: absolute;left:50%;top:50%;-ms-transform: translate(-50%, -50%); /* IE 9 */-webkit-transform: translate(-50%, -50%); /* Safari */transform: translate(-50%, -50%);transition: all 0.3s ease 0s;}
.service_section .service_slide_content .service_category_box:hover{transform: translateY(-8px);box-shadow: 0 19px 46px -39px rgb(37, 39, 42);}
.service_section .service_slide_content .service_category_box:hover .image .img_thumb img{opacity:1;}
.service_section .service_slide_content .service_category_box:hover .image .img_thumb{-webkit-transform: scale(1.1); /* Safari */transform: scale(1.1);}
.service_section .slick-prev , .service_section .slick-next{background:#22347f;}
.service_section .slick-prev:hover , .service_section .slick-next:hover{background:#ff7f0b;}
.service_section .slick-prev, .review_section .slick-prev{left:10px;}
.service_section .slick-next, .review_section .slick-next{right:10px;}

.section-side-heading {margin-bottom: 15px;}
.section-side-heading h2 {margin-bottom: 15px;}
.section-side-heading p {font-size: 16px;line-height: 28px;margin-bottom: 45px;}

.service-card {position:relative;overflow:hidden;}
.service-card:before {position:absolute;content:"";top:0px;left:0px;width:100%;height:100%;border-radius:8px;background:linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,0.9) 90%);}
.service-img {display:block;height:270px;}
.service-img img {width:100%;height:270px;object-fit:cover;border-radius:8px;}
.service-content {position:absolute;left:0px;bottom:0px;width:100%;padding:0px 30px 25px;}
.service-title {font-weight:500;margin-bottom:0px;}
.service-title a {color:#ffffff;transition:all linear .3s;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s;}
.service-title a:hover {color:#ff7f0b;}
.service-thumb {cursor:pointer;margin:0px 6px;border-radius:8px;border:2px solid #ffffff;}
.service-thumb img {width:100%;border-radius:8px;border:3px solid #ffffff;object-fit:cover;height: 105px;}
.service-thumb.slick-center {border:2px solid #1da1f2 !important;}
.ad-service-slider {margin-bottom:30px;}
.ad-service-slider .service-card {margin:0px 10px;opacity:0.5;}
.ad-service-slider .slick-center {opacity:1}

.service-card-slider {margin-left:50px;margin-bottom:18px;}
.service-thumb-slider {margin-left:50px;}
@media (max-width: 991px) {
 .service-card-slider,
 .service-thumb-slider {margin-left:0px;}
}
@media (min-width: 400px) and (max-width: 575px) {
 .service-card-slider {width:370px;margin:0px auto 30px;}
 .service-thumb-slider {width:370px;margin:0px auto;}
}
@media (min-width: 768px) and (max-width: 991px) {
 .service-content {position:inherit;padding:20px 20px 15px;background:#22347f;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
 .service-img img {border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
}
@media (max-width: 400px) {
 .ad-service-slider .service-card {margin:0px;}
}
@media (max-width: 575px) {
 .service-content {position:inherit;padding:15px 15px 15px;background:#22347f;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
 .service-img img {border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
 .service-title {font-size:18px;line-height:26px;}
}

.bg-img{background-size: cover;background-position: center;background-repeat: no-repeat;}

.du-jobs, .du-property, .du-matrimony, .du-deals, .du-service{padding:50px 0px;}
.du-jobs{background:#9ed3d1 url(../images/pattern-bg.png);background-blend-mode: overlay;background-attachment:fixed;}
.du-property{background:#ffffff url(../images/pattern-bg2.jpg);}
.du-matrimony{position:relative;background:#8656cc url(../images/matrimony-bg.svg) no-repeat;background-size:cover;overflow:hidden;z-index: 1;}
.du-matrimony:before{content:"";background:url(../images/pattern-bg3.png);width: 100%;height: 100%;display: block;position: absolute;background-repeat: repeat;left: 0px;top: 0px;opacity: 0.5;z-index: -1;}
.du-deals{background:#ffffff url(../images/deals-bg.jpg) repeat;}
.du-service{background:#7588d2 url(../images/service-bg.jpg) repeat;background-blend-mode: hard-light;background-attachment: fixed;}

.content_aniwrap_img{position: absolute;left: 0px;bottom: 0px;transform: translateZ(0);height: auto;width: 160px;animation: scale 2.8s 6 .4s;}
@keyframes scale {
0%, 100% {
  transform: translateZ(0) scale(1);
}
50% {
  transform: translateZ(0) scale(1.08);
}
}
@media(max-width:575px){
.content_aniwrap_img{display:none;}
}

.carousel .carousel-inner &gt; .item {height: auto;width: 100%;}
.carousel .item {height: auto;overflow: visible;cursor: url(../images/cursor.png),move;}
.carousel.service_slide_content .item {padding: 12px 8px;}
.carousel-inner {max-width: 100%;overflow: visible;position: relative;}

.section_title{color:#2c2c2c;margin-bottom:15px;}
.section_title .title{color:#2c2c2c;font-size:26px;font-weight:400;margin:0px;}
.section_title .sub_title{color:#888888;font-weight:400;margin:0px;}
.review_section{background:#f5f5f5;position:relative;padding:30px 0px;margin:50px 0px 0px;}
.review_section .review_slide_content{position:relative;margin:0px -10px;}
.review_section .review_slide_content .item{width:100%;position:relative;padding:5px 10px;cursor: url(../images/cursor.png),move;}
.review_section .review_slide_content .review_box{border: 1px solid #e4e4e4;background:#ffffff;border-radius: 4px;min-height: 360px;padding: 30px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);}
.review_section .review_slide_content .review_box .rvw_img_50{width: 50px ;height:50px;}
.review_section .review_slide_content .review_box .view_name{font-weight:400;font-size:20px;margin:0px;color:#1da1f2;}
.review_section .review_slide_content .review_box .content{min-height: 188px;margin-top: 17px;margin-bottom: 10px;color: #7a7a7a;}
.review_section .review_slide_content .review_box .content p{margin-bottom: 10px;font-size:14px;}
.review_section .review_slide_content .review_box .content .hire_ft{position:relative;}
.review_section .review_slide_content .review_box .content .hire_ft .head_text{margin: 0;color: #999999;margin-top: 15px;font-size: 11px;font-weight: 400;text-transform: uppercase;}
.review_section .review_slide_content .review_box .content .hire_ft .sv_hold_name{color: #ff7f0b;margin-bottom: 10px;font-size: 16px;font-weight: 400;}
.review_section .review_slide_content .review_box .content .hire_ft .rating{color: #2c2c2c;font-weight: 400;}
.review_section .review_slide_content .review_box .content .hire_ft .rating .fa-star{color: #d4d4d4;margin:0px 1px;}
.review_section .review_slide_content .review_box .content .hire_ft .rating .rate_text{color: #2c2c2c;font-size:12px;padding-right:10px;margin-right:5px;border-right:1px solid #e4e4e4;}
.review_section .review_slide_content .review_box .content .hire_ft .rating .yellow_text{color: #edc61f;}

.gray-light-v4 {border-color: #eee !important;}
hr {margin-bottom: 2rem;margin-top: 2rem;}

.form-control:focus{box-shadow:none;}

.feature_section{background:#F9F9F9;position:relative;padding:30px 0px 20px;z-index: 1;overflow: hidden;}
.feature_section:after {content: '';position: absolute;width: 100%;height: 300px;background: url('../images/city-bg.png');background-size: contain;display: inline-block;bottom: 0px;left: 0px;opacity: 0.8;z-index: -1;}
.feature_section .feature_box{width:100%;position:relative;min-height: 210px;background: #fff;border: 1px solid #e3e3e3;padding: 20px;border-radius: 10px;box-shadow: 0px 5px 10px rgba(0,0,0,0.2);transition: all 0.5s ease;}
.feature_section .feature_box .feature_icon_box{position:relative;text-align:center;}
.feature_section .feature_box .feature_icon_box .feature_icon{font-size: 50px;color: #ff7f0b;line-height:64px;width:64px;height:64px;margin:0px auto;}
.feature_section .feature_box .feature_content{position:relative;padding:15px 0px 0px;text-align:center;}
.feature_section .feature_box .feature_content h3{font-size: 18px;color: #1da1f2;margin-bottom: 6px;font-weight: 600;line-height:24px;}
.feature_section .feature_box .feature_content p{color: #555555;margin: 0;}
.feature_section .feature_box:hover {transform: translateY(-8px);box-shadow: 0 11px 45px -13px rgba(37, 39, 42, 0.57);}

.mob-app{padding: 70px 0px;position: relative;z-index: 2;background: linear-gradient(#2f3f87, #080229);}
.mob-app:after {content: '';position: absolute;width: 100%;height: 100%;background: url('../images/pattern-bg4.png') no-repeat;background-size: cover;display: inline-block;bottom: 0px;left: 0px;opacity: 0.8;filter:;z-index: -1;}
.mob-app .lhs img {width: 80%;}
.mob-app .rhs h2 {font-size: 32px;padding-bottom: 20px;color: #ffffff;}
.mob-app .rhs ul {padding-bottom: 20px;}
.mob-app .rhs ul li {font-size: 15px;padding-bottom: 10px;padding-left: 30px;color: #ffffff;}
.mob-app .rhs ul li:before {content: '\f054';margin: -2px 0px 0px -27px;font-family:'FontAwesome';display:inline-block;position: absolute;font-size: 10px;}
.mob-app .rhs ul li:before {color:#ffffff;}
.mob-app .rhs ul~span {font-size: 14px;padding-bottom: 20px;color: #ffffff;}
.mob-app .rhs form {position: relative;overflow: hidden;background: #fff;padding: 20px;margin: 25px 0px 0px 0px;box-shadow: 0px 1px 20px -13px rgba(42, 42, 42, 0.86);width: 80%;}
.mob-app .rhs form ul {padding: 0px;margin: 0px;}
.mob-app .rhs form ul li {list-style-type: none;display: inline-block;float: left;padding: 0px;}
.mob-app .rhs form ul li:before {display: none;}
.mob-app .rhs form ul li input {width: 100%;background: #FFF;border: 1px solid #f1f3f5;padding: 9px;font-size: 15px;font-weight: 500;}
.mob-app .rhs form ul li input[type="submit"] {color: #fff;font-weight: 600;border-radius: 2px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.mob-app .rhs form ul li input[type="submit"] {background: #0070d2;}
.mob-app .rhs form ul li:nth-child(1) {width: 65%;}
.mob-app .rhs form ul li:nth-child(2) {width: 35%;}
.mob-app .rhs a img {width: 150px;float: left;margin: 0px 5px 5px 0px;}

.footer_bg{background:#dde8ff url(../images/worldmap.png);width:100%;height:auto;padding:30px 0px;border-top: 1px solid #d0d0d0;}
.footer_bg .row{margin:0px -15px;}
.footer_box{width:100%;height:auto;padding:0px;margin-bottom:20px;min-height:150px;}
.inner_box{width:100%;height:auto;padding:0px;margin-top:10px;}
.footer_head{font-size:20px;font-weight:600;margin:0px 0px 15px;color:#1da1f2;position:relative;}
.footer_list ul {list-style:none;margin:0px 0px 0px 0px;padding:0px ;color:#f1f2f1;font-size:14px;font-weight:400;list-style-position:outside;}	
.footer_list ul li{padding:2px 0px 2px 0px;margin:0px 0px 0px 0px;}
.footer_list ul li:last-child{border-bottom:0px solid #0c1522;}
.footer_list ul li a{display:inline-block;text-align: left;color:#131313;padding:0px 0px 0px 18px;background:url('../images/footer_icon.png') no-repeat;background-position:1px 8px;transition: all 0.3s ease-out 0s;}
.footer_list ul li a:hover{color:#ff7f0b;text-decoration: none;}
.foot_about{color:#131313;font-size:14px;font-weight:400;margin:0px;padding:0px 0px 10px;}
.py_15{padding:15px 0px;}
.foot_link a{color:#7a7a7a;}
.foot_link a:hover{color:#ff7f0b;}
.social_icon{width:auto;height:auto;text-align:left;position:relative;float:left;margin-right:15px;}
.social_icon ul{list-style:none;margin:0px ;padding:6px 0px;display:inline-block;text-align:center;}
.social_icon ul li {float:left;list-style:none;margin:0px 0px 5px;padding:0px;font-size:18px;color:#ffffff;}
.social_icon ul li span{font-size:12px;}
.social_icon ul li a {position:relative;margin:0px 0px 0px 6px;padding:0px; color:#f9fafb;border:1px solid #1da1f2;display:inline-block;border-radius:50%;line-height:30px;width:30px;height:30px;text-decoration:none;text-align:center;box-sizing:border-box; transition: all 0.3s ease-out 0s;background-color: #1da1f2;
display: flex;
justify-content: center;
align-items: center;
}
.social_icon ul li a i:before{line-height:30px;}
.social_icon ul li:first-child a {margin:0px 0px 0px 0px;}
.social_icon ul li a p{ margin:0px; padding:0px;}
.social_icon ul li a:hover {border-color:#ff7f0b;background:#ff7f0b;color:#ffffff; }
.footer_bottom{width:100%;height:auto;background:#f1f2f4;border-top:1px solid #d0d0d0;}
.copyright{color:#212529;font-size:12px;font-weight:300;margin:0px;padding:15px 10px;font-weight:300;}


/* Added by sisir for login form*/
.inner_container{padding-top:50px;padding-bottom:60px;position:relative;}
.login-form , .create-ac-form {margin:0 auto;max-width:500px;background-color: #f8f9fa;padding: 20px 25px 0px 24px;border: 1px solid #e1e1e1;}
.login-form .form-control, .create-ac-form .form-control{padding: 8px 10px;font-size: 14px;}
.login-form .input-group-prepend .input-group-text{padding-left:  1.55rem;padding-right: 1.55rem;font-size: 16px;}
.login-form .submit_btn ,.create-ac-form .submit_btn{padding:15px;cursor: pointer;}
.login-form .or_div, .create-ac-form .or_div{position: relative ;text-align: center ;padding-bottom: 0.5rem ;}
.login-form .or_div .or_line, .create-ac-form .or_div .or_line{height: 1px;width: 200px;background-color: #9C9C9C;}
.login-form .or_div .or_btn, .create-ac-form .or_div .or_btn{height: 5rem;width: 5rem;padding: 1.71429rem;color: #777 !important;backface-visibility: hidden;left: 50% !important;position: absolute !important;top: 50% !important;transform: translate(-50%, -50%);font-size: 1rem !important;border-color: #9C9C9C !important;border-color: #9C9C9C !important; background-color: #fff !important;border-style: solid;border-width: 1px;}
.login-form .custom-control-label:before, .create-ac-form  .custom-control-label:before{background-color: #e1e1e1;border:1px solid #cccccc;}
.login-form .fb_btn, .create-ac-form .fb_btn{background-color:#3b5998;color:#fff;cursor: pointer;padding:10px 15px;}
.login-form .fb_btn:hover, .create-ac-form .fb_btn:hover{background-color:#1e4fb7;}
.login-form .google_btn, .create-ac-form .google_btn{color:#d54040;border-color:#d54040;background-color:#fff;cursor: pointer;padding:10px 15px;}
.login-form .google_btn i, .create-ac-form .google_btn i{color:#f90b0b;}
.login-form .google_btn img, .create-ac-form .google_btn img{width:18px;height:18px;vertical-align:middle;}
.login-form .input-group .input-group-prepend .fa-user , .login-form .input-group .input-group-prepend .fa-key{color:#9a9a9a;}
.signup_section .signup_box {padding:40px;}
.signup_section .signup_box .grow-box .hire_btn{padding:11px;cursor: pointer;}
.signup_section .signup_box .hire-box .hire_btn{padding:11px;cursor: pointer;}
.signup_section .signup_box .grow-box{background:#ffcf00 url("../images/pro.jpg");padding:23px 20px;border:1px solid #e1e1e1;border-radius:4px;}
.signup_section .signup_box .hire-box{background-color:transparent;border:1px solid #e1e1e1;padding: 22px 20px;border-radius:4px;}
.signup_section .or_div{position: relative ;text-align: center ;padding-bottom: 0.5rem ;}
.signup_section .or_div .or_btn{height: 5rem;width: 5rem;padding: 1.71429rem;color: #777 !important;
 backface-visibility: hidden;left: 50% !important;position: absolute !important;top: 50% !important;transform: translate(-50%, -50%);font-size: 1rem !important;border-color: #9C9C9C !important;border-color: #9C9C9C !important;background-color: #fff !important;border-style: solid;border-width: 1px; }
.signup_section .signup_box  .grow-box h5{color:#ffffff;}
.signup_section .signup_box  .grow-box p{color:#ffffff;}
.signup_section .signup_box .hire-box h5{color:#858080;}
.signup_section .signup_box .hire-box p{color:#858080;}
.sign_btn{padding:10px 25px;}
/* end sisir for login form */

/* contact madhusmita*/
.inner_sub_head{background-color:#e1e1e1;padding: 78px;background-position: right bottom;color:#fff;font-weight:bold;margin-top: -50px;}
.inner_sub_head h1{color:#504e4e;font-weight:bold;text-transform: uppercase;}
.contact {vertical-align: top;padding: 0px 0px;text-align: center;width: auto;background-color: #f6f6f6;border-radius: 4px;border: 1px solid #d4d2d2;min-height: 259px;}
.contact .place-name{color: #8d8c8c;font-size: 15px;} 
.contact .zip{color:#138496;font-size: 15px;} 
.contact:hover{background:#fff;}
.container { width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;margin-top: 0px;}
.postdiv { margin:50px 80px 0px 80px; border:1px solid #d4d2d2;}
.postcatdiv{border-right: 1px solid #d4d2d2; padding:0px 0px;}
.menu-item-selection-text { font-size: 18px; text-align: center; padding: 10px 10px;border-bottom:1px solid #d4d2d2;}

.text-blue{color:#1da1f2 !important;}

.btn-info {color: #fff; background-color: #1da1f2;border-color: #1da1f2;border-radius: 5px;padding: 5px 20px;cursor: pointer;}
.btn-info:hover {color: #1da1f2; background-color: #ffffff;border-color: #1da1f2;}
.form-inline{ border:1px solid #d4d2d2; padding:10px 10px;background-color: #f5f5f5;width: 100%; }
.form-inline .form-control { display: inline-block; width: 200px; vertical-align: middle;}
.form-inline .form-group { padding:0px 8px;}
.form-control.error { border-color: red !important; }
.error { color: red !important; }
.form-filter{ border:1px solid #d4d2d2; padding:10px 10px;background-color: #f5f5f5;width: 100%; }
/*for contact us page added by sunil on date 05-05-2018*/

.form-wrap {padding: 20px; text-align:left; position: relative;width: 80%;margin: 0px auto;}/* changed by chita 11062018*/
@media (max-width:767px){
.form-wrap {width: 100%;}
.contact_page .form-wrap {padding:0px;}
}
.form-wrap .form-control {padding:10px;}
.form-wrap .btn-submit{background-color: #1da1f2;
border-color: #1da1f2;padding: 10px 20px;}
.form-wrap .btn-submit:hover{background-color: #ff7f0b;
border-color: #ff7f0b;}
#modal-contact .form-wrap{background:transparent;box-shadow:none;width:100%;}
.contact_page {padding:50px 0px;}
.contact_page .nav-pills{border:1px solid #d9d9d9;border-radius: .25rem;}
.contact_page .nav-pills li{border-right:1px solid #d9d9d9;}
.contact_page .nav-pills li:last-child{border-right:0px;}
.contact_page .nav-pills li a{border-radius: 0rem;border-top:5px solid transparent;}
.contact_page .nav-pills li a:hover{background:#f5f5f5;}
.contact_page .nav-pills li a.active:hover{background:#f5f5f5;}
.contact_page .nav-pills li:first-child a{border-radius: 0rem;border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}
.contact_page .nav-pills li:last-child a{border-radius: 0rem;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}
.contact_page .nav-link{color:#1e1e1e;font-size:14px;background:#ffffff;}
.contact_page .nav-pills .nav-link.active{background:#fafafa;color:#1e1e1e;border-top:5px solid #1da1f2;}
.contact_page .tab-content{border:1px solid #d9d9d9;border-radius: .25rem;background: #fafafa;}
.contact_page .tab-content .tab-pane{padding:30px;}/* changed by chita 11062018*/

.contact_page .cate-box a {text-align: left;margin-bottom: 15px;margin-top: 15px;min-height: 91px;display: block;border: 1px solid transparent;border-radius: 3px;padding: 12px 13px;background:#ffffff;border: 1px solid #e4e4e4;}
.contact_page .cate-box a .cate-icon {width: 36px;float: left;}
.contact_page .cate-box a .cate-icon i {font-size: 34px;}
.contact_page .cate-box a .category-content {margin-left: 50px;font-size: 12px;color: #666;line-height: 16px;}
.contact_page .cate-box a .category-content span {font-size: 16px;display: block;margin-bottom: 8px;margin-top: 3px;color: #1da1f2;}
.contact_page .cate-box a:hover {background: #f5f5f5;}

/*blog page, job listing page, help page css added by sailendra on date 05-05-2018*/

.form-box {border: 7px solid #d4d2d2;padding: 40px 10px;background-color: #f5f5f5;width: 100%;}
.form-inline.form-box select.form-control:not([size]):not([multiple]){height: calc(3.25rem + 2px);}

.my_ex{color:red;}
.fortest_hw{font-size:17px;color:#204971;}
.snb .row {margin-left: -4px;margin-right: -4px;}

.iSize {font-size: 30px;}
.gray-light {color: #999;}
.job-card {padding: 10px;  background: #fff;  -moz-border-radius: 3px;   -webkit-border-radius: 3px;   border-radius: 3px;   -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1); position: relative;width: 100%;  overflow: hidden;    margin-bottom: 8px;}
.job-title {font-size: 16px;font-weight: bold;line-height: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 84%;display: block;cursor: pointer;}
.job-card .ls-jobs {margin: 5px 0 10px 0;}
.job-card .ls-jobs .salary{margin-bottom:15px; margin-top:15px;}
.job-card .ls-jobs  i{margin-right:3px;}
.attributeSection {width: 110px;line-height: 18px;}	
.job-card .attributesVal {min-width: 74px;display: inline-block;font-weight: bold;font-size: 12px;}
.attributeSection .attributeVal {overflow: hidden;text-overflow: ellipsis;width: 95%;white-space: nowrap;}
.job-card .btn-primary, .form-box .btn-primary{background-color: #1da1f2;border-color: #1da1f2;}
.form-box .btn-primary{line-height: 2.5;}
.job-card .btn-primary:hover, .form-box .btn-primary:hover{background-color: #ff7f0b;
border-color: #ff7f0b;}
.job-card:hover{background-color: #f2f2f2;}
.content-box .section-title {padding: 12px 20px;font-size: 16px;margin: 20px 0;background-color: #f8f8f8;}
.content-box{background: #fff;width: 100%;border-radius: 3px;padding: 20px;margin: 0 0 20px;}
.content-box .content-title {padding-bottom: 10px;margin-bottom: 25px;font-size: 26px;border-bottom: 1px solid #e9e9e9;}
.static-content-section {color: #666;line-height: 20px;}
.static-content-section p{padding: 0px 20px;}

.blog_box{ margin-top:50px;border: 1px solid #e5e5e5;border-bottom: 1px solid #c2c2c2;height:auto;width:100%;background-color:white;padding:15px; border-radius: 4px;}
.blog_box .blog_content{padding: 0 10px;}
.blog_box .blog_content .blog_title{font-size: 16px;margin: 10px 0;}
.blog_box .blog_content .blog_title a{font-size: 16px;color: #303030;line-height: 28px !important;}
.blog_box .blog_content  .post_date{font-style: normal;font-size: 14px;color: #999;margin-bottom: 8px;}
.blog_box .pic {height: 166px;max-height: 166px;line-height: 166px;position: relative;border-radius: 4px;overflow: hidden;}
.blog_box .pic img {border-radius: 4px;overflow: hidden;}

/*End blog page, job listing page, help page css added by sailendra on date 05-05-2018*/

/*css for profile page */
.mn-shdcmmn{margin-top:25px;height:auto;box-shadow: 0px 0px 3px #bfbfbf;background: #fff;border-radius:15px 15px 0px 0px;margin-bottom: 30px;}
.userinfo_block{background:#1da1f2;padding: 15px;color: #fff;text-align: center;height:auto;border-radius: 15px;}
.userinfo_block .edit_btn {position: absolute;right: 20px;top: 5px;}
.userinfo_block .uimg {border: 4px #fff solid;width: 96px;height: 96px;border-radius: 10%;margin: 0 auto;margin-bottom: 0px;position: relative;margin-bottom: 5px;}
.userinfo_block .uimg img {width: 100%;display: block;border-radius: 10%;height: 100%;}
.userinfo_block .u_name {font-size: 22px;font-weight: 400;margin-bottom: 5px;word-wrap: break-word;}
.userinfo_block .uotherdetails {font-size: 14px;color: #c7c1ce;overflow-wrap: break-word;}
.usr_cntd {padding: 10px 15px;}
.cntd_item {position: relative;padding-right: 115px;line-height: 26px;color: #424242;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #424242;font-size: 14px;}
.cntd_status {position: Absolute;right: 0;top: 0px;width: 115px;}
.cntd_status .float-left {position: relative;text-align: left;padding-left: 20px;}
.cntd_status .float-left.vrfd::before {background: url(../images/mn-combi.png) no-repeat -27px -33px;}
.cntd_status .float-left::before {position: Absolute;content: '';width: 18px;height: 18px;top: 4px;left: 0;}
.cntd_status span {color: #15cb6f;font-weight: 400;line-height: 26px;font-size: 11px;}
.cntd_status .edit_btn {background: url(../images/mn-combi.png) no-repeat -33px -4px;transition: all 0.4s ease;display: block;width: 20px;height: 26px;}
.cntd_status .edit_btn { background: url(../images/mn-combi.png) no-repeat -33px -4px; transition: all 0.4s ease; }
.cntd_status .edit_btn:hover { background: #282828 url(../images/mn-combi.png) no-repeat -3px -4px; border-radius: 50%; }
.cntd_status a {color: #3b3b3b;text-decoration: underline;font-weight: 400;line-height: 26px;font-size: 11px;}
.pf_prgress {background: #f9fafc;border-top: 1px #eaeaec solid;padding: 10px 15px;}
.pf_prgress .hcmnn_1 {color: #282828;}
.hcmnn_1 {font-size: 17px;color: #6c6c6c;font-weight: 400;}
.pf_prgress .progresswrap {position: relative;padding: 10px 45px 5px 0px;}
.pf_prgress .progress {margin: 0px;position: relative;height: 10px;background: #c3cfd5;border-radius: 5px;}
.pf_prgress .progress .progress-bar {background: #ff7f0b;-webkit-transition: none;-o-transition: none;transition: none;}
.progress-txt {font-size: 17px;color: #282828;position: Absolute;right: 0px;top: 5px;font-weight: 400;}
.usr_pfcopt {border-bottom: 1px #e4e4e5 solid;background: #f9fafc;cursor: pointer;display: block;text-decoration: none;padding: 0 15px;position: relative;line-height: 28px;color: #424242;font-weight: 400;font-size: 14px;}
.usr_pfcopt .edit_btn {background: url(../images/mn-combi.png) no-repeat -33px -4px;position: absolute;top: 1px;right: 15px;height: 26px;}
.usr_pfcopt:hover, .usr_pfcopt:focus { background: #efefef; color: #585858; text-decoration: none; }
.usr_pfcopt:hover .edit_btn, .usr_pfcopt .edit_btn:hover { background: #282828 url(../images/mn-combi.png) no-repeat -3px -4px; border-radius: 50%; }
.u_lastup {text-align: center;font-size: 17px;padding: 10px;}
.mn_phead {position: relative;padding: 20px 50px;font-size: 20px;color: #1da1f2;background: #f3f3f3;border-bottom: 1px #ededed solid;font-weight: 400;border-radius:15px 15px 0px 0px;}

.mn_phead::before {content: '';width: 40px;height: 40px;position: absolute;left: 10px;top: 50%;margin-top: -20px;}
.rbtn_edit {position: Absolute;right: 20px;width: 30px;height: 30px;top: 50%;margin-top: -15px;background: url(../images/mn-combi.png) no-repeat -90px 0px;transition: all 0.4s ease;}
.mn_phead.ico2:before {background: url(../images/mn-combi.png) no-repeat -40px -214px;}
.mn_phead.ico1:before {background: url(../images/mn-combi.png) no-repeat -0px -214px;}
.mn_phead.ico3:before {background: url(../images/mn-combi.png) no-repeat -80px -214px;}
.mn_phead.ico4:before {background: url(../images/mn-combi.png) no-repeat -120px -214px;}
.mn_phead.ico5:before {background: url(../images/mn-combi.png) no-repeat -160px -214px;}
.mn_phead.ico6:before {background: url(../images/mn-combi.png) no-repeat -200px -214px;}
.pdall15 {padding: 15px;}
.mnp_wrapinnr {padding: 20px;}
.mnp_wrapinnr .skill_pill {border: 1px #424242 solid;padding: 6px 30px 6px 8px;color: #5d5d5d;position: relative;border-radius: 4px;display: inline-block;margin: 0px 10px 10px 0px;word-wrap: break-word;}
.mn_phead.small {background: #f3f3f3;border-top: 1px #ededed solid;font-weight: 400;font-size: 16px;padding: 15px 50px 15px 20px;color: #000000;}
.mn_skillitem {color: #424242;border-bottom: 1px #ededed solid;position: relative;}
.mn_skillitem .mn_skillh {font-size: 16px;color: #5d5d5d;font-weight: 400;}

.mn_elvlwrap {display: inline-block;margin: 0px 5px;color: #a6a5aa;width: 80px;text-align: center;}
.mn_elvlwrap.active {color: #5d5d5d;}
.mn_elvlwrap.active .mn_erad {border: 1px #52366f solid;}
.mn_elvlwrap .mn_erad {border: 1px #e3e3e3 solid;width: 20px;height: 20px;border-radius: 50%;margin: 0 auto;margin-bottom: 0px;position: relative;margin-bottom: 3px;}
.mn_elvlwrap.active .mn_erad:before {background: #52366f;}
.mn_elvlwrap .mn_erad:before {position: Absolute;content: '';left: 2px;top: 2px;bottom: 2px;right: 2px;border-radius: 50%;}
.mn_hc {font-size: 16px;color: #5d5d5d;font-weight: 400;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mn_htxt {color: #424242;margin-bottom: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.mn_skillitem {color: #424242;border-bottom: 1px #ededed solid;position: relative;}
.btn-secondary {color: #fff;background-color: #1da1f2;border-color: #1da1f2;}
.btn-secondary:hover {background-color: #ff7f0b;border-color: #ff7f0b;}

.mn_bibtn {display: inline-block;width: 20px;height: 20px;margin: 0px 5px;position: relative;transition: all 0.4s ease;}
.mn_bibtn.ico1 {background: url(../images/mn-combi.png) no-repeat -200px -80px;}
.mn_bibtn.ico1:hover { background: #282828 url(../images/mn-combi.png) no-repeat -220px -80px; }
.mn_bibtn.ico2 { background: url(../images/mn-combi.png) no-repeat -200px -40px; }
.mn_bibtn.ico2:hover { background: #282828 url(../images/mn-combi.png) no-repeat -220px -40px; }

.mn_phead.small {background: #f3f3f3;border-top: 1px #ededed solid;font-weight: 400;font-size: 16px;padding: 15px 50px 15px 20px;color: #000000;}
.small, small {font-size: 85% !important;}
.mn_chkwrap {padding-left: 25px;position: relative;color: #424242;line-height: 20px;display: inline-block;margin: 0 15px;}
.mn_chkwrap.active {color: #595959;}
.mn_chkwrap .mnchkbox {border: 1px #cccccc solid;width: 19px;height: 19px;position: Absolute;left: 0;border-radius: 2px;}
.mn_chkwrap.active .mnchkbox {border: 1px #ff7800 solid;background: #ff7800 url(../images/mn-combi.png) no-repeat -221px -102px;}


/* start for property */

.postd{font-size: 14px;padding: 20px 0 5px;color: #666;float: left;}
.postd strong {font-size: 30px;font-weight: 700;color: #333;}
.completionb {text-align: right;margin-top: 18px;color: #666;}
.prbaar {float: right;background: #ededed;height: 15px;width: 100%;margin-top: 2px;}
.prbaar span {background: #fb676c;float: left;color: #fff;font-size: 10px;height: 100%;text-align: center;padding-top: 3px;}
.callbox{background: #f2f2f2;padding: 5px 10px 5px 77px;height: 100%;min-height: 70px;position: relative;line-height: 18px;}
.callbox img {position: absolute;left: 10px;}
.callbox span {display: block;color: #666;font-weight: 700;font-size: 14px;}
.callbox small {display: block;color: #666;font-size: 12px;padding-bottom: 2px;}
.callbox strong {display: block;color: #333;font-weight: 700;font-size: 20px;}
.steph {margin: 25px 0 15px;font-size: 18px;color: #333;font-family: Roboto-Regular;}
.boxs1 h5 {font-size: 16px;color: #333;margin: 25px 0 6px;}
.input_pap.step1s.border_last {margin-left: 1px;}
.cf-pap .input_pap.step1s .i_p_f:first-child {border-left: 1px solid #d7d7d7;}
.input_pap.step1s.border_last .i_p_f {margin-left: -1px;}
.cf-pap .input_pap.step1s .i_p_f {float: left;width: 33.33333%;}
.input_pap .i_p_f {position: relative;border: 1px solid #d7d7d7;border-left-color: rgb(215, 215, 215);border-left-style: solid;border-left-width: 1px;margin-bottom: -1px;}
.input_pap .i_p_f input, .input_pap .i_p_f textarea {padding: 28px 15px 8px;background: none;z-index: 2;border: none;width: 100%;box-sizing: border-box;height: 53px;color: #7c7c7c;font-size: 16px;position: relative;}

.input_pap .i_p_f.f_open label, .input_pap .i_p_f.open label {top: 10px;font-size: 12px;}
.input_pap .i_p_f.f_open label, .input_pap .i_p_f.open label {top: 10px;font-size: 12px;}
.input_pap .i_p_f label {position: absolute;top: 20px;left: 15px;z-index: 1;color: #999;transition: all .3s;font-size: 14px;}
.input_pap .i_p_f label {position: absolute;top: 20px;left: 15px;z-index: 1;color: #999;transition: all .3s;font-size: 14px;}
.input_pap.step1s.border_last .i_p_f {margin-left: -1px;}
.input_pap .i_p_f {position: relative;border: 1px solid #d7d7d7;margin-bottom: -1px;}
.input_pap.step1s .i_p_f {float: left;width: 33.33333%;}
.clear_fix{clear:both;}
.input_pap.step1s .selectam{padding:0px;}
.input_pap.step1s .selectam li {float: left;border: 1px solid #d7d7d7;border-right-color: rgb(215, 215, 215);border-right-style: solid;border-right-width: 1px;border-right: none;display: block;display: flex;justify-content: center;align-items: center;height: 54px;cursor: pointer;position: relative;text-transform: uppercase;color: #7c7c7c;}
.input_pap.step1s .selectam.width30 li {width: 33.333333%;}
.input_pap.step1s .selectam.width50 li {width: 50%;}
.input_pap.step1s .selectam li:last-child {border-right: 1px solid #d7d7d7;}
.input_pap.step1s .selectam li.active {color: #333;font-weight: 700;}
.input_pap.step1s .selectam li.active:after {background: #1da1f2;transform: scale(1);}
.input_pap.step1s .selectam li:before {position: absolute;content: "";height: 4px;bottom: 0;left: 0;width: 100%;background: #ebebeb;}
.input_pap.step1s .selectam li:after {position: absolute;content: "";height: 4px;bottom: 0;left: 0;width: 100%;transform: scale(0);background: #1da1f2;transition: all .25s ease 0s;}
.input_pap.step1s .selectam:after{clear:both;content:"";display:block;}
.btn-continue {border-radius: 0;min-width: 250px;padding: 15px;background: #1da1f2;color: #ffffff;text-transform: uppercase;}
.btn-continue:hover{color:white;background-color:#ff7f0b;}
.r-premium {background: #f7f9fa;padding: 10px;margin-top: 20px;font-size: 16px;color: #333;line-height: 20px;}
.r-premium strong {font-size: 18px;font-weight: 700;display: inline-block;}
.r-premium span {color: #f79100;}
.r-premium hr {margin: 13px 0;height: 0;padding: 0;}
.r-premium .prbox {position: relative;padding-left: 100px;font-size: 13px;margin-bottom: 15px;}
.r-premium .prbox .lbox {position: absolute;left: 0;top: 0;background: #1da1f2;line-height: 16px;width: 90px;height: 90px;display: flex;justify-content: center;align-items: center;}
.r-premium .prbox .lbox:hover {background:#ff7f0b;}
.r-premium .prbox .lbox .ph {text-align: center;font-size: 14px;color: #fff;}
.r-premium .prbox .lbox .ph b {display: block;text-align: center;font-size: 15px;font-weight: 700;text-transform: uppercase;}
.r-premium .prbox ul li::before {position: absolute;content: "";left: 0;height: 3px;top: 9px;width: 3px;background:#1da1f2;border-radius: 100%;}
.r-premium .prbox ul li {color: #666;line-height: 18px;}
	
.tabrow {box-shadow: 0 0 7px 0 rgba(0,0,0,.2);background: #fff;margin: 0;}
.stepd {display: inline-block;margin:0px;}
.stepd:after{clear:both;content:"";display:block;}
.stepd li {float: left;padding: 0 13px;display:block;}
.stepd li a {display: block;padding: 15px 0;position: relative;font-size: 16px;text-transform: uppercase;color: #666;text-decoration:none;}
.stepd li a span {color: #ff7f0b;line-height: 0;}
.stepd li a:after {content: "";height: 4px;position: absolute;width: 100%;left: 0;bottom: -2px;transform: scale(0);background: #ff7f0b;transition: all .25s ease 0s;}
.stepd li.active a:after, .stepd li a:hover:after {transform: scale(1);}
.hide { display: none;}


.listing-box{position: relative;background: #fff;}
.listing-box:after{content:"";clear:both;display:block;}
.listing-box .filter-leftbox{width: 190px;/* position: -webkit-sticky;position: sticky; */top: 48px;margin: 0 auto;height: auto;float: left;z-index: 102;}
.content-section {width: -moz-calc(100% - 190px);width: -webkit-calc(100% - 190px);width: calc(100% - 190px);margin: 0 auto;height: auto;float: left;}
.listing-box .filterbox {background: #fff;width: 180px;height: auto;min-height: 445px;float: left;font-size: 12px;font-size: .75rem;position: relative;z-index: 102;}
.dufilterbox {width: 100%;height: 100%;margin: 0;padding: 0 10px 0 0;position: relative;}
.filterbox .drop-filter {height: auto;float: left;width: 100%;border-bottom: 1px solid #dddddd;}
.filterbox .drop-filter .dropdown-link{padding: 15px 0 15px;text-decoration: none;display: inline-block;width: 100%;line-height: 100%;text-transform: uppercase;font-size: 14px;font-weight: 600;color: #333 !important;position: relative;}
.filterbox .drop-filter .dropdown-content{background: #fff;width: 100%;height: auto;}
.multi-contentbox{position: relative;width: 100%;height: auto;}
.multi-contentbox .input{width: 100%;padding: 6px 5px 5px;margin-bottom: 5px;outline: 0;border: 1px solid #ddd;line-height: 16px;}
.multisugg-container{position: relative;width: 100%;height: 100%;max-height: 164px;overflow-x: hidden;overflow-y: auto;margin: 0 0 15px;}
.multi-contentbox .suggested-content{position:relative;}
.dropdown-content.multiselect li {display: block;text-decoration: none;padding: 8px 0;border-bottom: 1px solid #fff;font-size: 13px;/* line-height: 16px; */cursor: pointer;}
.dropdown-content.multiselect li a{color:#666666;}
.dropdown-content.multiselect li a:hover{color:#ff7f0b;}
.dropdown-content.multiselect li &gt; .custom-control &gt; label {font-weight: 300;cursor: pointer;color: #666666;}
.multi-contentbox .suggested-content &gt; li &gt; .custom-control &gt; label {display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.dropdown-content .min-list,.dropdown-content .max-list {width: 50%;float: left;margin: 0 0 10px;padding: 0;}
.dropdown-content .max-list {border-left: 1px solid #d1d1d1;}
.dropdown-content .min-list li:first-child, .dropdown-content .max-list li:first-child {background: #e6e6e6;border-bottom: 1px solid #d1d1d1;text-align: left;padding: 9px 10px 7px;cursor: default;color: initial;font-size:12px;}
.dropdown-content .min-list li, .dropdown-content .max-list li {padding: 0px;border-bottom: 0;}
.dropdown-content .min-list li a, .dropdown-content .max-list li a {display: block;padding: 8px 10px;border-bottom: 1px solid #f2f2f2;font-size: 12px;cursor: pointer;}
.dropdown-content .min-list li a:hover, .dropdown-content .max-list li a:hover {background: #1da1f2 !important;color: #fff !important;}
.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:none;box-shadow:none;}
.custom-radio .custom-control-label:before{background-color: inherit;}
.custom-radio .custom-control-label:before ,.custom-radio .custom-control-label:after{position: absolute;top:3px;left:1px;content:"\f3a6";font-family: 'Ionicons' !important;font-size:16px;width: 14px;height: 14px;line-height: 14px;display: block;background: transparent;border: 0;}
.custom-radio .custom-control-input:checked~.custom-control-label:focus{box-shadow:none;}
.custom-radio .custom-control-input:checked~.custom-control-label:before, .custom-radio .custom-control-input:checked~.custom-control-label:after {content:"\f3a7";background-image:inherit;background-color: inherit;}
.custom-checkbox .custom-control-label:before{background-color: inherit;}
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {position: absolute;top:3px;left:1px;content:"\f372";font-family: 'Ionicons' !important;font-size:18px;background: transparent;border: 0;width: 14px;height: 14px;line-height: 14px;display: block;border-radius: 0%;}
.custom-checkbox .custom-control-input:checked~.custom-control-label:focus{box-shadow:none;}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before, .custom-checkbox .custom-control-input:checked~.custom-control-label:after {content:"\f374";background-image:inherit;background-color: inherit;}

.ellipsis {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.breadcrumb{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;padding:0px;background:transparent;margin-top:10px;margin-bottom:0px;}
.breadcrumb li a {color: #ff7f0b !important;}

@media (min-width: 768px) and (max-width: 991px) {
.category_section .category_line_ul li{max-width:30%;-webkit-box-flex: 0;-ms-flex: 0 0 30%;flex: 0 0 30%;}
}
@media screen and (max-width: 767px) {
.category_section .category_line_ul li{max-width:100%;flex:inherit;-webkit-box-flex: inherit;-ms-flex: inherit;}
.home_form_position{position:relative;left:0px;top:0px;-ms-transform: translate(0%, 0%); /* IE 9 */-webkit-transform: translate(0%, 0%); /* Safari */transform: translate(0%, 0%);}
.home_form_position .h1,.home_form_position .h2{color:#2c2c2c !important;}
}
.banner-background{background-color:green;height:400px;width:100%;}
.ban-content{padding-top:70px;}
.search {width: 100%;position: relative}
.searchTerm {float: left;width: 100%;border: 3px solid #00B4CC;padding: 15px;height: 20px;border-radius: 5px;outline: none;color: #9DBFAF;}
.searchTerm:focus{color: #00B4CC;}
.searchButton {position: absolute;  right: -50px;width: 40px;height: 36px;border: 1px solid #00B4CC;background: #00B4CC;text-align: center;color: #fff;border-radius: 5px;cursor: pointer;font-size: 20px;}

.search-boxx{width: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.searchh-box{background-color:white;}

.trend p{margin-top:20px;display:inline-block;color:white;}
.trend a{padding-left:15px;color:white;}

.tpdlrd_h1 {line-height: normal;position: relative;margin: 0;padding: 0;display: inline;font-size: 12px;font-weight: 400 !important;}
.srpFilter span {margin: 5px 2px 0 0;padding: 2px 0 0;line-height: 18px;}
.srpFilter em {border: 1px #eaeaea solid;color: #1e1e1e;display: inline-block;margin: 5px 2px 0 0;padding: 2px 2px 3px 4px;text-align: left;line-height: 16px;}
.srpFilter em i {background-position: -96px -49px;width: 10px;height: 10px;vertical-align: middle;margin-left: 3px;}

ul.nrl-txt {list-style-type: disc;margin: 5px 0 15px 30px !important;}
.fa-heart:hover {color:#ff7f0b;}
.fa-heart{color:#1da1f2;}

/*blog*/
.inner-page{background:#f1f1f1;}
.breadcrumb {border-left-color: #ff7f0b !important;border-left-width: 2px !important;box-shadow: 0 1px 0px 0 rgba(79,86,226,.08);border: 1px solid rgba(79,86,226,.08);
padding: .25rem 1rem;}
.breadcrumb li {font-weight: 700;}
.breadcrumb li a {color: #ff7f0b;}
.breadcrumb-item + .breadcrumb-item:before {display: inline-block;padding-right: .5rem; padding-left: .5rem;color: #8b9aa8;content: "\f101";font-family: FontAwesome;}
.page-title {margin-bottom: 20px;}
.page-title .p-title {color:#1da1f2;font-weight: 600;margin-bottom: 0px;font-size: 27px;}
.blog_post { position: relative;}
.post-home {position: relative;min-height: 14rem; padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px solid #eee;
}
.post-home .post-cover {overflow: hidden; max-height: 100rem; margin-bottom: 1rem; display: block;}
.post-home .post-cover img{height:198px;}
@media (min-width: 768px){
.post-home {padding-left: 20rem;}
.post-home .post-cover {position: absolute;left: 0;top: 0;width: 18rem;
overflow: hidden;border-radius: .125rem;display: block;}
}
.post-home .post-title {font-size: 1.5rem;}
.post-home .post-link { color: #000;}
.post-home .post-meta { margin: .5rem 0; font-size: .875rem; color: #aaa; text-transform: uppercase;}
.post-home .post-meta a{color: #aaa;}
.post-home .post-body p{font-size:14px;}
.post-home .post-body p {margin-bottom: 1rem;}
.btn-brown{color: #ffffff;background:#ff7f0b;display: inline-block;font-size:14px;padding:5px 10px;
border:1px solid #ff7f0b;}
.btn-brown:hover{color:#ff7f0b;background:#fff;border:1px solid #ff7f0b;}
.widget {margin-bottom: 4rem;position: relative;}
.widget .widget-header {margin: 0;font-size: 1.25rem; padding-bottom: 1rem; margin-bottom: 1rem;text-transform: uppercase;font-weight: 700;
color: #000;line-height: 1;position: relative;}
.widget .widget-header:before {width: 100%;background: #ebeaea;left: 0; height: 1px;content: "";position: absolute;bottom: 0;
}
.widget .widget-header:after {width: 40px;background:#ff7f0b;left: 0;height: 3px;content: "";position: absolute;bottom: -1px;
}
.widget .widget-content &gt; ul {margin: 0;padding: 0;list-style: none;}
.widget .widget-content &gt; ul &gt; li {margin-bottom: .5rem;}
.widget a {color: #444;}
.categorylist a[rel="nofollow"]:before {width: .75rem; height: .75rem;color:#ff7f0b; margin-right: .5rem;content: "\f09e";
display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: 14px;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}
.blog-sidebar .post-item-list {background:#ece9e9;border-radius: .125rem;overflow: hidden;}
.blog-sidebar .post-item-list a {display: block;}
.blog-sidebar .post-item-list a:hover {background:#ff7f0b;color: #ffffff;text-decoration:none;}
.blog-sidebar .post-item-list a:hover .post-item-title {color: #ffffff;}
.blog-sidebar .post-item-list .post-item-title {font-size: 1rem;font-weight: 600;position: relative;margin: 0;
 padding: 1rem;color: #444444;}
.blog-sidebar .post-item-list .post-item-desc {display: block;margin: 0; color: inherit;font-size: .875rem;
padding: 0 1rem .5rem;}
.blog-sidebar .post-item-list .post-item-date {padding: 0 1rem 1rem;font-size: .75rem;
text-transform: uppercase;display: block;margin: 0px;}
.blog-sidebar .post-item-list .post-item-date:before {content: "\f017";display: inline-block;font: normal normal normal 14px/1 FontAwesome;  font-size: inherit;
text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: .75rem;margin-right: .25rem;
}
.post-comment-list{padding:13px 18px;}
.post-comment-list h2{font: normal normal normal 26px/1 FontAwesome;}
.post-comment-list p span i{color:#ff7f0b;}
.image{background:#f1f1f1;overflow:hidden;position:relative;transition:all 0.2s linear 0s;width:100%;z-index:2;}
.image .img-thumb{display:block;position:relative;overflow:hidden;}
.image .img-thumb{height:200px;text-align:center;transition:all 0.4s linear 0s;-webkit-transition:all 0.4s linear 0s;-moz-transition:all 0.4s linear 0s;}
.image .img-thumb img{background:#f1f1f1;max-width:100%;max-height:100%;position:absolute;left:50%;top:50%;transition:all 0.6s linear 0s;-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);transition:all 0.3s ease 0s;}
.blog-image .img-thumb{height:350px;}

.well-global {margin-bottom: 4rem;}
.well-global .well-global-title {margin: 0; font-size: 1.25rem; padding-bottom: 1rem;margin-bottom: 1rem; text-transform: uppercase;
font-weight: 700;  color: #000; line-height: 1; position: relative;}
.well-global .well-global-title:before { width: 100%;background: #ebeaea;left: 0;height: 1px;content: "";
position: absolute;bottom: 0;}
.well-global .well-global-title:after {width: 40px; background:#ff7f0b; left: 0;height: 3px;content: "";
 position: absolute; bottom: -1px;}
.post-single .post-header {margin-bottom: 2rem;}
.post-single .post-meta {color: #aaaaaa;font-size: .875rem;text-transform: uppercase;}
.post-single .post-meta a{ color: #aaaaaa;}
.comment-btn{font-size:16px;background:transparent;border:0;box-shadow:none;}

/*team section*/
.team-box {background:#fff;box-shadow:-1px 0px 5px 5px #dce1f6;}
.team-box .images img{margin-top:20px;margin-bottom:20px;height:150px;transition: all 0.3s ease 0s;
}
.team-details{background:#ff7f0b;color:#fff;}
.team-details div{padding:12px 8px;}
.team-details a{color:#fff;font-size:18px;text-decoration:none;}
/*team section*/

/*event slider start*/
.event-slider {padding:0px 35px;}
.event-slider .item {position: relative;margin: 8px;box-shadow: 0 1px 8px 0 rgba(0,0,0,.11);border-radius:5px;line-height: 20px;}
.event-slider .item .event-wrappr {padding: 15px 15px 10px 14px;font-size: 12px;background-color: #fff;transition: all .2s ease-in-out;}
.event-slider .item .event-wrappr:after{content:"";clear:both;display:block;}
.event-slider .item .event-wrappr  a {color: #000000;}
.event-slider .item .event-wrappr  a img {width: 100%;height: 180px;object-fit:cover;}
.event-slider .item .event-wrappr  div.contnt {margin-top: 20px;}
.event-slider .item .event-wrappr  div.contnt &gt; div {min-height: 55px;}
.event-slider .item  h4 {text-transform: uppercase;font-size: 14px;color: #000000;line-height: 18px;margin: 0;word-break: break-all;max-height: 37px;overflow: hidden;}
.event-slider .item  span {display: block;font-size: 12px;color: #444444;}
.event-slider .turncated {display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 100%;}

/*event slider end*/


/*carrers section*/
.content-list &gt; ul {  margin: 0px; padding: 10px 15px;}
.content-list &gt; ul &gt; li {  list-style: none;  list-style-position: inside;  display: block;
 margin: 0px; padding: 5px 18px 5px 20px;  font-size: 15px;  color: #494949;  line-height: 28px; position: relative;}
.content-list ul &gt; li:before {position: absolute;left: 0px;top: 17px;content: "";color: #F56600;
background:#ff7f0b;width: 7px;height: 7px;display: block;box-shadow: 0px 0px 1px rgba(0,0,0,0.3);}
.content-list span{color:#ff7f0b;} 

.card-header-bg{background:#ff7f0b;padding:.25rem 1.25rem;}
.card-header-bg h5 a{text-decoration:none;color:#fff;}
.card-header-bg h5 a p{font-size:11px;}
.accordion-list .card-header a[aria-expanded="false"]:after {background-position: 0px 0px;content: "\f067";font-family:FontAwesome;
position: absolute;right: 15px;bottom: 9px;}
.accordion-list .card-header a[aria-expanded="true"]:after {background-position: 0px 0px;content: "\f068";font-family:FontAwesome;
position: absolute;right: 15px;top: 13px;}
.frm_job_apply span{color:#ff7f0b;font-weight:bold;}
/*carrers section*/

/*12/03/2020*/


.category_section{background-color: transparent; position: relative;padding:20px 0px;height:auto;text-align:center;z-index:99;margin-top:-85px;}
.du-icon-box{background:#1da1f2;border-radius:10px;width:100%;height:150px;text-align:center;padding:5px;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;justify-content: center;margin:5px 5px;transition:all 0.5s;cursor:pointer;}
.du-icon-box:hover{box-shadow:0px 0px 5px rgba(0,0,0,0.1);transform:translateY(-8px);}
.du-icon-box .du-icon{width:84px;height:84px;margin:0px auto;margin-bottom:10px;}
.du-icon-box .du-icon img{max-width:84px;max-height:84px;}
.du-icon-box .du-title{color:#ffffff;font-size:16px;font-weight:400;margin-bottom:0px;}

.category_section .col-2x5:nth-child(2) .du-icon-box{background:#D9BA15;}
.category_section .col-2x5:nth-child(3) .du-icon-box{background:#ff7f0b;}
.category_section .col-2x5:nth-child(4) .du-icon-box{background:#8F00FF;}
.category_section .col-2x5:nth-child(5) .du-icon-box{background:#034B03;}

.dial-box{background:#ff7f0b;margin:1.2rem 0px;transition: all 0.5s ease;border-radius: 10px;}
.dial-box:hover{transform: translateY(-8px);box-shadow: 0 11px 45px -13px rgba(37, 39, 42, 0.57);}

.dial-img-effect {position: relative;overflow: hidden;width: 100%;background: #000000;color: #ffffff;text-align: center;box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);border-radius: 10px;}
.dial-img-effect * {-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;}
.dial-img-effect img {width: 100%;position: relative;opacity: 1;}
.dial-img-effect div {position: absolute;top: auto;left: 0;bottom: 0;right: 0;z-index: 2;}
.dial-img-effect h2 {display: inline-block;padding:7px 4px;margin: 0;font-weight: 500;font-size: 16px;}
.dial-img-effect h2 span {font-weight: 800;}
.dial-img-effect:before {height: 100%;width: 100%;top: 0;left: 0;content: '';background: linear-gradient(to top,#000000c7,#00000008);position: absolute;
-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 1;}

.dial-img-effect a {left: 0;right: 0;top: 0;bottom: 0;position: absolute;z-index: 2;}
.dial-img-effect.red {background:#564342;}
.dial-box .dial-img-effect:hover img,
.dial-img-effect.hover img {opacity: 1;-webkit-transform: scale(1.1);transform: scale(1.1);}
.row.mx--6 {margin-right: -6px;margin-left: -6px;}
.col-2x5{position: relative;width: 100%;min-height: 1px;padding-right: 6px;padding-left: 6px;}
@media (min-width: 768px){
.col-2x5 {-ms-flex: 0 0 33.3333%;flex: 0 0 33.3333%;max-width: 33.3333%;}
}
@media (min-width: 992px){
.col-2x5 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
}
@media (max-width: 767px) and (min-width: 420px){
.col-2x5 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
}
@media(max-width:575px){
.category_section{margin-top:0px;}
}
.popular-bar{margin-left:4px;margin-right:4px;color:#1da1f2;}
/*Member list*/
.member-list-page{position:relative;padding:50px 0px;}
.member-list-page .page-title{font-size:32px;margin-bottom:20px;font-weight:400;}
.side-bar{width:100%;margin-bottom:20px;top:80px;z-index:1;}
.member-list-row{margin-bottom:20px;width:100%;display: flex;flex-wrap: wrap;align-items: center;background: #fff;border:1px solid #e4e4e4;}
.member-list-row .list-img{width:200px;align-self: start;}
.member-list-row .list-img .img-thumb{height:180px;}
.member-list-row .list-img .img-thumb img{width: 100%;height: 100%;object-fit: cover;}
.member-list-row .list-content{width:calc(100% - 200px);padding:15px;}
.member-list-row .list-content .name{font-weight:400;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.member-info{padding:0px;}
.member-info li{display:block;margin-bottom:5px;}
.member-info.list-icon li{padding-left:20px;position:relative;}
.member-info.list-icon li i{position:absolute;left:0px;top:5px;font-size:18px;color:#ababab;}
.filter-row{margin-bottom:15px;}
.filter-head{position:relative;}
.filter-head h5{font-weight:400;margin-bottom:0px;padding-bottom:10px;padding-right:20px;}
.filter-head i{position:absolute;right:0px;top:4px;cursor:pointer;}
.filter-list li{display:block;padding:5px;border-bottom:1px solid #e4e4e4;line-height:1.5;}
.filter-list li a{color:#333333;}
.filter-list li a:hover{color:#ff7f0b;}
@media(max-width:575px){
.member-list-row{flex-direction: column;}
.member-list-row .list-img{align-self: center;}
.member-list-row .list-content {width: calc(100% - 0px);}
}

.pr{position:relative;}
.category-header{width:220px !important;position:absolute;left:0px;top:0px;max-height:850px;padding-right:5px !important;background: #FFFFFF;z-index: 99;--webkit-box-shadow: 0px 2px 15px 0 rgba(0,0,0,.5);--moz-box-shadow: 0px 2px 15px 0 rgba(0,0,0,.5);box-shadow: 0px 2px 15px 0 rgba(0,0,0,.5);--webkit-border-radius: 5px;--moz-border-radius: 5px;border-radius: 5px;overflow:auto;}
.category-header.inner{width:100% !important;position:relative;left:inherit;top:inherit;}
.category-list{list-style:none;padding:0px;margin:0px;position: relative;}
.category-list li{display:block;position: relative;cursor: pointer;}
.category-list &gt; li:nth-child(2n+2) {background-color: #f8f8f8;}
.category-list &gt; li:hover {box-shadow:1px 0 12px -7px rgba(0,0,0,.65);z-index:1;}
.category-list li a{display:flex;flex-wrap:wrap;padding:8px 15px;color: #4b4b4b;font-size: 15px;}
.category-list li a:hover{color: #ffffff;background-color: #ff7f0b;transform:scale(1.05);}
.category-list li a i{width:32px;height:32px;font-size:2rem;line-height:32px;text-align:center;color: #1da1f2;}
.category-list li a:hover i{color: #ffffff;}
.category-list li a span{width:calc(100% - 36px);padding-left:10px;align-self: center;}
/* .category-header+div{z-index:9999 !important;} */
.track {width: 2px;background: rgba(0, 0, 0, 0.15);margin-right: 2px;border-radius:1px;-webkit-transition: background 250ms linear;transition: background 250ms linear;}
.track.dragging {background: rgba(0, 0, 0, 0.15);}
.handle {width:2px;right: 0;background: rgba(0, 0, 0, 0.4);border-radius:1px;-webkit-transition: width 250ms;transition: width 250ms;}
.divzindex{z-index:99 !important;}
.category-nav-btn{display:none;}
@media (max-width:575px){
	.category-header-mobile{display:none;top: 32px;left: 50%;transform: translateX(-50%);}
	.category-nav-btn{display:inline-block;}
}
/* Modal Login CSS */
.modal-login {color: #636363;width: 350px;}
.modal-login .modal-content {padding: 20px;border-radius: 5px;border: none;}
.modal-login .modal-header {border-bottom: none;   position: relative;justify-content: center;}
.modal-login h4 {text-align: center;font-size: 26px;margin: 30px 0 -15px;}
.modal-login .form-control:focus {border-color: #70c5c0;}
.modal-login .form-control, .modal-login .btn {min-height: 40px;border-radius: 3px; }
.modal-login .close {position: absolute;top: -5px;right: -5px;}	
.modal-login .modal-footer {background: #ecf0f1;border-color: #dee4e7;text-align: center;justify-content: center;margin: 0 -20px -20px;border-radius: 5px;font-size: 13px;}
.modal-login .modal-footer a {color: #999;}		
.modal-login .avatar {position: absolute;margin: 0 auto;left: 0;right: 0;top: -70px;width: 95px;height: 95px;border-radius: 50%;z-index: 9;background: #1da1f2;padding: 15px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);}
.modal-login .avatar img {width: 100%;}
.modal-login.modal-dialog {margin-top: 80px;}
.modal-login .btn {color: #fff;border-radius: 4px;background: #1da1f2;text-decoration: none;transition: all 0.4s;line-height: normal;border: none;}
.modal-login .btn:hover, .modal-login .btn:focus {background: #ff7f0b;outline: none;}

.ad-slider{position:relative;}
.ad-slider .slick-list {margin:0px -10px;}
.ad-slider .item{padding:0px 10px;}
.card-profile{box-shadow: 0px 3px 10px rgba(0,0,0,0.18);}
.img-profile{width:200px;height:300px;position:relative;overflow:hidden;border:1px solid #e4e4e4;padding:5px;border-radius:5px;box-shadow:0px 0px 8px rgba(0,0,0,0.2);}
.img-profile img{width:100%;height:100%;object-fit:cover;border: 1px solid #e4e4e4;}
.img-profile .name{width:calc(100% - 10px);position:absolute;left:5px;right:5px;bottom:5px;text-align:center;background:rgba(0,0,0,0.5);color:#ffffff;padding:10px 15px;line-height:1;}

.verified-ribbon, .verified-ribbon-big{position:relative;z-index: 1;overflow:hidden;}
.verified-ribbon:before{
    content: "VERIFIED";
    font-size: 12px;
    background-color: rgb(242, 69, 1);
    color: rgb(255, 255, 255);
    position: absolute;
    top: 18px;
    left: -30px;
    width: 128px;
    padding: 1px 20px 1px;
    margin: 0;
    transform: rotate(-45deg);
    height: 24px;
    z-index: 99;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: 600;
}
.verified-ribbon-big:before{
    content: "VERIFIED";
	font-size: 17px;
	background-color: rgb(242, 69, 1);
	color: rgb(255, 255, 255);
	position: absolute;
	top: 18px;
	left: -50px;
	width: 178px;
	padding: 10px 20px 10px;
	margin: 0;
	transform: rotate(-45deg);
	height: 44px;
	z-index: 99;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
}
.verified-btn{
    font-size: 13px;
	background-color: rgb(242, 69, 1);
    color: rgb(255, 255, 255);
	font-weight: 600;
	border-radius: 10px;
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:inline-block;
	vertical-align: top;
	letter-spacing:2px;
}

/*CSS for All Package Box*/
.s03-pricing {
  display: block;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: 50px 20px;
  position: relative;
  text-align: center;
  font-size: 0px;
  width: 100%;
}
.s03-pricing-column, .s03-pricing-column *, .s03-pricing-column ::before, .s03-pricing-column ::after {
  box-sizing: border-box;
}
.s03-pricing-column {
  border: 1px solid #e4e4e4;
  background: rgb(255, 255, 255) none repeat scroll 0% 0% border-box;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 2px 0px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 260px;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  height:auto;
}
.s03-pricing-column:first-child {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.s03-pricing-column:last-child {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.s03-pricing-column.recommended {
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;
  z-index: 2;
  border-radius: 0px;
}
.s03-pricing-column.recommended::before {
  border: 2px solid transparent;
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgb(34, 52, 128), rgb(135, 87, 117)) repeat scroll 0% 0% border-box;
  content: "";
  inset: -2px;
  position: absolute;
  display: block;
  border-radius: 0px;
  z-index: -1;
}
.s03-pricing-ribbon {
  width: 115px;
  height: 115px;
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: -5px;
}
.recommended .s03-pricing-ribbon {
  top: -5px;
}
.s03-pricing-ribbon::before, .s03-pricing-ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 3px solid rgb(34, 52, 128);
}
.s03-pricing-ribbon::before {
  top: -3px;
  right: 0px;
  border-top-color: transparent;
  border-left-color: transparent;
}
.recommended .s03-pricing-ribbon::before, .recommended .s03-pricing-ribbon::after {
  border: 3px solid rgb(240, 240, 240);
}
.s03-pricing-ribbon::after {
  bottom: 0px;
  left: -3px;
  border-top-color: transparent;
  border-left-color: transparent;
}
.s03-pricing-ribbon span {
  position: absolute;
  display: block;
  width: 200px;
  padding: 4px 0px;
  background-color: rgb(34, 52, 128);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  right: -32px;
  top: 32px;
  transform: rotate(-45deg);
}
.recommended .s03-pricing-ribbon span {
  background-color: rgb(240, 240, 240);
  color: rgb(89, 103, 110);
}
.s03-pricing-header {
  display: block;
  padding: 40px 0px 0px;
}
.s03-pricing-header h1 {
  margin: 0px;
  line-height: 1;
  color: rgb(34, 52, 128);
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.recommended .s03-pricing-header h1 {
    color: rgb(255, 255, 255);
}
.s03-pricing-amount {
  display: block;
  padding: 20px;
  line-height: 1;
}
.s03-pricing-amount strong {
  color: rgb(34, 52, 128);
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: inherit;
}
.recommended .s03-pricing-amount strong, .recommended .s03-pricing-amount strong code {
  color: rgb(255, 255, 255);
}
.s03-pricing-currency {
  color: rgb(34, 52, 128);
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  bottom: 8px;
  left: -24px;
  position: absolute;
}
.s03-pricing-amount strong span {
  display: inline-block;
  line-height: inherit;
}
.recommended .s03-pricing-currency {
  color: rgb(255, 255, 255);
}
.s03-pricing-amount strong code {
  background-color: transparent;
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  font-family: inherit;
  position: absolute;
  bottom: 6px;
  border: medium none;
  padding: 0px;
  margin: 0px;
  line-height: inherit;
  word-break: normal;
}
.s03-pricing-amount strong code::before {
  content: ".";
}
.recommended .s03-pricing-amount strong, .recommended .s03-pricing-amount strong code {
  color: rgb(255, 255, 255);
}
.recommended .s03-pricing-amount strong, .recommended .s03-pricing-amount strong code {
  color: rgb(255, 255, 255);
}
.s03-pricing-frequency {
  color: rgb(34, 52, 128);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin: 0px 0px 12px;
}
.recommended .s03-pricing-frequency {
  color: rgb(255, 255, 255);
}
.s03-pricing-feature {
  display: block;
  padding: 0px 0px 15px;
  list-style: none;
  text-align: left;
  margin: 0px;
}
.s03-pricing-feature li {
  color: rgb(123, 123, 123);
  font-size: 14px;
  position: relative;
  line-height: 2.4;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.s03-pricing-feature li:nth-child(2n+1) {
}
.recommended .s03-pricing-feature li {
  color: rgb(255, 255, 255);
}
.s03-pricing-feature li span {
  font-weight: bold;
  margin-left: 5px;
}
.s03-pricing-footer {
  display: block;
  padding: 20px;
}
.s03-pricing-button {
  border: 2px solid rgb(34, 52, 128);
  background: rgb(34, 52, 128) none repeat scroll 0% 0% border-box;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.6;
  cursor: pointer;
  border-radius: 500px;
}
.s03-pricing-button:link {
  color: rgb(255, 255, 255);
}
.recommended .s03-pricing-button {
  color: rgb(34, 52, 128);
  border: 2px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255) none repeat scroll 0% 0% border-box;
}
.s03-pricing-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(34, 52, 128);
  cursor: pointer;
  text-decoration: none;
  opacity: 0.9;
}
.recommended .s03-pricing-button:hover {
  opacity: 1;
}
.package-slider .slick-prev, .package-slider .slick-next {
  background: #fff;
}
.package-slider .slick-prev.slick-disabled, .package-slider .slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.notification {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.notification .badge {
position: absolute;
top: 1px;
right: 0px;
padding: 4px 6px;
border-radius: 50%;
background: red;
color: white;
}
.left_link_button{position:fixed;top:250px;right: 0px;z-index:-1;width:55px;height:auto;z-index:101;}
.left_link_button ul{padding:0px;-webkit-transform:translate(10px, 0);-moz-transform:translate(10px, 0);-ms-transform:translate(10px, 0);-o-transform:translate(10px, 0);transform:translate(10px, 0);}
.left_link_button ul li{display:block;margin-bottom:10px;width:165px;text-align:left;padding:3px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s;}
.left_link_button ul li a{line-height:36px;display:block;position:relative;padding-left:40px;padding-right:0px;color:#ffffff;vertical-align:middle;border:2px solid #ffffff;background: #22347f;font-size:14px;}
.left_link_button ul li a:hover{background: #ff7f0b;}
.left_link_button ul li a i{position:relative;vertical-align:middle;display:inline-block;color:#ffffff;text-align:center;transition:all 0.3s ease-out 0s;}
.left_link_button ul li a:before{content:"";width:50px;height:50px;border-radius:50%;background:#22347f;left:-18px;position:absolute;top:-6px;border:2px solid #ffffff;}
.left_link_button ul li a i:before{position:absolute;display:block;font-size:24px;font-style:normal;font-weight:normal;left: -44px;top: -12px;}
.left_link_button ul li:hover{-webkit-transform:translate(-105px, 0);-moz-transform:translate(-105px, 0);-ms-transform:translate(-105px, 0);-o-transform:translate(-105px, 0);transform:translate(-105px, 0);}
.left_link_button ul li:hover i:before{color:#fff;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s;}

.flash-news{padding:15px 0px;background:#243681;margin-bottom:10px;position:relative;padding-left: 157px;}
.flash-news:before {content: attr(data-text);background: #ff7f0b;color: #fff;font-size: 1.5rem;font-weight: 600;height: 100%;position: absolute;left: 0px;top: 0px;padding: 0px 20px;display: flex;align-items: center;}
.flash-news .item{padding:0px 10px;}
.flash-news marquee{color:#ffffff;}
.flash-news a{margin:0px;display:inline-block;vertical-align:top;color:#ffffff;border-bottom:2px solid #ffffff;}
@media(max-width:575px){
.flash-news{padding-left: 0px;padding:0px 0px 15px;}
.flash-news:before {position: relative;left: 0px;top: 0px;margin-bottom:15px;}
}


.service_section .s_head_div .service_head a{color:#ff7f0b;}
.logo-color-maroon{color:#ff7f0b;}
.logo-color-blue{color:#1da1f2;}
.category-name{font-family: Redressed;color: #1da1f2;font-size:32px;letter-spacing:2px;}
.category-name2{font-family: Redressed;color: #D9BA15;font-size:32px;letter-spacing:2px;}
.category-name3{font-family: Redressed;color: #ffffff;font-size:32px;letter-spacing:2px;}
.category-name4{font-family: Redressed;color: #8F00FF;font-size:32px;letter-spacing:2px;}
.category-name5{font-family: Redressed;color: #034B03;font-size:32px;letter-spacing:2px;}
.category-punch-line{font-family: Redressed;color: #1da1f2;font-size:23px;letter-spacing:2px;margin-top: 10px;}
.category-punch-line2{font-family: Redressed;color: #D9BA15;font-size:23px;letter-spacing:2px;margin-top: 10px;}
.category-punch-line3{font-family: Redressed;color: #ffffff;font-size:23px;letter-spacing:2px;margin-top: 10px;}
.category-punch-line4{font-family: Redressed;color: #8F00FF;font-size:23px;letter-spacing:2px;margin-top: 10px;}
.category-punch-line5{font-family: Redressed;color: #034B03;font-size:23px;letter-spacing:2px;margin-top: 10px;}

/* // ## Code strat by jyoti  */
/*carrers section*/
.content-list &gt; ul {  margin: 0px; padding: 10px 15px;}
.content-list &gt; ul &gt; li {  list-style: none;  list-style-position: inside;  display: block;
 margin: 0px; padding: 5px 18px 5px 20px;  font-size: 15px;  color: #494949;  line-height: 28px; position: relative;}
.content-list ul &gt; li:before {position: absolute;left: 0px;top: 17px;content: "";color: #F56600;
background:#ff7f0b;width: 7px;height: 7px;display: block;box-shadow: 0px 0px 1px rgba(0,0,0,0.3);}
.content-list span{color:#ff7f0b;} 

.card-header-bg{background:#ff7f0b;padding:.25rem 1.25rem;}
.card-header-bg h5 a{text-decoration:none;color:#fff;}
.card-header-bg h5 a p{font-size:11px;}
.accordion-list .card-header a[aria-expanded="false"]:after {background-position: 0px 0px;content: "\f067";font-family:FontAwesome;
position: absolute;right: 15px;top: 5px;}
.accordion-list .card-header a[aria-expanded="true"]:after {background-position: 0px 0px;content: "\f068";font-family:FontAwesome;
position: absolute;right: 15px;top: 5px;}
.frm_job_apply span{color:#ff7f0b;font-weight:bold;}
/*carrers section*/

/*12/03/2020*/
.modal-backdrop {
    z-index: 10040;
}
.modal {
    z-index: 10050;
}

/* // ## Code end by jyoti  */</pre></body></html>