<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.zika-anchor {
  font-weight: bold;
  text-decoration: underline;
}
.acceptance-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 30px;
    font-size: 16px;
line-height: 16px;
}

.web3d{
  color: #fff;
  font-size: 16px;
  margin: auto;
  display: block;
  text-align: center;
}
.web3d img{
  margin: -3px 6px 0 0;
}

#wpcf7-f891-o1 .wpcf7-list-item {
  margin: 0;
}

.banner-area .wpcf7-form {
  max-width: 393px !important;
}

#wpcf7-f793-o1 .acceptance-wrap, #wpcf7-f793-o2 .acceptance-wrap {
    color:white !important;
}

.acceptance-wrap .wpcf7-list-item-label {
  text-align: justify;
  display: block;
  direction: rtl;

}

.acceptance-wrap .checkbox-input.ui-checkboxradio.ui-helper-hidden-accessible {
  height: 20px !important;
  min-width: 30px !important;
  width: 30px;
  float: right;
}


/*****-----*****-----*****-----*****
    Imported CSS
*****-----*****-----*****-----*****/
@import"together.css";


/*****-----*****-----*****-----*****
    General CSS 
*****-----*****-----*****-----*****/

body {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    padding-right: 0 !important;
}

@media (min-width: 768px){
.wpcf7 input[type="email"]{
    max-width: 394px;
width: 100%;
}
    
}

@media (max-width: 768px){
#wpcf7-f793-o2 {
  margin-top: 60px;
}
    
}



/* Custom Container */
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}




/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Assistant', sans-serif;
    color: #8b0000;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*img {
    width: 100%;
    max-width: 100%;
    height: auto;
}*/


/* Form CSS */
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #000000 !important;
}
::-moz-placeholder {
    color: #000000 !important;
}
::-o-placeholder {
    color: #000000 !important;
}
:-ms-input-placeholder {
    color: #000000 !important;
}
input:-moz-placeholder {
    color: #000000 !important;
}

.form-col .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.form-col .form-control::-moz-placeholder {
    color: #ffffff !important;
}
.form-col .form-control::-o-placeholder {
    color: #ffffff !important;
}
.form-col .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}
.form-col .form-control input:-moz-placeholder {
    color: #ffffff !important;
}




/* Default Section CSS */
section {
    position: relative;
}

/* Btn CSS */
.theme-btn {
    font-size: 20px;
    line-height: 46px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 35px;
    margin: 0 8px;
    background: #8B0000;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.theme-btn:hover {
    color: #ffffff;
    background: #8B0000;
    border-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.theme-btn-white {
  border-color: #8B0000;
}
.theme-btn-white:hover {
  border-color: #8B0000;
}
.btn-transparent {
    color: #8B0000;
    border: 1px solid #8B0000;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-transparent:hover {
  color: #8B0000;
  background: transparent;
  border: 1px solid #8B0000;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
.theme-btn img {
    margin-left: 10px;
    margin-top: -5px;
}




/* Background Over Layer CSS */
.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}



/* scrollup css start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 100px !important;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: " ";
    position: fixed;
    right: 280px;
    bottom: -10px;
    color: #ffffff;
    height: 115px;
    width: 55px;
    background-image: url(../images/goto-top.png);
    background-position: center;
    background-size: cover;
    padding-top: 10px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#dyscrollup-btn:hover:before {
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/* Section Title CSS */
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title h1 {
    font-size: 55px;
    margin-bottom: 10px;
}
.section-title p {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
}
.section-title p span {
    font-weight: bold;
}
.section-title .theme-btn {
  margin-bottom: 10px;
}



/*****-----*****-----*****-----*****
    Header CSS
*****-----*****-----*****-----*****/
.main-herader {
    /*position: fixed;
    z-index: 999;*/
    width: 100%;
    background: #fafafa;
    /*border-bottom: 1px solid #dddddd;*/
}



/* Navbar CSS start */
.navbar {
    padding: 0;
}
.header-navbar {
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-navbar .navbar-brand {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    z-index: 9;
    background: transparent;
    padding: 0;
    margin-left: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.header-navbar .navbar-brand img {
    width: 260px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-navbar .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.header-navbar .navbar-default .navbar-collapse, 
.header-navbar .navbar-default .navbar-form {
    border: none;
}





.menu-container {
  width: 100%;
  direction: rtl;
}
.menu-container .manu {
  
}

.menu-container .manu ul li {
  background-color: transparent;
  border: none;
  float: right;
}

.menu-container .manu ul li a {
  width: 200px;
  position: relative;
  display: block;
  padding: 22px 5px;
  color: #8b0000;
  font-size: 20px;
  text-align: center;
  border-right: 1px solid #CFCFCF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-container .manu ul li a:hover { 
    color: #ffffff; 
    background: #8b0000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*my css */
nav.manus li a {
    position: relative;
}

.menu-contain .manus ul li.menu-icon-1 a:hover::before,.menu-contain .manus ul li.menu-icon-home.active a::before {
  background: url(../images/menu-icon-home-w.png);
  background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-1 a:before {
    content: "";
    position: absolute;
    right: -50px;
    top: 10px;
    z-index: 0;
    width: 40px;
    height: 30px;
    background: url(../images/menu-icon-1.png);
    background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-1 a:hover::before,.menu-contain .manus ul li.menu-icon-1.active a::before {
  background: url(../images/menu-icon-1-w.png);
  background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-2 a:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    z-index: 0;
    width: 22px;
    height: 30px;
    background: url(../images/menu-icon-2.png);
    background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-2 a:hover::before,.menu-contain .manus ul li.menu-icon-2.active a::before {
  background: url(../images/menu-icon-2-w.png);
  background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-3 a:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    z-index: 0;
    width: 25px;
    height: 30px;
    background: url(../images/menu-icon-3.png);
    background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-3 a:hover::before,.menu-contain .manus ul li.menu-icon-3.active a::before {
  background: url(../images/menu-icon-3-w.png);
  background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-4 a:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    z-index: 0;
    width: 22px;
    height: 30px;
    background: url(../images/menu-icon-4.png);
    background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-4 a:hover::before,.menu-contain .manus ul li.menu-icon-4.active a::before {
  background: url(../images/menu-icon-4-w.png);
  background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-5 a:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    z-index: 0;
    width: 23px;
    height: 30px;
    background: url(../images/menu-icon-5.png);
    background-repeat: no-repeat;
}
.menu-contain .manus ul li.menu-icon-5 a:hover::before,.menu-contain .manus ul li.menu-icon-5.active a::before {
  background: url(../images/menu-icon-5-w.png);
  background-repeat: no-repeat;
}
/* my css end */

.menu-container .manu ul li.menu-icon-1 a {
    padding-right: 50px;
}
.menu-container .manu ul li.menu-icon-1 a:before {
    content: "";
    position: absolute;
    right: 53px;
    top: 25px;
    z-index: 0;
    width: 40px;
    height: 30px;
    background: url(../images/menu-icon-1.png);
    background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-1 a:hover::before {
  background: url(../images/menu-icon-1-w.png);
  background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-2 a {
  padding-right: 15px;
}
.menu-container .manu ul li.menu-icon-2 a:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 0;
    width: 22px;
    height: 30px;
    background: url(../images/menu-icon-2.png);
    background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-2 a:hover::before {
  background: url(../images/menu-icon-2-w.png);
  background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-3 a {
   padding-right: 35px;
}
.menu-container .manu ul li.menu-icon-3 a:before {
    content: "";
    position: absolute;
    right: 40px;
    top: 25px;
    z-index: 0;
    width: 25px;
    height: 30px;
    background: url(../images/menu-icon-3.png);
    background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-3 a:hover::before {
  background: url(../images/menu-icon-3-w.png);
  background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-4 a {
  padding-right: 30px;
}
.menu-container .manu ul li.menu-icon-4 a:before {
    content: "";
    position: absolute;
    right: 40px;
    top: 25px;
    z-index: 0;
    width: 22px;
    height: 30px;
    background: url(../images/menu-icon-4.png);
    background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-4 a:hover::before {
  background: url(../images/menu-icon-4-w.png);
  background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-5 a {
  padding-right: 34px;
}
.menu-container .manu ul li.menu-icon-5 a:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 25px;
    z-index: 0;
    width: 23px;
    height: 30px;
    background: url(../images/menu-icon-5.png);
    background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-5 a:hover::before {
  background: url(../images/menu-icon-5-w.png);
  background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-6 a:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 25px;
    z-index: 0;
    width: 23px;
    height: 30px;
    background: url(../images/menu-icon-6.png);
    background-repeat: no-repeat;
}
.menu-container .manu ul li.menu-icon-6 a:hover::before {
    background: url(../images/menu-icon-6-w.png);
    background-repeat: no-repeat;
}

.menu-container .manu ul li a span {
  line-height: 0px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-container .manu ul li a:hover span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
span.drop_down_icon {
  color: #000000;
  position: absolute;
  margin-top: 15px;
  margin-right: 0px;
}
.menu-container .manu ul li .have_dropdown {
  background-color: #820000;
  -webkit-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  -moz-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  -ms-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  -o-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  position: absolute;
  display: none;
  top: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
/*.have_dropdown {
    display: block !important;
}*/
.menu-container .manu ul li .have_dropdown li {
  width: 25%;
  float: none;
}
.menu-container .manu ul li .have_dropdown_n_style {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0;
  display: none;
  width: 100%;
  -webkit-box-shadow: inset 0px 12px 8px -10px #000000;
  box-shadow: inset 0px 12px 8px -10px #000000;
  /*display: block !important;*/
}
.menu-container .manu ul li .have_dropdown_n_style:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #820000;
    -webkit-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  -moz-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  -ms-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  -o-background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
  background-image: linear-gradient(to right, #8b0000, #810001, #760001, #6c0001, #620000);
}
/*.have_dropdown_n_style {
    display: block !important;
}*/
.menu-container .manu ul li .have_dropdown_n_style li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 20px;
  margin: 0;
}
.menu-container .manu ul li .have_dropdown_n_style li a:hover { 
  
}
.menu-container .manu ul li .have_dropdown_n_style li ul li a {
  color: #ffffff;
  border-bottom: none;
  font-size: 16px;
  font-weight: normal;
}
.menu-container .manu ul li .have_dropdown_n_style li ul li a:hover {
  color: #989898;
  text-decoration: none;
}
.menu-container .manu ul li .have_dropdown_n_style li {
  width: 20%;
  text-align: center;
}
.menu-container .manu ul li .have_dropdown_n_style { 
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px; 
}
.menu-container .manu ul li .have_dropdown li {
    width: 100%;
}
.menu-container .manu ul li .have_dropdown li a {
  width: 215px;
  margin: 0 auto;
  text-align: center;
  float: none;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 10px;
  font-weight: normal;
  border: none;
}
.menu-container .manu ul li .have_dropdown li a:before {
  background: none !important;
}
.menu-container .manu ul li .have_dropdown li a:before:hover {
  background: none !important;
}
.menu-container .manu ul li .have_dropdown li a:hover {
  color: #989898;
}
.menu-container .manu ul li .have_dropdown li ul li { 
   display: none; 
}
.menu-container .manu ul li .have_dropdown_n_style li ul li {
  background-color: transparent;
  height: auto;
  float: none;
  display: block;
  width: 100%;
}
.nav_menu_toggler_icon {
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 2.3%;
  background: none;
  color: #fff;
  font-size: 25px;
  z-index: 9999999;
  display: none;
  border: none;
}
.nav_menu_toggler_icon span {
  padding: 2px 7px;
  border-radius: 8px;
}
.nav_menu_toggler_icon:active { 
    color: #ddd; 
}
.container_help {
  text-align: center;
  margin-top: 40vh;
}
.container_help h2 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
button:focus {
  outline: none !important;
}
.menu-left-col {
  border-right: 1px solid #CFCFCF;
  height: 100%;
  text-align: left;
  margin-right: -4px;
}
.menu-left-col .lan {
  float: right;
  width: 225px;
  text-align: center;
  padding-top: 20px;
  padding-right: 60px;
}
.menu-left-col .lan a {
  color: #8B0000;
}
.menu-left-col ul li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #CFCFCF;
  margin-left: -4px;
}
.menu-left-col ul li:last-child {
  border-left: 1px solid #CFCFCF;
}
.menu-left-col ul li a  {
  width: 75px;
  height: 70px;
  display: block;
}
.menu-left-col ul li a i {
  font-size: 28px;
  line-height: 70px;
  color: #8B0000;
  /*padding: 18px 20px;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-left-col ul li:hover i {
  color: #ffffff;
}
.menu-left-col ul li:hover {
  background: #8B0000;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}






/* Header Animation */
.sticky {
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.4);
}
.header-navbar.sticky .navbar-brand {
  top: 0;
}

/* Header Two */
.main-herader-two {
  background: #fafafa;
}
.main-herader-two .top-row .input-group .form-control {
  background: #fafafa;
}
.main-herader-two .header-navbar .navbar-brand img {
  background: transparent;
}
.main-herader-two .header-navbar.sticky .navbar-brand img {
  background: #ffffff;
}
.top-discribe {
  
}



/*****-----*****-----*****-----*****
    Banner CSS
*****-----*****-----*****-----*****/
.banner-area {
    padding: 240px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.banner-col h2 {
  color: #000000;
  font-size: 43px;
  line-height: 43px;
  font-weight: normal;
}
.banner-col h1 {
  color: #000000;
  font-size: 43px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 30px;
}
.man-img {
  position: absolute;
  right: 18%;
  bottom: 0;
  z-index: 1;
}
.banner-area .banner-col .theme-btn {
  width: 290px;
  height: 60px;
  position: relative;
  font-size: 30px;
  line-height: 55px;
}
.banner-area .banner-col .theme-btn:before, 
.banner-area .banner-col .theme-btn:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.banner-area .banner-col:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}





/*****-----*****-----*****-----*****
    Service CSS
*****-----*****-----*****-----*****/
.service-area {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.service-area .section-title {
  margin-bottom: 80px;
}
.service-area .section-title h1 {
  font-size: 45px;
  line-height: 45px;
}
.service-col {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 10px 35px;
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.6);
  box-shadow: 2px 0 5px rgba(0,0,0,0.6);
}
.service-col img {
  height: 110px !important;
  width: auto !important;
  margin: 0 auto;
  margin-bottom: 35px;
}
.service-col p {
  font-size: 24px;
}
.item {
  padding: 10px;
}



/*****-----*****-----*****-----*****
    About CSS
*****-----*****-----*****-----*****/
.about-area {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-col {
  text-align: center;
  padding-right: 190px;
}
.about-col .section-title h1 {
  color: #ffffff;
}
.about-col p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}




/*****-----*****-----*****-----*****
    Banner Two CSS
*****-----*****-----*****-----*****/
.banner-two-area {
  padding: 175px 0 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-two-col {
  text-align: center;
}
.banner-two-col h2 {
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 90px;
}
.my-logo-mobile {
  width: 0;
  height: 0;
  opacity: 0;
}



/*****-----*****-----*****-----*****
    Features CSS
*****-----*****-----*****-----*****/
.features-area {
  padding: 155px 0 135px;
  overflow: hidden;
}
.features-col {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 65px 15px 35px;
  text-align: center;
  background: #F3F3F3;
  border: 1px solid #BC7272;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col:hover {
  background: #8B0000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col .features-icon {
  width: 100px;
  height: 100px;
  background: #F3F3F3;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
  box-shadow: 0 2px 8px rgba(0,0,0,0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col:hover .features-icon {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col .features-icon img {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  margin-top: 18px;
}
.features-col h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding: 0 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #515151;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col:hover h2 {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col p {
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col:hover p {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-btn {
  position: relative;
}
.my-btn .btn-primary {
  font-size: 20px;
  color: #000000;
  width: 180px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #515151;
}
.my-btn  .btn-primary i {
  margin-left: 15px;
}
.features-third-col .features-icon img {
  width: auto;
  height: auto;
  margin-top: 8px;
}
.features-third-col h2 {
  padding: 0 70px;
  padding-bottom: 20px;
}



/*****-----*****-----*****-----*****
    About Two CSS
*****-----*****-----*****-----*****/
.about-two-area {
  padding: 120px 0 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.about-two-col h1 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 0;
}
.about-two-col h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.about-two-img {
  position: absolute;
  left: 13%;
  bottom: 0;
}


/*****-----*****-----*****-----*****
    About Three CSS
*****-----*****-----*****-----*****/
.about-three-area {
  padding: 105px 0 125px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about-three-col {
  text-align: center;
  padding-right: 190px;
}
.about-three-col h1 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 35px;
}
.about-three-col h1 span {
  font-weight: normal;
}
.about-three-col p {
  font-size: 18px;
}


/*****-----*****-----*****-----*****
    About Four CSS
*****-----*****-----*****-----*****/
.about-four-area {
  padding: 90px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about-four-col {
  padding-left: 190px;
  text-align: center;
}
.about-four-col .section-title {
  margin-bottom: 45px;
}
.about-four-col .section-title h1 {
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 0;
}
.about-four-col p {
  color: #ffffff;
  font-size: 18px;
}


/*****-----*****-----*****-----*****
    Page Title CSS
*****-----*****-----*****-----*****/
.page-title-area {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-title-col {
  text-align: center;
}
.page-title-col h1 {
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 0;
}



/*****-----*****-----*****-----*****
    Management CSS
*****-----*****-----*****-----*****/
.management-area {
  padding: 60px 0 0;
}
.management-col h3 {
  font-size: 24px;
  line-height: 28px;
}
.management-col p {
  font-size: 18px;
  margin-bottom: 25px;
}
.management-col img {
  display: block;
  margin: 0 auto;
}



/*****-----*****-----*****-----*****
    Advantage CSS
*****-----*****-----*****-----*****/
.advantage-area {
  padding: 120px 0 120px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
}
.advantage-col {
  text-align: center;
}
.advantage-col h1 {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 70px;
}
.advantage-box {
  padding: 0 40px;
  margin-bottom: 90px;
}
.advantage-box img {
  margin-bottom: 20px;
}
.advantage-box h4 {
  color: #ffffff;
}
.advantage-box p {
  color: #ffffff;
  font-size: 18px;
}
.advantage-btn-col {
  text-align: center;
}
.advantage-btn-col .theme-btn {
  width: 290px;
  height: 52px;
  color: #8B0000;
  font-size: 30px;
  background: #ffffff;
  border-color: #8B0000;
}


/*****-----*****-----*****-----*****
    Advice CSS
*****-----*****-----*****-----*****/
.advice-area {
  padding: 60px 0 150px;
}
.advice-col h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}
.advice-col p {
  margin-bottom: 20px;
}
.advice-area-two {
  padding-bottom: 0;
}
.boss-img {
  text-align: center;
  display: block;
  margin: 0 auto;
}



/*****-----*****-----*****-----*****
    Advantages CSS
*****-----*****-----*****-----*****/
.advantages-area {
  padding: 120px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.meeting-img {
  position: absolute;
  top: -125px;
  left: 10%;
  z-index: 0;
}
.advantages-area h1 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 80px;
  text-align: center;
}
.advantages-col {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 85px;
}
.advantages-col img {
  margin-bottom: 15px;
}
.advantages-col h4 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
.advantages-col p {
  color: #ffffff;
  font-size: 18px;
}
.advantages-col .theme-btn {

}
.advantages-col .theme-btn {
    width: 290px;
    height: 52px;
    color: #8B0000;
    font-size: 30px;
    background: #ffffff;
    border-color: #8B0000;
}


.advantages-area-two {
  padding-top: 90px;
}
.advantages-area-two .meeting-img {
  display: none;
}



/*****-----*****-----*****-----*****
    Contact CSS
*****-----*****-----*****-----*****/
.contact-area {
  padding: 100px 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.contact-col {
  margin-bottom: 50px;
}
.contact-col h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
    color: #ffffff;
}
.contact-col h1 span {
  color: #ffffff;
}
.contact-col ul li {
  position: relative;
  padding-right: 55px;
  margin-bottom: 35px;
}
.contact-col ul li p {
  font-size: 20px;
  position: relative;
  top: -3px;
}
.contact-col ul li p span {
  /*font-weight: bold;*/
}
.contact-col ul li img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.mail-img {
  position: absolute;
  top: 100px;
  left: 50%;
}
.form-col {
  padding: 0 170px 0 30px;
}
.form-col .form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  margin-bottom: 40px;
}
.form-col .theme-btn {
  color: #8B0000;
  width: 160px;
  height: 55px;
  background: #ffffff;
  font-size: 24px;
  float: left;
  margin: 25px 0 0 0;
}
.dis-block-480 {
  display: none;
}




/*****-----*****-----*****-----*****
    Footer CSS
*****-----*****-----*****-----*****/
.footer-area {
  background: #000000;
  padding: 28px 0 0;
}
.footer-top-col {
  position: relative;
  padding-right: 300px;
}
.footer-top-col .my-footer-logo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}
.row-one {
  padding-top: 15px;
  border-bottom: 2px solid #8B0000;
  padding-bottom: 20px;
}
.contact-info-list {
  float: right;
}
.contact-info-list li {
  display: inline-block;
  color: #ffffff;
  margin-left: 40px;
  font-size: 18px;
}
.contact-info-list li img {
  margin-left: 5px;
}
.my-social-links {
  float: left;
}
.my-social-links li {
  display: inline-block;
  margin-right: 8px;
}
.row-two {
  padding-top: 20px;
}
.row-two ul li {
  display: inline-block;
  margin-left: 125px;
}
.row-two ul li a {
  font-size: 18px;
  color: #ffffff;
}




.footer-discribe {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 2px solid #8B0000;
}
.footer-discribe-col p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
	    max-width: 1163px;
    margin: 0 auto;
}
.copy-right {
  padding: 20px 0;
}
.copy-right-col {
  text-align: center;
}
.copy-right-col p {
  color: #ffffff;
}
.copy-right-col img {
  margin-right: 10px;
}


/* Footer Info Row CSS*/
.footer-info-row {
  padding-bottom: 10px;
}
.my-footer-logo-col p {
  color: #ffffff;
  margin-bottom: 10px;
}
.my-info-col {
  position: relative;
  padding-right: 50px;
}
.my-info-col img {
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 0;
}
.my-info-col p {
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
}
.my-info-row {
  padding: 0 180px;
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #8B0000;
}



@media(max-width:800px){
  #myHeader {
    position: fixed;
  }

	section.banner-area.background-image &gt; div.container-fluid {
	margin-top: 65px;
	}
	
	section:first-of-type &gt; div:first-of-type {margin-top:60px!important;}
}</pre></body></html>