/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #5a5a5a;
  font-family: 'Roboto', sans-serif;
}

li {
  list-style: none;
  font-size: 13px;
}

a {
  outline: none !important;
  color: #3e4a8e;
  font-size: 13px;
  transition: 0.5s;
  line-height: 30px;
}

a:hover {
  text-decoration: none;
}

@font-face {font-family: "Square721 BT Bold";
  src: url("../webfonts/71b14c7b971cf8d9493bbc5883cb158f.eot"); /* IE9*/
  src: url("../webfonts/71b14c7b971cf8d9493bbc5883cb158f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../webfonts/71b14c7b971cf8d9493bbc5883cb158f.woff2") format("woff2"), /* chrome、firefox */
  url("../webfonts/71b14c7b971cf8d9493bbc5883cb158f.woff") format("woff"), /* chrome、firefox */
  url("../webfonts/71b14c7b971cf8d9493bbc5883cb158f.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../webfonts/71b14c7b971cf8d9493bbc5883cb158f.svg#Square721 BT Bold") format("svg"); /* iOS 4.1- */
}

.font_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: -144px;
}

.font_right h2 {
  font-family: "Square721 BT Bold";
  font-size: 59px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #5a5a5a;
}

.btn {
  color: #ffffff;
  border: #3e4a8e 1px solid;
  border-radius: 6px;
  font-size: 14px;
  padding: 14px 10px;
  background: #3e4a8e;
  width: auto;
  text-transform: uppercase;
  display: block;
}

.btn:hover {
  background: none;
  border: #3e4a8e 1px solid;
  color: #3e4a8e;
}

.btn-2 {
  background: none;
  border: #3e4a8e 1px solid;
  color: #3e4a8e;
}

.site__header {
    position: absolute;
    top: 0.1rem;
    left: 0;
    right: 0;
    z-index: 9999999;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*height: 100px;*/
    height: 105px;
}
a.navbar-brand img {
    margin-top: 5px;
}

.site__header.fixed, .inner_header {
    position: fixed;
    top: 0rem;
}
.site__header.fixed {
  background: #ffffff;
  height: 83px;
}
.site__header .navbar-brand.m-0.hov-logo {
  display: none;
}
.site__header.fixed .navbar-brand.m-0.hov-logo {
  display: block !important;
}
.site__header.fixed .navbar-brand.m-0{
  display: none !important;
}
.site__header .button {
    margin-left: auto;
}

.site__header.fixed .button {
    color: #000;
    background: #fff;
    border-color: #fff;
}

.site__header.fixed .button:hover {
    color: #fff;
    background: #b72333;
    border-color: #b72333;
}

.site__header.fixed .button:before {
    border-color: #fff;
}

.site__header.fixed .button:hover:before {
    border-color: #fff;
    background-color: #fff;
}

nav.navbar.navbar-expand-md.navbar-dark {
    padding-right: 0;
}
.navbar-toggler img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(47deg) brightness(105%) contrast(102%);
  margin-top: 13px;
  width: 43px;
}
.site__header.fixed .navbar-toggler img{
  filter: invert(25%) sepia(78%) saturate(1078%) hue-rotate(268deg) brightness(99%) contrast(92%);
}
.navbar .form-inline {
  justify-content: flex-end;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    line-height: 54px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #3e4a8e;
}

.navbar-dark .navbar-nav li.dropdown:hover ul {
  display: block;
}

.navbar-nav {
    justify-content: space-around;
    text-transform: uppercase;
    font-weight: 400;
}

.social_links {
    width: auto;
    height: auto;
    padding: 20px 0;
    position: absolute;
    top: 50%;
    left: -100px;
    z-index: 9;
    transform: translateY(-50%);
    transition: 0.5s;
}

.bg-video-wrap:hover .social_links {
  left: 15px;
}

.social_links ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;  
  height: 100%;
  text-align: center;
}

.social_links ul li {
  list-style: none;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 42px !important;
}

.social_links ul li a {
    transition: 0.9s;
    position: relative;
    display: block;
    /*margin: 23px 0 0 0;*/
    width: 40px;
    height: 30px;
    overflow: hidden;
}

.social_links ul li a .icon {
  color: transparent;
  font-size: 19px;
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  transition: 0.4s;
  position: absolute;
  top: 0;
}

.social_links ul li a:hover .icon {
  opacity: 0;
  visibility: hidden;  
  transition: 0.4s;
  top: -30px;
}

.social_links ul li a .icon_hover {
  color: #ffffff;
  font-size: 19px;
  opacity: 0;
  visibility: hidden;  
  text-stroke: transparent;
  -webkit-text-stroke: transparent;
  position: absolute;
  left: -40px;
}

.social_links ul li a:hover .icon_hover {
  opacity: 1;
  visibility: visible;  
  transition: 0.4s;
  left: 20px;
}

.header_right a {
    color: #0b0b0b;
    font-size: 14px;
    text-transform: uppercase;
}

.carousel {
    margin-bottom: 0;
    margin-top: 0;
}

.carousel-item {
    height: 778px;
}

.carousel-item > img {
    height: 778px;
}

.carousel-caption {
    bottom: auto;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: left !important;
    padding-left: 0;
}

.carousel-caption h1 a {
  font-size: 50px;
  font-weight: 700;
  color: #3e4a8e;  
}

.carousel-caption p {
  color: #3e4a8e;
  font-size: 26px !important;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 500;
}

.carousel-caption h3 {
  color: #3c3c3c;
  font-size: 20px !important;
  font-weight: 500;
  margin: 20px 0 0 0;
  line-height: 31px;
}

.carousel-caption .btn {
  background: none;
  color: #3e4a8e;
  border: #3e4a8e 1px solid;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 20px;
}

.carousel-caption .btn:hover {
  background: #3e4a8e;
  color: #ffffff;
}

.carousel-inner {
  position: relative;
}

.gradeTime {
  display: flex;
  align-items: center;
}

.gradeCircle {
  width: 177px;
  height: 177px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 40px 0 0;
  box-shadow: 0 0 12px 0 #e2e7f0;
}

.gradeCircle h2 {
  font-size: 45px;
  color: #3e4a8e;
}

.gradeCircle p {
  text-align: center;
  color: #434343;
  font-size: 15px !important;
  text-transform: capitalize;
  margin: 0;
}

.client_review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0 0;
}

.review_box {
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 3px;
  margin-right: 10px;
  width: 33%;
  box-shadow: 0 0 12px 0 #e2e7f0;
}

.client_review p {
  display: flex;
  justify-content: space-between;
  font-size: 27px;
  color: #434343;
  margin: 0 !important;
}

.client_review span {
    font-size: 13px;
    color: #434343;
    text-transform: capitalize;
}

.client_review p img {
  margin: 3px 0 0 0;
}

.add_to_cart .btn {
  background: none;
  color: #3e4a8e;
  border: #3e4a8e 1px solid;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 20px;
}

.add_to_cart .btn:hover {
  background: #3e4a8e;
  color: #ffffff;
}

.carousel-indicators .active {
    background: #3e4a8e;
}

.carousel-indicators li {
  width: 5px;
  height: 5px;
  border: none;
}

.carousel-indicators {
  bottom: 30px;
  display: none;
}

/*.slide-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px;
  background: #12060d;
}

.carousel-control-next, .carousel-control-prev {
  position: relative;
  top: auto;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  height: 38px;
  background: #e9eff2;
}

.carousel-control-next {
  background: url(../images/bnr-arw-r8.png) center center no-repeat;
  border-top: #3e4a8e 1px solid;
  padding-top: 60px !important;
  margin-top: 15px;
}

.carousel-control-next:hover {
  background: url(../images/bnr-arw-r8-hover.png) center center no-repeat;
}

.carousel-control-prev {
  background: url(../images/bnr-arw-l8.png) center center no-repeat;
}

.carousel-control-prev:hover {
  background: url(../images/bnr-arw-l8-hover.png) center center no-repeat;
}*/

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: none;
}

.consultation_area h2 {
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 0 0;
  line-height: 32px;
  text-align: left;
}

.consultation_area p {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.recent_proj {
  background: url("../images/bg-3.png") left top no-repeat;
  padding: 100px 0 !important;
  position: relative;
  width: 100%;
  background-size: cover;
  height: 723px;
}

.recent_blogs {
  background: #eff1f2;
  padding-top: 90px !important;
  position: relative;
}

.recent_blogs h2::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    content: "";
    width: 19px;
    height: 14px;
    background: url(../images/heading-toppings.png) no-repeat;
}

.consultation_area img {
  width: 100%;
  height: auto;
}

h6 {
  
}

.btn-secondary.focus, .btn-secondary:focus {
  background-color: #ffffff;
}

.categories_area p {
  color: #1a0d15;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 20px;
}

.categories_list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 400px;
  align-items: center;
}

.categories_list h4 {
  font-size: 20px;
  color: #0b0b0b;
  text-transform: uppercase;
}

.categories_list h6 {
  font-size: 17px;
  color: #3e4a8e;
  margin-top: 10px;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 99999;
}

.product_section {
  padding-top: 70px !important;
  padding-bottom: 100px !important;
}

.product_section .product_bg h2 {
  position: relative;
  font-size: 50px;
  color: #0b0b0b;
  font-weight: 800;
  margin: 15px 0 0 0;  
  padding: 0;
}

.product_section .product_bg h2::before {
  position: absolute;
  left: 0;
  top: -16px;
  content: "";
  width: 19px;
  height: 14px;
  background: url(../images/heading-toppings.png) no-repeat;
}

.product_bg img {
  width: 100%;
  margin-top: 120px;
}

.product_slide {
  position: relative;
}

.product_slide::after {
  position: absolute;
  right: 130px;
  bottom: -36px;
  content: "";
  width: 347px;
  height: 1px;
  background: #3e4a8e;
}

.add_to_cart {
  display: flex;
  justify-content: center;
}

.add_to_cart span {
  border: #3e4a8e 1px solid;
  padding: 7px 10px;
  color: #3e4a8e;
}

.product_section h2 {
    font-size: 35px;
    color: #0b0b0b;
    padding-left: 93px;
    margin-bottom: 20px;
}


.categories_area h2 {
  font-size: 35px;
}


.service {
  padding-top: 130px !important;
}

.assistance_sec {
  padding-top: 60px !important;
}

.service h6 {
  font-size: 36px;
  font-weight: 500;
  color: #3e4a8e;
  text-transform: inherit;
}

.service_arw a {
  width: 53px;
  height: 53px;
  background: #3e4a8e;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #ffffff 3px solid;
  border-radius: 50%;
  position: absolute;
  bottom: 85px;
  right: 35px;
}

.service p {
  font-size: 16px;
  color: #242424;
}


/*button.slick-prev.slick-arrow::after {
    position: absolute;
    content: "";
    top: -16px;
    left: 34px;
    height: 50px;
    width: 1px;
    background: #e6e6e6;
}*/



.categories_area h6::before {
  left: 50%;
  transform: translateX(-50%);
}





.position-inherit {
  position: inherit !important;
}

.featured_product h2 {
  font-size: 35px;
  color: #0b0b0b;
}

.featured_product ul li a {
  font-size: 14px;
  color: #0b0b0b;
  text-decoration: none;
  font-weight: 500;
  padding: 0 30px 0 0;
  display: inline-block;
  transition: 0.7s;
}

.featured_product ul li a:hover {
  color: #3e4a8e;
}

.featured_product ul li a.active {
  color: #3e4a8e;
}

.subscribe h2 {
  font-size: 35px;
}

.subscribe p {
  font-size: 14px;
  margin: 10px 0 20px 0;
  font-weight: 500;
}

.product_section {
  overflow: hidden;
}

footer {
  background: url("../images/footer-bg.png") left top no-repeat;
  width: 100%;
  background-size: cover;
}

footer h6 {
  color: #8a0f12;
  font-size: 14px;
}

footer ul li {
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
  transition: 0.7s;
  text-align: left;
  font-weight: 300;
}

footer p {
  line-height: 30px;
  color: #0b0b0b;
  font-size: 13px;
}

footer ul li {
  display: flex;
}

footer ul li i {
  width: 30px;
  margin: 8px 0 0 0;
}

footer ul li a {
  color: #ffffff;
  font-size: 15px;
  text-transform: inherit;
  transition: 0.7s;
  margin-top: 0;
  display: inline-block;
}

footer ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.copyright {
  
}

.copyright strong {
  color: #ffffff;
  font-weight: 500;
}

/*.item_hover_main {
  display: none;
}*/

.item_hover {
  opacity: 0;
  visibility: hidden;
  background: rgba(78, 202, 194, 0.7);
  position: absolute;
  left: 50%;
  top: -100%;
  width: 85%;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  transform: translateX(-50%);
}

.featured_product .slick-slide:hover .item_hover {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.insta p {
  color: #8a0f12;
}

*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #3e4a8e;
}

.blog .entry .entry-meta {
  color: #9a8487;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li {
  margin-bottom: 15px;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 15px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #9a8487;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

/*.blog .entry .entry-content .read-more a {
  display: inline-block;
  padding: 5px 20px 7px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}*/

/*.blog .entry .entry-content .read-more a:hover {
  background: #3e4a8e;
}*/

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #c3b6b8;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #3e4a8e;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 36px;
  line-height: 42px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #b1a0a3;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #3e4a8e;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #493c3e;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #b1a0a3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 50px;
  background-color: #493c3e;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #3e4a8e;
}

.blog .blog-pagination {
  color: #816a6e;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #3e4a8e;
  border: 1px solid #3e4a8e;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #493c3e;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #d3cacb;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 42px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  border-radius: 50px;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: -1px;
  background: #3e4a8e;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #3e4a8e;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #655356;
}

.blog .sidebar .categories ul a:hover {
  color: #3e4a8e;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b1a0a3;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #110e0e;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #3e4a8e;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b1a0a3;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3e4a8e;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ede9e9;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #3e4a8e;
  background: #3e4a8e;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}

/*
 * Footer
 */

 /* About Us Section
--------------------------------*/

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
}

.services .icon-box h4 {
  margin: 10px 20px 0;
  font-weight: 700;  
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  color: #0880e8;
}

.services .icon-box p {
  margin: 0 20px 10px;
  line-height: 24px;
  font-size: 14px;
}

.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}

.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.jumbotron {
  height: 300px;
  overflow: hidden;
}

.jumbotron::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1
}

.jumbotron img {
  top: 75%;
  transform: translateY(-50%);
}

.breadcrumb {
  z-index: 9;
  position: relative;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5f687b;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f0f1f3;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 100%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #16df7e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

@media only screen and (max-width:990px){.product-grid{margin-bottom:30px}
}

.consultations-extra ul li {
  border: #3e4a8e 1px solid;
  color: #3e4a8e;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 20px;
  margin-top: 20px;
}

.info p {
  font-size: 90%;
  margin: 0;
}

.info {
  display: flex;
  align-items: center;
}

.info i {
  color: #3e4a8e;
}

.featured_product .slick-track {
  width: 4200px !important;
}

.featured_product .slick-slide{
  width: 260px !important;
}

.info2 {
  min-height: 169px;
}

.info2 h6 {
  font-weight: 600;
}

.quick_contact {
    position: relative;
    top: 10px;
}

.quick_contact p {
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  font-size: 19px;
}

.quick_contact p span {
  font-size: 19px;
  color: #3e4a8e;
}

.recent_blogs h6 {
  font-size: 22px;
  color: #1d1d1d;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}

.recent_blogs h6::before {
  background: #3e4a8e;
  bottom: 0;
  height: 1px;
  width: 120%;
  top: auto;
  left: -62px;
}

.blog_post_date {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #3e4a8e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  left: -51px;
  top: 30px;
  font-weight: 600;
  flex-flow: column;
  z-index: 9;
}

.blog_post_date span {
  color: #1d1d1d;
}

.blog_post_date.date_2 {
  left: auto;
  right: -51px;
}
.quick {
  padding-top: 60px !important;
  padding-bottom: 0 !important;
}

.quick h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  content: "";
  width: 19px;
  height: 14px;
  background: url(../images/heading-toppings.png) no-repeat;
}

.quick ul li p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
}

.quick ul li p span {
  font-size: 14px;
  color: #3e4a8e;
  text-transform: uppercase;
}

.service .container::before {
  position: absolute;
  top: -105px;
  right: 0;
  content: "";
  background: url(../images/welcome.png) no-repeat;
  width: 447px;
  height: 84px;
}

.opening_hours {
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 100px 0 !important;
}

.opening_hours h2 {
  font-size: 35px;
  color: #1a0d15;
  margin-top: 67px;
}

.opening_hours p {  
  font-size: 25px;
  color: #1a0d15;
  text-transform: uppercase;
}

.opening_hours p span {  
  font-size: 15px;
  display: block;
}

.opening_hours .btn {
  border: #1a0d15 1px solid;
  background: #1a0d15;
  color: #ffffff;
}

.res_blog {
  background: rgb(255,255,255);
  padding: 50px 0;
  height: auto;
}

.res_blog h2 {
  font-size: 34px;
  color: #1b232d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px 0;
  font-weight: 500;
  text-transform: uppercase;
}
.res_blog h3 {
  font-size: 22px;
  color: #cf372a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.res_blog img {
  width: 158px;
  height: auto;
  margin: 10px 0 0 0;
}
.rd-more img {
  width: auto;
}

.res-content {
  margin: 30px 0 0 0;
}

.res-content h2 {
  font-size: 25px;
  color: #1b232d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.res_blog p {
  font-size: 15px;
  color: #818181;
  text-align: center;
  font-weight: 300;
  line-height: 30px;
  margin: 10px 20px;
}

.res_blog p span {  
  font-size: 15px;
  display: block;
}

.res_blog .btn {
  border: #1a0d15 1px solid;
  background: #1a0d15;
  color: #ffffff;
}

.ser-slide .item {
  background: #fff;
  position: relative;
}

.ser-slide .item h5 {
  margin: 10px 0;
  font-size: 22px;
  color: #1d1d1d;
  padding: 15px 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.copyright p {
  color: #ffffff;
  text-align: center;
}

.banner_right {
  background: rgba(70, 80, 141, 0.9);
  padding: 40px;
  width: 100%;
  border-radius: 10px;
}

.banner_right .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_right h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 40px;
}

.banner_right h2 span {
  color: #3ecfc1;
  font-weight: 400;
}

.banner_right .form-group label {
  width: 30%;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.banner_right .form-group .form-control {
  width: 70%;
  border: #d6dff0 1px solid;
  background: #edf3fe;
  padding: 13px 20px;
  height: auto;
  font-size: 13px;
  color: #1d1d1d;
}

.banner_right .form-group .btn {
  width: 100%;
  background: #3ecfc1;
  color: #ffffff;
  text-transform: uppercase;
  width: 70%;
}

.banner_right .form-group img {
  width: 70%;
}

.assignment_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.text_section {
  text-align: left;
  width: 84%;
}

.text_section h3 {
  font-size: 19px;
  color: #4f4f4f;
}

.text_section p {
  font-size: 16px;
  color: #242424;
}

.consultation_area img {
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.mid_assignment {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.mid_assignment img {
  width: 100%;
}

.review_img {
  background: #3e4a8e;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 30px 0 0 0;
}

.review_img::before {
  position: absolute;
  left: -15px;
  background: url("../images/border.png") left top no-repeat;
  width: 213px;
  height: 218px;
  top: -14px;
  content: "";
}

.review_img::after {
  position: absolute;
  left: 66px;
  background: url("../images/border-after.png") left top no-repeat;
  width: 549px;
  height: 9px;
  bottom: -16px;
  content: "";
}

.review_section {
  background: url("../images/review-section.png") left top no-repeat;
  width: 100%;
  height: 845px;
  background-size: cover;
}

.review_img img {
  width: 86%;
  margin: 0;
  position: relative;
}

.slide_text {
  display: flex !important;
  flex-direction: inherit !important;
}

.slide_text img {
  position: relative;
  margin-top: -20px;
}

.slide_textnew img {
  margin-top: 20px;
}

.nav-pills .nav-link {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  background: #d6382b;
  color: #ffffff;
  margin-right: 20px;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 30px 6px;
}

.nav-pills .nav-link.active {  
  color: #5a0d77;
  border-bottom: #5a0d77 4px solid;
  background: none;
}

/*.who_we_are_section .tab-content p {
  font-size: 15px;
  color: #2c2c2c;
}*/

.who_we_are_section .tab-content p {
    font-size: 13px;
    color: #818181;
    font-weight: 300;
    line-height: 30px;
    margin: 10px 0;
}

.claim_offer_text {
  background: #3ecfc1;
  padding: 40px;
  border-radius: 6px;
  text-align: left;
}

.claim_offer_text h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.claim_offer_text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  text-transform: initial;
}

.claim_offer_text h3 {
  color: #ffffff;
  font-size: 22px;
}

.claim_text_right {
  text-align: left;
  padding-left: 20px;
}

.claim_text_right h4 {
  font-size: 36px;
  color: #3e4a8e;
  font-weight: 300;
}

.claim_text_right h4 strong {
  font-weight: 600;
}

.claim_text_right h4 span {
  color: #262626;
  font-size: 19px;
  font-weight: 500;
}

.claim_text_right p {
  color: #262626;
  font-size: 19px;
  font-weight: 300;
  text-transform: initial;
  margin: 0 0 10px 0;
}

.btn-input {
   display: block;
}

.btn-input .btn.form-control {
    text-align: left;
}

.btn-input .btn.form-control span:first-child {
   left: 10px;
   overflow: hidden;
   position: absolute;
   right: 25px;
}

.btn-input .btn.form-control .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}

.icon-small {
  height:18px;
  margin:0;
  padding:0;
}

.icon-medium {
  height:22px;
  margin:0;
  padding:0;
}

.whatsapp_select {
  border: #dddddd 1px solid;
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0 0;
}

.whatsapp_select ul {
  padding: 6px 13px;
  background: #f8f8f8;
}

.whatsapp_select ul li a {
  display: block;
}

.whatsapp_select ul li ul {
  padding: 10px !important;
  background: #ffffff;
  left: -14px !important;
  right: auto !important;
  top: 8px !important;
}

.whatsapp_select .form-control {
  width: 40%;
  border: none;
  border-radius: 0;
  height: 51px;
  box-shadow: none;
  outline: none;
  font-size: 15px;
  color: #7f7f7f;
  font-weight: 300;
}

.whatsapp_select .btn {
  border-radius: 0;
  background: #00e174;
  color: #ffffff;
  font-size: 16px;
  text-transform: inherit;
  border: none;
  margin: 0;
  padding: 10px 12px;
}

.res-slide .left_item {
  background: #3e4a8e;
  border-radius: 4px;
  padding: 60px;
  text-align: left;
}

.res-slide .left_item hr {
  background: #ffffff;
  height: 4px;
  width: 100px;
  left: 0;
  margin: 40px 0 30px;
}

.res-slide .left_item h5 {
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
}

.res-slide .left_item p {
  font-size: 14px;
  margin: 60px 0 40px 0;
  font-weight: 300;
}

.text_top {
  display: flex;
  align-items: center;
}

.text_top img {
  position: relative;
  left: 0;
  top: 0;
}

.recent_proj .slick-slide {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: #a1aab9 0 0 15px 0;
  margin: 0 20px;
}

.text_top h4 {
  margin: 0;
  font-size: 16px;
  color: #295af4;
}

.content_mid {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px 60px;
}

.content_mid_text {
  width: 50%;
  text-align: left;
}

.content_mid_text i {
  color: #295af4;
  font-size: 26px;
}

.content_mid_text p {
  font-size: 15px;
  color: #6f6f6f;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.content_mid_text p span {
  font-style: italic;
}

.content_bot {
  background: #f7faff;
  padding: 20px;
  border-top: #dddddd 1px solid;
}

.content_bot ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 31px;
}

.content_bot ul li span {
  width: 50%;
  color: #adadad;
  font-size: 15px;
}

.content_bot ul li span.left_span {
  text-align: left;
}

.content_bot ul li span.right_span {
  text-align: right;
  color: #545454;
}

.content_bot ul li span img {
  position: relative;
  margin: 0 -6px 0 0;
}

.recent_proj .slick-list {
  height: 400px;
  padding: 0 10px;
}

.recent_proj button.slick-next.slick-arrow {
  left: 90px;
}

.recent_proj button.slick-prev.slick-arrow {
  left: 26px;
}

.thumb_section {
  box-shadow: 0 0 4px 0 #b3b2b2;
  border-radius: 10px;
  padding: 20px;
  width: 97%;
  margin: 20px auto 0;
}

.thumb_section p {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: 600;
  color: #333333;
}

.best_quality {
  
}
.best_quality h2 {
  font-size: 34px;
  color: #1b232d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.best_quality .thumb_section {  
  box-shadow: none;
  padding: 0;
}

.best_text {
  background: #3ecfc1;
  padding: 30px 20px;
  border-radius: 6px;
}

.best_text h2 {
  font-size: 24px;
  color: #ffffff;
  min-height: initial;
  margin: 16px 0 10px;
}

.best_text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

.security_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 19px 0 0 0;
}

.partner_security h2 {
  min-height: initial;
}

.online_section {
  background: url("../images/bg-4.png") left top no-repeat;
  width: 100%;
  background-size: cover;
}

.best_quality p {
  text-align: center;
}

.online_section p {
  text-align: center;
}

.special_offer {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin: 20px 0 0 0;
}

footer .special_offer h2 {
  margin: 0;
}

footer .special_offer p {
  text-align: left;
  font-size: 12px;
}

.special_offer .form-control {
  border-radius: 4px;
  border: none;
  font-size: 14px;
  padding: 12px;
  height: auto;
}

.special_offer .btn {
  border-radius: 4px;
  border: none;
  width: 100%;
  background: #3ecfc1;
  padding: 12px;
  text-transform: inherit;
  margin: 10px 0 0 0;
  color: #ffffff;
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5777ba;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #5777ba;
  line-height: 0;
}

.details .content p:last-child {
  margin-bottom: 0;
}


.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #00082D;
}

.bg-video-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 842px;
  content: "";
  background: url(../images/bg.png) left top repeat-x;
  z-index: 9;
}

.bg-video-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: rgba(0, 8, 45, 0.4);
}


video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,8,45,1) 90%);
  z-index: 2;
}

.logo {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

span.logo_center {
    display: inline-block;
    top: -24px;
    position: relative;
    left: 24px;
}

span.logo_bottom {
    display: inline-block;
    top: -43px;
    position: relative;
    left: 208px;
    z-index: 9;
}

span.logo_right {
    display: inline-block;
    top: -19px;
    position: relative;
    left: 0;
    z-index: 9;
}

div.menu_div {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background: rgba(1, 9, 46, 0.9);
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    transition: 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.menu_div.show {
    opacity: 1;
    visibility: visible;    
    transition: 0.5s;
    top: 0;
}

button.navbar-toggler {
    display: block !important;
}

button.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    font-size: 34px;
}

.navbar-expand-md .navbar-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#close_menu {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 29px;
  color: #ffffff;
  transition: 0.5s;
}

.close_menu:hover {
  color: #3e4a8e;
}

.image_cont_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.who_we_left img {
  width: 320px;
  height: auto;
}

.wrap {
   height: auto;
   position: relative;
   overflow: hidden;
}
 .wrap .bg {
   width: 100%;
   height: auto;
   /*position: absolute;*/
   top: 0;
   left: 0;
   /*z-index: -1;*/
   background: url(../images/abt-bg.png) no-repeat center center;
   background-size: cover;
   transform: scale(1.1);
}

.who_pic_new {
    display: flex;
    flex-direction: column;
    height: 250px;
    position: relative;
    justify-content: space-between;
    left: 20px;
}

.who_pic_new2 {
    display: flex;
    flex-direction: column;
    height: 250px;
    position: relative;
    justify-content: space-between;
    right: 40px;
}

.who_pic_new img, .who_pic_new2 img {
  width: 60px;
}
.who_we_are_section.wtitle {
  font-size: 34px;
  color: #1b232d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 12px 0 !important;
  font-weight: 500;
  text-transform: uppercase;
}

.res_pics {
  background: url(../images/line.png) center center repeat-x;
  width: 100%;
  height: auto;
}

.tech_div {
  position: relative;
  overflow: hidden;
}

.tech_div_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tech_div img {
  width: 100%;
  height: 100%;
}

.tech_div_icon img {
  width: auto;
  max-height: 72px;
}
.tech_div_hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: -100%;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background: url("../images/t-hover.png") left top no-repeat;
  height: 100%;
  padding: 30px;
  opacity: 0;
}

.tech_div:hover .tech_div_hover {
  top: 0;
  opacity: 1;
}

.tech_div_hover h2 {
  font-size: 19px;
  color: #ffffff;
}

.case-study{padding: 0 0 45px; position: relative;}
/* .nav-tabs {display:none;} */

/* .tab-slide .owl-item{opacity:0;}
.tab-slide .owl-item.active{opacity:1;} */
.tab-slide .item{background: #fff;}

.tab-slide.owl-carousel .owl-item img{width:auto!important; padding:15px;}
.tab-slide .owl-dots{position: absolute; right: 40px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; flex-direction: column;}
.tab-slide .owl-dots button{display: block; margin:7px 0;}
.tab-slide .owl-dots .owl-dot span{background: #fff; height:8px; width:8px; border:1px solid transparent; border-radius:100%; display: block;}
.tab-slide .owl-dots .owl-dot.active span{background: transparent; border:1px solid #fff; height:15px; width:15px;}
.tab-slide .owl-dots button.owl-dot{outline: none;}

.case-study .card-body{position: relative;}
.down-arow{position: absolute; bottom:0; left:0; right:0; margin: auto; color:#000;}

.case-study .nav-tabs .nav-item.show .nav-link, .case-study .nav-tabs .nav-link.active{border-color:transparent;}
.case-study .nav-tabs { border-bottom: 0;}
.case-study .nav-tabs .nav-link{border:0;}
.case-study .nav-tabs .nav-link:focus, .case-study .nav-tabs .nav-link:hover{border-color:transparent; position: relative;}
.case-study .nav-tabs .nav-link.active::after, .case-study .nav-tabs .nav-link:focus:after, .case-study .nav-tabs .nav-link:hover:after{width:100%;}
.case-study .nav-tabs {
    display: block;
    justify-content: center;
    margin: 0 0 60px;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 9;
}
.case-study .nav-tabs .nav-item{margin:0;}
.case-study .nav-tabs .nav-link {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    border-radius: 0;    
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    padding: 10px;
    width: 140px;
    height: 140px;
}
.case-study .nav-tabs .nav-link:hover {    
    background: #f04e2c;    
    color: #ffffff;
}
.case-study .nav-tabs .nav-item.show .nav-link, .case-study .nav-tabs .nav-link.active {
    border-color: transparent;
    border: none;
    background: #f04e2c;
    color: #ffffff;
}
.case-study .nav-tabs .nav-link.active::after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  background: url(../images/tab-arrow.png) left top no-repeat;
  width: 15px;
  height: 25px;
  transform: translateY(-50%);
}
.case-study .nav-tabs .nav-link img {
    filter: invert(42%) sepia(97%) saturate(3284%) hue-rotate(240deg) brightness(100%) contrast(101%);
}
.case-study .nav-tabs .nav-link:hover img, .case-study .nav-tabs .nav-link.active img {
    filter: invert(1);
}
.case-study .card-body{position: relative; padding:0;}
.case-study .card-body .item{position: relative; padding:0;}
.screens{position: absolute; top:100px; left:50%; transform: translateX(-50%); z-index: 3; background: url(../images/mob-img.png) no-repeat; background-size: 100%; overflow: hidden; width:247px; height:493px; transition: all 0.5s;}
.screens img{padding:68px 20px;}
/* .screens.fixed{ position: fixed; top:69px; left:50%; transform: translateX(-50%); z-index: 999;} */
/*  */

.web-design .screens{ background: url(https://dev.fitser.com/dev/fitser2/html/images/macbook.png) no-repeat; background-size: 100%; width:491px; height:278px; overflow: hidden; transition: all 0.5s;}
.screens img{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index: 3; object-fit: cover; height: 100%;}
.web-design .screens img{padding: 25px;}

.tab-innr {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100vh;
}
.is_stuck{transition: all 0.5s;}
.owl-carousel button.owl-dot{outline: none;}
.tab-lft {
    width: 50%;
    position: relative;
    padding-left: 200px;
    padding-right: 12%;
}
.web-design .tab-lft{padding-right:19%;}
.tab-uppr-hdng{display:flex; align-items: center; justify-content: space-between; margin:0 0 40px;}
/* .web-design .tab-uppr-hdng {display: block;} */
.tab-uppr-hdng img{max-height:104px;}
.tab-hdr{border-left:1px solid #ff1e1e; padding:0 0 0 15px; margin:0 0 0 15px; color:#000; font-size:24px; font-weight:700; min-width: 50%;}
.tab-hdr h6{display:block; margin: 10px 0 0;}

.tab-lft p{color:#626262; line-height: 2; font-size: 13px; margin:0 0 30px; }

.bookmark{color:#f6f6f6; font-size:90px; text-align: center; line-height: 1; font-weight:700; text-transform: uppercase; transform: translateY(-50%) rotate(-90deg); position: absolute; right:20%; top:50%; z-index: -1;}
.bookmark span{font-size:80px; display: block;  line-height: 0.8;}
.web-design .bookmark{right:0;}
.web-design .tab-rght {padding-left: 20%;}
ul.wish-list {
  margin: 0 0 48px 0;
  padding: 0;
}
.tab-rght {
  width: 50%;
  padding-left: 0;
  background: #622f7e;
  border-radius: 0;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wish-list li {
    margin: 0 0 10px;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 20px;    
    border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
.wish-list li:last-child{border-bottom:none; margin:0; background: url(../images/bullet.png) no-repeat left 0;}

.tab-innr:nth-child(even) .tab-rght{background: #f04e2c;}

/*.line img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}*/

.os-link ul {
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
}

.os-link ul li {    
    margin: 0 20px 0 0;
}

.partner_security img {
    width: 153px;
    height: auto;
    margin: 10px 0 0 0;
}

.pulse {
  font-size: 50vh;
  animation: pulse 0.6s ease-out infinite;
  cursor: pointer;
}

.php-email-form {
  margin: 40px 0 0 0;
}

.partner_security .form-control {
  border-radius: 0;
  background: transparent;
  color: #222222;
  padding: 10px 20px;
  font-size: 18px;
  box-shadow: none;
  border: #dddddd 1px solid;
  height: auto;
  resize: none;
}

.partner_security textarea.form-control {
    height: 127px;
    margin-bottom: 30px;
}

.form-bottom .btn {
  background: #652f80;
  width: 100%;
  height: auto;
  font-size: 22px;
  color: #ffffff;
  transition: 0.4s;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px;
}

.form-bottom .btn:hover {
  background: #f04e2c;
}

@keyframes pulse {
  0% {
    opacity: 0.9;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(0.8);
  }
}

.left_cont_comp {
    position: absolute;
    left: -69px;
    top: 60px;
}

.left_cont_comp img {
    width: auto;
}

.right_cont_comp {
    position: absolute;
    top: 39px;
    right: -177px;
}

.right_cont_comp img {
    width: auto;
}

.form-group {
    margin-bottom: 30px;
}

.partner_security {
  background: url(../images/new-bg.jpg) left top no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
}

.address {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000a39;
    min-height: 131px;
    padding: 30px 20px;
    border-radius: 10px;
}
.ab-img img {
    width: 383px;
    margin: 0 auto;
    display: block;
}

.quick_links {
  text-align: left;
}

.footer_left .navbar-brand {
  margin-bottom: 30px !important;
}

.footer_left ul {
  display: inline-flex;
}

.footer_left ul li a {
  display: flex;
  justify-content: center;
  padding: 10px 5px;
  margin-right: 3px;
  background: #00051d;
  align-items: center;
  text-align: center;
}

.footer_left ul li a i {
  margin: 0;
}

.address img {
  width: auto;
  margin-right: 30px;
}

.address p {
  text-align: left;
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.address p span {
    display: block;
    font-size: 13px;
    color: #9aa3ce;
    text-transform: capitalize;
}

.address p a {
  display: block;
  font-size: 13px;
  color: #9aa3ce;
  text-transform: capitalize;
}

.footer_mid ul {
  width: 50%;
}

.footer_bottom {
    margin: 60px 0 0 0;
}

.footer_mid h2 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
}

.footer_mid h2 span {
  color: #e7482b;
}

.footer_left p {
  font-size: 14px;
  color: #9aa3ce;
  line-height: 24px;
  font-weight: 300;
}

.footer_mid ul li a {
  font-size: 15px;
  color: #9aa3ce;
  line-height: 24px;
  font-weight: 300;
  padding: 0 !important;
}

.copyright {
  background: #000416;
  padding: 15px 0;
}

.copyright ul {
  display: flex;
}

.copyright ul li {
  color: #5467be;
  padding-right: 10px;
}

.copyright p {
  color: #5467be;
  font-style: italic;
  font-size: 12px;
  text-align: right;
}

.copyright a {
  color: #5467be;
  font-style: italic;
  font-size: 12px;
}

.left_map {
  margin: 50px 0 0;
}

.left_map img {
  margin: 0 0 50px;
}
.map-location{
  transition: 0.3s;
  cursor: pointer;
}
.map-location img{
  filter: invert(12%) sepia(25%) saturate(5988%) hue-rotate(198deg) brightness(96%) contrast(99%);
  transition: 1s !important;
  
}
.map-location:hover img{
  filter: invert(66%) sepia(35%) saturate(281%) hue-rotate(192deg) brightness(93%) contrast(91%);
}

/*-----------------------------------------<mycss>-----------------------------------------------------------*/

.jumbotron {
  height: 423px;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
}
.jumbotron::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bg.png) left top repeat-x;
  z-index: 9;
}
.jumbotron video {
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    position: absolute;
    filter: brightness(0.45);
    top: 0;
    min-height: 100%;
    min-width: 100%;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/";
}
.brdcrm {
    width: 100%;
    background-color: transparent;
    z-index: 99;
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.jumbotron::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 1140px;
    height: 5px;
    background: #f04e2c;
    z-index: 999;
    transform: translateX(-50%);
}
/*.jumbotron img {
    top: -19px;
    transform: translateY(-50%);
}*/
ol.breadcrumb.bg-transparent {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
}
li.main-pname {
    width: 100%;
    text-align: center;
    font-size: 57px;
    text-transform: uppercase;
    color: #f24324;
    margin-bottom: 33px;
}
li.main-pname span{
    color: #ffffff;
}
li.breadcrumb-item {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300 !important;
    color: #ffffff !important;
    line-height: 30px;
}
li.breadcrumb-item a{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300 !important;
    color: #ffffff !important;
}
.breadcrumb-item + .breadcrumb-item::before{
  content: "|";
}
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.inner-about-text h3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b22427;
}
.important_text {
  color: #000;
  font-weight: 500;

}
.inner-about-text h3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b22427;
  margin-bottom: 46px;
  font-size: 54px;
}
.inner-about-text h4 {
  font-weight: 300;
  text-transform: uppercase;
  color: #d91b5c;
  font-size: 20px;
  letter-spacing: 5px;
  text-decoration: underline;
  margin-bottom: 28px;
}
.inner-about-text h5 {
  font-weight: 800;
  color: #412a73;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 30px;
  margin-bottom: 23px;
}
.point_style1 li {
  list-style: disc;
  font-size: 20px;
  color: #000;
  margin-bottom: 7px;
  font-weight: 300;
  letter-spacing: 0px;
}
.point_style1 {
  padding-left: 14px;
}
section.inner-headings h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    color: #575757;
}
.inner-headings h3 span{
  color: #f04e2c;
}
.cl-addsec{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #421866;
}
.cl-addsec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #421866;
    color: #fff;
    text-align: center;
    padding: 30px;
    height: 500px;
}
a.phns {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
a.emsec {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 14px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 15px 0;
}
.cl-addsec h5 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 14px 0 32px 0;
}
.cl-addsec p {
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    line-height: 27px;
}
.cmap {
    height: 500px;
}
.cmap iframe{
    height: 100%;
    width: 100%;
}
.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }

  .flip-box-front,
  .flip-box-back {
    
    border-radius: 8px;
    min-height: 340px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 5px;
  }

  .flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 257px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

  .flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .flip-box .inner-back{
      position: absolute;
      left: 0;
      width: 100%;
      padding: 30px;
      outline: 1px solid transparent;
      perspective: inherit;
      z-index: 2;
  }
  .flip-box-back::before{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d91b5c;
  }
  h3.flip-box-header{
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;    

  }
  .inner-back p{
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    
  }
  .flip-box-front h4 {
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .flip-box .inner-back a {
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    letter-spacing: 3px;
    border: 2px solid #000000;
  }
  #portfolio ul.nav.nav-tabs li a {
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    border-radius: 0;
    padding: 0 10px!important;
    line-height: 23px;
    margin: 0;
    letter-spacing: 1px;
    border: none;
}
#portfolio ul.nav.nav-tabs li a:hover{
  text-decoration: underline;
}
.main-port:hover .work-info{
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
.work-info {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 3;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: 0.3s all ease;
}
.work-info h3 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 23px;
    font-weight: 300;
}
.work-info span {
    margin: 0;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;

}
.tab-hdsec1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.prt-hd h5 {
    margin: 0;
    font-size: 25px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.prt-hd p {
    margin: 0;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
}
#portfolio ul.nav.nav-tabs {
    justify-content: flex-end;
    margin-bottom: 0;
    border: none;
}

#portfolio ul.nav.nav-tabs li a.active {
    text-decoration: underline;    
    border-radius: 0;
}
#portfolio .main-port{
  overflow: hidden;
  display: block;
  width: 100%;
}
section#portfolio {
    overflow: hidden !important;
}
#portfolio .main-port:hover img {
    transform: scale(1.1);
    filter: brightness(0.5) grayscale(40%);
}
#portfolio .main-port img {
    transition: 0.3s;
    height: 400px;
    object-fit: cover;
}
/*----------blog-------------*/
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #d91b5c;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #d91b5c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e35052;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #d91b5c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #d91b5c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
    color: #444444;
    padding-bottom: 80px;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #d91b5c;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #d91b5c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #d91b5c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #d91b5c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d91b5c;
  background: #d91b5c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
#contact .shadowsec {
  padding: 64px 35px;
  box-shadow: 0px 0px 24px 2px rgba(146,146,146,0.75);
  -webkit-box-shadow: 0px 0px 24px 2px rgba(146,146,146,0.75);
  -moz-box-shadow: 0px 0px 24px 2px rgba(146,146,146,0.75);
}
#contact .c-head p{
    color: #414141;
    font-size: 15px;
    font-weight: 400;    
}
#contact .c-head {
    margin: 20px 0 43px 0;
}
.get_icon_sec p , .get_icon_sec a{
    color: #949494 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.get_icon_sec h4 {
    color: #222222 !important;
    font-size: 30px !important;
    margin: 26px 0 8px 0px !important;
    font-weight: 700 !important;    
    text-transform: initial !important;
}
.get_icon_sec .d-flex.flex-column.justify-content-center.align-items-center.position-relative::after {
    position: absolute;
    content: '';
    right: -21px;
    top: 0;
    height: 172px;
    width: 1px;
    background: #ebebeb;
}
#contact .form-group input, #contact .form-group textarea {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  padding: 21px 20px;
}
#contact .form-group input::placeholder, #contact .form-group textarea::placeholder{
    font-weight: 400;
    font-size: 16px;
    color: #222222;    
}
#contact .form-group textarea {
    height: 105px;
}
#contact .form-group button {
    width: 100%;
    background: #00082d;
    color: #fff;
    font-size: 20px;
    padding: 7px;
    outline: none;
    border: none;
}
.single-prj-grd {
    position: relative;
    z-index: 9;
    cursor: pointer;
    margin: 0 0 20px 0;
}
.prj-ovrlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding: 0 40px;
  background: #000000d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  overflow: hidden;
  align-items: center;
}
.single-prj-grd:hover .prj-ovrlay{
    height: 100%;  
}
.prj-ovrlay h5 {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
   text-transform: uppercase;
}
.prj-ovrlay p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 21px;
}
.prj-ovrlay a {
  margin-top: 21px;
  background: #ffff;
  color: #000;
  padding: 5px 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #ffffff;
}
.prj-ovrlay a:hover {
   background: transparent !important;
   color: #ffffff;  
   border: 1px solid #ffffff;
}
.test-section{
  overflow: hidden;
  background: url(../images/test-bg.png)left top no-repeat;
  background-size: 100% 100%;
  height: 750px;
  padding: 50px 0;
}
.test-section h2 {
  font-size: 34px;
  color: #1b232d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px 0;
  font-weight: 500;
  text-transform: uppercase;
}
.test-section h3 {
  font-size: 22px;
  color: #cf372a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.test-section .slider1 .test-imgsec img{
  width: 75px;
  position: relative !important;
  height: auto !important;
  margin-left: 45px;
}
.slider1 .slick-slide {
  background: transparent;
  padding: 0;
}
.test-text p {
  opacity: 0;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #f04c29;
  padding: 38px 27px;
  position: relative;
  transition: 1s;
  text-align: left !important;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.test-text p::before {
  position: absolute;
  content: '';
  left: 11px;
  top: 11px;
  height: 28px;
  width: 29px;
  background: url(../images/quote.png)left top no-repeat;
  background-size: 100% 100%;
}
.test-text p::after {
  position: absolute;
  content: '';
  right:-14px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 15px;
  background: url(../images/tab-arrow.png)left top no-repeat;
  background-size: 100% 100%;
}
.slider1 .item.slick-slide.slick-current.slick-active.slick-center .test-text p{
  opacity: 1;
}
.slider1 .item.slick-slide {
  border: none; 
  margin: -50px 0;
}
.slider1 .slick-arrow {
  display: none !important;
}
.thead-1 {
  position: absolute;
  right: 26%;
  top: 71px;
}
.thead-2 {
  position: absolute;
  right: 26%;
  top: 71px;
}
.thead-2 {
  position: absolute;
  right: 14%;
  top: 120px;
}
.thead-3 {
  position: absolute;
  right: 23%;
  top: 311px;
}
.thead-4 {
  position: absolute;
  right: 28%;
  top: 445px;
}
.thead-5 {
  position: absolute;
  right: 44%;
  top: 501px;
}
.slider1 .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 999999;
  right: 116px;
  bottom: 80px;
}

.slider1 .slick-dots li button {
  text-indent: -9999px;
  border: 1px solid #b2b4b6;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 0;
  outline: 0;
  background: transparent;
}

.slider1 .slick-dots li.slick-active button {  
  border: transparent 1px solid;
  width: 7px;
  height: 7px;  
  background: #f04c29;
}

.slider1 .slick-list {
  overflow: hidden;
  padding: 0 0 !important;
}
.slider1 {
    height: 400px;
    margin-top: 147px;
}
.adr img {
  max-height: 60px;
}
.fixed-quote {
  position: fixed;
  z-index: 999999;
  right: -56px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: #f04e2c;
  color: #fff;
  padding: 5px 21px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}
.fixed-quote:hover{
  background: #d91b5c;
  color: #ffffff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
body.modal-open {
  overflow: initial;
  overflow-x: hidden;
  padding-right: 0 !important;
}
.modal-header {
  justify-content: center !important;
  align-items: center !important;
  background-color: #d91b5c;
  color: #fff;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-body .main-center form button {
  background-color: #8b000b;
  border: none;
  padding: 10px 22px;
  border: 1px solid #8b000b;
  color: #fff;
  font-size: 13px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}
.modal .form-group {
  margin-bottom: 10px;
}
.modal-content iframe {
  border: 5px solid #ffffff !important;
  width: 100%;
  height: 350px;
}
#map .modal-header {
  background: #f00;  
  position: absolute;
  right: 0;
  width: 41px;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 0;
  height: 36px;
}
#map .modal-header .close {
  padding: 0;
  margin: 0;
}
#map .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
.modal .web_btn {
  border: 1px solid #000;
  padding: 5px 15px;
  background: #b22427;
  color: #fff;
  transition: 0.3s;
}
.modal .web_btn:hover{
  border: 1px solid #b22427;
  color: #b22427;
  background: #ffffff;
}
.modal textarea{
  resize: none;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}




/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
  background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
  color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{  
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
  color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  background-color: #E4E4E4;
  border-left: 5px solid #f04e2c;
}

#generic_price_table .generic_content .generic_price_btn a{
  border: 1px solid #f04e2c; 
    color: #f04e2c;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
  border-color: #f04e2c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f04e2c;
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
  background-color: #f04e2c;
  color: #fff;
} 
#generic_price_table{
  margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #cccccc5e;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
  margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
  padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
  font-family: "Lato",sans-serif;
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
  
} 
@media (max-width: 320px) { 
}

@media (max-width: 767px) {
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3{
    float:left;
    width:50%;
  }
  
  #generic_price_table .col-md-4{
    float:left;
    width:50%;
  }
  
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
   font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
  color: #7885CB;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.demo-pic{
  margin: 0 auto;
}
.demo-pic:hover{
  opacity: 0.7;
}

#generic_price_table_home ul{
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}
#generic_price_table_home li{
  float: left;
}
#generic_price_table_home li + li{
  margin-left: 10px;
  padding-bottom: 10px;
}
#generic_price_table_home li a{
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}
#generic_price_table_home .blue{
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
  background: #f04e2c;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
  background: #E74C3C;
  transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
  border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
#generic_price_table_home .divider span{
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}
#generic_price_table_home .itemname{
  text-align: center;
  font-size: 50px ;
  padding: 50px 0 20px ;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
  padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

section.inner-abt1 {
    padding: 87px 0;
    background: url(../images/abt-bg1.png)left top no-repeat;
    background-size: 100% 100%;
}
.inab-txt {
    margin-top: 36px;
}
.inab-txt h3 {
    font-weight: 700;
    font-size: 30px;
    color: #5a0d77;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inab-txt p{
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}
.inab-txt h5{
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #d6382b;
}
section.abt2sec {
    background: url(../images/ab2bg.png)left top repeat-x;
    background-size:auto ;
}
.abtcx h5 {
    text-align: center;
    color: #f24324;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}
.abtcx h3 {
    text-align: center;
    font-weight: 800;
    font-size: 75px;
    color: #010624;
    margin-bottom: 30px;
}
.abtcx p {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}
.d-desnsec {
    background: url(../images/txt-bg.png) left top no-repeat;
    padding: 51px 445px 150px 40px;
    background-size: 81% 100%;
    position: relative;
    margin: 57px 0;
}
.d-desnsec::after {
    background: url(../images/abt-bef.png)left top no-repeat;
    content: '';
    right: -108px;
    top: -26px;
    width: 564px;
    height: 472px;
    position: absolute;
    background-size: contain;
}
.d-desnsec h3 {
    font-size: 48px;
    color: #fa9a85;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 25px;
}
.d-desnsec h3 span {
    color: #c62604;
    text-transform: uppercase;
    background: #ffffff;
    padding: 0 3px;
}
.d-desnsec p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
}
.spec-txt h3 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #020b2f;
}
.spec-txt h3 span{
  color: #f04e2c;
}
.gr-grd {
    text-align: center;
    position: relative;
}
.gr-grd h5 {
    font-size: 20px;
    font-weight: 500;
    color: #646464;
    margin: 21px 0 0 0;
}
.gr-spsec .col-md-4:nth-child(1) .gr-grd::before {
    position: absolute;
    content: '';
    right: -115px;
    top: 24px;
    background: url(../images/bef-11.png)left top no-repeat;
    width: 198px;
    height: 140px;
    background-size: contain;
}
.gr-grd img {
    width: 186px;
}
.gr-spsec .col-md-4:nth-child(2) .gr-grd::before {
    position: absolute;
    content: '';
    right: -115px;
    top: 24px;
    background: url(../images/bef-12.png)left top no-repeat;
    width: 198px;
    height: 140px;
    background-size: contain;
}
.cov-gr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.cov-gr h6 {
    position: absolute;
    bottom: 17px;
    text-align: center;
    left: 15px;
    right: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.cov-gr {
    height: 400px;
    overflow: hidden;
}
a.cov-gr:hover img {
    transform: scale(1.2);
    filter: grayscale(1);
}
section.teamsec {
    background: #f0f1f1;
}
.teamsec1{
  display: flex;
  flex-direction: column;
}
.team-img1 {
    text-align: center;
}
.team-img1 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #6e3082;
    padding: 18px;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto;
}

.team-txt1 {
    text-align: center;
    padding: 15px 0 15px 0;
}
.team-txt1 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #474747;
}
.team-txt1 h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #636363;
}
.headsect h5 {
    font-weight: 500;
    font-size: 37px;
    color: #020b2f;
    text-transform: uppercase;
    margin-bottom: 44px;
    text-align: center;
    letter-spacing: 2px;
}
.grdsect .col-md-3:nth-child(even) .teamsec1 .team-img1{
  order: 2;
}
.grdsect .col-md-3:nth-child(even) .teamsec1 .team-txt1 {
    order: 1;
    padding-top: 0;
}
.grdsect .col-md-3:nth-child(even) .teamsec1 .team-img1 img {
    border: 1px solid #f04e2c;
}
.navbar-nav .current-menu-item > a {
    color: #f24324;
    font-weight: 600;
}

    
.woocommerce-Price-amount{
  font-size: 40px;
}
.woocommerce-Price-currencySymbol{
  font-size: 25px !important;
}
.wpcf7-not-valid {
  border-color: red;
}

