

/* ------------------------------------------------
TYPOGRAPHY
--------------------------------------------------- */
/*-------- Typography CSS Start --------*/
body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color: #000;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 72px;
}

h2 {
  font-size: 36px;
  line-height: 54px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 27px;
}

h5 {
  font-size: 14px;
  line-height: 21px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}



.typography-elements .blog-post-wrapper {
  margin-bottom: 20px;
}

.typography-elements .counter-block {
  background: #666;
  padding: 50px 5px;
  margin-bottom: 30px;
}

.typography-elements img {
  width: 100%;
}

/*-------- Typography CSS End -----------*/

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
  color: #b72025;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: #b72025;
  text-decoration: none;
}


/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
  max-width: 100%;
}

hr {
  border-top: 1px solid #ebebeb;
}

/*global margin/padding classes*/

.separetor {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d7e2e8;
}

address {
  line-height: 24px;
}

.page-header-wrap {
  padding-bottom: 0;
  margin: 40px 0 30px;
  border-bottom: 0;
}

.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}

.page-header h1 {
  line-height: 54px;
}


/* ----------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb a,
.breadcrumb>.active {
  color: #fff;
}

.breadcrumb a:hover {
  color: #65d3e3;
  text-decoration: none;
}

.breadcrumb.separator-arrow>li+li:before {
  padding: 0 8px;
  font-family: "FontAwesome";
  content: '\f105';
}

/* ----------------------------------------------------------------
Bootstrap Modal
-------------------------------------------------------------------*/
.modal-open {
  padding-right: 0 !important;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  position: relative;
  border: 0;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: transparent;
  padding: 10px;
  text-shadow: none;
  opacity: .2;
}

.modal-header .close:hover {
  opacity: 1;
}

label {
  font-weight: 300;
  color: #080808;
}

.close {
  color: #000;
}

/* ------------------------------------------------------------------
GLOBAL BUTTON STYLE
--------------------------------------------------------------------- */
/*common style for all btn*/

button:focus {
  outline: none !important;
}

.btn {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 44px;
  border-radius: 30px;
  font-weight: 300;
}


/*btn-primary*/
.btn-primary {
  color: #fff;
  background-color: #b72025;
  border-color: transparent;
}

.btn-primary:hover, 
.active.btn-primary, 
.btn-primary:focus {
  background-color: #c54246;
  border-color: transparent;
}

.btn:focus, 
.btn:active:focus {
  outline: none;
}

.btn-lg {
  padding: 15px 50px !important;
}

.btn-primary.readmore {
  color: #fff;
  border-color: transparent;
  height: 35px;
  width: 160px;
  font-size: 14px;
  line-height: 24px;
  padding: 4px;
  border-radius: 30px;
}


/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*List check-square*/
ul.check-square li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check-square li::before {
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #65d3e3;
}

/*List check-square-o*/
ul.check-square-o li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check-square-o li::before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #65d3e3;
}

/*List check*/
ul.check li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #65d3e3;
}

/*List check-circle*/
ul.check-circle li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check-circle li::before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #65d3e3;
}

.sticky-container {
  width: 100%;
}

/*iframe*/

iframe {
  width: 100%;
  min-height: 350px;
}

iframe.audio {
  min-height: 100px;
}

/* ----------------------------------------------------------------
Form Style
-------------------------------------------------------------------*/
.form-control {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  height: 46px;
  border-bottom: 1px solid #C3CFD8;
  background: transparent;
}

.form-control:focus {
  border-color: #65d3e3;
  box-shadow: none;
}

/* --------------------------------------------------
List-group-item
----------------------------------------------------- */
a.list-group-item {
  color: #7b8a97;
}

.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
  background-color: #65d3e3;
  border-color: #65d3e3;
}


/* --------------------------------------------------
CAROUSEL
----------------------------------------------------- */

a.left.carousel-control,
a.right.carousel-control {
  background: none;
}

a.left.carousel-control {
  left: 100px;
}

a.right.carousel-control {
  right: 100px;
}

.carousel:hover a.left.carousel-control {
  left: 30px;
}

.carousel:hover a.right.carousel-control {
  right: 30px;
}

a.carousel-control {
  top: 45%;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  opacity: 0;
}

.carousel:hover a.carousel-control {
  opacity: 1;
}

a.carousel-control i {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    color: #b72025;
    display: block;
    z-index: 5;
    padding: 0px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    text-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

a.carousel-control i:hover {
  background: #FFFFFF;
  text-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* --------------------------------------------------
TAB
----------------------------------------------------- */

.nav-tabs {
  border-bottom: 0 #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.widget .nav-tabs>li>a,
.widget .nav-tabs>li>a {
  border: 0;
  padding: 10px 15px;
  color: #9197A8;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.widget .nav-tabs>li.active>a, 
.widget .nav-tabs>li.active>a:hover, 
.widget .nav-tabs>li.active>a:focus {
  cursor: default;
  background-color: #252525;
  border: 0;
  color: #fff!important;
}

.widget .nav-tabs>li>a:hover, 
.widget .nav-tabs>li>a:focus ,
.widget .nav-tabs>li>a:hover, 
.widget .nav-tabs>li>a:focus {
  background-color: #252525;
  color: #fff;
}

.widget .tab-content {
  background-color: #252525;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 20px;
}

.widget .tab-content li {
  margin-top: 15px;
  padding-bottom: 15px;
}

.widget .tab-content li a:hover,
.widget .tab-content li a:hover {
  color: #bababa;
}

.widget .tab-content li:last-child {
  border-bottom: 0;
}

.widget .tab-content li a {
  font-size: 14px;
  line-height: 24px;
  color: #7b8a97;
}

.widget .tab-post-heading h3 {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}

.widget .tab-post-heading {
  overflow: hidden;
}

.widget .tab-post-heading h3 a {
  color: #7b8a97;
}

.widget .tab-content .entry-meta {
  font-size: 14px;
  line-height: 24px;
}

.widget .tab-content .tab-post-thumb {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 18px;
  border-radius: 3px;
  margin-top: 7px;
}

.widget .tab-content i {
  margin-right: 2px;
}

.widget .tab-content span,
.widget .tab-content span.author a {
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
  color: #bababa!important;
  font-style: italic;
}

.widget .tab-content span.author a:hover {
  color: #65d3e3!important;
}

.widget .tab-content li a,
.widget .tab-content li a,
.widget .tab-content i,
.widget.tab-content li a:hover {
  color: #65d3e3;
}


/* --------------------------------------------------
SECTION
----------------------------------------------------- */
.section-padding {
  padding: 60px 0;
}

.section-sub {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.section-sub::after {
  content: "";
  width: 65px;
  height: 3px;
  background-color: #b72025;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -25px;
}

.page-title-section {
  background: url(../img/counter-bg.jpg);
  background-size: cover;
}
.ecommerce {
      background: #bb1428;
}
.page-header h1 {
  color: #fff;
  margin: 0;
}

.overlay-bg {
  background: #3b2b6a;
  background: url(../img/counter-bg.jpg);
  background: -moz-linear-gradient(left, #a94442 0%, #953030 100%, #b92222 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3B2B6A), color-stop(100%,#307c95), color-stop(100%,#7db9e8));
  background: -webkit-linear-gradient(left, #a94442 0%, #953030 100%, #b92222 100%);
  background: -o-linear-gradient(left, #a94442 0%,#953030 100%,#b92222 100%);
  background: -ms-linear-gradient(left, #a94442 0%,#953030 100%,#b92222 100%);
  background: linear-gradient(to right, rgba(150, 36, 36, 0.9) 0%,rgba(232, 20, 49, 0.9) 100%,rgba(179, 22, 22, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a94442', endColorstr='#b92222',GradientType=1 );
}

/*top-bar*/
.top-bar {
  /*background: url(../img/topbar-bg.jpg) no-repeat;
  background-size: cover;*/
}

.top-bar .overlay-bg {
  padding: 2px 0;
}

/*call-to-action*/
.call-to-action {
}

.call-to-action ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.call-to-action ul li a:hover {
  color: #65d3e3;
  text-decoration: none;
}

.call-to-action i {
  margin-right: 5px;
}


/*social-links*/

.social-links li {
  padding-right: 2px;
  padding-left: 2px;
}

.social-links li a {
  color: #fff;
}

.social-links li a:hover {
  color: #65d3e3;
}

.social-links i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.top-bar .social-links i {
  width: 25px;
  height: 25px;
  font-size: 10px;
  line-height: 25px;
}

.social-share ul li a {
  color: #363A45;
}

.social-share ul li i {
  border: 1px solid #E0E0E0;
  box-shadow: none;
}

/*language-support*/
.lang-support {
  min-width: 116px;
  margin-left: 20px;
}


/*Logo*/
h1.logo {
  margin: 0;
  padding: 0;
}

/*content-image*/

.img-alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.img-alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.img-alignnone {
  margin: 5px 20px 20px 0;
}

/* ------------------------------------------------------------------
POPUP FEATURE
--------------------------------------------------------------------- */
.popup-feature {
  position: relative;
  overflow: hidden;
}

.popup-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(101, 211, 227, 0.8);
  display: inline-block;
  opacity: 0;
}

.popup-feature:hover::before {
  opacity: 1;
}

.more-link a.img-link,
.more-link a.page-link {
  position: absolute;
  top: 0;
  opacity: 0;
}

.more-link a.img-link {
  left: 0;
}

.more-link a.page-link {
  right: 0;
}

.popup-feature:hover .more-link a.img-link,
.popup-feature:hover .more-link a.page-link {
  top: 50%;
  margin-top: -20px;
  opacity: 1;
}

.popup-feature:hover .more-link a.img-link {
  left: 50%;
  margin-left: -50px;
}

.popup-feature:hover .more-link a.page-link {
  right: 50%;
  margin-right: -50px;
}

.more-link a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border: 2px solid rgba(255,255,255,.3);
  color: #fff;
  border-radius: 10px;
}

.more-link a:hover {
  background-color: #fff;
  color: #65d3e3;
}
.page-header p {
    color: #dcd6d6;
}
.popup-feature::before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ------------------------------------------------------------------
CTA SECTION
--------------------------------------------------------------------- */
.cta-section {
  background-color: #b72025;
  padding: 20px 0;
}

.quote-btn {
  background-color: #e2767a  !important;
  font-size: 18px;
  line-height: 20px;
  padding: 19px 64px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.quote-btn:hover {
  background: #24B6B6 !important;
}

.quote-btn:before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  left: 70%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.quote-btn:hover:before {
  left: 80%;
  opacity: 1;
}

#quoteModal {
  text-align: left;
}

#quoteModal .modal-body {
  padding: 15px 30px;
}

#contactForm button {
  display: block;
  margin: 0 0 10px;
}


/* ------------------------------------------------------------------
FOOTER WIDGET SECTION
--------------------------------------------------------------------- */
.footer-widget-section {
  background-color: #fbfcfd;
}

.footer-widget h3 {
  margin-bottom: 22px;
}

.footer-widget-section address {
}

.footer-widget-section address .modal-map {
  border: 0;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  padding: 0 16px;
  margin-top: 12px;
  border-radius: 30px;
  background-color: #b72025;
}

.footer-widget-section address .modal-map:hover {
  background-color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.footer-widget-section address .tel {
  display: block;
  margin-top: 35px;
  position: relative;
}

.footer-widget-section address .tel::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  left: 0;
}

.footer-widget ul li {
  line-height: 32px;
}

.footer-widget ul li a {
  color: #111315;
  font-size: 14px;
}

.footer-widget ul li a:hover {
  color: #b72025;
  text-decoration: none;
}

.newsletter-form .form-group {
  margin: 26px 0 0;
  position: relative;
  font-style: italic;
}

.newsletter-form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
}

.newsletter-form .form-group .form-control:focus {
  border-color: #b72025;
}

.newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  line-height: 24px;
  background: transparent;
  color: #b72025;
  padding: 10px;
}

/* ------------------------------------------------------------------
COPYRIGHT SECTION
--------------------------------------------------------------------- */
.copyright-section {
    background-color: #e8e8e8;
    padding: 5px;
}
.footer-menu {
    text-align: left;
}
.footer-menu li {
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu li::before {
  content: "\f111";
  font-family: FontAwesome;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: -6px;
  font-size: 7px;
}

.footer-menu li:last-child::before {
  content: "";
}

.footer-menu li a {
  color: #373b3e;
}

.footer-menu li a:hover {
  color: #65d3e3;
  text-decoration: none;
}

.copyright-info {
    color: #b4b4b4;
    display: block;
    font-size: 14px;
    text-align: right;
    margin-top: 3px;
}

.copyright-info span {
    color: #000;
}
.copyright-info span a {
    color: #b72025;
}
/* ----------------------------------------------------------------
Google Map on Modal
-------------------------------------------------------------------*/
#googleMap {
  height: 400px;
}

#contactMap {
  height: 300px;
}


/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #b72025;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  background: #fff;
  border-radius: 10px;
}

#toTop:hover {
  color: #fff;
  background-color: #b72025;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status,
.status-mes {
  background-image: url(../img/preloder.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 299px;
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}

/* Widget CSS */

.widget {
  margin-bottom: 45px;
}

h2.widget-title {
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}

.widget li a {
  color: #32383e;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.widget li a:hover {
  color: #65d3e3;
}

form.search-form {
  position: relative;
  width: 100%;
}

span.screen-reader-text {
  display: none;
}

form.search-form label {
  display: block;
}

.widget_search form input[type="search"] {
  height: 50px;
  width: 100%;
  padding: 5px 40px 5px 10px;
}

.widget_search form input[type="search"]:focus {
  outline: none;
}

.widget_search form button[type=submit] {
  position: absolute;
  top: 22%;
  right: 0;
  background: transparent;
  border: 0;
  color: #65d3e3;
}

.widget_search form button[type=submit] i {
  margin-left: 5px;
}

.widget_search form input[type="submit"]:focus {
  outline: none;
}

.widget_tag_cloud ul li {
  display: inline-block;
  margin: 0 2px 8px;
}

.widget_search label {
  margin-bottom: 0!important;
}

.widget_tag_cloud ul li a {
  display: block;
  color: #7b8a97;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 15px;
  border-radius: 14px;
}

.widget_tag_cloud ul li a:hover {
  background: #65d3e3;
  color: #fff;
  border: 1px solid transparent;
}



/* ----------------------------------------------------------------
Pagination
-------------------------------------------------------------------*/

.pagination > li {
  margin-right: 5px;
  display: inline-block;
}

.pagination > li > a {
  color: #606676;
  border: 2px solid #E1E1E1;
  padding: 0;
  width: 35px;
  height: 35px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.pagination > li > a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:focus {
  color: #FFFFFF;
  border: 2px solid #65D3E3;
  background: #65D3E3;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #FFFFFF;
  border: 2px solid #65D3E3;
  background: #65D3E3;
}

.pagination > li > a:hover {
  color: #fff;
}

.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.active > a, 
.pagination > li.active > a:hover {
  color: #E1E1E1;
  background: transparent;
  border: 2px solid #E1E1E1;
}

.pagination li a.next,
.pagination li a.prev {
  padding: 0px 20px;
  border-radius: 30px;
  width: 100%;
}


/*borderless pagination*/
.pagination.borderless>li>a, 
.pagination.borderless>li>span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: transparent;
  margin: 0 1px;
}


/*pager*/
.pager li>a:hover, 
.pager li>a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #65d3e3;
  border-color: transparent;
}

.pager .disabled>a, 
.pager .disabled>a:hover, 
.pager .disabled>a:focus, 
.pager .disabled>span {
  border-color: #ddd;
}



div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 100;
  width: 100px;
  max-width: 500px;
  border-radius: 30px;
  height: 25px;
  line-height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.cs-select:focus {
  outline: none;
 /* For better accessibility add a style for this in your skin */
  ;
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  font-size: 10px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  padding: 0 19px 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  height: 100%;
}

.cs-select span.cs-placeholder {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 30px;
  color: #fff;
}

.cs-select span.cs-placeholder:after {
  content: "\f1ab";
  position: absolute;
  top: -3px;
  right: -2px;
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  color: #343434;
  font-family: FontAwesome;
}

.cs-select span.cs-placeholder[data-current="united-kingdom"]:after,
.cs-select span.cs-placeholder[data-current="france"]:after,
.cs-select span.cs-placeholder[data-current="spain"]:after,
.cs-select span.cs-placeholder[data-current="bangladesh"]:after {
  text-indent: 1000px;
  background-size: 70%!important;
}

.cs-select span.cs-placeholder[data-current="united-kingdom"]:after {
  background: #fff url(../img/flags/united-kingdom.svg) no-repeat center;
}

.cs-select span.cs-placeholder[data-current="france"]:after {
  background: #fff url(../img/flags/france.svg) no-repeat center;
}

.cs-select span.cs-placeholder[data-current="spain"]:after {
  background: #fff url(../img/flags/spain.svg) no-repeat center;
}

.cs-select span.cs-placeholder[data-current="bangladesh"]:after {
  background: #fff url(../img/flags/bangladesh.svg) no-repeat center;
}

/* Placeholder and selected option */


.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
}

.cs-select > span::after {
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
  border-radius: 5px;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 0 10px;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

.cs-select .cs-options span {
  background-repeat: no-repeat;
  background-position: 12px 48%;
  background-size: 15px auto;
  padding: 0 0px 0 35px;
}

.cs-select .cs-options span:hover,
.cs-select .cs-options li.cs-focus span,
.cs-select .cs-options .cs-selected span {
  color: #1e4c4a;
}

.cs-select .cs-options .cs-selected span::after {
  content: '';
}

.cs-select .cs-options li.flag-uk span {
  background-image: url(../img/flags/bd.png);
}

.cs-select .cs-options li.flag-france span {
  background-image: url(../img/flags/france.svg);
}

.cs-select .cs-options li.flag-spain span {
  background-image: url(../img/flags/spain.svg);
}

.cs-select .cs-options li.flag-bd span {
  background-image: url(../img/flags/bangladesh.svg);
}





/*--------Template Basic CSS END--------*/




.st-container {
  overflow: hidden;
}



/* ------------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------------- */
.mainnav {
  position: relative;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
}

.navbar {
  border: 0;
  border-radius: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 0 0 1px #ededed;
}

.navbar-default .navbar-nav>li>a {
  color: #101213;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 30px;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #b72025;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #e26b6f;
}

.navbar-default .navbar-nav>li:focus {
  outline: none;
}


/*TOGGLE BUTTON*/
.navbar-toggle {
  display: block;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 10px 0 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #7b8a97;
  font-size: 12px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #65d3e3;
  color: #fff;
}

/*search-button*/
.search-button {
  display: inline-block;
  margin: 10px 22px 0px 30px;
}

.search-button a {
  display: block;
  color: #7b8a97;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.search-button a:hover {
  background-color: #65d3e3;
  color: #fff;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 9999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #65d3e3;
  border-color: #65d3e3;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

#search .close:hover {
  background-color: #333;
}

#search,
#search .close {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------
DROPDOWN CSS
---------------------------------------------------------------------*/
.dropdown-menu {
  border: 0;
  border-radius: 0;
  position: relative;
  display: block;
  float: none;
  width: 100%;
  background: #e7e7e7;
  margin: 0;
  padding: 15px 0;
  box-shadow: none;
}

li.dropdown a span {
  font-size: 12px;
  margin-left: 5px;
}

.nav.navbar-nav li ul.dropdown-menu li a {
  padding: 7px 20px;
  font-size: 17px;
  color: #7e828b;
  line-height: 24px;
  display: inline-block;
  text-transform: capitalize;
}

.nav.navbar-nav li ul.dropdown-menu li a:hover,
.nav.navbar-nav li ul.dropdown-menu li a:focus {
  color: #0b0c0c;
  background-color: transparent;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
  color: #65d3e3 !important;
  background-color: transparent;
}

/* 2nd label caret */
.dropdown .dropdown-menu .dropdown .caret {
  position: absolute;
  right: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  top: 15px;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
  background-color: #65d3e3;
  color: #fff !important;
}


/* Menu hover */

/* 2nd label menu */

li.dropdown > .submenu-wrapper {
  position: absolute;
  display: block;
  left: 0;
  z-index: 999;
  pointer-events: none;
  top: 30px;
 /* Will change on theme specific */;
}

.sticky li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 21px;
}

/** IE pointer events */

li.dropdown > .submenu-wrapper.no-pointer-events {
  display: none;
}

li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
 /* For IE8 and earlier */
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
    /* Will change on theme specific */
  min-width: 200px;
    /* Will change on theme specific */
    /*
    ease-in-out, 
    easeOutBack   = cubic-bezier(0.175, 0.885, 0.32, 1.275)
    easeInOutCirc = cubic-bezier(0.785, 0.135, 0.15, 0.86)
    easeInOutBack = cubic-bezier(0.68, -0.55, 0.265, 1.55)
    */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*for IE9*/
.ie9 li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 34px;
}

/*for IE9*/
.ie9 .top-nav-collapse li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 14px;
}

li.dropdown:hover > .submenu-wrapper {
  pointer-events: auto;
}

li.dropdown:hover > .submenu-wrapper.no-pointer-events {
  display: block;
}

li.dropdown:hover > .submenu-wrapper > .submenu-inner {
  opacity: 1;
  filter: alpha(opacity=100);
 /* For IE8 and earlier */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

li.dropdown.menu-animating > .submenu-wrapper {
  overflow: hidden;
}

/* 3rd label menu */

li.dropdown > .submenu-sub-wrapper {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
}

li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner {
  opacity: 0;
  filter: alpha(opacity=0);
 /* For IE8 and earlier */
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  -o-transform: translateX(5%);
  transform: translateX(5%);
    /*
    ease-in-out, 
    easeOutBack   = cubic-bezier(0.175, 0.885, 0.32, 1.275)
    easeInOutCirc = cubic-bezier(0.785, 0.135, 0.15, 0.86)
    easeInOutBack = cubic-bezier(0.68, -0.55, 0.265, 1.55)
    */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

li.dropdown:hover > .submenu-sub-wrapper {
  pointer-events: auto;
}

li.dropdown:hover > .submenu-sub-wrapper > .submenu-sub-inner {
  opacity: 1;
  filter: alpha(opacity=100);
 /* For IE8 and earlier */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

li.dropdown.menu-animating > .submenu-sub-wrapper {
  overflow: hidden;
}

/*--------------------------- 
MEGA DROPDOWN CSS 
-----------------------------*/
.mainnav .mega-fw {
  position: static;
}

li.dropdown.has-megamenu > .submenu-wrapper {
  width: 100%;
}

li.dropdown.has-megamenu > .megamenu-wrapper {
  top: 40px;
}

li.dropdown.has-megamenu ul.dropdown-menu {
  padding: 20px 15px!important;
}

.dropdown-menu .mega-content .mega-col {
  border-right: 1px solid #242424;
}

.dropdown-menu .mega-content .mega-col:last-child {
  border-right: 0;
}

.dropdown-menu .mega-content ul li a {
  padding: 0!important;
  font-size: 16px!important;
}

.dropdown-menu .mega-content ul.menu-carousel li {
  border: 0 !important;
}

.dropdown-menu .mega-content ul.menu-form li:last-child {
  border: 0 !important;
}

.dropdown-header {
  padding: 0!important;
  margin: 0 0 15px 0;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Source Sans Pro;
  font-weight: 700;
}



/*------Nav Menu CSS------*/
a.navbar-brand img {
    height: 45px;
    margin-top: -12px;
}

.collaps-menu-btn {
    margin-top: 0px;
    margin-right: 5px;
}

.sticky button.navbar-toggle.collapsed.pull-right.collaps-menu-btn {
    margin-top: 0px;
}
.soft-it-nav {
    margin-right: 10px;
}


.offCanvas-logo {
    padding-top: 25px;
    padding-left: 60px;
    padding-bottom: 25px;
    background-color: #fff;
}
.offCanvas-logo img {
    height: 38px;
}

ul.service-list {
    margin-left: -20px;
}

.topbar-right {
    margin-top: -1px;
}
/*----------------------Nav Menu CSS End-------------------*/




/*-------------Hosting Section CSS Start-------------*/
.hed1{
  background: #fff !important;
  color: #000;
}
.hed2{
  background: #019875 !important;
}
.fot1{
  background: #019875;
}
.hed3{
  background: #fff !important;
  color: #000;
}
.hed4{
  background: #f39c11 !important;
}
.fot2{
  background: #f39c11;
}
.hed5{
  background: #fff !important;
  color: #000;
}
.hed6{
  background: #c23a2c !important;
}

.hed7 {
    background: #42b1de !important;
}

.hed8 {
    background: #42b1de !important;
}
.fot3{
      background: #42b1de !important;
    border: 1px solid #650f05 !important;
}

.fot8{
      background: #87ceeb !important;
      border: 1px solid #87ceeb !important;
    
}
.pricing-container {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}

.pricing-container {
    margin: 6em auto;
}
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
  text-align: center;
}

.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #c12a2e;
}

.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 35px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #ffffff;
}

.pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #bf4346;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}

.no-js .pricing-switcher {
  display: none;
}

.pricing-list {
  margin: 2em 0 0;
}

.pricing-list > li {
  position: relative;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 0 0 0;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-wrapper {
  position: relative;
}

.touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}

.pricing-wrapper > li {
  background-color: #1cb0e8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

.pricing-wrapper > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-wrapper > li.is-ended::after {
  display: none;
}

.pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}

.pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
  z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .pricing-wrapper > li::after {
    display: none;
  }
  .exclusive .pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #f39c11;
  }
  .has-margins .pricing-wrapper > li,
  .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-header h2 {
    padding: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: -25px;
    text-transform: uppercase;
    text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.currency,
.value {
  font-size: 3rem;
  font-weight: 300;
}

.duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}

.exclusive .duration {
  color: #f3b6ab;
}

.duration::before {
  content: '/';
  margin-right: 2px;
}

.value {
    font-size: 5rem;
    font-weight: 300;
    color: #fff;
}

.currency, 
.duration {
    color: #fff;
}

.exclusive .currency,
.exclusive .duration {
    color: #fff;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
  width: 600px;
}

.pricing-features:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-features li {
  width: 100px;
  float: left;
  padding: 1.6em 1em;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 0px;
    margin: 0 3px;
    font-size: 18px;
    line-height: 30px;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}
  
.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #1bbc9d;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  transition: all .6s;
  width: 70%;

    background: #019875;
}

.no-touch .select:hover {
    background-color: #1bbc9d;
  color: #ffffff;
}

.exclusive .select {
   background-color: #f39c11;
    color: #ffffff;
    border: 1px solid #a96f12;
}
  
.no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}
  
.secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}
  
.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
/*-------Pricing CSS Start-------*/
.pricing-container {
    width: 100%;
    
}

.pricing-list > li {
    width: 25%;
    
}
/*-------Pricing CSS End-------*/
/*-------------Hosting Section CSS END-------------*/


.Client img{
    height: 150px;
    margin-top: 15%;
    margin-bottom: 15%;
}
.stlist{
      width: 180px;
    height: 33px;
    background: #266c8e;
    color: #fff;
    font-size: 14px;
    padding-left: 1%;
}
.softwaredevelop img{
    width: 50% !important;
    float: left;
    padding-right: 3%;
    height: 250px !important;
}
.softtitle{
    background: #b72025;
    padding: 1%;
    color: #fff;
}
.features li{
    padding: 1%;
    border-bottom: 1px solid #e9e9e9;
    color: #615858;
}
.features li:hover{
    background: #f13036;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.hero-slide img{
    min-width: 100%;
    }
.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 50%;
    transform : translateY(-50%);
    }

.hero-slide .carousel-caption {
    position    : relative;
    right       : 0;
    left        : 0;
    text-align  : left;
    text-shadow : none;
    width : 60%;
    }

.hero-slide .carousel-caption small {
    font-size: 13px;
    color: #353333;
    font-weight: 500;
    animation-delay: 1s;
    color: #fff;
}

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #ff5722;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    }

.hero-slide .carousel-caption h1 {
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    margin: 30px 0 20px;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    color: #fff;
}

.hero-slide .carousel-caption h1 {
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    margin: 30px 0 20px;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    color: #fff;
}

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    }

/* Slider Controller */

.hero-slide .carousel-control.left {
    left : -100%;
    }

.hero-slide .carousel-control.right {
    right : -100%;
    }

.hero-slide:hover .left {
    left : 0;
    }

.hero-slide:hover .right {
    right : 0;
    }

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border  : 2px solid rgba(0, 0, 0, .5);
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #b72025;
    background-color : #b72025;
    opacity          : 1;
    }






/*Media Query*/

@media (max-width : 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size : 24px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 16px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 18px;
        }
    .hero-slide .carousel-caption small{
        font-size: 11px;
        }

    .hero-slide .carousel-caption{
        padding: 40px 0;
        }
    }


@media (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 18px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 14px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 16px;
        line-height: 1;
        }

    .hero-slide .carousel-caption small{
        font-size: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }
    }

@media (max-width : 600px) {
    .carousel-indicators{
        display: none;
        }

    .hero-slide .carousel-caption{
        width: 100%;
        text-align: center;
        padding: 30px;
        }

    .hero-slide .carousel-caption .lead{
        margin-bottom: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 10px;
        padding: 5px 10px;
        border-width: 1px;
        }
    }

@media (max-width : 320px){
    .hero-slide{
        display: none;
        }
    }



/* ------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.service-thumb-home {
  position: relative;
  margin-bottom: 30px;
  vertical-align: middle;
}

.service-thumb-home a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.service-thumb-home a::before {
  content: "";
  background: #3b2b6a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, #3b2b6a 0%, #307c95 100%, #7db9e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3B2B6A), color-stop(100%,#307c95), color-stop(100%,#7db9e8));
  background: -webkit-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: -o-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: -ms-linear-gradient(left, #3b2b6a 0%,#307c95 100%,#7db9e8 100%);
  background: linear-gradient(to right, rgba(59, 43, 106, 0.6) 0%,rgba(48, 124, 149, 0.6) 100%,rgba(125, 185, 232, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2b6a', endColorstr='#7db9e8',GradientType=1 );
  position: absolute;
  top: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.service-thumb-home a:hover::before {
  opacity: 1;
}

.service-thumb-home img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.service-home h3 {
  margin-bottom: 15px;
}

.service-home .content-row {
  margin-top: 154px;
}

.service-home .readmore {
  display: inline-block;
  margin-top: 10px;
}


/*home2*/

.service-home2{
  margin-bottom: 0px !important;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background: #f5f6f8 url(http://192.168.1.249/css/wordpress/unship/dev/unship/wp-content/uploads/2015/05/block-img1.jpg?id=2459) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.service-thumb-home.thumb-grid a,
.service-thumb-home.thumb-grid a:before,
.service-thumb-home.thumb-grid a img{
  border-radius: 4px;
}
.service-thumb-home.thumb-grid a,
.service-thumb-home.thumb-grid a:before,
.service-thumb-home.thumb-grid a img{
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------
Featuer Section
--------------------------------------------------------------------- */
.feature-section {
  background: url(../img/feature-bg.jpg) no-repeat;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
}


.feature-section h2 {
  color: #fff;
  margin-bottom: -8%;
  text-align: center;
}

.feature-section p {
  margin-bottom: 0px;
}

.feature-section .btn {
  margin-top: 22px;
}

.feature-section .btn:hover {
  background-color: rgba(101, 211, 227, 0.7) !important;
}

/*home2*/

.feature-section2{
  padding: 120px 0 150px;
  background: url(../img/feature-bg2.jpg) no-repeat;
  color: #7B8A97;
}

.feature-section2 h2{
  color: #606676;
}

.feature-section2 .btn{
  border-radius: 3px;
}

/* ------------------------------------------------------------------
Whyus Setion
--------------------------------------------------------------------- */
.why-us-setion .content-row {
  margin-top: 90px;
}

/*css-tab*/
.css-tab {
  text-align: center;
}

.css-tab .nav-tabs {
  border: 0;
  background: #f4f6f7;
  display: inline-block;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 45px;
  text-align: center;
}

.css-tab .nav-tabs>li>a {
  color: #2f353a;
  font-size: 18px;
  border-radius: 30px;
  padding: 12px 33px;
  border: 0;
}

.css-tab .nav-tabs>li>a i::before {
  float: left;
  font-size: 40px;
  line-height: 14px;
  margin-right: 10px;
  margin-top: 7px;
}

.css-tab .nav-tabs>li>a i {
  color: #ad161b;
}

.css-tab .nav-tabs > li > a:hover, 
.css-tab .nav-tabs > li > a:focus, 
.css-tab .nav-tabs > li.active > a, 
.css-tab .nav-tabs > li.active > a:hover, 
.css-tab .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background: #ad161b;
  border: 0;
}

.css-tab .nav-tabs > li > a:hover i,
.css-tab .nav-tabs > li > a:focus i,
.css-tab .nav-tabs > li.active > a i, 
.css-tab .nav-tabs > li.active > a:hover i, 
.css-tab .nav-tabs > li.active > a:focus i {
  color: #fff;
}

.css-tab-content h3 {
  font-size: 30px;
  line-height: 80px;
  margin: 0;
}

.css-tab-content p {
  margin-bottom: 25px;
  text-align: justify;
}

@media (min-width : 992px) {
 

  .content-text {
    text-align: left;
  };
}


/*home2*/

.css-tab2 .nav-tabs{
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  border: 0;
  background: #f4f6f7;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}

.css-tab2 .nav-tabs li{
  float: none;
  margin-bottom: 10px;
  line-height: 18px;
}

.css-tab2 .tab-content h3{
  line-height: 45px;
  margin-bottom: 20px;
}

.css-tab2 .nav-tabs li:last-child{
  margin-bottom: 0;
}

.css-tab2 .nav-tabs li a{
  position: relative;
  border-radius: 5px;
  padding: 25px 5px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}
.css-tab2 .nav-tabs li a i:before{
  line-height: 0;
  margin:0;
}

.css-tab2 .tab-content{
  padding-left: 180px;
}



/* ------------------------------------------------------------------
TESTIMONIAL SECTION
--------------------------------------------------------------------- */
.testimonial-section {
  background-color: #f4f6f7;
  position: relative;
  overflow: hidden;
}

.testimonial-section::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 400px;
  color: #EAECEE;
  position: absolute;
  left: 0px;
  top: 95px;
}

.testimonial-section .row-content {
  margin-top: 70px;
}

.testimonial-content {
  padding-bottom: 50px;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.testimonial-content .client-title {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #bfc4d2;
  margin-top: 42px;
}

@media screen and (min-width: 768px) {
  #testimonial-carousel .carousel-indicators {
    bottom: -3px;
  };
}

#testimonial-carousel .carousel-indicators li {
  width: 18px;
  height: 5px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 10px;
}

#testimonial-carousel .carousel-indicators .active {
  width: 18px;
  height: 5px;
  background-color: #b72025;
  border: 1px solid transparent;
}


/*home2*/

.testimonial-section.testimonial2:before{
  display: none;
}
.testimonial-section.testimonial2 >.container > .row-content{
  padding: 40px 90px 40px;
}
.testimonial2 .carousel-inner{
  padding-bottom: 65px;
}

.testimonial2 .carousel:before{
  content: "\f10e";
  font-family: fontawesome;
  font-size: 70px;
  position: absolute;
  left: -54px;
  z-index: 10;
  top: 40px;
  text-shadow: 5px -5px 0px #F2F3F5, 5px 4px 0px #F2F3F5;
  color: #FFFFFF;
}

.testimonial2 .testimonial-content{
  padding:50px;
  background: #fff;
  border-radius: 20px;
}

.testimonial2 .carousel-indicators {
  bottom: -35px;
}

.testimonial2 .carousel-indicators li {
  width: 7px!important;
}

.testimonial2 .carousel-indicators li.active {
  width: 18px!important;
}

.testimonial2 .client-title{
  display: inline-block;
  line-height: 18px;
  position: relative;
  color: #7B8A97
}
.testimonial2 .client-title:before,
.testimonial2 .client-title:after{
  content: "";
  width: 15px;
  height: 3px;
  background: #F1F1F1;
  position: absolute;
  top: 8px;
}

.testimonial2 .client-title:before{
  left: -20px;
}
.testimonial2 .client-title:after{
  right: -20px;
}
.client-org{
  display: block;
  line-height: 18px;
}

.client-org a{
  color: #C0C3D4;
  text-transform: capitalize;
  font-size: 12px;
}

.client-org a:hover{
  color: #65D3E3;
}
.client-avatar{
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.client-avatar img{
  width: inherit;
  margin: 0 auto;
  box-shadow: 0 0 0 4px #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}


/* ------------------------------------------------------------------
PARTNER SECTION
--------------------------------------------------------------------- */
.partner-section {
}

.partner-section .row-content {
  margin-top: 55px;
}

.partner-carousel-navigation {
}

.partner-carousel-navigation .prev,
.partner-carousel-navigation .next {
  position: absolute;
  top: -30px;
  margin-top: -20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.21);
  font-size: 40px;
}

.partner-carousel-navigation .prev:hover,
.partner-carousel-navigation .next:hover {
  color: #65d3e3;
}

.partner-carousel-navigation .prev {
  left: 90%;
}

.partner-carousel-navigation .next {
  right: 20px;
}

/* ------------------------------------------------------------------
COUNTER SECTION
--------------------------------------------------------------------- */
.counter-section {
  padding: 100px 0;
  background: url(../img/counter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

span.count-description strong {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

span.count-description {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 0 100px;
  font-weight: 400;
}

span.count-description:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e01d";
  font-family: Flaticon;
  font-size: 100px;
  line-height: 70px;
  float: left;
  color: #65d3e3;
  margin-right: 10px;
}

span.count-description.flaticon-boat:before {
  content: "\e006";
}

span.count-description.flaticon-international:before {
  content: "\e01d";
}

span.count-description.flaticon-compass:before {
  content: "\e013";
}

/* ------------------------------------------------------------------
ABOUT PAGE
--------------------------------------------------------------------- */
.about-intro-section {
  background: url(../img/intro-bg.jpg) no-repeat;
  background-size: cover;
  padding: 112px 0;
}

.about-intro {
}

.about-intro h2 {
  margin-bottom: 25px;
}

.about-intro p {
  margin-bottom: 25px;
}

.company-in-number {
  margin-top: 90px;
}

.company-in-number .timer {
  font-size: 30px;
  font-weight: 700;
}

.company-in-number i {
  float: left;
}

.company-in-number i::before {
  font-size: 100px;
}

.branch i,
.branch .timer {
  color: #f291a8;
}

.employee i,
.employee .timer {
  color: #80c5e5;
}

.delivery i,
.delivery .timer {
  color: #f3c979;
}

.number-info {
  overflow: hidden;
}

.facts-description {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7b8a97;
}

.history-section {
  padding: 112px 0;
  background-color: #f4f6f7;
}

.history-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.history-timeline {
  margin-top: 50px;
}

/*carousel fade effect*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.item .history-info {
  padding: 60px;
  color: #fff;
  background-color: #305b7d;
  position: relative;
}

.item .history-info::before {
  content: "";
  background: url(../img/carousel-indicator-blue.png);
  position: absolute;
  left: 50%;
  top: -68px;
  margin-left: -10px;
  width: 20px;
  height: 68px;
}

.item:nth-child(2) .history-info {
  background: #3f7370;
}

.item:nth-child(2) .history-info::before {
  background: url(../img/carousel-indicator-tarquis.png);
}

.item:nth-child(3) .history-info {
  background: #6c7b49;
}

.item:nth-child(3) .history-info::before {
  background: url(../img/carousel-indicator-green.png);
}

.history-year .year {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  color: #ccc;
  margin-bottom: 5px;
}

.history-year .title {
  display: block;
  font-weight: 400;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  color: #606676;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.history-info h3 {
  color: #fff;
  margin-bottom: 30px;
}

.history-info p {
  margin-bottom: 30px;
}

#historyCarousel .carousel-indicators li {
  background-color: rgba(0,0,0,.2);
  border: 1px solid transparent;
}

#historyCarousel .carousel-indicators .active {
  background-color: #fff;
}

.mission-section h3 {
  margin-bottom: 20px;
}

.mission-section p {
    margin-bottom: 25px;
    text-align: justify;
}

.annual-report-section {
  padding: 120px 0 180px;
  background-color: #f4f6f7;
}

.annual-report-section .section-title {
  line-height: 60px;
}

#reportCarousel {
}

.annual-report {
  margin-top: 85px;
}

.report-thumb {
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
}

.report-info h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  margin: 20px 0 30px;
}

.report-info p {
  margin-bottom: 25px;
}

.report-info .btn i {
  margin-left: 15px;
}

#reportCarousel .carousel-indicators {
  bottom: -100px;
}

#reportCarousel .carousel-indicators li {
  background-color: rgba(0,0,0,.2);
  border: 1px solid transparent;
}

#reportCarousel .carousel-indicators .active {
  background-color: #fff;
}

/* ------------------------------------------------------------------
SERVICE PAGES
--------------------------------------------------------------------- */
.service-featured-thumbs img {
  width: 100%;
}

.service-featured-thumbs .service-thumb {
  margin-bottom: 30px;
}

.service-featured-content > h2 {
  line-height: 40px;
  margin-bottom: 35px;
}

.service-blocks {
  margin-top: 112px;
}

.service-blocks .service-block {
  margin-bottom: 35px;
}

.service-blocks .service-block .service-icon {
  float: left;
  margin: 10px 20px 0 0;
}

.service-blocks .service-block .service-icon i {
  display: block;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background: #ECECEC;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.service-blocks .service-block:hover .service-icon i {
  background: #b72025;
  color: #fff;
}

.service-blocks .service-block .service-icon i:before {
  font-size: 60px;
}

.service-blocks .service-block .service-content {
  overflow: hidden;
}

.service-blocks .service-block .service-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-blocks .service-block .service-content h3 a {
  color: #606676;
}

.service-blocks .service-block .service-content h3 a:hover {
  color: #65d3e3;
}


/*Single-service*/

.single-service-contents {
  padding: 100px 0 65px;
}

.service-sidebar.sidebar-wrapper {
  background-color: #F9F9FB;
  padding: 20px;
  margin-bottom: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.service-sidebar.sidebar-wrapper h2 {
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: normal;
  padding-bottom: 0;
}

.widget .service-list li {
  margin-bottom: 8px;
}

.widget .service-list li:last-child {
  margin-bottom: 0;
}

.widget .service-list li a {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  line-height: 36px;
}

.widget .service-list li a:before {
  content: "";
  font-family: Flaticon;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 19px;
}

.widget .service-list li a.icon-air:before {
  content: "\e002";
}

.widget .service-list li a.icon-marine:before {
  content: "\e004";
}

.widget .service-list li a.icon-store:before {
  content: "\e023";
}

.widget .service-list li a.icon-shipping:before {
  content: "\e005";
}

.widget .service-list li a.icon-transportation:before {
  content: "\e043";
}

.widget .service-list li a.icon-trucking:before {
  content: "\e02b";
}

.widget .service-list li.active a {
    color: #3458ff;
}

.widget .download-wrap {
  position: relative;
  margin-bottom: 10px;
}

.widget .download-wrap a {
  background-color: #E9E9E9;
  color: #5C5D6A;
  border: 2px solid #E1E1E1;
  display: block;
  font-size: 12px;
  padding: 10px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.widget .download-wrap a:hover {
  border: 2px solid #65D3E3;
}

.widget .download-wrap a span {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

.widget .download-wrap a i {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #A7A7A7;
  border: 2px solid #A7A7A7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.single-service-content .single-service-thumb {
    margin-bottom: 25px;
}

.single-service-content .single-service-thumb img {
  width: 100%;
}

.single-service-content h2 {
  margin-bottom: 30px;
}

.single-service-content h3 {
  margin-bottom: 30px;
}

/* ------------------------------------------------------------------
OUR PEOPLE
--------------------------------------------------------------------- */

.team-intro {
  padding: 100px 0;
}

.team-intro .team-thumb img {
  width: 100%;
}

.team-intro-content {
  margin: 30px 0 0 40px;
}

.team-service {
  padding-top: 70px;
}

.team-service-contents {
  padding-top: 120px !important;
  padding-bottom: 112px !important;
}

.team-service-contents h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.team {
  /*padding: 112px 0 67px;*/
  background: #f5f6f8;
}

.team-service-testimonial {
  padding: 50px 45px;
  background-color: #f8f8f8;
}

.team-service-testimonial > h2 {
  line-height: 42px;
}

.team-service-testimonial > p {
  padding: 20px 0;
}

.team-service-testimonial > div strong {
  font-size: 14px;
  color: #606676;
}

.team-service-testimonial > div small {
  font-size: 12px;
  display: block;
  line-height: 20px;
}

.team-members {
  padding-top: 120px;
}

.team-members .team-member {
    margin-bottom: 35px;
    border: 3px solid #cecece;
}

/*team thumbnail overlay*/

.member-thumbnail {
  position: relative;
  padding: 4px;
  background: #f4f4f4;
}

.member-thumbnail img {
  width: 100%;
}

.member-thumbnail::before {
  content: "";
  background-color: rgba(101, 211, 227, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.member-thumbnail:hover::before {
  opacity: 1;
}

.member-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 28px;
  text-align: center;
  background: transparent;
}

.member-link i {
  display: block;
  margin-top: 45%;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.member-link i:before {
  font-size: 0;
}

.member-thumbnail:hover .member-link i:before {
  opacity: 1;
  font-size: 50px;
}

.member-thumbnail::before,
.member-link i:before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/*member-info*/

.member-info {
  text-align: center;
  margin-top: 10px;
}

.member-info h3 {
  line-height: 24px;
  text-transform: uppercase;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.member-info small {
  display: block;
  font-size: 14px;
  color: #7B8A97;
  font-weight: 500;
  text-transform: capitalize;
}

/*about-member*/

.about-member {
  padding: 100px 0;
}

.about-member img {
  width: 100%;
}

.about-member .member-info {
  background: #F5F5F5;
  padding: 20px 25px;
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: left;
}

.about-member .info-address {
  background: #F5F5F5;
  padding: 30px;
}


/* ----------------------------------------------------------------
CAREER Page
-------------------------------------------------------------------*/

.career {
  padding: 120px 0;
}

.career .career-contents {
  margin-top: 120px;
}

.career ul.joblist {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
  margin: 0;
  padding: 0 !important;
  font-weight: 700;
  color: #777;
}

.career ul.joblist li {
  padding: 15px 0;
}

.career ul.joblist li a {
  color: #111;
}

.career ul.joblist li a:hover {
  background: #65D3E3;
  color: #FFFFFF;
  border-radius: 2px;
}

.career ul.joblist li:first-child {
  margin-right: 20px;
}

.career ul.joblist li:last-child {
  float: right;
}

/*job-post*/

.job-post {
  padding: 120px 0;
}

.job-details dl dt {
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.job-details dl dd {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.job-details dl dd::before {
  font-family: FontAwesome;
  content: "\f192";
  font-size: 10px;
  color: #65D3E3;
  position: absolute;
  top: 3.5px;
  left: 0;
}


/* ----------------------------------------------------------------
FAQ Page
-------------------------------------------------------------------*/

.faq-contents {
  padding: 120px 0;
}

#accordion .accordion-group {
  border: 2px solid #F5F5F5;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#accordion .accordion-heading {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

#accordion .accordion-heading a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #2e3342;
  font-weight: 600;
  padding: 8px 15px;
  border-bottom: 1px solid #F5F5F5;
}

#accordion .accordion-heading:hover a {
  color: #7a8b8e;
}

#accordion .accordion-heading a.collapsed {
  border-bottom: 1px solid transparent;
}

#accordion .accordion-heading a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 38px;
}

#accordion .accordion-heading a.collapsed:after {
  content: "\f105";
}

#accordion .accordion-inner {
  padding: 15px;
}

/* ----------------------------------------------------------------
Contact Page
-------------------------------------------------------------------*/
.contact-info-section {
  padding: 112px 0;
}

.contact-info-section .section-title {
  line-height: 60px;
}

.contact-info-section .content-row {
  margin-top: 100px;
}

.contact-info-section h3 {
  margin-bottom: 20px;
}

.other-office-address {
  padding: 112px 0;
  background-color: #f4f6f7;
}

.other-office-address .content-row {
  margin-top: 60px;
}

.other-office-address h2 {
  text-align: center;
}

.other-office-address h3 {
  margin-bottom: 20px;
}

.branch-map img {
  background-color: #fff;
  padding: 2px;
}


.usimg img{
  height: 250px;

}

.projectq{
    color: red;
    font-weight: bold;
}
.projectq2{
    font-size: 12px;
    margin-top: -15px;
    
}

label.radio-inline, label.checkbox-inline {
  background-color: #dcdfd4;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 10px !important;
  margin-right: 2%;
  margin-left:0;
  padding: 10px 10px 10px 30px;
}
label.radio-inline.checked, label.checkbox-inline.checked {
  background-color: #266c8e;
  color: #fff !important;
  text-shadow: 1px 1px 2px #000 !important;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0;
}
.columns label.radio-inline, .columns label.checkbox-inline {
  min-width: 180px;
  vertical-align: top;
  width: 20%;
  font-size: 13px;
}
.additional-info-wrap {
  display: inline-block;
  margin: 0 2% 0 0;
  min-width: 190px;
  position: relative;
  vertical-align: top;
  width: 30%;
}
.additional-info-wrap label.checkbox-inline, .additional-info-wrap label.radio-inline {
  width: 100% !important;
}
.additional-info-wrap .additional-info {
  background-color: #266c8e;
  clear: both;
  color: #fff !important;
  margin-top: -10px;
  padding: 0 10px 10px;
  text-shadow: 1px 1px 2px #000 !important;
  width: 100%;
}


.ui-sortable tr {
    cursor:pointer;
}    
.ui-sortable tr:hover {
    background:rgba(244,251,17,0.45);
}label.radio-inline,
label.checkbox-inline,
label.radio,
label.checkbox {
    margin-right:2%;
    cursor:pointer;
    font-weight:400;
    padding:4px 4px 4px 30px;
    background-color:#dcdfd4;
    margin-bottom:10px!important
}
label.radio-inline.checked,
label.checkbox-inline.checked,
label.radio.checked,
label.checkbox.checked {
    background-color:#266c8e;
    color:#fff!important;
    text-shadow:#000 1px 1px 2px!important
}



/*-----Modal CSS----*/
.p-cat-head {
    display: block;
    text-align: -webkit-center;
}
/*-----Modal CSS End----*/

/*----single-service-css---*/
/*.ss-c-text {
    max-width: 50%;
    float: left;
}*/
/*----single-service-css End---*/



/*-------Client Page CSS Start-------*/
.client-img {
    border: 1px solid #d8d8d8;
    text-align: center;
}
.partner-carousel .owl-item {
   border: 2px solid #c3c3c3;
}
.partner-carousel .item img{
    width: 99%;

}
.partner-carousel{
    width: 99%;
    
}
/*-------Client Page CSS End-------*/


/*-------Under Construction Page CSS Start-------*/

.under-const_page img {
    width: 100%;
}

/*-------Under Construction Page CSS End-------*/


/*-------------Blog Page CSS Start-------------*/
/*---------------------------------------------------------
Blog Section Main
-----------------------------------------------------------*/
.blog-section {
  margin: 55px 0;
}

.blog-section img {
  width: 100%;
}

.posts-container {
}

.blog-post-wrapper {
  background: #fff;
  margin-bottom: 100px;
}

.blog-post-wrapper .sticky-post {
  position: relative;
}

.blog-post-wrapper .sticky-post:before {
  content: "\f02e";
  position: absolute;
  right: 45px;
  bottom: -25px;
  color: #C3C3C3;
  font-family: fontawesome;
  font-size: 25px;
  z-index: 0;
}

.blog-post-wrapper .post-thumbnail {
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}

.blog-post-wrapper .post-thumbnail .blog-post-overlay,
.blog-post-wrapper .post-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-post-wrapper .post-thumbnail .blog-post-overlay {
  background: #65d3e3;
  text-align: center;
  opacity: 0;
  border-radius: 5px;
}

.blog-post-wrapper .post-thumbnail:hover .blog-post-overlay {
  opacity: 0.8;
}

.blog-post-wrapper .post-thumbnail a {
  display: block;
  color: #fff;
  text-align: center;
}

.blog-post-wrapper .post-thumbnail a small {
  position: absolute;
  top: 50%;
  margin: -18px 0 0 -22px;
  font-size: 75px;
}

.blog-post-wrapper .post-thumbnail a small img {
  width: 0;
  height: 0;
}

.blog-post-wrapper .post-thumbnail:hover a small img {
  width: 100%;
  height: 100%;
}

.blog-post-wrapper .post-thumbnail img {
  width: 100%;
}

.blog-post-wrapper .post-thumbnail .blog-post-overlay,
.blog-post-wrapper .post-thumbnail a > small > img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.blog-post-wrapper .entry-header {
  margin: 28px 0 30px;
}

.blog-post-wrapper .entry-header aside {
  margin-bottom: 14px;
}

.blog-post-wrapper .entry-header aside .posted-date,
.blog-post-wrapper .entry-header aside .post-like span {
  font-size: 13px;
  font-weight: 500;
  color: #acb6bf;
}

.blog-post-wrapper .entry-header aside .post-like i {
  font-size: 13px;
  color: #c5c5c5;
  margin-right: 5px;
}

.blog-post-wrapper .entry-header aside .post-like i:hover {
  color: #65D3E3;
}

.blog-post-wrapper .entry-header aside .posted-date {
  font-style: italic;
}

.entry-header .entry-title {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin: 0;
}

.entry-header .entry-title a {
  color: #606676;
}

.entry-header .entry-title a:hover {
  color: #65d3e3;
}

.blog-post-wrapper .entry-meta {
  margin-top: 5px;
}

.blog-post-wrapper .entry-meta ul {
  margin: 0;
}

.blog-post-wrapper .entry-meta ul li {
  position: relative;
  font-size: 14px;
  padding: 0;
}

.blog-post-wrapper .entry-meta ul li:after {
  display: inline-block;
  content: "/";
  position: relative;
  font-size: 14px;
  padding: 0 10px;
}

.blog-post-wrapper .entry-meta ul li:last-child:after {
  content: "";
}

.blog-post-wrapper .entry-meta span {
  font-size: 13px;
  color: #7b8a97;
}

.blog-post-wrapper .entry-meta span small {
  margin-right: 5px;
  color: #acb6bf;
}

.blog-post-wrapper .entry-meta ul li a {
  color: #7b8a97;
  font-weight: 500;
}

.blog-post-wrapper .entry-meta ul li a:hover {
  color: #65d3e3;
}

.blog-post-wrapper .entry-footer {
  margin: 70px 0 0;
}

.entry-footer hr {
  border-top: 1px solid #d7e2e8;
  position: absolute;
  display: block;
  width: 79%;
  top: 50%;
  z-index: 0;
  right: 0;
  margin: 0!important;
}

.blog-post-wrapper .entry-footer .readmore {
  position: relative;
}

.entry-footer {
  position: relative;
}

.blog-post-wrapper blockquote {
  background: #393d47;
  overflow: hidden;
  border-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
  padding: 0;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
}

.blog-post-wrapper blockquote a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 55px 60px 108px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
}

.blog-post-wrapper blockquote a:hover {
  background: #65d3e3;
}

.blog-post-wrapper blockquote a i,
.blog-post-wrapper blockquote footer {
  position: absolute;
}

.blog-post-wrapper blockquote a i {
  bottom: 35px;
  right: 30px;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.07);
}

.blog-post-wrapper blockquote footer {
  bottom: 55px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.blog-post-wrapper .css-post-link {
  display: block;
  background: #393d47;
  padding: 55px 60px 58px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.blog-post-wrapper .css-post-link p {
  position: relative;
  padding-left: 60px;
}

.blog-post-wrapper .css-post-link p:before {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 30%;
  font-size: 36px;
  display: inline-block;
  line-height: 44px;
  color: rgba(181, 181, 181, 0.72);
}

.blog-pagination {
  text-align: center;
}


/*single-blog-post*/

.single-blog .blog-post-wrapper {
  margin-bottom: 80px;
}

.single-blog .blog-pagenav {
  margin: 30px 0 60px;
}

.single-blog .blog-pagenav nav {
  display: inline-block;
  width: 100%;
}

.single-blog .social-share ul li i:hover {
  background: #65D3E3;
  color: #FFFFFF;
  border-color: #65D3E3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.single-blog .blog-pagenav a {
  font-weight: 700;
  color: #606676;
}

.single-blog .blog-pagenav a:hover {
  color: #65D3E3;
}

.about-author {
  margin: 10px 0 30px;
}

.about-author h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}

.about-author img {
  width: 110px;
  height: 110px;
  margin-right: 20px;
}


/*Single Post Comment*/

.comments-wrapper h2 {
  font-size: 30px;
}

/*comment list*/
.comments-wrapper ul.media-list {
  margin-bottom: 30px;
  list-style: none;
  border: 1px solid #F0F0F0;
  padding: 30px 30px 0;
  border-radius: 3px;
  background: #F7F8F9;
}

.comments-wrapper .media {
  background: #FFFFFF;
  padding: 15px 15px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.comment-avatar {
  height: 50px;
  width: 50px;
  margin: 8px 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.comments-wrapper .media-body span {
  font-size: 12px;
  margin-right: 10px;
  color: #999999;
  font-weight: 300;
  text-transform: capitalize;
}

.comments-wrapper .media-body span i {
  margin-right: 5px;
}

.comments-wrapper .media-body .comments-buttons a {
  color: #999999;
}

.comments-wrapper .media-body .comments-buttons a:hover {
  color: #65D3E3;
}

/*nested-media-list*/

.nested-media-list {
  padding-left: 70px;
}

.nested-media-list li {
  border-top: 1px solid #F0F0F0;
  padding-top: 30px;
}

/*comment-form*/
.comment-form {
  margin-top: 45px;
}

.comment-form form {
  margin-top: 35px;
}

.comment-form .checkbox label {
  font-size: 13px;
}

.comment-form .checkbox input {
  top: 5px;
}

/*sidebar twitter feed*/

.widget_twitter_feed .fa-twitter {
  margin-right: 5px;
  color: #202020;
  font-size: 14px;
}


/*flicker photo feed*/
.widget_flicker_photo {
}

.widget_flicker_photo ul {
}

.widget_flicker_photo ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 15px !important;
}

.widget_flicker_photo ul li:nth-child(4),
.widget_flicker_photo ul li:nth-child(8) {
  margin-right: 0;
}

.widget_flicker_photo ul li img {
  width: 54px;
  border-radius: 4px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: 2px solid transparent;
}

.widget_flicker_photo ul li img:hover {
  border: 2px solid #65d3e3;
}


.blog-section {
    margin: 40px auto;
}


.blog-post-wrapper {
    margin: 0 auto 40px;
    padding: 25px;
    background-color: #f3f3f3;
    border: 5px solid #222d5f;
}
ul.media-list li {
    margin: 15px auto;
}

.posted-date {
    margin: 10px 5px;
}
h2.entry-title {
    line-height: 35px;
}
.entry-meta {
    margin-bottom: 10px;
}
.posts-container .right-sidebar {
    border: 5px solid #222d5f;
    padding: 15px;
}

.comment-form {
    border: 3px solid #222d5f;
    padding: 15px;
    background-color: #f1f1f1;
}

.comment-form .form-group {
    border: 2px solid #232e60;
    padding: 10px;
    border-radius: 5px;
}

.pagination-wrap {
    margin: 25px auto;
}
.about-author {
    border: 1px solid #000;
    padding: 10px;
    background-color: #f1f1f1;
    margin: 15px auto;
}

.comments-wrapper {
    padding: 10px;
    border: 1px solid #000;
    margin-top: 25px;
}
.comments-wrapper .media {
    border: 3px solid #f1f1f1;
    padding: 10px;
    background-color: #dcdcdc;
}
.comments-wrapper .media-body {
    
    padding: 10px;
    
}
.comments-wrapper .comment-body {
    margin: 15px auto;
}



/*--------New Blog - CSS--------*/

.fpost-info-container {
    position: relative;
}


.fpost-thumb {
    width: 534px;
    height: 300px;
}

.fpost-module-image {
    position: relative; 
    float: left;
    width: 534px;
}
.fpost-category {
    position: absolute;
    bottom: 10px;
    left: 0px;
    background-color: #253061;
    padding: 3px 6px;
    color: #fff;
}

/*.fposts-container {
    background-color: #efefef;
    padding: 10px 0px;
    border-radius: 5px;
}*/

.fpost-item-details {
    max-width: 600px;
    float: left;
    padding: 10px 10px 10px 30px;
}

h3.fpost-title a {
    font-size: 34px;
    letter-spacing: 5px;
    color: #253061;
}

.fpost-excerpt {
    margin: 10px auto;
}

.fpost-excerpt p {
    font-size: 18px;
    color: #000000;
    margin: 25px auto;
}

.fpost-read-more a {
    border: 2px solid #232e60;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
}

.fpost-read-more a:hover {
  color: #fff;
  background-color: #ff0000;
}


.blog-item-img {
  width: 324px;
  height: 160px;
}
.postsContainer {
    margin: 50px auto 25px;
}
.sis-blog-item {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.sib-module-image {
    position: relative;
}
a.si-post-category {
    position: absolute;
    bottom: 5px;
    padding: 1px 8px;
    background-color: #fff;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
h3.si-entry-title {
    line-height: 30px;
    font-size: 20px;
    margin: 12px auto;
}
h3.si-entry-title a {
    color: #253061;
}

/*-------------Blog Page CSS End-------------*/



/*----------News Letter CSS Start----------*/
.nl-form form {
    overflow: hidden;
    position: relative;
}

.nl-form form::before {
    background: #b72025 none repeat scroll 0 0;
    content: "";
    height: 52px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 52px;
}

.nl-form input[type="email"] {
    background: #2b2229 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 14px;
    height: 52px;
    letter-spacing: 0;
    min-width: 185px;
    padding: 0 15px;
}

.nl-form input[type="submit"] {
    background: #b72025 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    color: #fff;
    height: 52px;
    letter-spacing: 0;
    margin-left: -5px;
    padding: 0 28px;
    position: relative;
    text-transform: uppercase;
}

/*----------News Letter CSS End----------*/


/*--------Contact Us CSS Start--------*/
.contact-area {
    padding: 113px 0 100px;
}
.contact-head {
    margin-bottom: 68px;
}
.contact-head .contact-title {
    color: #31364c;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 40px;
}
.contact-head .contact-text {
    color: #9699a6;
    font-size: 16px;
    line-height: 24px;
}
.contact-left {
}
.address-phone-email {
}
.single-ape {
    margin-bottom: 35px;
    padding-left: 100px;
    position: relative;
}
.single-ape .ape-title {
    color: #31364c;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 9px;
    text-transform: capitalize;
}
.single-ape.address::before {
    content: "";
    background: none 0px 0px repeat scroll rgb(240, 78, 78);
}
.single-ape::before {
    color: rgb(255, 255, 255);
    content: "";
    font-family: FontAwesome;
    font-size: 24px;
    height: 70px;
    left: 0px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 70px;
    border-radius: 100px;
}


.single-ape.phone::before {
    content: "";
    background: none 0px 0px repeat scroll rgb(254, 204, 23);
}

.single-ape::before {
    color: rgb(255, 255, 255);
    content: "";
    font-family: FontAwesome;
    font-size: 24px;
    height: 70px;
    left: 0px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 70px;
    border-radius: 100px;
}

.single-ape.email::before {
    content: "";
    background: none 0px 0px repeat scroll rgb(204, 219, 56);
}

.single-ape::before {
    color: rgb(255, 255, 255);
    content: "";
    font-family: FontAwesome;
    font-size: 24px;
    height: 70px;
    left: 0px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 70px;
    border-radius: 100px;
}

.contact-form {
}
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form input[type="text"] {
    border: 0 none;
    border-bottom: 2px solid #cdcfd7;
    color: #37373a;
    font-size: 16px;
    height: 50px;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    outline: none;
}
.contact-form textarea {
    border: 0 none;
    border-bottom: 2px solid #cdcfd7;
    color: #37373a;
    font-size: 16px;
    height: 100px;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding: 0 10px;
    width: 100%;
    outline: none;
}

.contact-form .cont-submit {
    background: #25292c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 25px;
    color: #fff;
    height: 52px;
    letter-spacing: 0;
    padding: 0 30px;
    text-transform: capitalize;
}

/*--------Contact Us CSS End--------*/

/*-----------Carrer Page CSS Start-----------*/

.career-contents img {
    max-width: 450px;
    height: 250px;
}

/*-----------Carrer Page CSS end-----------*/


.d-none {
    display: none;
}