<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR RICh      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************



01. Imported styles
02. Global styles
03. Header styles
04. Slider styles
05. main-footer style
06. inner-banner style
07. service style
08. why-choose us style
09. call-out style
10. fac-counter style
11. testimonial style
12. address style
13. cause style
14. contact style
15. leader style
16. news-event style
17. location style
18. job style




****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/










/* ==============================
   1. Imported styles
   ==============================
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i');

@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/icomoon.css);

@import url(../css/settings.css);
@import url(../css/layers.css);
@import url(../css/navigation.css);

@import url(../css/owl.carousel.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/flexslider.css);

@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/polyglot-language-switcher.css);

@import url(../css/animate.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/menu.css);
@import url(../css/magnific-popup.css);
@import url(../css/imagehover.min.css);





/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: 'Open Sans', sans-serif;
  color:#000000;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Montserrat', sans-serif;
} 

ul {list-style-type: none;}

p {font-family: 'Open Sans', sans-serif;font-size: 15px;line-height: 23px; font-weight: 400;}
a {text-decoration: none;display: inline-block;outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {max-width: 100%;display: inline-block;}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Open Sans', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
.sec-padd {
  padding: 100px 0px;
}
.sec-padd2 {
  padding: 100px 0 60px;
}
.sec-padd3 {
  padding: 100px 0 70px;
}

.sec-padd4 {
  padding-top: 100px;
}
.sec-padd5 {
  padding: 100px 0 60px;
}
.sec-padd6 {
  padding-top: 80px;
}

.no-padd {
  padding: 0px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-35 {
  padding-bottom: 35px;
}

.list_inline li {
  display: inline-block;
}

.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}

.thm-color {
  color: #a60064;
}

.bg-style1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-style2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.border-bottom {
  border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.thm-btn {
  position: relative;
  background: #a60064;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2 {
  border: 2px solid #a60064;
  line-height: 46px;
}
.thm-btn:hover {
  background: transparent;
  color: #a60064;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn i {
  transform: rotate(-90deg);
}

.section-title {
  position: relative;
  margin-bottom: 50px;
}
.section-title h1 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: none;
}
.section-title h2 {
  position: relative;
  font-size: 32px;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: none;
}

.section-title h3 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: none;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: none;
}
.section-title h5 {
  margin-bottom: 15px;
  font-size: 12px;
}

.section-title p {
  margin-top: 30px;
}

.section-title .decor {
  position: relative;
}
.section-title .decor:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 5px;
  background-image: url(../images/icons/title-dec.png);
}
.section-title.center .decor:before {
  left: 50%;
  margin-left: -25px;
}




.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #a60064;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%;
 z-index:999999; background-color:#ffffff; background-position:center center;
  background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

/*============ social icon ===================*/

.social-icon li {
  display: inline-block;
}
.social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: .5s ease;
}
.social-icon li a:hover {
  color: #a60064;
  transition: .5s ease;
}

.owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #a8adbb;
    font-size: 22px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 30px;
    width: 40px;
    border: 1px solid #d2d6e0;
    line-height: 28px;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    border-color:#a60064;
    background-color: #a60064;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.hexagon {
  position: relative;
  width: 88px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  margin: 25px auto 50px;
  text-align: center;
  border-left: solid 2px #133676;
  background: #fff;
  border-right: solid 2px #133676;
  transition: .5s ease;
  background-position: 0% 100%;
}


.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 62px;
  height: 62px;
  background: #fff;
  -webkit-transform: scaleY(0.6) rotate(-45deg);
  -ms-transform: scaleY(0.6) rotate(-45deg);
  transform: scaleY(0.6) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hexagon:before {
  border-top: solid 3px #133676;
  border-right: solid 3px #133676;
  top: -31px;
  right: 11px;
}
.hexagon:after {
  border-bottom: solid 3px #133676;
  border-left: solid 3px #133676;
  bottom: -31px;
  right: 11px;
}

/*============= accordion ===============*/

.accordion-box {
}

.accordion {
    margin-bottom: 20px;
    position: relative;
}

.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-btn.active .left-icon {
    color: #fff;
}

.accordion .left-icon span {
    position: relative;
    top: 18px;  
}

.accordion .acc-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 30px;
    margin: 0px;
    padding-left: 90px;
    border: 1px solid #d2d6e0;
}

.accordion .acc-btn.active {
  border-bottom: 0px;
  padding-bottom: 5px;
}

.accordion .acc-btn p {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
}
.accordion .acc-btn.active p {
}

.accordion .acc-btn.pr {
    position: relative;
}

.accordion .acc-btn .img-box {
    display: none;
}
.accordion .acc-btn.active .img-box {
    display: block;
}


.accordion .acc-btn .toggle-icon {
    color: #ffffff;
    display: block;
    font-weight: 100;
    background: #a60064;
    height: 53px;
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0;
    text-align: center;
    width: 71px;
    line-height: 53px;
}
.accordion .acc-btn.active .toggle-icon {
  background: transparent;
  color: #a60064;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}


.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    border: 1px solid #d2d6e0;
    display: none;
    padding: 0px 90px 20px;
    border-top: 0px;
}

.accordion-box .accordion .acc-content.collapsed {
    display: block;

}

.accordion-box .accordion .acc-content p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
}
/*===========style-two============*/
.accordion-box.style-tow .accordion .acc-btn .toggle-icon {
    background: transparent;
    color: #a60064;
    line-height: 40px;
}

.accordion-box.style-tow .accordion .acc-btn {
    border: 0px;
    padding: 5px 30px;
    padding-left: 90px;
}

.accordion-box.style-tow .accordion {
  margin-bottom: 15px;
}


.accordion-box.style-tow .accordion .acc-content {
    border: 0px;
}

/*============= default-form ===============*/


.default-form {
  position: relative;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;
  margin-bottom: 30px;
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form p {
  margin-bottom: 6px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 50px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #eef1f5;
  padding:12px 15px;
  background: #eef1f5;
  resize: none;
  border-radius: 5px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 110px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover {
  background-color: #a60064;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #a60064;
  box-shadow: none;
}



.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #999;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

 

.default-form .bootstrap-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.default-form .g-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #848484;
  padding: 13px 15px;
  border: 1px solid #eee;
  background: #eef1f5;
  font-style: italic;
}

.default-form .bs-caret {
  display: none;
}

.default-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    top: 50px;
    transform: scaleY(0);
        transform-origin: top center;
    transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: .4s ease;
}

.default-form .dropdown-menu&gt;li&gt;a {
  padding: 8px 15px;
}

.default-form .dropdown-menu&gt;li&gt;a:focus {
    background-color: #fff;
    color: #222;
}
.default-form .dropdown-menu&gt;li&gt;a:hover {
    background-color: #a60064 !important;
    color: #fff !important;
}







/*placeholder*/

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
    color: #a60064;
    background: none;
    border: none;
    font-size: 18px;
}

/*========= search box ==========*/

.nav_side_content {
  position: relative;
  display: inline-block;
}

.nav_side_content .search_option&gt;button {
  width: 30px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  color: #000000;
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: #a60064;
    top: 43px;
}
.nav_side_content .search_option form input {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  width:100%;
  height:100%;
  background: transparent;
  color:#9e9e9e;
  border:1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
  color:#a60064;
}

/*======= gallery filter ==========*/

.post-filter {
  display: block;
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
}
.post-filter li {
  padding: 0;
}

.post-filter li span {
  color: #000000;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  display: block;
  margin-right: 16px;
  padding-bottom: 3px;
  cursor: pointer;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #a60064;
  border-color: #a60064;
  transition: .5s ease;
}

.post-filter li span i {
  font-size: 14px;
  margin-right: 5px;
}
















/* ==============================
   2. header-style
   ============================== */




.top-bar {
  border-top: 6px solid #a60064;
  position: relative;
  text-align: right;
}

.top-bar .topbar-info {
  position: relative;
  /* float: right; */
  background: #a60064;
  margin: 0 20px;
  display: inline-block;
}
.top-bar .topbar-info:after {
  position: absolute;
  content: "";
  height: 34px;
  width: 20px;
  left: -20px;
  top: 0;
}
.top-bar .topbar-info:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 20px;
  right: -20px;
  top: 0;
}

.top-bar .topbar-info p {
  color: #fff;
  font-size: 13px;
  padding: 6px 15px;
}

.top-bar .topbar-info p i{
  margin: 0 5px;
}



/*================ logo ================*/

.main-logo {
  margin: 0px 0  20px;
}

/*=============== main menu ======================*/

/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}


.mainmenu-area.stricky-fixed .main-logo {
    margin: 18px 0 20px;
}

.theme_menu {
  background: #fff;
  padding-bottom: 4px;
}

.theme_menu .border-bottom {
  border-bottom: 1px solid #b2e9fb;
}



/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #fff;
}

.main-menu {
  position: relative;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.navigation &gt; li {
  display: inline-block;
  margin: 0 22px;
}

.navigation li.active a {
  border-color: #a60064;
}
.navigation &gt; li &gt; a {
  color: #000000;
  display: block;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 30px 0px 27px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.navigation &gt; li:first-child &gt; a {
  margin-left: 0px;
}

.navigation &gt; li.dropdown &gt; a:after {
  content: "\f0dd";
  font-family: 'FontAwesome';
  position: absolute;
  right: -15px;
  top: 27px;
}


.navigation li &gt; ul &gt; li &gt; a {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 20px 0px;
  margin: 0 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}


.navigation li:last-child a {
  margin-right: 0px;
}
.navigation &gt; li:hover &gt; a {
  color: #a60064;
}

.navigation &gt; li &gt; ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #333;
  width: 230px;
  padding: 12px 0px;
  border-left: 3px solid #a60064;
  z-index: 999;
  display: none;
}

.navigation &gt; li &gt; ul &gt; li {
  position: relative;
  display: block;
}

.navigation &gt; li &gt; ul &gt; li &gt; a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  margin: 0;
  text-transform: none;
  transition: all 500ms ease 0s;
}

.navigation &gt; li &gt; ul &gt; li:hover &gt; a {
  color: #a60064;
}

/*========= third-menu ===============*/

.navigation &gt; li &gt; ul &gt; li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation &gt; li &gt; ul &gt; li.third-menu {
  position: relative;
}
.navigation &gt; li &gt; ul &gt; li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: none;
  transition: all 500ms ease 0s;
}
.navigation &gt; li &gt; ul &gt; li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation &gt; li &gt; ul &gt; li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.39);
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu &gt; li &gt; ul,
.mobile-menu &gt; li &gt; ul &gt; li &gt; ul{
  background: #333;
}

.mobile-menu &gt; li &gt; ul,
.mobile-menu &gt; li &gt; ul &gt; li &gt; ul{
  display: none;
}

.mobile-menu &gt; li &gt; a,
.mobile-menu &gt; li &gt; ul &gt; li &gt; a,
.mobile-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
  padding:10px 20px;
  line-height:22px;
  color:#ffffff;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.39);
} 

/*============ social icon ============*/

.menu-column {
  position: relative;
}

.menu-column .social-icon {
  position: absolute;
  right: 0;
  top: 34px;
}
.menu-column .social-icon li a {
  color: #000000;
}

.menu-column .social-icon li a:hover {
  color: #a60064;
}


/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p{
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box a{
  transition: all 500ms ease !important;
}


.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
  display: none;
  
}

.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;

}







/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position:relative;
  background:#000000;
  padding: 40px 0 90px;
}
.main-footer.shadow {
  box-shadow: inset 1px 4px 14px 7px rgba(0, 0, 0, 0.2);
}

.main-footer .footer-widget {
  margin-top: 50px;
}

.main-footer .section-title {
  margin-bottom: 40px;
}
.main-footer .section-title:before {
  display: none;
}
.main-footer .footer-title h4 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
}

.main-footer .footer-logo {
  margin-bottom: 14px;
  padding-top: 5px;
}




/*============ about-column =================*/

.main-footer .about-column .text{
  margin-bottom:15px;
}
.main-footer .about-column .text p {
  color: #fff;
  line-height: 28px;
}
.main-footer .about-column h5 {
  font-size: 13px;
  color: #a60064;
  font-family: 'Opean Sans', sans-serif;
  margin-bottom: 20px;
}

.main-footer .social-icon li a {
  color: #fff;
}

/*============ link-column =================*/

.main-footer .link-column li{
  position:relative;
  margin-bottom: 12px;
}

.main-footer .link-column li a{
  position:relative;
  margin-top: -5px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  transition: .5s ease;
}


.main-footer .link-column li a:hover{
  color: #a60064;
  transition: .5s ease;
}


/*============ post-column =================*/

.main-footer .post-column .post {
  position: relative;
  padding-bottom: 10px;
}
.main-footer .post-column .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main-footer .post-column .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 65px;
}

.main-footer .post-column h5 {
  position: relative;
  top: -5px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.main-footer .post-column .post-info {
  color: #a60064;
  font-size: 15px;
}



/*============ contact-column =================*/

.main-footer .contact-column{
  position:relative;
}

.main-footer .contact-column h5 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 300;
}

.main-footer .contact-column form {
  position: relative;
  margin-bottom: 18px;
}
.main-footer .contact-column input {
  background: transparent;
  border: 2px solid #ffffff;
  width: calc(100% - 120px);
  border-radius: 5px;
  color: #858fae;
  padding: 0 15px;
  line-height: 30px;
}

.main-footer .contact-column button {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #a60064;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  padding: 0 15px;
}
.main-footer .contact-column button:hover {
  background-color: transparent;
  color: #a60064;
}
.main-footer .contact-column p {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #363636;
}


.main-footer form input::-webkit-input-placeholder {
  color: #858fae;
}
.main-footer form input:-moz-placeholder {
  /* Firefox 18- */
  color: #858fae;
}
.main-footer form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #858fae;
}
.main-footer form input:-ms-input-placeholder {
  color: #858fae;
}

.main-footer .contact-column .instagram {
  margin: 0 -5px;
}

.main-footer .contact-column .instagram li {
  margin: 0 5px;
}


/************************** 
* Inner Banner styles 
***************************/
.inner-banner {
  position: relative;
  padding: 120px 0;
}

.inner-banner h1 {
  position: relative;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
}

.inner-banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.breadcrumb {
  background: #fff;
  padding: 16px 0;
  margin-bottom: 0;
}

.breadcrumb li {
  margin: 0;
  padding: 0;
  margin-right: 8px;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #a60064;
  font-family: 'Montserrat', sans-serif;
}
.breadcrumb ul li a {
  color: #000000;
  text-transform: none;
  font-size: 14px;
  transition: .3s ease;
}
.breadcrumb ul li a:hover {
  transition: .3s ease;
}

.breadcrumb ul li i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 3px;
  color: #000000;
}




/************************** 
* service styles 
***************************/


.service {
  position: relative;
}

.service .item {
  position: relative;
  margin-bottom: 40px;
}

.service .item:before {
  position: absolute;
  content: "";
  border: 1px solid #d2d6e0;
  top: 25px;
  bottom: 0px;
  left: 50px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}
.service.style-2 .item:before {
  display: none;
}
.service.style-2 .item .hexagon {
  margin-left: 0px;
}
.service .item:hover:before {
  opacity: 1;
  visibility: visible;
  transition: .5s ease;
}

.service .item:hover .hexagon:before,
.service .item:hover .hexagon:after {
  background: #a60064;
  border-color: #a60064;
  transition: .5s ease;
}

.service .item .hexagon i {
  position: relative;
  z-index: 9;
}

.service .item:hover .hexagon {
  background-color: #a60064;
  border-color: #a60064;
  color:#fff;
  background-position: 100% 100%;
  transition: .5s ease;
}

.service .item h4 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
  transition: .5s ease;
}
.service .item h4:hover {
  color: #a60064;
  transition: .5s ease;
}
.service .item p {
  position: relative;
  margin-bottom: 20px;
}

.service .item .thm-btn {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 32px;
  padding: 0 25px;
  background: #000000;
}

.service .item:hover .thm-btn {
  background: #a60064;
  color: #fff;
}


/*** 

====================================================================
  why-chooseus
====================================================================

***/

.why-chooseus{
  position:relative;
  padding-bottom: 100px;
}

.why-chooseus .single-item{
  position:relative;
  margin-bottom:30px;
}

.why-chooseus .single-item .inner-box{
  position:relative;
  overflow:hidden;
}

.why-chooseus .single-item .inner-box .image-box{
  position:relative;
}

.why-chooseus .single-item .inner-box .image-box img{
  position:relative;
  width:100%;
  display:block;
}

.why-chooseus .single-item .inner-box .image-box .caption{
  position:absolute;
  width:100%;
  left:0px;
  bottom:0px;
  color:#ffffff;
  display:block;
  font-size:20px;
  line-height: 40px;
  padding: 0px 0px 8px;
  text-align:center;
  font-weight:600;
  text-transform:none;
  font-family: 'Montserrat', sans-serif;
  background: rgba(166, 0, 100, 0.65);
  transition:all 0.8s ease;
  -moz-transition:all 0.8s ease;
  -webkit-transition:all 0.8s ease;
  -ms-transition:all 0.8s ease;
  -o-transition:all 0.8s ease;
}

.why-chooseus .single-item .inner-box .image-box .caption i {
  color: #fff;
  font-size: 36px;
  position: relative;
  margin-right: 15px;
  top: 10px;
}
.why-chooseus .single-item .inner-box .image-box .overlay-box i {
  color: #fff;
  font-size: 40px;
  position: relative;
  top: -15px;
}
.why-chooseus .single-item .inner-box .image-box .overlay-box{
  position:absolute;
  left:0px;
  top: 100%;
  bottom: 0;
  padding:40px 35px;
  width:100%;
  text-align:center;
  background: rgba(166, 0, 100, 0.65);
  transition:all 0.8s ease;
  -moz-transition:all 0.8s ease;
  -webkit-transition:all 0.8s ease;
  -ms-transition:all 0.8s ease;
  -o-transition:all 0.8s ease;
}

.why-chooseus .single-item .inner-box .image-box .overlay-box h4{
  position:relative;
  font-size:20px;
  color:#ffffff;
  margin-bottom:12px;
  font-weight:600;
  text-transform:uppercase;
}

.why-chooseus .single-item .inner-box .image-box .overlay-box .text{
  position:relative;
  color:#ffffff;
  margin-bottom: 10px;
}

.why-chooseus .single-item .inner-box .image-box .overlay-box .read-more{
  position:relative;
  color: #ffffff;
  font-size:13px;
  font-weight:700;
}

.why-chooseus .single-item .inner-box .image-box .overlay-box .read-more:before {
  content: "\f0dd";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  right: -15px;
  top: -1px;
  color: #a60064;
  transform: rotate(-90deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.why-chooseus .single-item .inner-box .image-box:hover .caption{
  bottom:-60px;
}

.why-chooseus .single-item .inner-box .image-box:hover .overlay-box{
  top: 0;
}
.why-chooseus .single-item .inner-box .overlay-box p {
  line-height: 23px;
}


.why-chooseus .owl-controls {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -40px;
    right: 0;
}


.why-chooseus .owl-dots .owl-dot {
    display: inline-block;
}
.why-chooseus .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #ff9a00;
    border-radius: 50%;
    display: block;
    background: #a60064;
    height: 10px;
    width: 10px;
    margin: 5px 3px;
    transition: .5s ease;
}
.why-chooseus .owl-dots .owl-dot.active span {
    background-color: #dbdbdb;
    width: 50px;
    border-radius: 10px;
    transition: .5s ease;
}









/*** 

====================================================================
  call-out
====================================================================

***/


.call-out {
  padding-top: 15px;
  background: #000000;
}
.call-out h2 {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 25px;
}

.call-out .thm-btn {
  margin-bottom: 10px;
}

.call-out .thm-btn:hover {
  background: #fff;
}

/*** 

====================================================================
  fact-counter
====================================================================

***/


.fact-counter {
  position: relative;
  padding: 50px 0 0;
}

.fact-counter:before {
  position: absolute;
  content: "";
  background: #000000;
  opacity: .9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fact-counter .column .hexagon {
  background: transparent;
  border-color: #fff;
  margin-bottom: 40px;
  border-width: 3px;
}

.fact-counter .column {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.fact-counter .column .count-text {
  position: relative;
  z-index: 999;
  font-size: 30px;
  font-weight: 700;
  top: -40px;
  font-family: 'Montserrat', sans-serif;  
  color: #fff;
}

.fact-counter .hexagon:before, 
.fact-counter .hexagon:after {
  background: transparent;
  border-color: #fff;
  border-width: 4px;
  right: 10px;
}

.fact-counter .column i {
  font-size: 22px;
  position: relative;
  top: -25px;
  color: #a60064;
}
.fact-counter .column h4 {
  color: #fff;
  font-size: 20px;
}



/*** 

====================================================================
  testimonial section
====================================================================

***/

.testimonial .testimonial-item {
  position: relative;
  padding: 35px 65px;
}
.testimonial.style-3 .testimonial-item {
  padding: 35px 0px;
  padding-top: 55px;
}
.testimonial .testimonial-item .content {
  position: relative;
}
.testimonial .testimonial-item .qoute {
  position: absolute;
  left: 1px;
  top: 0;
  font-size: 30px;
  color: #a60064;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.testimonial .testimonial-item .content p {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 14px;
}
.testimonial.style-3 .testimonial-item .content p {
  font-size: 15px;
}
.testimonial .testimonial-item .author .img-box {
  display: inline-block;
  padding-right: 10px;
  height: 105px;
  width: 105px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.testimonial .testimonial-item .author .title {
  display: inline-block;
  vertical-align: middle;
}

.testimonial .testimonial-item .author .title h5 {
  font-size: 16px;
}

.testimonial .testimonial-item .author .title p {
  font-style: italic;
}

.testimonial .testimonial .owl-theme .owl-nav {
    margin-top: -17px;
}


/*** 

====================================================================
  brand-logo section
====================================================================

***/

.brand-logo {
  position: relative;
}

.brand-logo .section-title {
  margin-bottom: 30px;
}

.brand-logo .partner-column {
  padding-bottom: 20px;
}

.brand-logo .owl-theme .owl-nav {
    left: -6px;
    margin-top: 59px;
}

.brand-logo .award-column {
  position: relative;
  padding-left: 70px;
  border-left: 1px solid #d5d6e9;
  padding-bottom: 20px;
}

.brand-logo .award-column li {
  margin-right: 30px;
}
.brand-logo .award-column li:last-child {
  margin-right: 0px;
}


/*** 

====================================================================
  our address section
====================================================================

***/
.our-address {
  position: relative;
}
.our-address:before {
  position: absolute;
  content: "";
  background: #000000;
  opacity: .9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.our-address .position-r {
  position: relative;
  padding-left: 90px;
}

.our-address h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.our-address .contact-info li {
  position: relative;
  padding-left: 55px;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 14px;
}
.our-address .contact-info li i {
  font-size: 26px;
  color: #a60064;
  position: absolute;
  left: 0;
  top: 5px;
}

.our-address .owl-theme .owl-nav {
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.our-address .owl-theme .owl-nav [class*=owl-] {
  border: none;
  background: transparent;
}
.our-address .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.our-address .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.practice-list {
  padding-left: 65px;
  border-left: 1px solid #979db2;
}
.practice-list li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-bottom: 18px;
  padding-left: 15px;
}
.practice-list li:last-child a {
  padding-bottom: 0px;
}
.practice-list li a:before {
    content: "\f0dd";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: -5px;
    top: -1px;
    color: #a60064;
    transform: rotate(-90deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.border {
  height: 3px;
  background-image: url(../images/icons/border.jpg);
}




/*** 

====================================================================
  default-blog section
====================================================================

***/


.default-blog {
  position: relative;
  margin-bottom: 40px;
}

.default-blog .img-box {
  position: relative;
}

.default-blog .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(166, 0, 100, 0.65);
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.default-blog .caption a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.default-blog .post-meta {
  position: relative;
  border: 1px solid #d2d6e0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #1d3b6d;
  border-top: 0px;
  padding: 15px 20px;
  box-shadow: inset 0 0 1px #eff1f4;
}

.default-blog .post-meta span {
  margin-right: 20px;
}

.default-blog .post-meta i {
  margin-right: 5px;
}

.default-blog .post-meta a {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  color: #1d3b6d;
}


/*** 

====================================================================
  company history section
====================================================================

***/

.company-history {
  position: relative;
}

.company-history h3 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  margin: 35px 0 45px;
}

.single-history {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #c2c2c2;
}

.single-history:last-child {
  border-bottom: 0px;
}

.single-history h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  margin: 27px 0 19px;
}

/*=============== default-sidebar ====================*/
.default-sidebar {
  padding-bottom: 100px;
}
.default-sidebar .list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e3e4f1;
  border-top: 5px solid #a60064;
  margin-bottom: 50px;
}

.default-sidebar .list li {
  list-style: none;
  position: relative;
  padding: 12px 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #e3e4f1;
}
.default-sidebar .list li:last-child {
  border-bottom: 0px;
}

.default-sidebar .list li.active a {
  color: #a60064;
}

.default-sidebar .list li a {
  display: block;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 700;
  line-height: 30px;
  padding-left: 54px;
  transition: all 0.5s ease;
  position: relative;
}

.default-sidebar .list li.active a,
.default-sidebar .list li a:hover {
  color: #a60064;
}

.default-sidebar .list li a:before {
    content: "\f0dd";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: 30px;
    top: 1px;
    transform: rotate(-90deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/*============== contact-info =============*/

.default-sidebar .contact-info {
  margin-bottom: 55px;
}
.default-sidebar .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #223364;
  line-height: 23px;
  margin-bottom: 17px;
}
.default-sidebar .contact-info li a {
  color: #223364;
}

.default-sidebar .contact-info li i {
  font-size: 15px;
  color: #223364;
  position: absolute;
  left: 0;
  top: 5px;
}

/*======== downloadlink ===========*/

.default-sidebar .thm-btn {
  background: #223364;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 60px;
}

.default-sidebar .thm-btn i {
  margin-right: 10px;
  transform: rotate(0deg);
}

/*========= testimonial ============*/

.testimonial-style2 .testimonial-item .content{
  position: relative;
  padding: 40px 25px;
  margin-bottom: 20px;
  border: 1px solid #d7d7d7;
}

.testimonial-style2 .testimonial-item .content {
  position: relative;
}
.testimonial-style2 .testimonial-item .qoute {
  position: absolute;
  left: 25px;
  top: 0;
  font-size: 20px;
  color: #a60064;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.testimonial-style2 .testimonial-item .author .img-box {
  display: inline-block;
  padding-right: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.testimonial-style2 .testimonial-item .author .title {
  display: inline-block;
  vertical-align: middle;
}

.testimonial-style2 .testimonial-item .author .title h5 {
  font-size: 16px;
}

.testimonial-style2 .testimonial-item .author .title p {
  font-style: italic;
  font-size: 14px;
}


.testimonial-style2 .owl-controls {
    text-align: center;
    display: block;
    position: absolute;
    bottom: -50px;
    right: 0;
}


.testimonial-style2 .owl-dots .owl-dot {
    display: inline-block;
}
.testimonial-style2 .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #ff9a00;
    border-radius: 50%;
    display: block;
    background: #a60064;
    height: 10px;
    width: 10px;
    margin: 5px 3px;
    transition: .5s ease;
}
.testimonial-style2 .owl-dots .owl-dot.active span {
    background-color: #dbdbdb;
    width: 50px;
    border-radius: 10px;
    transition: .5s ease;
}


/*** 

====================================================================
  all cause
====================================================================

***/

.all-cause{
  position:relative;
  padding-top: 70px;
}

.all-cause .single-item{
  position:relative;
  margin-bottom:30px;
}

.all-cause .single-item .inner-box{
  position:relative;
  overflow:hidden;
}

.all-cause .single-item .inner-box .image-box{
  position:relative;
}

.all-cause .single-item .inner-box .image-box img{
  position:relative;
  width:100%;
  display:block;
}



.all-cause .single-item .inner-box .image-box .overlay-box{
  position:absolute;
  left:0px;
  bottom: -100%;
  padding: 8px 35px;
  width:100%;
  text-align:center;
  background-color: rgb(32, 51, 100);
  transition:all 0.8s ease;
  -moz-transition:all 0.8s ease;
  -webkit-transition:all 0.8s ease;
  -ms-transition:all 0.8s ease;
  -o-transition:all 0.8s ease;
}

.all-cause .single-item .inner-box .image-box:hover .overlay-box{
  bottom: 0;
}
.all-cause .single-item .inner-box .image-box .overlay-box h4{
  position:relative;
  font-size:20px;
  color: #ffffff;
  font-weight:600;
  text-transform: none;
}

.all-cause .single-item .inner-box .overlay-box p {
  line-height: 23px;
  color: #fff;
}

/* single cause */


.cause-plan {
  margin-top: 45px;
  margin-bottom: 60px;
}
.cause-plan .content {
  margin-bottom: 30px;
}
.cause-plan h3 {
  font-weight: 600;
}

.cause-plan .rating {
  margin-bottom: 10px;
  margin-top: 5px;
}

.cause-information {
  border: 1px solid #d7d7d7;
}
.cause-information li {
  border-bottom: 1px solid #d7d7d7;
  padding: 16px 18px;
  font-size: 15px;
}
.cause-information li i {
  margin-right: 4px;
}
.cause-information li:last-child {
  border-bottom: 0px;
}

/*========== market plan ===========*/


.market-plan {
  padding: 60px 0 40px;
}

.market-plan h2 {
  font-weight: 700;
  margin-bottom: 45px;
}

.market-plan .img-box {
  margin-bottom: 60px;
}

.market-plan .content {
  margin-bottom: 60px;
}

.market-plan .content p {
  margin-bottom: 30px;
}

.market-plan .content ul li {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}

.market-plan .content ul li i {
  margin-right: 20px;
  color: #a60064;
}





/*** 

====================================================================
  audit and assurance
====================================================================

***/

/*========== market plan ===========*/


.market-plan2 {
  padding: 60px 0 0px;
}

.market-plan2 h2 {
  font-weight: 700;
  margin-bottom: 45px;
}

.market-plan2 .img-box {
  margin-bottom: 60px;
}

.market-plan2 .content {
  margin-bottom: 60px;
}

.market-plan2 .content p {
  margin-bottom: 30px;
}

.market-plan2 .content ul li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000000;
}

.market-plan2 .content ul li i {
  margin-right: 12px;
  color: #a60064;
}



.market-plan3 {
  margin-bottom: 80px;
}
.market-plan3 h2 {
  font-weight: 700;
  margin: 0px 0 40px;
}



/*** 

====================================================================
  contact_area
====================================================================

***/

.contact_area {
  position: relative;
}

.contact_area .contact-bg {
  background: #fff;
  padding: 60px 70px 40px;
  border-radius: 5px;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.08);
  margin-top: -785px;
  position: relative;
}

.contact-bg h1 {
  position: relative;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 44px;
}
.contact-bg p {
  color: #666;
}
.contact-bg .contact-form {
  position: relative;
}


.contact-bg .contact-info {
  margin-top: 60px;
}
.contact-bg .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 14px;
}
.contact-bg .contact-info li a {
  position: relative;
  font-size: 15px;
  color: #a60064;
  padding-left: 20px;
}
.contact-bg .contact-info li a i {
  font-size: 15px;
  margin-right: 5px;
}
.contact-bg .contact-info li i {
  font-size: 20px;
  color: #a60064;
  position: absolute;
  left: 0px;
  top: 8px;
}

.contact-bg .thm-btn {
  background: #000000;
  border-radius: 25px;
  padding: 0 50px;
}


/*** 

====================================================================
  google map Section
====================================================================

***/
.home-google-map #contact-google-map {
  width: 100%;
  height: 450px;
  margin: 180px 0 220px;
}
.home-google-map .gmnoprint {
    display: none;
}



/*** 

====================================================================
  our leader Section
====================================================================

***/

.our-leader {
  position: relative;
  margin-top: 100px;
}
.our-leader .item {
  margin-bottom: 50px;
}
.our-leader .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.our-leader .img-box .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
  transition: .5s ease;
}
.our-leader .img-box:hover .caption {
  bottom: 0%;
  transition: .5s ease;
}
.our-leader .img-box .caption li {
  width: 33.333%;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin: 0 -2px;
}
.our-leader .img-box .caption li.fb {
  background: #00529c;
}

.our-leader .img-box .caption li.twit {
  background: #00acee;
}

.our-leader .img-box .caption li.link {
  background: #0071ad;
}

.our-leader .img-box .caption li a {
  color: #fff;
  font-size: 24px;
}

.our-leader .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 5px;
}

.our-leader .content .author-title {
  font-style: italic;
  margin-bottom: 11px;
}

.our-leader .content .default-link {
    color: #000000;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 12px;
}

.our-leader .content .default-link i {
  transform: rotate(-90deg);
}

/*** 

====================================================================
  News and Events
====================================================================

***/
.news-event .inner-box {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 60px;
}

.news-event .tab-buttons {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.news-event .tab-buttons li {
  display: inline-block;
  position: relative;
  margin: 15px 2px;
  padding: 13px 47px;
  background: #e9e9e9;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
}

.news-event .tab-buttons li.active-btn {
  color: #fff;
  background: #a60064;
}

.tabs-content .tab {
  display: none;
}

.tabs-content .tab.active-tab {
  display: block;
}

.news-event .inner-box .post-meta {
  min-width: 265px;
  margin-top: 6px;
}
.news-event .inner-box .post-meta li {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  margin-right: 10px;
}

.news-event .inner-box .post-meta li i {
  margin-right: 10px;
}

.news-event .inner-box h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000000;
}

.news-event .inner-box p {
  color: #8f8f8f;
}

.news-event .table&gt;tbody&gt;tr&gt;td {
  padding: 27px 0;
}

.table-hover&gt;tbody&gt;tr:hover {
  background: #fff;
}

.news-event .event-list li {
  color: #797676;
  font-size: 14px;
  margin: 6px 0;
}

.news-event .event-list li b {
  color: #000000;
}

.news-event .event-list li i {
  margin-right: 5px;
  color: #000000;
}


/*========== news details =========*/

.news-details {
  position: relative;
}

.news-details h1 {
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
}

.news-details .post-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
}

.news-details .post-meta i {
  margin-left: 10px;
  margin-right: 4px;
}

.news-details p.quote {
  margin-bottom: 5px;
}

.news-details p {

}

.news-details p span {
  font-size: 30px;
  position: relative;
  top: 8px;
}

.news-details h3 {
  font-weight: 700;
  margin: 32px 0;
}

.news-details .img-box {
  margin-top: 35px;
}

.news-details .tag-share {
  position: relative;
  margin-top: 10px;
  padding: 30px 0;
  border-bottom: 2px solid #e9edf0;
}

.news-details .tag-share ul li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000000;
}

.news-details .tag-share ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  padding: 7px 20px;
  border-radius: 5px;
}

.news-details .tag-share ul li a:hover {
  background: #000000;
  color: #fff;
}

.news-details .tag-share a.share {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000000;
  margin-top: 6px;
}


/*=========== post pagination ==========*/

.post_pagination {
  position: relative;
  text-align: center;
}

.post_pagination li {
  display: inline-block;
}

.post_pagination li a {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin: 0 4px;
  transition: .5s ease;
}
.post_pagination li a:hover,
.post_pagination li.active a {
  color: #a60064;
  transition: .5s ease;
}


.post_pagination li a i.left {
  transform: rotate(90deg);
}
.post_pagination li a i.right {
  transform: rotate(-90deg);
}





/*======== comments ==========*/



.news-details .comments .comment {
  margin-top: 50px;
}

.news-details .comments .comment-reply {
  margin-top: 30px;
  background: #f8f9f9;
  padding: 20px 30px;
  margin-left: 62px;
}







.news-details .comments .article .author-pic {
    width: 10%;
    float: left;
}
.news-details .comments .article .details {
    width: 90%;
    float: left;
}
.news-details .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px;
}
.news-details .comments .article .author-meta &gt; div {
    display: inline-block;
}
.news-details .comments .article h4 {
    font-size: 16px;
    margin: 0;
    text-transform: none;
    color: #000;
}
.news-details .comments .article .author-meta &gt; div:last-child {
    font-size: 13px;
    color: gray;
    padding-left: 5px;
}
.news-details .comments .article p {
    font-size: 14px;
    margin-bottom: 5px;
}
.news-details .comments .article .replay {
    border: 1px solid #d0d0d0;
    width: 95px;
    height: 32px;
    position: relative;
    border-radius: 20px;
    text-align: center;
    margin: 20px 0 0;
    transition: .5s ease;
}
.news-details .comments .article .replay:hover {
  background: #000000;
  border-color: 203364;
  transition: .5s ease;
}
.news-details .comments .article .replay button {
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    border: 0;
    display: inline-block;
    outline: 0;
    z-index: 10;
    transition: .5s ease;
}

.news-details .comments .article .replay:hover button {
  color: #fff;
  transition: .5s ease;
}

.news-details .all-comment a {
  color: #000000;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 45px;
}




/*** 

====================================================================
  our location
====================================================================

***/


.company-location {
  position: relative;
}

.company-location h3.title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  padding: 50px 0 30px;
}

.company-location .img-box {
  position: relative;
  float: left;
}

.company-location .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(166, 0, 100, 0.65);
  color: #fff;
  padding: 20px 0;
  font-weight: 600;
  text-align: center;
}


.company-location .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.7);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}

.company-location .img-box:hover .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}

.company-location .overlay .content {
  position: relative;
  width: 100%;
  height: 100%;
      display: flex;
    align-items: center;
    justify-content: center;
}

.company-location .overlay a {
  position: relative;
  top: -35px;
  color: #fff;
  font-size: 30px;
}






/*** 

====================================================================
  job-list
====================================================================

***/


.job-list {
  position: relative;
}

.job-list h3 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  margin: 35px 0 20px;
}

.job-list .search-option {
  position: relative;
  padding-right: 90px;
  margin-top: 30px;
  margin-bottom: 25px;
  margin-right: 33px;
}

.job-list .search-option input {
  border: 1px solid #d7d7d7;
  line-height: 58px;
  width: calc(50% - 15px);
  margin-right: 15px;
  padding: 0 30px;
  color: #606a83;
  float: left;
}

.job-list .search-option .thm-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px;
  line-height: 60px;
}
.job-list .search-option .thm-btn i {
  transform: rotate(0deg);
}

.job-list .inner-box {
  position: relative;
}

.job-list .inner-box .icon-box {
  position: relative;
  height: 40px; 
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #a60064;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 2px;
}

.job-list .inner-box .meta-info {
  
}

.job-list .inner-box .meta-info p {
  color: #000000;
  font-size: 15px;
}

.job-list .inner-box .meta-info ul li {

}

.job-list .inner-box .meta-info ul li a {
  color: #000000;
  font-size: 13px;
  font-style: italic;
  margin-right: 15px;
  transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a:hover {
  color: #a60064;
  transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a i {
  margin-right: 5px;
}

.job-list .inner-box .link-box .thm-btn {
  line-height: 30px;
  font-size: 13px;
  padding: 0 25px;
  margin-top: 6px;
}
.job-list .inner-box .link-box .thm-btn:hover {
  background: #fff;
}
.job-list .inner-box .table-hover&gt;tbody&gt;tr&gt;td {
  border-color: #fff;
}

.job-list .inner-box .table-hover&gt;tbody&gt;tr&gt;td.link {
  max-width: 150px;
  text-align: center;
}

.job-list .inner-box .table-hover&gt;tbody&gt;tr&gt;td.icon {
  max-width: 90px;
  text-align: center;
}

.job-list .inner-box .table-hover&gt;tbody&gt;tr&gt;td.content {
  text-align: left;
}

.job-list .inner-box .table-hover&gt;tbody&gt;tr:hover&gt;td, 
.job-list .inner-box .table-hover&gt;tbody&gt;tr.active td {
  background: #000000;
  transition: .7s ease;
}

.job-list .inner-box .table-hover&gt;tbody&gt;tr:hover&gt;td .meta-info p, 
.job-list .inner-box .table-hover&gt;tbody&gt;tr.active td .meta-info p {
   color: #fff;
   transition: .7s ease;
}

.job-list .inner-box .table-hover&gt;tbody&gt;tr:hover&gt;td .meta-info ul li a, 
.job-list .inner-box .table-hover&gt;tbody&gt;tr.active td .meta-info ul li a {
   color: #fff;
   transition: .7s ease;
}

.job-list .inner-box .table-hover&gt;tbody&gt;tr td .meta-info ul li a:hover {
  color: #a60064;
}



.job-list .load-more {
  position: relative;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #000000;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin-top: 40px;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}




/*** 

====================================================================
  job-details
====================================================================

***/

.job-details .post-meta {
  position: relative;
  margin-bottom: 40px;
}

.job-details .post-meta p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}

.job-details .post-meta p i {
  margin-right: 5px;
}

.job-details h3 {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 35px 0 35px;
    border-bottom: 1px solid #d7d7d7;
}

.job-details .list-style-5 {
  position: relative;
}

.job-details .list-style-5 li {
  position: relative;
  margin-top: 20px;
  font-size: 15px;
  color: #000000;
}


.job-details .list-style-5 li i {
  color: #a60064;
  margin-right: 10px;
}




/* end .roundedTwo */

.check-item li {
  display: inline-block;
  margin-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}

.check-item input#roundedTwo {
  display: inline-block;
  margin-right: 10px;
}

.pop_up{
  background-color: rgba(0, 0, 0, 0.5);.
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.pop_up .pop_up_win{
  background: url(../images/bg-form.png);
  font-weight: normal;
  color: #fff;
  width: 340px;
  height: 341px;
  padding-top: 20px;
  position: relative;
  margin: auto;
  margin-top: 180px;
  -webkit-transition: transform 0.5s;
     -moz-transition: transform 0.5s;
      -ms-transition: transform 0.5s;
       -o-transition: transform 0.5s;
          transition: transform 0.5s;
  -webkit-transform: translateY(-800px);
     -moz-transform: translateY(-800px);
      -ms-transform: translateY(-800px);
       -o-transform: translateY(-800px);
          transform: translateY(-800px);
}

.pop_up .pop_up_win .pp_title{
  text-align: center;
  font-size: 17px;
}

.pop_up .pop_up_win input{

  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 3px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0px;
  width: 285px;
  height: 55px;
  font-size: 18px;
  border-radius: 3px;
  margin: auto;
  margin-top: 15px;
}
#send_order_btn{
      display: table;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
        background: url(../images/bg-btn3.png) center center no-repeat;
    width: 285px;
    min-height: 59px;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: center;
    margin: auto;
    margin-top: 21px;
}
#send_order_btn:hover{
  background: url(../images/bg-btn4.png) center center no-repeat;
}
.pop_up .pop_up_close{
  font-weight: bold;
  font-size: 31px;
  color: #fff;
  position: absolute;
  top: -46px;
  right: -36px;
  cursor: pointer;
}
.main-footer .contact-column button{
      margin-top: 104px;
}
.thm-btn{
  cursor: pointer;
}
.social-icon li a{
      margin-right: 7px;
}
.sel_lang{
  position: absolute;
  top: 36px;
  right: 53px;
  font-size: 13px;
  cursor: pointer;
}
#sel_lang_list{
  display: none;
}
.sel_lang &gt; li {
  position: relative;
}
.sel_lang &gt; li &gt; ul{
  position: absolute;
  margin-top: -30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: margin-top 0.5s, opacity 0.6s;
     -moz-transition: margin-top 0.5s, opacity 0.6s;
      -ms-transition: margin-top 0.5s, opacity 0.6s;
       -o-transition: margin-top 0.5s, opacity 0.6s;
          transition: margin-top 0.5s, opacity 0.6s;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 97px;
  z-index: 9999;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.43);
}

#sel_lang_list:checked + label + ul {
  margin-top: 25px;
  pointer-events: auto;
  opacity: 1;
}
#sel_lang_list + label{
  cursor: pointer;
}
.s_lang_item{
  padding: 6px 0px;
  cursor: pointer;
}

.sel_lang{
      position: absolute;
    top: 35px;
    color: #a60064;
    right: 73px;
    font-size: 13px;
    cursor: pointer;
}

.sel_lang &gt; li &gt; ul{
      background-color: #a60064;
      padding: 5px 13px;
      width: 130px;
      right: -3px;
}
#sel_lang_list:checked + label + ul{
  margin-top: 27px;
}
.sel_lang &gt; li &gt; img{
  width: 10px;
  margin-left: 5px;
  height: 8px;
      margin-top: -2px;
}
.sel_lang &gt; li &gt; ul{
  width: auto;
  display: table;
      right: -3px;
      -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.18);
              box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.18);
          background-color: #ffffff;
}</pre></body></html>