@charset "UTF-8";
/*------------------------------------------------------------------
Theme Name: POLYGON - Multipurpose Template
Version: 1.0
Author: Surjith S M
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

    1. GLOBAL STYLES
    2. HEADER
    3. ACCORDION STYLES 
    4. COMMON STYLES 
    5. FOOTER 
    6. ALERTS 
    7. BUTTONS 
    8. CALL TO ACTION 
    9. PROGRESS BAR / SKILLS 
    10. COLUMNS 
    11. STATS COUNTER 
    12. COUNTDOWN TIMER 
    13. DIVIDER 
    14. DROPCAPS 
    15. CONTACT FORM 
    16. GALLERY 
    17. ICON BOX 
    18. ABOUT STYLES 
    19. TESTIMONIALS 
    20. TEAM 
    21. GOOGLE MAP 
    22. SERVICES STYLES 
    23. DUAL CONTENT 
    24. PRICING TABLE 
    25. BLOG 
    26. PAGINATION 
    27. SIDEBAR 
    28. SHOP 
    29. PORTFOLIO 
    30. EXTRAS  
    31. RESPONSIVE STYLES
    
    -------------------------------------------------------------------*/

/*==========================================================================
    1. GLOBAL STYLES
    ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #666;
  font-size: 14px;
  position:relative;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
  font-weight: 400;
  margin: 0;
  color: #222;
 /* letter-spacing: 0.1em; */
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #999;
  transition: .4s;
}

a:hover,
.sidebar .widget .tagcloud a:hover,
.post-table-content .blog-entry-title a:hover,
.post-table-sub-content .blog-entry-title a:hover,
.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title a:hover,
.single-post .comment .comment-reply-link:hover,
.page .comment .comment-reply-link:hover,
.post-navigation .nav-links a:hover,
.author-info .author-email a,
.single-post .tags a:hover,
.single-post .tags a:focus,
.mini-cart .widget_shopping_cart_content .wc-forward:hover,
.mini-cart .widget_shopping_cart_content .cart_list li .remove:hover,
.related-projects .project-title a:hover,
.social-menu.link-black ul li a:hover {
  color: #1674D1;
}




a:hover,
a:active {
  outline: 0;
}

a:hover,
button,
button:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a,
a:hover,
a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus {
  outline: 0;
  text-decoration: none;
}
img{
  max-width: 100%;
}
.container {
  width: 100%;
  max-width: 1230px;
}

.container-full {
  max-width: 100%;
  width: 100%;
  padding: 0 120px;
}
/*==========================================================================
    1. SLIDER
    ========================================================================== */
.custom_slider .nav{
    background: #eee;
}
.custom_slider .carousel-inner .item:before{
  content: '';
  display: block;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
}
.custom_slider .nav-justified li{
  border-right:1px solid #dedede;
}
.custom_slider .nav-justified > li > a{
    border-radius: 0;
    color: #333;
}
.custom_slider .nav-justified > li > a:hover, .custom_slider .nav-justified > li > a:focus{
  color: #333;
}
.custom_slider .nav-justified li:nth-child(8){
  background: #5fbef6;
}
.custom_slider .nav-justified li:nth-child(8) a{
  color: #fff;
  font-weight: bold;
}
.custom_slider .nav-pills>li.active a { 
  background-color: rgb(22, 116, 209);
  color: #fff;
 }
.custom_slider .nav>li>a {
    padding: 8px 12px;
}
.custom_slider h2{
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 53px;
  font-family: 'Electrolize', sans-serif;
  line-height: 62px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.custom_slider h2 em{
  background: #1573D1;
  color: #fff;
  font-style: normal;
}
.custom_slider p{
  color: #fff;
  margin:0;
  font-size: 17px;
  line-height: 34px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.custom_slider .carousel-caption{
  text-shadow: none;
}
.carousel-caption.one{
  text-align: center;
  top: 75px;
}
.carousel-caption.two{
  text-align: center;
  top: 75px;
}
.carousel-caption.two p{
  margin: 0px 0 28px;
}
.carousel-caption.three{
  text-align: left;
  top: 75px;
}
.carousel-caption.three p{
  margin: 0px 0 28px;
}
.carousel-caption.four{
  text-align: left;
  top: 75px;
}
.carousel-caption.four h2{
  /*color: rgb(22, 116, 209);*/
}
.carousel-caption.four p{
  margin: 0px 0 28px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.carousel-caption.five{
  text-align: left;
  top: 75px;
}
.carousel-caption.five p{
  margin: 0px 0 28px;
}
.custom_slider .gettouch_btn{
  /*background: rgb(22, 116, 209);*/
  padding: 12px 38px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
}
.custom_slider .gettouch_btn:hover, .custom_slider .gettouch_btn:focus{
  color: #fff;
}
.custom_slider li.content {
    display: none;
    width: 101%;
    margin: 0 !important;
}
.custom_slider li.content a{
  color: #fff;
}
.custom_slider li.content.active {
    display: block;
}
.custom_slider.mobile{
  display: none;
}
/*==========================================================================
    2. HEADER
    ========================================================================== */
header {
  min-height: 58px;
  position: relative;
}

#menu-features li {
  border-top: medium none !important;
  border-bottom: 2px solid #FFF;
  padding: 0px !important;
  margin: 0;
}

#menu-features li a {
  padding: 18px 20px;
  display: block;
  background-color: #F4F4F4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.1em;
}

#menu-features li a:hover,
#menu-features li.active a {
  background-color: #1674D1;
  color: #FFF;
}

#site-navigation #primary-menu > li:hover {
  border-color: #999999;
}

#site-navigation #primary-menu > li {
  border: none;
  background: transparent;
}

#site-navigation .menu > ul > li:after,
#site-navigation .menu > li {
  background-color: rgba(255, 255, 255, 0.2);
}

#site-navigation .menu > ul > li > a:hover,
#site-navigation .menu > li > a:hover {
  color: #1674D1;
}

#site-navigation .menu > ul > li > a,
#site-navigation .menu > li > a,
.search-cart {
  padding: 30px 19px 30px 19px;
}

#site-navigation .menu > ul > li > a,
#site-navigation .menu > li > a {
  color: #111111;
}

#site-navigation .menu > ul > li,
#site-navigation .menu > li {
  position: relative;
  vertical-align: top;
  line-height: 1;
}

.menu-item {
  display: inline-block;
}

#site-navigation .menu > ul > li a,
#site-navigation .menu > li a {
  position: relative;
  display: block;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  font-size: 13px;
}

.search-cart {
  padding: 30px 19px 30px 19px;
}

#site-navigation .menu {
  float: right;
}

#site-navigation .menu li:hover > .sub-menu,
#site-navigation .menu li:hover > .children {
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

#site-navigation .menu li:not(.mega-menu) .sub-menu,
#site-navigation .menu li:not(.mega-menu) .children {
  margin-left: 0;
}

#site-navigation .menu li > .sub-menu,
#site-navigation .menu li > .children {
  margin-top: 30px;
  z-index: -99;
}

#site-navigation .sub-menu li,
#site-navigation .children li,
#site-navigation .primary-menu .sub-menu,
#site-navigation .menu .children {
  background-color: #111111;
}

#site-navigation .primary-menu .sub-menu,
#site-navigation .menu .children {
  padding: 20px 30px 20px 30px;
}

#site-navigation .sub-menu,
#site-navigation .children {
  font-family: Lato;
}

#site-navigation .sub-menu,
#site-navigation .children {
  position: absolute;
  top: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#site-navigation .menu li:not(.mega-menu) .sub-menu li,
#site-navigation .menu li:not(.mega-menu) .children li {
  min-width: 210px;
  display: block;
}

#site-navigation .sub-menu li,
#site-navigation .children li,
#site-navigation .primary-menu .sub-menu,
#site-navigation .menu .children {
  background-color: #111111;
}

#site-navigation .sub-menu li,
#site-navigation .children li {
  position: relative;
}

#site-navigation .menu li:not(.mega-menu) .sub-menu li a,
#site-navigation .menu li:not(.mega-menu) .children li a {
  position: relative;
}

#site-navigation .menu li:not(.mega-menu) .sub-menu > li a,
#site-navigation .menu li:not(.mega-menu) .children > li a {
  position: relative;
}

#site-navigation .menu .sub-menu li a,
#site-navigation .menu .children li a {
  padding: 13px 0px 13px 0px;
}

#site-navigation .sub-menu li a,
#site-navigation .children li a {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

#site-navigation .sub-menu li a,
#site-navigation .children li a {
  letter-spacing: 0.2em;
}

#site-navigation .menu > ul > li a,
#site-navigation .menu > li a {
  position: relative;
  display: block;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}

#site-navigation .sub-menu li a:hover,
#site-navigation .children li a:hover,
#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop a:hover {
  color: #1573D1;
}

#site-navigation #primary-menu li .sub-menu li:first-child a {
  border-width: 0 0 0px 0;
}

#site-navigation #primary-menu li .sub-menu li a {
  border-width: 1px 0 0px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
}

#site-navigation .menu li.mega-menu .sub-menu > li {
  width: 100%;
}

#site-navigation .menu li.mega-menu {
  /*position: static;*/
  position: relative;
}

#site-navigation .menu li.mega-menu .sub-menu {
  width: 100%;
  left: 0px;
  top: 100px !important;
}

#site-navigation .menu li.mega-menu > .sub-menu,
#site-navigation .menu li.mega-menu > .children {
  margin-left: 0;
  padding: 0 !important;
}

.mega-menu .col-md-2 {
  width: 20%;
}

#site-navigation .menu li.mega-menu > .sub-menu ul li:first-child > a,
#site-navigation .menu li.mega-menu > .children ul li:first-child > a {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#site-navigation .menu li.mega-menu > .sub-menu a,
#site-navigation .menu li.mega-menu > .children a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#site-navigation .menu li.mega-menu .sub-menu {
  width: 270px;
  right: -270px;
  left: auto;
  top: 0;
}

#site-navigation .menu li:hover > .sub-menu,
#site-navigation .menu li:hover > .children {
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

#site-navigation .menu li.mega-menu .sub-menu {
  width: 100%;
  left: 0;
}

#site-navigation .menu li:not(.mega-menu) .sub-menu,
#site-navigation .menu li:not(.mega-menu) .children {
  margin-left: 0;
}

.search-box i,
.search-box i:before,
.search-box i:after,
.search-box input[type="search"],
.search-box .search-form,
#site-navigation .menu li:hover > .sub-menu,
#site-navigation .menu li:hover > .children,
.mini-cart .mini-cart__button {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mega-menu-content {
  padding: 55px !important;
  background-color: #0C0C0C !important;
  display: table;
  width: 100%;
}

#site-navigation .primary-menu .sub-menu,
#site-navigation .menu .children {
  padding: 20px 30px 20px 30px;
}

#site-navigation .sub-menu,
#site-navigation .children {
  position: absolute;
  top: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#site-navigation .menu li:not(.mega-menu) .sub-menu,
#site-navigation .menu li:not(.mega-menu) .children {
  margin-left: 0;
}

#site-navigation .menu li.mega-menu > .sub-menu,
#site-navigation .menu li.mega-menu > .children,
#site-navigation .menu li.mega-menu > .sub-menu li,
#site-navigation .menu li.mega-menu > .children li,
#site-navigation .menu li.mega-menu > .sub-menu a,
#site-navigation .menu li.mega-menu > .children a {
  background: none !important;
}
.cta-agn {
    margin-bottom: 58px;
    /* margin-top: -37px; */
}
.mega-menu-elements {
  background-image: url(../images/other/menu-bg1.jpg) !important;
}

.mega-menu-portfolio {
  background-image: url(../images/other/menu-bg2.jpg) !important;
}

.mega-menu h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #1674D1;
}

.mega-menu-shop {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  background: #fff url(../images/other/menushop.jpg) no-repeat !important;
}

.mega-menu-shop .col-md-3 {
  padding-right: 50px !important;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop ul li:first-child a,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop ul li:first-child a {
  border-color: #DEDEDE !important;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop li,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop li,
#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop a,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop a {
  border-color: #DEDEDE;
  color: #111;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop .products .type-product .image-product-contain,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop .products .type-product .image-product-contain {
  height: 95px;
  width: 95px;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop .products .type-product .image-product-contain,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop .products .type-product .image-product-contain,
#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop .products .type-product .woo-content-product,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop .products .type-product .woo-content-product {
  display: table-cell;
  vertical-align: top;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop .products .type-product .image-product-contain img,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop .products .type-product .image-product-contain img {
  height: 95px;
  width: 95px;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop .products .type-product .image-product-contain img:hover,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop .products .type-product .image-product-contain img:hover {
  opacity: 0.8;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop .products .type-product .woo-content-product h4.price,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop .products .type-product .woo-content-product h4.price {
  margin: 8px 0 15px;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.products-top {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
}

.products-top li.product-top .price del {
  color: inherit;
  opacity: .5;
}

.products-top .product-top {
  width: 48%;
}

.products-top .product-top {
  float: left;
  margin: 0 2% 10px 0;
  padding: 0;
  position: relative;
}

.products-top .onsale {
  padding: 5px;
  margin: 0px;
  right: -20px;
  top: -20px;
  background-color: #1674D1;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 32px;
  font-weight: bold;
}

.products-top .woo-content-product h5 {
  letter-spacing: 0.05em;
  text-transform: none;
  margin: 0 0 -3px;
  font-size: 14px;
  border: medium none;
  color: #111;
}

.products-top .product-top .price {
  display: block;
  color: #1674D1 !important;
  margin: -4px 0 0 !important;
  border: none;
}

.products-top .image-product-contain {
  display: inline-block;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 95px;
  float: left;
}

.products-top .woo-content-product {
  text-align: left;
  display: inline-block;
  width: auto;
}

#site-navigation .menu li.mega-menu > .sub-menu .mega-menu-shop a,
#site-navigation .menu li.mega-menu > .children .mega-menu-shop a {
  border: none !important;
}

.woo-content-product .amount {
  font-size: 14px;
  color: #1674D1;
  letter-spacing: 0.05em;
  font-weight: 400;
}

#site-navigation .menu-level2 > a:after {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e684";
  font-size: 16px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

#site-navigation .menu li:not(.mega-menu) .sub-menu .sub-menu,
#site-navigation .menu li:not(.mega-menu) .children .sub-menu,
#site-navigation .menu li:not(.mega-menu) .sub-menu .children,
#site-navigation .menu li:not(.mega-menu) .children .children {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: -303px;
  min-width: 210px;
}

#site-navigation .menu li.mega-menu li .sub-menu {
  width: 270px;
  right: -270px;
  left: auto !important;
  top: 0 !important;
}

#site-navigation .mega-menu-shop .shop-menu li {
  border-bottom: 1px solid #DEDEDE !important;
  color: #111;
}

#site-navigation .mega-menu-shop .shop-menu li:first-child a {
  border-top: 1px solid #DEDEDE !important;
}

.search-cart {
  padding: 30px 19px 30px 35px;
}

.search-cart {
  padding-right: 0 !important;
  top: -2px;
  position: relative;
}

.search-box {
  position: relative;
  z-index: 9999;
  line-height: 1em;
  text-align: left;
}

.search-box i {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 20px;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.search-box i:before,
.search-box i:after {
  position: absolute;
  color: #111;
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.search-box i:before {
  top: 0;
  left: 0;
  font-size: 20px;
}

.search-box i:after {
  content: "\e680";
  top: 100%;
  left: 0;
  font-size: 25px;
}

.search-box label span,
.search-box input[type="submit"] {
  display: none;
}

.search-box input[type="search"] {
  position: absolute;
  width: 100%;
  z-index: 99;
  border: none;
  padding: 10px;
  background-color: #fff;
  border-top: 2px solid transparent;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.search-box .search-form {
  position: absolute;
  right: 30px;
  width: 300px;
  height: 100%;
  opacity: 0;
  margin-top: 0px;
  visibility: hidden;
}

.search-box .search-form:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.search-box .search-form.open {
  margin-top: -22px;
  opacity: 1;
  visibility: visible;
}

.search-box .search-form.open + i:before {
  top: -100%;
}

.search-box .search-form.open + i:after {
  top: 0;
}

@media (max-width: 74.9375rem) {
  .search-box {
    width: 100%;
  }
}
.mini-cart .mini-cart__button {
  line-height: 1em;
  cursor: pointer;
}

.mini-cart .mini-cart__button .mini-cart-icon {
  position: relative;
  z-index: 2;
}

.mini-cart .mini-cart__button .mini-cart-icon:before,
.title-cart {
  color: #111111;
}

.mini-cart .mini-cart__button .mini-cart-icon:before {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e615";
  font-size: 20px;
  float: none;
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  margin: 0;
}

.mini-cart .mini-cart__button .mini-cart-icon:after {
  color: #ffffff;
  background-color: #1674D1;
}

.mini-cart .mini-cart__button .mini-cart-icon:after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -16px;
  right: -12px;
  min-width: 20px;
  line-height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.mini-cart .widget_shopping_cart_content,
.search-box input[type="search"] {
  border-color: #1674D1;
}

.mini-cart .widget_shopping_cart_content {
  padding-top: 15px;
  position: absolute;
  margin-top: 20px;
  right: 0;
  top: 140%;
  width: 300px;
  max-height: 700px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  background-color: #fff;
  border-top: 2px solid #1674D1;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mini-cart .widget_shopping_cart_content .cart_list li {
  padding: 0 15px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}

.mini-cart.open .widget_shopping_cart_content {
  opacity: 1;
  visibility: visible;
  top: 60%;
}

.logo a {
  padding-top: 0;
  display: table;
  margin-top: 12px;
}

.header01 .logo a {
  padding-top: 0;
  display: table;
  margin-top: 20px;
}

header .col-md-10 {
  position: static;
}

.header01 .search-box i:before,
.header01 .search-box i:after {
  color: #fff;
}

#site-navigation .menu li:not(.mega-menu) .sub-menu > li a:before,
#site-navigation .menu li:not(.mega-menu) .children > li a:before {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e684";
  font-size: 16px;
  vertical-align: middle;
  display: none;
  margin-right: -16px;
  margin-left: -18px;
  margin-top: -2px;
}

#site-navigation .menu li li.menu-item-has-children > a:after,
#site-navigation .menu li li.page_item_has_children > a:after {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e684";
  font-size: 16px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

#site-navigation .menu li:not(.mega-menu) .sub-menu > li a:hover:before,
#site-navigation .menu li:not(.mega-menu) .children > li a:hover:before {
  display: inline-block;
  margin-right: 0px;
}

.header01 header {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 8888;
}

.header02 header {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 8888;
}

.header03 header {
  background: #111;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 8888;
}

.header01 header .menu > ul > li a,
.header01 header .menu > li a {
  color: #FFF !important;
}

.header11 header .menu > ul > li a,
.header11 header .menu > li a {
  color: #FFF !important;
}

.header01 header .search-box i {
  color: #fff;
}

.header11 .search-box i:before,
.header11 .search-box i:after {
  color: #fff !important;
}

.header10 #site-navigation .menu li.mega-menu ul.sub-menu,
.header11 #site-navigation .menu li.mega-menu ul.sub-menu,
.header12 #site-navigation .menu li.mega-menu ul.sub-menu {
  top: inherit !important;
}

.header01 .mini-cart .mini-cart__button .mini-cart-icon:before {
  color: #fff;
}

.header11 .mini-cart .mini-cart__button .mini-cart-icon:before {
  color: #fff;
}

header .mega-menu-content .shop-menu li a {
  color: #111111 !important;
}

header .mega-menu-content .shop-menu li a:hover {
  color: #1674D1 !important;
}

.site-top .social-menu.top-has-link {
  display: inline-block;
}

.site-top .menu-social-small li {
  margin-left: 25px;
  margin-right: 0;
}

.site-top .menu-social-small li:first-child {
  margin-left: 0px;
  margin-right: 0;
}

.site-top .menu-social-small li a i {
  color: #fff !important;
}

.site-top .menu-social-small li a:hover i {
  color: #1573D1 !important;
}

.site-top.bg-blue {
  color: #fff;
}

.site-top.bg-blue .top-has-link [class*="pe-7s"],
.site-top .fa {
  color: #fff;
}

.site-top.bg-blue .mini-cart .mini-cart__button .mini-cart-icon::after {
  color: #1674D1;
  background-color: #fff;
}

.site-top.bg-blue .mini-cart {
  margin-top: 2px;
}

.menu-center {
  margin: 0 auto;
  display: table;
}

.center-logo {
  padding: 30px 35px !important;
}

.header-center header .col-md-12 {
  position: static;
}

header .logo-social {
  height: 117px;
  padding: 17px 120px;
}

header #menu-social-big {
  margin-top: 25px;
}

.header08 header {
  height: auto;
}

.blog-entry-header {
  height: auto;
}

.header08 .menu-cart {
  height: 60px;
  padding: 0 120px 0 100px;
  position: relative;
}

.header08 .menu-cart .col-md-9 {
  position: static;
}

.header08 #site-navigation .menu > li > a,
.header08 .search-cart {
  padding: 22px 19px;
}

.header08 #site-navigation .menu li.mega-menu .sub-menu {
  width: 100%;
  left: 0px;
  top: 0px !important;
  margin-top: 30px;
  transition: .4s;
}

.header08 #site-navigation .menu li.mega-menu li:hover .sub-menu {
  top: 0px !important;
  margin-top: 0px;
  transition: .4s;
}

.header08 #site-navigation .menu li.mega-menu:hover .sub-menu {
  width: 100%;
  left: 0px;
  top: 60px !important;
}

.header08 #site-navigation .sub-menu,
.header08 #site-navigation .children {
  margin-top: -1px !important;
}

.header08 #site-navigation .menu li:not(.mega-menu) .sub-menu {
  margin-top: 30px !important;
  transition: all 0.5s ease 0s;
}

.header08 #site-navigation .menu li:hover:not(.mega-menu) .sub-menu {
  margin-top: -1px !important;
  transition: all 0.4s ease 0s;
}

.header08 #site-navigation .menu li:not(.mega-menu) .sub-menu .sub-menu {
  left: 100%;
  margin-left: 30px;
  margin-top: 30px !important;
  transition: all 0.5s ease 0s;
}

.header08 #site-navigation .menu li:not(.mega-menu) .sub-menu li:hover .sub-menu {
  margin-top: 0px !important;
  transition: all 0.5s ease 0s;
}

.header09 .logo a,
.header10 .logo a {
  margin-top: 20px;
}

.menu-cart .mini-cart {
  margin-right: 15px;
}

.header12 header .mini-cart .mini-cart__button .mini-cart-icon::after {
  color: #1674D1;
  background-color: #fff;
}

.header12 header #menu-social-big {
  margin: 30px 0px -6px;
}

.header12 header #menu-social-big li {
  float: left;
  margin: 0 0 0 24px;
}

.header12 header #menu-social-big li a {
  font-size: 15px;
}

.header12 header #menu-social-big li a:hover {
  color: #1674D1;
}

.no-bg {
  background: transparent !important;
}

.header03 header.no-bg {
  position: absolute;
}

/*==========================================================================
    3. ACCORDION STYLES
    ========================================================================== */
.big-title {
  background: url(../images/head/1.jpg) no-repeat center;
  background-size: cover;
/*  padding: 112px 0; */
  padding: 20px 0;
}

.big-title h1 {
  font-weight: 400;
  letter-spacing: 0.1.5em;
  color: #FFF;
  font-size: 24px;
  padding: 0;
}

.bread_crumb {
  margin-top: 3px;
}

.bread_crumb li {
  color: #fff;
  float: left;
  margin-right: 6px;
}

.bread_crumb li a {
  color: #fff;
}

.bread_crumb li a:after {
  content: "/";
  margin-left: 10px;
}

.accordion .panel-heading {
  color: #222;
  background: transparent !important;
  border: none;
  padding: 0;
}

.accordion .panel-heading a {
  padding: 22px 15px 22px 62px;
  display: table;
  width: 100%;
  color: #222;
  font-size: 15px;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.36em;
}

.accordion .panel-default .panel-heading a:hover,
.accordion .panel-default.actives .panel-heading a {
  color: #1674D1;
}

.accordion .panel-heading a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 12px;
  font-size: 27px;
  margin-top: -7px;
}

.accordion .panel-group .panel {
  margin-bottom: 0px;
  border-radius: 0;
  border: none;
}

.accordion .panel,
.accordion .panel + .panel {
  margin-bottom: 9px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  background: transparent !important;
}

.accordion .panel-body {
  border: none !important;
  padding: 0px 20px 31px 60px;
}

.accordion .panel-body p {
  margin: 0px;
  line-height: 22px;
}

.accordion-dark.accordion .panel,
.accordion-dark.accordion .panel + .panel {
  border: 1px solid #333;
}

.accordion-dark.accordion .panel-heading a {
  color: #fff;
}

.accordion-dark.accordion .panel-heading a:hover,
.accordion-dark.accordion .panel-heading.actives a {
  color: #1674D1;
}

/* ==========================================================================
    4. COMMON STYLES
    ========================================================================== */
.custom-head {
  color: #111;
  margin: 0 0 25px !important;
  font-size: 24px;
}

h4.custom-head {
  font-size: 18px;
}

.page-content {
  background: #fff;
  padding: 56px 0 71px;
}

.bg-dark {
  background: #000 url(../images/bg/1.jpg) no-repeat center;
  background-size: cover;
  padding: 107px 0px 89px;
}

.text-white {
  color: #fff !important;
}

.space-bottom-10 {
  margin-top: 10px;
}

.space-bottom-15 {
  margin-top: 15px;
}

.space-top-20 {
  margin-top: 20px;
}

.space-bottom-20 {
  margin-bottom: 20px;
}

.space-bottom-25 {
  margin-top: 25px;
}

.space-bottom-30 {
  margin-top: 20px;
}

.space-top-35 {
  margin-top: 35px;
}

.space-bottom-35 {
  margin-bottom: 35px;
}

.space-top-40 {
  margin-top: 40px;
}

.space-bottom-40 {
  margin-bottom: 40px;
}

.space-top-50 {
  margin-top: 50px;
}

.space-bottom-50 {
  margin-bottom: 50px;
}

.space-top-60 {
  margin-top: 60px;
}

.space-bottom-60 {
  margin-bottom: 60px;
}

.space-top-70 {
  margin-top: 70px;
}

.space-bottom-70 {
  margin-bottom: 70px;
}

.space-top-80 {
  margin-top: 80px;
}

.space-bottom-80 {
  margin-bottom: 80px;
}

.space-top-90 {
  margin-top: 90px;
}

.space-bottom-90 {
  margin-bottom: 90px;
}

.space-top-100 {
  margin-top: 90px;
}

.space-bottom-100 {
  margin-bottom: 90px;
}

.space-top-10 {
  margin-top: 10px;
}

textarea,
input {
  display: inline-block;
  padding: 0px 25px;
  height: 50px;
  margin-bottom: 15px;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
  font-family: inherit;
  letter-spacing: inherit;
  color: #111;
  width: 100%;
}

input {
  margin-bottom: 10px;
}

textarea {
  height: auto;
  padding: 15px 25px;
}

/* ==========================================================================
    5. FOOTER
    ========================================================================== */
	
	
footer {
  padding: 50px 0px;
  margin: 0px;
  background-color: #222;
}

.footer-widget {
  padding: 0px 0 0 8px;
}

.footer-widget h5 {
  text-transform: uppercase;
  margin: 4px 0 31px;
  color: #FFF;
  font-size: 12px;
}

.footer-contact div span {
  color: #999;
  font-size: 24px;
  width: 36px;
  position: relative;
  top: 0px;
}
.footer-contact div .dev_map{
  top: 72px;
}
.footer-contact div p {
  color: #999;
  float:right;
  width:86%;
  margin-bottom:10px
}
.footer-contact div p a{
  font-size: 12px;
}
.fprojects {
  margin: 0 -5px;
}

.fprojects li {
  padding: 5px 5px 5px;
  float: left;
  width: 33.333%;
}

.fnews li {
  list-style-type: none;
  padding: 10px 0px;
  border-bottom: 1px solid #333;
  color: #999;
}

.fnews li:first-child {
  border-top: 1px solid #333;
}

.fnews li a {
  color: #999;
}

.fnews li a::before {
  content: "";
  margin-right: 10px;
  font-size: 28px;
  position: relative;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  display: table;
  float: left;
  top: 9px;
}

footer.footer2 {
  background-color: #fff;
}

.footer2 .footer-widget h5 {
  color: #333;
}

.footer2 .footer-contact p span {
  color: #999;
}

.footer2 .fnews li {
  border-bottom: 1px solid #eeeeee;
  color: #999;
}

.footer2 .fnews li:first-child {
  border-top: 1px solid #eeeeee;
}

.footer3 .menu li {
  margin-bottom: 7px;
}

.copyright {
  overflow: hidden;
  line-height: 1;
  background-color: #333;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: #666;
}

.copyright .left {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.copyright .right {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}

.copyright .center:first-child {
  margin-bottom: 20px;
}

.copyright .social-menu li:first-child {
  margin-left: 0;
}

.footer7 {
  padding: 55px 0;
  background-color: #222222;
}

.footer7 .menu-social-small {
  margin: -3px 0 0;
}

.footer7 .menu-social-small li {
  margin: 0px 24px 0px 0px;
}

.footer7 .menu-social-small li a {
  color: #999;
  font-size: 20px;
}

.footer7 .menu-social-small li a:hover {
  color: #1674D1;
}

.footer8 {
  background: #fff;
}

@media (min-width: 62rem) {
  .copyright .left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
  }

  .copyright .left:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 90px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -90px;
  }
}
/* ==========================================================================
    6. ALERTS
    ========================================================================== */
.alert-ico {
  color: #DF6060;
  font-size: 14px;
  bottom: 0px;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 4em;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.alert {
  background-color: #FFECEC;
  border: medium none;
  display: block;
  overflow: hidden;
  margin: 0px 0px 21.7391px;
  padding: 1em 1em 1em 4em;
  position: relative;
  font-size: 1em;
  border-radius: 0px;
}

.alert p {
  color: #DF6060;
}

.alert .close {
  float: right;
  font-size: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: #F00;
  margin-right: 20px;
  position: relative;
  top: 50%;
}

.alert.alert-success {
  background: #E0F2D9;
}

.alert.alert-success .close,
.alert.alert-success .alert-ico,
.alert.alert-success p {
  color: #58A839;
}

.alert.alert-info {
  background: #ECF1F9;
}

.alert.alert-info .close,
.alert.alert-info .alert-ico,
.alert.alert-info p {
  color: #3D6EBF;
}

.alert.alert-warning {
  background: #FDF9DF;
}

.alert.alert-warning .close,
.alert.alert-warning .alert-ico,
.alert.alert-warning p {
  color: #EB9B0A;
}

/* ==========================================================================
    7. BUTTONS
    ========================================================================== */
.bttn {
  border: 2px solid #1674D1;
  color: #1674D1;
  font-size: 12px;
  font-weight: 900;
  padding: 13px 35px;
  margin: 0px 6px 20px 0px;
  border-radius: 0px;
  text-transform: uppercase;
  display: inline-block;
}

.bttn:hover {
  color: #fff;
  border-color: #1674D1;
  background-color: #1674D1;
}

.bttn.medium {
  padding: 8px 25px;
}

.bttn.skin-fill-blue {
  color: #FFF;
  border-color: #1674D1;
  background: #1674D1 none repeat scroll 0% 0%;
}

.bttn.skin-fill-black {
  border-color: #111;
  background: #111 none repeat scroll 0% 0%;
}

.bttn.skin-fill-black,
.bttn.skin-fill-black span {
  color: #FFF;
}

.bttn.skin-white {
  color: #fff !important;
  border-color: #fff;
}

.bttn.skin-white:hover {
  color: #1674D1 !important;
  border-color: #fff;
  background-color: #fff;
}

.bttn.has-icon {
  position: relative;
  padding-right: 80px;
}

.bttn.has-icon i {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50px;
  background-color: #1674D1;
  color: #FFF;
  font-size: 20px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.bttn.skin-fill-blue.has-icon i {
  color: #1674D1;
  background-color: #FFF;
}

.bttn.skin-fill-black.has-icon i {
  background-color: #FFF;
  color: #111;
}

.bttn.skin-white {
  color: #fff !important;
  border-color: #fff;
}

.bttn.skin-white:hover {
  color: #1674D1 !important;
  border-color: #fff;
  background-color: #fff;
}

.bttn.skin-green {
  color: #2DB200 !important;
  border-color: #2DB200;
}

.bttn.skin-green:hover {
  color: #fff !important;
  border-color: #2DB200;
  background-color: #2DB200;
}

.bttn.skin-fill-white {
  color: #1674D1;
  border-color: #fff;
  background-color: #fff;
}

.bttn.skin-fill-white:hover {
  color: #1674D1;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}

.bttn.skin-fill-blue:hover {
  color: #fff;
  border-color: #458bd1;
  background-color: #458bd1;
}

.bttn.skin-fill-black:hover {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

/* ==========================================================================
    8. CALL TO ACTION
    ========================================================================== */
.cta-text {
  padding: 56px 0px;
}

.cta-text h4 {
  margin-bottom: 10px !important;
}

.cta-box {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 25px;
  background: url(../images/other/section06.jpg);
}

.cta-box h3 {
  letter-spacing: 0.15em;
  margin-top: 8px;
}

.highlight {
  color: #1674D1;
}

.highlight2 {
  color: #111111;
}

.cta-box-blue {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 65px;
  background: url(../images/other/section04.jpg);
}

.cta-box-blue h3 {
  color: #fff;
}

.cta-full {
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 90px;
  background: url(../images/other/section06.jpg);
}

.cta-full h3 {
  letter-spacing: 0.15em;
  font-size: 28px;
  color: #1573d1;
  margin-bottom: 10px;
}

.cta-full p {
  margin: 15px 0 20px;
}

/* ==========================================================================
    9. PROGRESS BAR / SKILLS
    ========================================================================== */
.progress-box {
  padding: 50px 0 80px;
}

.progress-item {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 38px;
}

.progress_bar .progress-item:last-child {
  margin-bottom: 0px;
}

.progress-label {
  color: #111111;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.1.5em;
  display: inline-block;
}

.progress-ico {
  color: #1674D1;
  display: table-cell;
  width: 50px;
  vertical-align: bottom;
  font-size: 25px;
  color: #1674D1;
}

.progress_bar_single {
  background: #f7f7f7;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-item .progress-value-bar {
  background-color: #1674D1;
  display: table;
  height: 5px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-item .progress-value-bar .label_units {
  position: absolute;
  right: -20px;
  top: -50px;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 6px 7px;
}

.progress-item .progress-value-bar .label_units:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #111;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}

.progress-box-dark {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #111111;
}

.progress-box-dark .progress-ico,
.progress-box-dark .progress-label {
  color: #fff;
}

.progress-box-dark .progress-item .progress-value-bar .label_units {
  background-color: #1674D1;
}

.progress-box-dark .progress-item .progress-value-bar .label_units:after {
  border-top: 6px solid #1674D1;
}

.pc-item {
  padding-top: 0;
  margin-top: 50px;
}

.pc-item h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #111;
  margin: 34px 0px 10px;
}

.progress-circle {
  padding-top: 80px;
  padding-bottom: 56px;
}

.pie_chart_value {
  position: absolute;
  left: 40%;
  margin: 0;
  display: table;
  top: -49px;
  background-color: #1674D1;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 6px 7px;
  transform: translateY(-50%);
}

.pie_chart_value:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1674D1;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}

.pie_chart_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -25px;
}

.pie_chart_heading i {
  font-size: 50px;
  color: #111;
}

.pie_wrapper {
  height: 216px;
  width: 216px;
  position: relative;
  margin: 0 auto;
}

.progress-circle-dark {
  background-color: #111111 !important;
}

.progress-circle-dark .pc-item h4 {
  color: #fff;
}

.progress-circle-dark .pie_chart_heading i {
  color: #fff;
}

/* ==========================================================================
    10. COLUMNS
    ========================================================================== */
.shortcode-columns {
  padding: 56px 0px 60px;
}

.shortcode-columns h4.custom-head {
  margin: 0px 0px 15px !important;
}

.shortcode-columns p {
  margin-bottom: 35px;
}

/* ==========================================================================
    11. STATS COUNTER
    ========================================================================== */
.counter-item h3 {
  color: #1573d1;
  font-size: 50px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}

.counter-item h5 {
  color: #111111;
  font-size: 14px;
  margin: 0;
}

.counter-white {
  margin-bottom: 0px;
  padding-top: 99px;
  padding-bottom: 99px;
  background-image: url(../images/other/section10.jpg);
  background-size: cover;
}

.counter-black {
  margin-bottom: 0px;
  padding-top: 99px;
  padding-bottom: 99px;
  background-image: url(../images/other/section11.jpg);
  background-size: cover;
}

.counter-blue {
  margin-bottom: 0px;
  padding-top: 99px;
  padding-bottom: 99px;
  background-image: url(../images/other/section12.jpg);
  background-size: cover;
}

.countdown-gray {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5 !important;
}

/* ==========================================================================
    12. COUNTDOWN TIMER
    ========================================================================== */
#ctimer {
  font-weight: 500;
  font-size: 50px;
  color: #1674d1;
  text-align: center;
}

#ctimer span {
  margin-left: 10px;
  margin-right: 25px;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.25em;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  top: 15px;
}

.countdown {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#ctimer2 {
  font-weight: 500;
  font-size: 50px;
  color: #1674d1;
  text-align: center;
  position: relative;
  left: -15px;
}

.time {
  display: inline-block;
}

#ctimer2 span {
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.25em;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  display: block;
}

#ctimer2 em {
  font-style: normal;
  margin: 0 50px;
  position: relative;
  top: -23px;
}

.no-margin,
.no-margin-p p {
  margin: 0;
}

/* ==========================================================================
    13. DIVIDER
    ========================================================================== */
.sep1 {
  display: table;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.sep2 {
  display: table;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  border-bottom: 2px solid #ebebeb;
}

.sep3 {
  display: table;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  border-bottom: 2px dashed #ebebeb;
}

.sep4 {
  display: table;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.polygon-sep-icon {
  display: inline-block;
  width: 50px;
  height: 32px;
  background: url(../images/other/separate-icon.png) no-repeat center center;
  margin-bottom: -23px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-left: 50%;
  position: relative;
  left: -25px;
}

/* ==========================================================================
    14. DROPCAPS
    ========================================================================== */
.dropcap-border span {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #eeeeee;
  color: #111;
  float: left;
  font-size: 34px;
  margin-top: -19px;
  margin-right: 15px;
}

.dropcap-blue span {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  background: #1674d1;
  border: 2px solid #1674d1;
  color: #fff;
  float: left;
  font-size: 34px;
  margin-top: -19px;
  margin-right: 15px;
}

.dropcap-black span {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  background: #111;
  border: 2px solid #111;
  color: #fff;
  float: left;
  font-size: 34px;
  margin-top: -19px;
  margin-right: 15px;
}

.dropcap-text span {
  width: 60px;
  height: 60px;
  line-height: 56px;
  color: #111;
  float: left;
  font-size: 60px;
  margin-top: -16px;
  margin-right: -8px;
}

.dropcap-text-blue span {
  width: 60px;
  height: 60px;
  line-height: 56px;
  color: #1674d1;
  float: left;
  font-size: 60px;
  margin-top: -16px;
  margin-right: -8px;
}

/* ==========================================================================
    15. CONTACT FORM
    ========================================================================== */
.contact-form button {
  background: transparent;
  border: 2px solid #1674D1;
  font-size: 12px;
  font-weight: 900;
  padding: 11px 35px 11px 35px;
  margin: 0px auto;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #1674D1;
  display: table;
}

.contact-form button:hover {
  background: #1674D1;
  border: 2px solid #1674D1;
  color: #fff;
}

.contact-form .col-md-6,
.contact-form .col-md-12 {
  padding: 0 5px;
}

.contact-form .row {
  margin: 0 -5px;
}

.help-block {
  margin-top: 0;
  color: #EA5A57;
  margin-bottom: 20px;
}

.top-space {
  margin-top: 20px;
}

/* ==========================================================================
    16. GALLERY
    ========================================================================== */
.gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.gallery-item img {
  width: 100%;
}

.gallery-item-overlay {
  background-color: rgba(22, 116, 209, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .4s;
}

.gallery-item a {
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  transition: .4s;
  display: table;
  position: absolute;
  margin: -30px 0 0 -30px;
  top: 50%;
  left: 50%;
  line-height: 56px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.4);
  transition: .4s;
}

.gallery-item:hover a {
  opacity: 1;
  transform: scale(1);
  transition: .4s;
}

.gallery-item a:hover {
  color: #111;
  background: #fff;
  border: 2px solid #fff;
  transition: .4s;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
  transition: .4s;
}

/* ==========================================================================
    17. ICON BOX
    ========================================================================== */
.icon-box1 i {
  color: #1674d1;
  font-size: 40px;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 10px;
}

.icon-box1 h3 {
  color: #111111;
  display: inline-block !important;
  vertical-align: middle;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.icon-box1 p {
  padding: 10px 0 20px;
}

.icon-box2 {
  position: relative;
  padding-left: 65px;
}

.icon-box2 i {
  color: #1674d1;
  font-size: 50px;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 10px;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  margin-top: -7px;
}

.icon-box2 h3 {
  color: #111111;
  display: inline-block !important;
  vertical-align: middle;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.icon-box2 p {
  padding: 10px 0 20px;
}
.border{border:1px solid #f5f5f5;}
/*.border-p{border: 1px solid #f7f7f7;
    padding: 0px 14px;}*/

/* ==========================================================================
    19. TESTIMONIALS
    ========================================================================== */
.client-testimonials {
  padding: 90px 0;
}

.testimonial-text p {
  margin: 0px;
  padding: 0px 0px 20px;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  color: #444;
  border: medium none;
}

.testimonial-text cite span {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  margin-top: 10px;
  display: block;
}

.testimonial-text cite {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #111;
  letter-spacing: 0.1em;
  font-style: normal;
}

.img-sep {
  padding: 15px 0;
}

.testimonials-carousel .slick-prev {
  color: #1674D1;
  font-size: 0;
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 2px;
  margin: 0px auto;
  left: -60px;
  right: 0px;
  width: 45px;
}

.testimonials-carousel .slick-next {
  color: #1674D1;
  font-size: 0;
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 2px;
  margin: 0px auto;
  left: 60px;
  right: 0px;
  width: 45px;
}

.testimonials-carousel .slick-prev:after {
  content: "\e687";
  font-size: 50px;
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.testimonials-carousel .slick-next:after {
  content: "\e685";
  font-size: 50px;
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.testimonials-carousel {
  padding-bottom: 80px;
}

/* ==========================================================================
    20. TEAM
    ========================================================================== */
.about-team-header {
  padding-top: 170px;
  padding-bottom: 180px;
  background-image: url(../images/other/about-section-01.jpg);
}

.about-team-header2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/other/about-section-03.jpg);
}

.about-team-header h1 {
  margin: 0 0 40px;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 0.2em;
  color: #FFF;
}

.about-team-header p {
  font-size: 15px;
  color: #FFF;
  line-height: 1.6em;
  text-align: center;
  text-transform: none;
}

.padding-100 {
  padding: 100px 0 !important;
}

.padding-40 {
  padding-top: 40px!important;
}

.content-head h1 {
  margin: 15px 0 25px;
  color: #1674D1;
  font-family: 'Electrolize', sans-serif;
  letter-spacing: inherit;
  font-size: 50px;
}

.content-head p {
  font-size: 15px;
  line-height: 1.6em;
  margin: 0;
}

.team-staff {
  position: relative;
}

.team-staff img {
  width: 100%;
}

.team-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(17, 17, 17, 0.9);
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.team-staff:hover .team-overlay {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.team-overlay h4 {
  color: #FFF;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0px 0px 35px;
  transform: scale(1.1);
  letter-spacing: 0.5em;
  transition: .4s;
  opacity: 0;
}

.team-overlay h4 span {
  display: block;
  font-size: 15px;
  color: #1674D1;
  transform: scale(0.9);
  letter-spacing: 0.04em;
  margin-top: 14px;
  position: relative;
  top: 15px;
  opacity: 0;
  transition: .4s;
}

.team-overlay p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  position: relative;
  top: -25px;
  opacity: 0;
  transition: .4s;
  margin-bottom: 49px;
}

.team-overlay:hover h4 {
  color: #FFF;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0px 0px 35px;
  transition: .4s;
  transform: scale(1);
  opacity: 1;
  letter-spacing: 0.1em;
}

.team-overlay:hover h4 span {
  display: block;
  font-size: 15px;
  color: #1674D1;
  transform: scale(1);
  letter-spacing: 0.04em;
  margin-top: 14px;
  position: relative;
  top: 0px;
  opacity: 1;
  transition: .4s;
}

.team-overlay:hover p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 49px;
  position: relative;
  top: -0px;
  opacity: 1;
  transition: .4s;
}

.team-social a {
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
  margin: 0px 10px 50px;
}

.team-overlay-inner {
  position: absolute;
  bottom: 46px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 0px 40px;
}

.no-padding {
  padding: 0 !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.about-me-header {
  padding-top: 230px;
  padding-bottom: 260px;
  background-image: url(../images/other/about-section-04.jpg);
}

.about-me-header h1 {
  letter-spacing: 0.2em;
  line-height: 1.2em;
  font-size: 50px;
  color: #1674D1;
  margin: 0 0 33px;
}

.about-me-header h1 span,
.about-me-header h1 b {
  color: #111;
}

.about-me-header p {
  color: #111;
  line-height: 1.9em;
}

.cform .content-head h1 {
  margin: 0px 0px 20px;
}

.contact-info span {
  font-size: 65px;
}

.contact-info h4 {
  margin: 25px 0 15px;
}

.contact-info p {
  margin: 0;
}

#menu-social {
  display: table;
  margin: 30px auto 45px;
}

#menu-social li {
  float: left;
  margin: 0 20px;
}

#menu-social li a {
  font-size: 28px;
  color: #111;
}

#menu-social li a:hover {
  color: #1674D1;
}

/* ==========================================================================
    21. GOOGLE MAP
    ========================================================================== */
.gmap {
  padding: 0px;
  height: 400px;
}

.gmap div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.map {
  position: relative;
}

#map {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

#map.large {
  height: 400px;
}

#map img {
  max-width: none !important;
  height: auto;
}

.gmap1 {
  height: 480px;
}

.gmap1 #map {
  height: 480px;
  margin: 0 auto;
}

.gmap1 #map.large {
  height: 480px;
}

.cform .footer-contact {
  margin-left: -10px;
  margin-top: 30px;
  display: table;
}

.cform .footer-contact p span {
  color: #1674D1;
  padding-right: 5px;
}
.cform .footer-contact p a{
  padding-left: 15px;
  display: block;
}
.c-form-social h5 {
  displaY: inline-block;
}

#menu-social-medium {
  display: inline-block;
  margin: 0px;
  padding-left: 5px;
  position: relative;
  top: 8px;
}

#menu-social-medium li {
  float: left;
  margin: 0 28px 0 0;
}

#menu-social-medium li a {
  font-size: 20px;
  color: #111;
}

#menu-social-medium li a:hover {
  color: #1674D1;
}

.menu-social-small {
  display: inline-block;
  margin: 0 0 -6px;
  padding-left: 0px;
  position: relative;
  top: 0px;
}

.menu-social-small li {
  float: left;
  margin: 0 28px 0 0;
}

.menu-social-small li a {
  font-size: 16px;
  color: #fff;
}

.menu-social-small li a:hover {
  color: #1674D1;
}

#menu-social-big {
  display: inline-block;
  margin: 0 0 -6px;
  padding-left: 0px;
  position: relative;
  top: 0px;
}

#menu-social-big li {
  float: left;
  margin: 0 0 0 20px;
}

#menu-social-big li a {
  font-size: 20px;
  color: #fff;
}

#menu-social-big li a:hover {
  color: #1674D1;
}

.bg-white #menu-social-big {
  margin: 30px 0px -6px;
}

.bg-white #menu-social-big li {
  float: left;
  margin: 0 0 0 24px;
}

.bg-white #menu-social-big li a {
  font-size: 15px;
  color: #111;
}

.bg-white #menu-social-big li a:hover {
  color: #1674D1;
}

.cform input,
.cform textarea {
  color: #999;
}

/* ==========================================================================
    22. SERVICES STYLES
    ========================================================================== */
.service-list-head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 155px;
  background-image: url(../images/other/section14.jpg);
}

.service-list-head h1 {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 50px;
  line-height: 1.2em;
  margin: 0 0 20px;
}

.service-list-head p {
  font-size: 15px;
  margin: 0;
  color: #fff;
}

/* ==========================================================================
    23. DUAL CONTENT
    ========================================================================== */
.dual-content {
  position: relative;
  display: table;
  width: 100%;
}

.dual-img {
  background-size: cover !important;
  width: 50%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.dual-info {
  padding: 165px 135px !important;
  background: #111 url(../images/other/service-list-01-021.jpg) repeat scroll 0% 0% !important;
}

.dual-info h4 {
  color: #FFF;
  margin: 0 0 15px !important;
}

.dual-info p {
  color: #fff;
}

.dual-info ul {
  margin-top: 30px;
  margin-left: 30px;
}

.dual-info li {
  line-height: 2.5em;
  position: relative;
  color: #fff;
}

.dual-info li:after {
  content: "\e685";
  color: #fff;
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: -30px;
  margin-top: -10px;
}

.dual-content-right {
  position: relative;
}

.dual-content-right .dual-img {
  background-size: cover !important;
  width: 50%;
  float: left;
  position: absolute;
  top: 0px;
  left: auto;
  height: 100%;
  right: 0;
}

.dual-content-blue .dual-info {
  padding: 165px 135px !important;
  background: #1674D1 url(../images/other/service-list-02-021.jpg) repeat scroll 0% 0% !important;
}

.text-content h4 {
  margin: 0 0 20px !important;
}

.text-content p {
  margin: 0;
}

.text-black {
  background: #111;
  padding: 0 100px;
}

.text-black h4 {
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 5px 0 20px;
}

.text-black p {
  margin: 0;
}

.text-blue {
  background: #1674D1;
  padding: 0 100px;
}

.text-blue h4 {
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 5px 0 20px;
}

.text-blue p {
  color: #fff;
  margin: 0;
}

.v-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-middle {
  vertical-align: middle;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.step-features h1 {
  color: #1472d1;
  line-height: 1.2em;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.1em;
  margin: 0 0 35px;
  font-size: 50px;
}

.step-feature-box {
  position: relative;
  padding-top: 25px !important;
  padding-left: 10px !important;
}

.step-feature-box h2 {
  font-size: 80px;
  color: #1573d1;
  position: absolute;
  top: 0px;
  left: -15px;
  opacity: 0.1;
  letter-spacing: 0px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1em !important;
}

.step-feature-box table tbody tr td {
  overflow: hidden;
  position: relative;
}

.step-feature-box table tbody tr td:nth-child(2) hr {
  background: #AAA none repeat scroll 0% 0%;
  border: 0px none;
  height: 1px;
  text-align: left;
  position: relative;
  width: 165px;
  top: 0;
  left: 0;
  z-index: 999999;
}

.step-feature-box h4 {
  font-size: 15px;
}

.step-feature-box table tbody tr td:first-child {
  width: 200px;
}

/* ==========================================================================
    24. PRICING TABLE
    ========================================================================== */
.item-price-table {
  padding: 20px 20px 25px;
  background-color: #F5F5F5;
}

.item-price-table h1 {
  letter-spacing: 0.05em;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 50px;
  margin: 0;
}

.item-price-table h5 {
  color: #FFF;
  margin-top: -40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #1372D1;
}

.item-price-table .sep1 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.item-price-table p {
  margin: 0px;
  padding: 0 30px;
}

.item-price-table .bttn {
  position: relative;
  top: 18px;
}

.pricing-wrap .content-head {
  margin-bottom: 150px;
}

.pricing-wrap .content-head h1 {
  margin: 0 0 15px;
}

.pricing-wrap .content-head p {
  font-size: 14px;
}

.item-price-recommended {
  margin-top: -20px !important;
}

.item-price-recommended h5 {
  margin-top: -50px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 30px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background-color: #2DB200 !important;
}

.item-price-recommended h5 i {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 6px;
  display: table;
  text-align: center;
  width: 100%;
}

.item-price-recommended h1 {
  color: #2DB200;
}

.item-price-recommended .bttn {
  color: #2DB200;
  border-color: #2DB200;
}

.item-price-recommended .bttn:hover {
  color: #fff;
  background: #2DB200;
  border-color: #2DB200;
}

.pricing-wrap-bg {
  background: url(../images/other/section08.jpg);
}

/* ==========================================================================
    25. BLOG
    ========================================================================== */
.single-post .post-thumb img {
  width: 100% !important;
}

.post-thumb img {
  width: 100% !important;
}

.post-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 35px;
}

.post-thumb .dates {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  background-color: #fff;
  line-height: 1.2;
}

.post-thumb .dates:after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
}

.post-thumb .month {
  font-weight: 600;
  display: block;
}

.post-thumb .date {
  font-weight: 700;
  display: block;
  font-size: 30px;
}

.post-thumb .year {
  font-style: italic;
  font-weight: 600;
}

.blog-entry {
  margin-bottom: 70px;
}

.blog-entry .blog-entry-header {
  margin-bottom: 15px;
  height: auto;
}

.blog-entry .blog-entry-header h2 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.3;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.blog-entry .blog-entry-meta span {
  padding-right: 35px;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 74.9375rem) {
  .blog-entry .blog-entry-meta span {
    margin-bottom: 5px;
  }
}
.blog-entry .blog-entry-meta i {
  margin-right: 5px;
}

.blog-entry .share a {
  margin-left: 10px;
}

.blog-entry .blog-entry-footer {
  overflow: hidden;
}

.blog-entry .read-more {
  text-transform: uppercase;
  letter-spacing: .1em;
  border-top: 1px solid #DDDDDD;
  padding: 20px 10px 10px 20px;
  display: inline-block;
  position: relative;
}

.blog-entry .read-more:before {
  content: '';
  position: absolute;
  right: -87px;
  top: 0;
  height: 300px;
  width: 1px;
  background-color: #DDDDDD;
  -webkit-transform: skew(30deg, 0);
  -moz-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  -o-transform: skew(30deg, 0);
}

.blog-entry .read-more:after {
  content: '';
  position: absolute;
  right: -1029px;
  width: 1000px;
  bottom: 0;
  height: 1px;
  background-color: #DDDDDD;
}

.blog-entry .read-more span:after {
  content: "\f061";
  margin-left: 10px;
}

@media (min-width: 75rem) {
  .single-post .col-md-9 {
    padding-left: 0;
  }
}
.single-post .blog-entry-title {
  text-transform: uppercase;
  color: #1674D1;
  margin: 30px 0 30px 0;
}

.single-post .blog-entry-footer {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

.single-post .blog-entry-meta {
  margin-bottom: 25px;
}

.single-post .blog-entry-meta span,
.single-post .blog-entry-meta a {
  color: #aaa;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.single-post .blog-entry-meta span i,
.single-post .blog-entry-meta a i {
  letter-spacing: 0;
}

.single-post .blog-entry-meta span i:before,
.single-post .blog-entry-meta a i:before {
  font-size: 12px;
}

.single-post .tags {
  display: block;
  clear: both;
  text-transform: uppercase;
  color: #111;
  margin-top: 30px;
}

.single-post .tags a {
  margin-left: 8px;
  font-size: 14px;
  color: #999;
  border: 1px solid #eee;
  padding: 10px 20px;
  display: inline-block;
  text-transform: capitalize;
}

.single-post .tags a:hover,
.single-post .tags a:focus {
  border-color: #1674D1;
  color: #1674D1;
}

.single-post .share {
  display: block;
  clear: both;
  margin-top: 40px;
}

.single-post .share h5,
.single-post .tags h5 {
  text-transform: uppercase;
  color: #111;
  margin-right: 8px;
  display: inline-block;
}

.single-post .comment-form:before,
.page .comment-form:before,
.single-post .comment-form:after,
.page .comment-form:after {
  display: none !important;
}

.single-post .comment-form .form-submit,
.page .comment-form .form-submit,
.single-post .comment-form .logged-in-as,
.page .comment-form .logged-in-as {
  padding: 0 15px;
}

.single-post .comment-reply-title,
.page .comment-reply-title,
.single-post .comments-title,
.page .comments-title {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #111;
}

.single-post .comments-title,
.page .comments-title {
  margin-bottom: 30px;
  margin-top: 70px;
}

.single-post .comment-reply-title,
.page .comment-reply-title {
  margin: 45px 0 40px 0;
}

.single-post #comments,
.page #comments {
  margin-top: 20px;
}

.single-post #commentform > div p,
.page #commentform > div p {
  margin-bottom: 0;
}

.single-post #commentform .col-md-6:first-child,
.page #commentform .col-md-6:first-child {
  padding-right: 8px;
}

.single-post #commentform .col-md-6:nth-child(2),
.page #commentform .col-md-6:nth-child(2) {
  padding-left: 8px;
}

.single-post .comment,
.page .comment {
  position: relative;
}

.single-post .comment > div,
.page .comment > div {
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}

.single-post .comment .comment-author,
.page .comment .comment-author {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding-right: 20px;
  margin-right: 0;
}

.single-post .comment .comment-author img,
.page .comment .comment-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.single-post .comment .comment-content,
.page .comment .comment-content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.single-post .comment .comment-content cite.fn,
.page .comment .comment-content cite.fn {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #111;
  display: block;
}

.single-post .comment .comment-content .metadata > a,
.page .comment .comment-content .metadata > a {
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 8px;
}

.single-post .comment .comment-content .metadata > br,
.page .comment .comment-content .metadata > br {
  display: none;
}

.single-post .comment .comment-content p,
.page .comment .comment-content p {
  color: #888;
  margin-bottom: 0;
}

.single-post .comment .comment-reply-link,
.page .comment .comment-reply-link {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  padding-top: 3px;
  padding-bottom: 0px;
  background: none;
  color: #111;
}

.single-post .comment .comment-reply-link:hover,
.page .comment .comment-reply-link:hover {
  color: #1674D1;
}

@media (min-width: 62rem) {
  .single-post .comment .children > li > div,
  .page .comment .children > li > div {
    padding-left: 100px;
  }
}
.single-post .comment .fn,
.page .comment .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.author-info {
  padding: 50px 0;
}

.author-info .author-avatar,
.author-info .author-desc {
  display: inline-block;
}

.author-info .author-avatar {
  float: none;
  width: 15%;
  padding-right: 20px;
  margin-right: 0;
}

.author-info .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.author-info .author-name,
.author-info .author-text {
  margin-bottom: 10px;
}

.author-info .author-name a {
  color: #111;
}

.author-info .author-email a {
  color: #1674D1;
}

.author-info .author-desc {
  width: 80%;
  vertical-align: top;
}

.comment-list {
  list-style: none;
  margin-bottom: 30px;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.content-contain {
  padding-left: 0;
}

article.sticky .post-table-sub-content .dates:after {
  content: "";
}

@media (min-width: 62rem) {
  article.sticky .post-table-sub-content .dates:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAyCAYAAADhna1TAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAetJREFUeNrs2NuLTWEYB+CHP8Kf4ExDlEMphxIXEmWKEooLUtRcSKJIcjHFJHNhimlqFEVyQYooNeJiE03JSMaFQzKjdu0astx8SmPSnj2zZ++99vurdbFa3/fVenrfbx2mzWh7kYn8k+lBEDABEzABEzABEzABEzABEzCRgAmYgAmYgAmYgAmYgAmYgIkETMAETMAETMCAt9iUjoGAoYQTWIDb6ViI4+laU8LcwjycHIVQwinMwc1mghnARmzGu/+Me48t2IA3eYYp4ViqkjvjmHcX83EUxbzB3MBsnMZIBfNHcCahXs8DzGusx1YMTsJ6g9iGdehvRJgijqQnzL0qrH8fLWirVntVA+Ya5uJshW1Tbn6gHTPRi6xeYfqxFq34MIWb+kfswGq8rCeYYirpFjyo4XvRIyzGIQzXEibD1VTK7am0a52fOJ9eDrsn0l6VwrzCGmxPpVxv+YRdWInCVMB8x2EswsMG+EjuwxIcwFA1YDL0pBI9l0q2UfILF1PLd6XzSYF5jlXYWadtU26+Yi+W49lEYIZxEEvxWH7yFMuwL2GVDZPhMmbhQoO1zXja61K6x86x2ms0TAErsAdf5D/fsD9t0H1jwQz9NeCJ5kshPdp34/MfmK60Y3eWu2PnNBmupN8jHb8HAOFRaVRDyIKiAAAAAElFTkSuQmCC");
    margin-left: -15px;
    display: inline-block;
    margin-top: -10px;
    position: relative;
    z-index: -1;
    background-position: bottom left;
    height: 50px;
    width: 70px;
  }
}
.post-table {
  display: block;
  position: relative;
}

.post-table-sub-content {
  width: 92px;
  vertical-align: top;
}

.post-table-sub-content > .dates {
  display: inline-block;
  background-color: #1674D1;
  color: #fff;
  height: 70px;
  width: 70px;
  letter-spacing: 0.1em;
  padding: 15px 0 0 15px;
}

.post-table-sub-content > .dates span {
  display: block;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 12px;
}

.post-table-sub-content {
  margin-bottom: 20px;
}

@media (min-width: 62rem) {
  .post-table-sub-content {
    position: absolute;
  }
}
@media (max-width: 74.9375rem) {
  .post-table-sub-content {
    width: auto;
  }

  .post-table-sub-content .dates {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 20px;
  }

  .post-table-sub-content .dates span {
    display: inline-block;
  }
}
@media (min-width: 62rem) {
  .post-table-content {
    padding-left: 90px;
  }
}
.post-table-content,
.post-table-sub-content {
  display: block;
}

.post-table-content .blog-entry-meta,
.post-table-sub-content .blog-entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #AAAAAA;
}

.post-table-content .blog-entry-meta i:before,
.post-table-sub-content .blog-entry-meta i:before {
  font-size: 14px;
}

.post-table-content .blog-entry-title,
.post-table-sub-content .blog-entry-title {
  text-transform: uppercase;
}

.post-table-content .blog-entry-title a,
.post-table-sub-content .blog-entry-title a {
  color: #111;
}

.post-table-content .blog-entry-title a:hover,
.post-table-sub-content .blog-entry-title a:hover {
  color: #1674D1;
}

.projects .page-numbers.current {
  color: #111;
  border-color: #999;
}

.postcontent-type02,
.postcontent-masonry {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.postcontent-type02:before,
.postcontent-masonry:before,
.postcontent-type02:after,
.postcontent-masonry:after {
  display: none !important;
}

.postcontent-type02 article.project .post-thumb img,
.postcontent-masonry article.project .post-thumb img {
  width: 100%;
}

.postcontent-type02 article.post .post-thumb,
.postcontent-masonry article.post .post-thumb,
.postcontent-type02 article.project .post-thumb,
.postcontent-masonry article.project .post-thumb {
  margin-bottom: -1px;
}

.postcontent-type02 article.post .postcontent-gird,
.postcontent-masonry article.post .postcontent-gird,
.postcontent-type02 article.project .postcontent-gird,
.postcontent-masonry article.project .postcontent-gird {
  border: 1px solid #eee;
}

.postcontent-type02 article.post .postcontent-gird-content,
.postcontent-masonry article.post .postcontent-gird-content,
.postcontent-type02 article.project .postcontent-gird-content,
.postcontent-masonry article.project .postcontent-gird-content {
  padding: 30px 20px 0 30px;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-meta,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-meta,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-meta,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #AAAAAA;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-title,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title {
  text-transform: uppercase;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title a,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-title a,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a {
  color: #111;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a:hover {
  color: #1674D1;
}

.postcontent-type02 article.post .postcontent-gird-bottom,
.postcontent-masonry article.post .postcontent-gird-bottom,
.postcontent-type02 article.project .postcontent-gird-bottom,
.postcontent-masonry article.project .postcontent-gird-bottom {
  border-top: 1px solid #eee;
  padding: 10px 30px 10px 30px;
}

.postcontent-type02 article.post .postcontent-gird-bottom span.comments-counts,
.postcontent-masonry article.post .postcontent-gird-bottom span.comments-counts,
.postcontent-type02 article.project .postcontent-gird-bottom span.comments-counts,
.postcontent-masonry article.project .postcontent-gird-bottom span.comments-counts {
  float: right;
}

.postcontent-masonry article.post,
.postcontent-masonry article.project {
  display: block;
  margin-bottom: 30px;
}

.postcontent-masonry article.post .post-gallery.owl-carousel,
.postcontent-masonry article.project .post-gallery.owl-carousel,
.postcontent-masonry article.post .post-quote,
.postcontent-masonry article.project .post-quote,
.postcontent-masonry article.post .post-video,
.postcontent-masonry article.project .post-video {
  margin-bottom: 0;
}

.postcontent-masonry article.post .postcontent-gird,
.postcontent-masonry article.project .postcontent-gird {
  border: 1px solid #eee;
}

.postcontent-masonry article.post .postcontent-gird-content,
.postcontent-masonry article.project .postcontent-gird-content {
  display: block;
  background-color: #fff;
  padding: 30px 20px 30px 30px;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title {
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a {
  font-size: 24px;
  line-height: 1.2em;
  color: #111;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a:hover {
  color: #1674D1;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-meta,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-meta {
  margin-right: 10px;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-meta span,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-meta span {
  padding-right: 10px;
  font-size: 10px;
}

.postcontent-type03 article.post:nth-child(even) .recent-posts__thumb {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.postcontent-type03 article.post:nth-child(even) .recent-posts__thumb:after {
  background: url("../images/pre_thumb-02.png") repeat-y center right;
  left: 0;
}

.blog16.wpb_widgetised_column .widget {
  margin-bottom: 30px;
}

.blog16.wpb_widgetised_column .widget_nav_menu {
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 20px 0;
}

.blog16.wpb_widgetised_column .widget_search form {
  margin: 0;
  position: relative;
}

.blog16.wpb_widgetised_column .widget_search form label:after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 15px;
  background-color: #fff;
}

.blog16.wpb_widgetised_column .widget_recent_entries ul li a {
  display: block;
}

.blog16.wpb_widgetised_column .widget_recent_entries ul li span {
  font-size: 12px;
}

.blog16.wpb_widgetised_column .menu-social-container .menu li:first-child {
  margin-left: 0;
}

.blog16.wpb_widgetised_column .menu-social-container .menu li a {
  padding: 0;
  background: none;
}

.blog16.wpb_widgetised_column .menu-social-container .menu li a:hover {
  color: #1674D1;
}

.blog16.wpb_widgetised_column .mc4wp-form {
  text-align: center;
  background-color: #EEEEEE;
  padding: 20px 15px;
}

.blog16.wpb_widgetised_column .mc4wp-form input,
.blog16.wpb_widgetised_column .mc4wp-form button {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.blog16.wpb_widgetised_column .mc4wp-form input {
  background-color: #fff;
  border-color: #DDDDDD;
  color: #111;
}

.blog16.wpb_widgetised_column .mc4wp-form input:focus {
  border-color: #111;
}

.blog16.wpb_widgetised_column .mc4wp-form input[type="submit"] {
  background-color: #1674D1;
  border-color: #1674D1;
  color: #fff;
}

.blog16.wpb_widgetised_column .mc4wp-form h3 {
  color: #111;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.mc4wp-form h3,
.mc4wp-form input {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 15px !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

.post .post-video {
  margin-bottom: 35px;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
  max-width: 100%;
}

.post-quote {
  background-color: #1674d1;
  padding: 40px;
  margin-bottom: 35px;
}

.post-quote h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #FFF;
  line-height: 1.6;
}

.post-quote h3 {
  letter-spacing: 0.15em;
  font-size: 24px;
  color: #FFF;
  line-height: 1.6;
}

.post-quote .source-name a {
  font-size: 14px;
  letter-spacing: 0.4em;
  color: #fff;
  margin: 20px 0 10px 0;
  display: block;
}

blockquote {
  border-left-width: 2px;
  border-left-color: #1674D1;
  font-size: inherit;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667;
  margin: 24px 40px !important;
  font-size: 15px;
}

blockquote.blockquote-2 {
  font-style: normal;
}

blockquote.blockquote-3 {
  background-color: #F5F5F5;
  padding-top: 12px;
  padding-bottom: 12px;
}

blockquote p {
  margin-bottom: 1.6667em;
  color: rgba(51, 51, 51, 0.7);
  font-size: 15px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

.btn,
button,
input[type=submit],
input[type=reset],
input[type=button],
.shop-content div.product form.cart .button,
.shop-content #respond input#submit,
.shop-content a.button,
.shop-content button.button,
.shop-content input.button,
.shop-content .cart .button,
.shop-content a.button.alt,
.shop-content #payment .form-row .button {
  border-style: solid;
  border-color: #1674D1;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}

input[type=submit]:hover {
  background: #1674D1;
  color: #fff;
}

.btn,
button,
input[type=submit],
input[type=reset],
input[type=button],
.shop-content div.product form.cart .button,
.shop-content #respond input#submit,
.shop-content a.button,
.shop-content button.button,
.shop-content input.button,
.shop-content a.button.alt,
.shop-content #payment .form-row .button {
  border-width: 2px 2px 2px 2px;
}

.btn,
a.btn:visited,
button,
input[type=submit],
input[type=reset],
input[type=button],
.shop-content div.product form.cart .button,
.shop-content #respond input#submit,
.shop-content a.button,
.shop-content button.button,
.shop-content input.button,
.shop-content .cart .button,
.shop-content a.button.alt,
.shop-content #payment .form-row .button {
  color: #1674D1;
}

.btn,
button,
input[type=submit],
input[type=reset],
input[type=button],
.shop-content div.product form.cart .button,
.shop-content #respond input#submit,
.shop-content a.button,
.shop-content button.button,
.shop-content input.button,
.shop-content .cart .button,
.shop-content a.button.alt,
.shop-content #payment .form-row .button {
  font-family: Lato;
  font-size: 12px;
  font-weight: 900;
  padding: 13px 35px 13px 35px;
  margin: 0px 10px 10px 0px;
}

.post .post-gallery.owl-carousel {
  margin-bottom: 35px;
}

.post-gallery.slider .owl-buttons .owl-next {
  right: 30px;
  padding: 0;
  border-radius: none;
  background: transparent;
  opacity: 1;
  font-size: 0px;
}

.post-gallery.slider .owl-buttons .owl-prev {
  left: 30px;
  padding: 0;
  border-radius: none;
  background: transparent;
  opacity: 1;
  font-size: 0px;
}

.post-gallery.slider .owl-buttons > div {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.post-gallery.slider .owl-buttons .owl-prev:before {
  content: '\e687';
}

.post-gallery.slider .owl-buttons > div:before {
  font-size: 50px;
  color: #fff;
  font-family: 'Pe-icon-7-stroke';
}

.post-gallery.slider .owl-next:before {
  content: '\e685';
}

/* ==========================================================================
    26. PAGINATION
    ========================================================================== */
.paginatio2 {
  margin-bottom: 70px;
  text-align: center;
}

.paginatio2 span,
.paginatio2 a {
  display: inline-block;
  margin-right: 10px;
  color: #aaa;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  font-size: 14px;
  border: 2px solid #ccc;
  font-weight: 400;
  padding: 10px 18px 0px;
}

.paginatio2 span:hover,
.paginatio2 a:hover {
  color: #1674D1;
  border-color: #1674D1;
}

.paginatio2 span.current {
  color: #1674D1;
  border-color: #1674D1;
}

.paginatio2 .next,
.paginatio2 .prev {
  width: auto;
  border: none;
  font-size: 0;
  color: #999;
  border: 2px solid #ccc;
  padding: 13px 18px 0px;
  vertical-align: bottom;
  padding-top: 20px;
}

.paginatio2 .next::before {
  content: '┬╗';
  font-size: 14px;
}

.paginatio2 .prev::after {
  content: '┬½';
  font-size: 14px;
}

/* ==========================================================================
    27. SIDEBAR
    ========================================================================== */
.sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 40px;
}

.sidebar .widget .tagcloud a,
.wpb_widgetised_column .widget .tagcloud a {
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #999;
  border: 1px solid #eee;
  padding: 10px 20px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px !important;
}

.sidebar .widget .tagcloud a:hover,
.wpb_widgetised_column .widget .tagcloud a:hover,
.sidebar .widget .tagcloud a:focus,
.wpb_widgetised_column .widget .tagcloud a:focus {
  border-color: #1674D1;
  color: #1674D1;
}

.sidebar .widget .menu li,
.wpb_widgetised_column .widget .menu li {
  margin: 0;
  padding: 0;
  border-bottom-color: #FFFFFF;
  border-bottom-width: 2px;
}

.sidebar .widget .menu li:hover a,
.wpb_widgetised_column .widget .menu li:hover a,
.current-menu-item a,
.wpb_widgetised_column .widget .menu li.current-menu-item a {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.sidebar .widget .menu li a,
.wpb_widgetised_column .widget .menu li a {
  padding: 18px 20px;
  display: block;
  background-color: #F4F4F4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.1em;
}

.sidebar .widget-title,
.wpb_widgetised_column .widget-title {
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  color: #111;
}

.sidebar ul li:first-child {
  border-top: 1px solid #EEEEEE;
  padding-top: 10px;
}

.sidebar ul li,
.wpb_widgetised_column ul li,
.sidebar .recent-posts__item,
.wpb_widgetised_column .recent-posts__item {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.sidebar .recent-posts__item,
.wpb_widgetised_column .recent-posts__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar .recent-posts > div:last-child,
.wpb_widgetised_column .recent-posts > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget_search .search-form,
.wpb_widgetised_column .widget_search .search-form {
  position: relative;
  margin-top: -20px;
}

.sidebar .widget_search span,
.wpb_widgetised_column .widget_search span {
  font-size: 0;
}

.wpb_widgetised_column .widget_search button {
  font-size: 14px !important;
  position: absolute;
  text-align: center;
  height: 49px;
  line-height: 47px;
  width: 48px;
  display: block !important;
  border: none;
  color: #999;
  background: transparent;
  padding: 0;
  top: 0;
  right: 0;
  margin: 0;
}

.sidebar .widget_search input[type="search"],
.wpb_widgetised_column .widget_search input[type="search"] {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 0;
}

.sidebar .widget_search .search-submit,
.wpb_widgetised_column .widget_search .search-submit {
  display: block;
}

/* .sidebar-contain {
    padding-right: 0px;
    } */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow-down.png") center right no-repeat;
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 20px;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  border: 1px solid #DDDDDD;
  line-height: 1.6em;
  border-radius: 0;
}

select:focus {
  border-color: #999;
  outline: none;
}

.sidebar select {
  color: #999;
}

.sidebar select:focus {
  color: #111;
}

#content {
  position: relative;
  padding-: 50px 0;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title a {
  line-height: 1.6;
}

.recent-posts__item {
  margin-bottom: 50px;
  position: relative;
  background-color: #fff;
}

.recent-posts__item .col-md-6 {
  padding: 0;
  margin: 0;
}

.recent-posts__item .recent-posts-desc {
  width: 50%;
  display: inline-block;
  padding: 40px 35px 0;
}

.recent-posts__item .recent-posts-desc .dates {
  display: inline-block;
  background-color: #1674D1;
  color: #fff;
  height: 70px;
  width: 70px;
  letter-spacing: 0.1em;
  padding: 15px 0 0 15px;
}

.recent-posts__item .recent-posts-desc .dates span {
  display: block;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 12px;
}

.recent-posts__item .recent-posts-desc .post-meta {
  margin: 15px 0 8px;
}

.recent-posts__item .recent-posts-desc .post-meta span {
  margin-right: 20px;
}

.recent-posts__item .recent-posts-desc .post-meta span,
.recent-posts__item .recent-posts-desc .post-meta span a {
  text-transform: uppercase;
  font-size: 11px;
  color: #AAAAAA;
  letter-spacing: 0.1em;
}

.recent-posts__item .recent-posts-desc h4 {
  margin-bottom: 10px;
}

.recent-posts__item .recent-posts-desc h4 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  line-height: 27px;
}

.recent-posts__item .recent-posts-desc .blog-entry-excerpt,
.recent-posts__item .recent-posts-desc .blog-entry-excerpt p {
  line-height: 1.6em;
}

.recent-posts__item.row:nth-child(even) .recent-posts__thumb {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.recent-posts__item.row:nth-child(even) .recent-posts__thumb:after {
  background: url("../images/pre_thumb-02.png") repeat-y center right;
  left: 0;
}

@media (max-width: 74.9375rem) {
  .recent-posts__item .recent-posts__thumb,
  .recent-posts__item .recent-posts-desc {
    width: 50% !important;
  }

  .recent-posts__item .recent-posts-desc {
    padding-bottom: 20px !important;
  }

  .recent-posts__item .recent-posts__thumb {
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .recent-posts__item .recent-posts__thumb:after {
    display: none;
  }
}
.recent-posts__item .recent-posts__thumb {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}

.recent-posts__item .recent-posts__thumb:after {
  content: '';
  background: url("../images/pre_thumb.png") repeat-y center left;
  height: 100%;
  width: 27px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.recent-posts__item .recent-posts__thumb a:before {
  content: '';
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.recent-posts__item .recent-posts__thumb a img {
  width: 100%;
}

.recent-posts__item:hover .recent-posts__thumb:before {
  opacity: 1;
}

.recent-posts__item:hover .recent-posts__thumb:after {
  opacity: 1;
}

.recent-posts__item:hover .recent-posts__thumb a:before {
  opacity: .8;
}

.recent-posts.type_2 h3 {
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 20px;
}

.recent-posts.type_2 .blog-entry-meta {
  margin-bottom: 20px;
}

.recent-posts.type_2 .blog-entry-meta span {
  padding-right: 10px;
}

.recent-posts.type_2 .blog-entry-meta i {
  margin-right: 5px;
}

.recent-posts.type_2 .blog-entry-excerpt {
  color: #858585;
}

.recent-posts__item .recent-posts__thumb {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}

.postcontent-type03 article.post:nth-child(even) .recent-posts__thumb:after {
  background: url("../images/other/pre_thumb-02.png") repeat-y center right;
  left: 0;
}

.recent-posts__item:hover .recent-posts__thumb:after {
  opacity: 1;
}

.recent-posts__item .recent-posts__thumb:after {
  content: '';
  background: url("../images/other/pre_thumb.png") repeat-y center left;
  height: 100%;
  width: 27px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.post-navigation {
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  padding: 45px 0px;
  display: table;
  width: 100%;
}

.post-navigation .screen-reader-text {
  display: none;
}

.post-navigation .nav-links {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.post-navigation .nav-links a {
  color: #111;
}

.post-navigation .nav-links a:hover {
  color: #1674D1;
}

.single-post .nav-links .nav-previous a:before {
  left: -10px;
}

.single-post .nav-links .nav-next a:before {
  right: -10px;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links .nav-previous a {
  padding-left: 22px;
}

.nav-links .nav-previous a:before {
  content: "\e686";
  left: 0;
}

.nav-links .nav-next {
  float: right;
}

.nav-links .nav-next a {
  padding-right: 22px;
}

.nav-links .nav-next a:before {
  content: "\e684";
  right: 0;
}

@media (max-width: 47.9375rem) {
  .nav-links .nav-next {
    width: 100%;
    text-align: right;
  }
}
.nav-links a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}

.nav-links a:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.nav-links .portfolio-home-btn {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../images/home-menu-icon.png") center center no-repeat;
}

@media (max-width: 47.9375rem) {
  .nav-links .portfolio-home-btn {
    display: none;
  }
}
/* ==========================================================================
    28. SHOP
    ========================================================================== */
.widget_product_search .shop-content-product-search {
  position: relative;
  margin-top: -20px;
}

.widget_product_search label {
  font-size: 0;
}

.widget_product_search label:before {
  content: "\f002";
  font-size: 16px;
  position: absolute;
  right: 1px;
  top: 23px;
  background-color: #EEEEEE;
  text-align: center;
  height: 47px;
  line-height: 47px;
  width: 48px;
  display: block;
}

.widget_product_search label:after {
  content: '';
  position: absolute;
  right: 49px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 49px 0;
  border-color: transparent #EEEEEE transparent transparent;
}

.widget_product_search input[type="search"] {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 0;
}

.widget_product_search input[type='submit'] {
  display: none;
}

.shop-content-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-transform: uppercase;
}

.shop-content ul.product_list_widget li img {
  width: 70px;
  float: left;
  margin-right: 10px;
}

.shop-content ul.cart_list li,
.shop-content ul.product_list_widget li {
  padding: 15px 0;
}

.shop-content #respond input#submit,
.shop-content a.button,
.shop-content button.button,
.shop-content input.button,
.shop-content form.checkout_coupon,
.shop-content form.login,
.shop-content form.register {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.shop-content .quantity .qty,
.shop-content form .form-row input.input-text,
.shop-content form .form-row textarea {
  padding: 5px;
}

.shop-content table.cart td.actions .input-text,
.shop-content-page #content table.cart td.actions .input-text,
.shop-content-page table.cart td.actions .input-text {
  width: 150px;
}

.shop-content-cart table.cart td.actions .coupon .input-text {
  padding: 12px;
}

.shop-content-cart .cart-collaterals .cart_totals table {
  width: 100%;
}

.shop-content .cart-collaterals,
.shop-content-page .cart-collaterals {
  margin-bottom: 50px;
}

.shop-content-cart .cart-collaterals .cart_totals tr td {
  text-align: right;
}

.shop-content .col2-set,
.shop-content-page .col2-set {
  margin: 0 -15px;
}

.shop-content-checkout-review-order {
  margin-bottom: 70px;
}

.shop-content a.button.alt,
.shop-content button.button.alt,
.shop-content input.button.alt,
.shop-content #respond input#submit.alt,
.shop-content a.button,
.shop-content button.button,
.shop-content input.button,
.shop-content #respond input#submit {
  text-transform: uppercase;
}

.shop-content .input-checkbox {
  display: inline;
  margin: -8px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: auto;
}

.shop-content .products .product h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #111;
}

.shop-content .products .product .price {
  font-weight: bold;
  font-size: 16px;
}

.shop-content .products .product .price del {
  display: inline-block;
  margin-right: 10px;
}

.shop-content div.product form.cart .quantity .qty {
  padding: 12px 5px;
}

.related.products h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
}

.related .products h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
}

.shop-content .related ul {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-content .related ul .product,
.shop-content .related .products .product,
.shop-content .upsells.products ul .product,
.shop-content .upsells.products .products .product,
.shop-content-page .related ul .product,
.shop-content-page .related .products .product,
.shop-content-page .upsells.products ul .product,
.shop-content-page .upsells.products .products .product {
  width: 25%;
  margin-right: 0;
  padding: 0 15px;
}

.shop-content .related ul .product:first-child,
.shop-content .related .products .product:first-child,
.shop-content .upsells.products ul .product:first-child,
.shop-content .upsells.products .products .product:first-child,
.shop-content-page .related ul .product:first-child,
.shop-content-page .related .products .product:first-child,
.shop-content-page .upsells.products ul .product:first-child,
.shop-content-page .upsells.products .products .product:first-child {
  margin-left: 0;
}

.shop-content .col2-set.addresses {
  margin-bottom: 70px;
}

.shop-content div.product .shop-content-tabs .panel h2 {
  display: none;
}

.shop-content div.product form.cart .button {
  display: inline-block !important;
  text-transform: uppercase !important;
}

.shop-content div.product form.cart .button.medium {
  padding: 8px 25px !important;
}

.shop-content div.product form.cart .button.skin-white {
  color: #fff !important;
  border-color: #fff !important;
}

.shop-content div.product form.cart .button.skin-white:hover {
  color: #1674D1 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}

.shop-content div.product form.cart .button.skin-green {
  color: #2DB200 !important;
  border-color: #2DB200 !important;
}

.shop-content div.product form.cart .button.skin-green:hover {
  color: #fff !important;
  border-color: #2DB200 !important;
  background-color: #2DB200 !important;
}

.shop-content div.product form.cart .button.skin-fill-white {
  color: #1674D1 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}

.shop-content div.product form.cart .button.skin-fill-white:hover {
  color: #1674D1 !important;
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}

.shop-content div.product form.cart .button.skin-fill-white.has-icon i {
  background-color: #fff !important;
  color: #1674D1 !important;
}

.shop-content div.product form.cart .button.skin-fill-blue {
  color: #fff !important;
  border-color: #1674D1 !important;
  background-color: #1674D1 !important;
}

.shop-content div.product form.cart .button.skin-fill-blue:hover {
  color: #fff !important;
  border-color: #458bd1 !important;
  background-color: #458bd1 !important;
}

.shop-content div.product form.cart .button.skin-fill-blue.has-icon i {
  background-color: #fff !important;
  color: #1674D1 !important;
}

.shop-content div.product form.cart .button.skin-fill-black {
  color: #fff !important;
  border-color: #111 !important;
  background-color: #111 !important;
}

.shop-content div.product form.cart .button.skin-fill-black:hover {
  color: #fff !important;
  border-color: #333 !important;
  background-color: #333 !important;
}

.shop-content div.product form.cart .button.skin-fill-black.has-icon i {
  background-color: #fff !important;
  color: #111 !important;
}

.shop-content div.product form.cart .button.has-icon {
  position: relative !important;
  padding-right: 80px !important;
}

.shop-content div.product form.cart .button.has-icon i {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: 50px !important;
  background-color: #1674D1 !important;
  color: #fff !important;
  font-size: 20px !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.shop-content div.product p.price del,
.shop-content div.product span.price del {
  display: inline-block;
  margin-right: 10px;
}

.shop-content a.added_to_cart {
  margin-left: 20px;
}

.shop-content .products .product:hover .image-product-contain:after,
.shop-content .products .product:hover .image-product-contain .bttn,
.shop-content .products .product:hover .image-product-contain h6 {
  visibility: visible;
  transition: .4s;
}

.shop-content .products .product:hover .image-product-contain:after {
  background-color: #111;
  height: 100%;
  transition: .4s;
}

.image-product-contain {
  display: inline-block;
  position: relative;
  transition: .4s;
}

.shop-content .products .product {
  margin-bottom: 50px;
}

.image-product-contain:after {
  content: '';
  visibility: hidden;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  display: block;
  transition: .4s;
}

.image-product-contain .bttn,
.image-product-contain h6 {
  position: absolute;
  z-index: 1;
  display: block;
  visibility: hidden;
  transition: .4s;
}

.image-product-contain .bttn {
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 8px 0 0 0;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin-top: -25px;
}

.image-product-contain .bttn.added {
  color: #fff !important;
  border-color: #1674D1;
  background-color: #1674D1;
}

.star-rating span {
  margin: 0 -1.5px;
}

.image-product-contain .bttn.added:hover {
  color: #fff;
  border-color: #458bd1;
  background-color: #458bd1;
}

.image-product-contain .bttn.added.has-icon i {
  background-color: #fff;
  color: #1674D1;
}

.image-product-contain .bttn.bttn-view-detail {
  right: 50%;
}

.image-product-contain .bttn.add_to_cart_button {
  left: 50%;
}

.image-product-contain .star-rating {
  display: none !important;
}

.image-product-contain .added_to_cart {
  display: none !important;
}

.image-product-contain h6 {
  top: 50%;
  margin-top: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: .4s;
}

.shop-content .product .onsale {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin: 10px;
  padding: 5px 8px;
  text-transform: uppercase;
  background-color: #1674D1;
}

.shop-content nav.shop-content-pagination ul {
  border: none;
  display: table;
  margin: 0 auto;
}

.shop-content nav.shop-content-pagination ul li {
  margin-left: 10px;
  border: none;
  float: left;
}

.shop-content nav.shop-content-pagination ul li:first-child {
  margin-left: 0;
}

.shop-content nav.shop-content-pagination {
  margin-bottom: 50px;
}

.shop-content nav.shop-content-pagination ul li a,
.shop-content nav.shop-content-pagination ul li span {
  background-color: #fff !important;
  border: 2px solid #eee !important;
  padding: 10px 15px;
  color: #aaa;
}

.shop-content nav.shop-content-pagination ul li a:focus,
.shop-content nav.shop-content-pagination ul li a:hover,
.shop-content nav.shop-content-pagination ul li span.current {
  border: 2px solid #1674D1 !important;
  color: #1674D1;
}

.custom-button {
  background-color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  border: 2px solid #1674D1 !important;
  color: #1674D1 !important;
  padding: 13px 20px !important;
  margin-left: 10px !important;
}

.custom-button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .product .product_title.blog-entry-title {
  font-size: 24px;
  text-transform: uppercase;
}

.shop-content .product .price {
  color: #1674D1 !important;
}

.shop-content .product .onsale {
  margin: 20px;
  padding: 5px 8px;
  text-transform: uppercase;
  background-color: #1674D1;
}

.shop-content .single_add_to_cart_button {
  padding: 13px 20px !important;
  background-color: #fff !important;
  font-size: 12px !important;
  border: 2px solid #1674D1 !important;
  color: #1674D1 !important;
  padding: 18px 25px !important;
  margin-left: 10px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-family: 'Lato' !important;
}

.shop-content .single_add_to_cart_button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .single_add_to_cart_button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .shop-content-tabs ul.tabs {
  margin-bottom: 0 !important;
  border: none;
  padding-left: 0 !important;
}

.shop-content .shop-content-tabs ul.tabs li {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.shop-content .shop-content-tabs ul.tabs li:before,
.shop-content .shop-content-tabs ul.tabs li:after {
  display: none;
}

.shop-content .shop-content-tabs ul.tabs li.active a {
  background-color: #1674D1 !important;
  color: #fff !important;
  border-color: #1674D1;
}

.shop-content .shop-content-tabs ul.tabs li a {
  padding: 15px 30px !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  color: #878787 !important;
  text-transform: uppercase;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

.shop-content .shop-content-tabs ul.tabs li a:first-child {
  border-left: 1px solid #eee;
}

.shop-content .shop-content-tabs .panel {
  border: 1px solid #eee;
  padding: 50px 40px !important;
}

.shop-content .shop-content-tabs .panel #reply-title {
  letter-spacing: 0.05em !important;
}

.shop-content .shop-content-tabs .panel #submit {
  padding: 13px 20px !important;
  background-color: #fff !important;
  font-size: 12px !important;
  border: 2px solid #1674D1 !important;
  color: #1674D1 !important;
  padding: 18px 25px !important;
  margin-left: 10px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-family: 'Lato' !important;
  margin-left: 0 !important;
}

.shop-content .shop-content-tabs .panel #submit:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .shop-content-tabs .panel #submit:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .shop_table.cart {
  border-radius: 0px !important;
  text-transform: uppercase;
  color: #1674D1;
  width: 100%;
}

.shop-content .shop_table.cart .product-name * {
  color: #111;
}

.shop-content .shop_table.cart .product-remove .remove {
  color: #333 !important;
  float: right;
}

.shop-content .shop_table.cart .product-remove .remove:hover {
  color: #1674D1 !important;
  background: none;
}

.shop-content .shop_table.cart thead tr {
  background-color: #F5F5F5;
}

.shop-content .shop_table.cart thead tr th {
  font-size: 12px;
  color: #111;
}

.shop-content .cart tbody tr:last-child td {
  padding: 20px;
  padding-top: 30px;
}

.shop-content .cart .button {
  padding: 13px 20px !important;
  background-color: #fff;
  font-size: 12px;
  border: 2px solid #1674D1;
  color: #1674D1;
  margin-left: 10px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 900;
}

.shop-content .cart .button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .cart .button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .cart .button[name='update_cart'] {
  background-color: #1674D1 !important;
  color: #fff !important;
  border-color: #1674D1;
}

.shop-content .cart .input-text {
  padding: 12px;
}

.shop-content .cart_totals h2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.shop-content .cart_totals table {
  font-size: 14px;
  color: #111;
}

.shop-content .cart_totals table tr td,
.shop-content .cart_totals table tr th {
  border-bottom: 1px solid #eee;
}

.shop-content .cart_totals table tr:first-child td,
.shop-content .cart_totals table tr:first-child th {
  border-top: 1px solid #eee;
}

.shop-content .cart_totals .button {
  padding: 13px 20px !important;
  background-color: #fff !important;
  font-size: 12px !important;
  border: 2px solid #1674D1 !important;
  color: #1674D1 !important;
  padding: 18px 25px !important;
  margin-left: 10px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-family: 'Lato' !important;
  margin-left: 0 !important;
}

.shop-content .cart_totals .button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content .cart_totals .button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

#order_review_heading,
.shop-content-billing-fields h3,
.shop-content .checkout h3 {
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 3px;
}

.shop-content .checkout .input-text {
  padding: 10px 15px !important;
}

textarea.input-text {
  padding: 15px !important;
  height: auto !important;
}

.shop-content .checkout select {
  border-radius: 0 !important;
  padding: 10px !important;
  height: 40px;
}

.shop-content .checkout #customer_details {
  margin-bottom: 30px;
}

.shop-content .checkout .form-row label {
  display: none;
}

.shop-content .checkout .form-row#billing_postcode_field {
  width: 100%;
}

.shop-content #payment {
  background: none;
  border-radius: 0;
}

.shop-content #payment .form-row {
  padding: 0 !important;
}

.shop-content #payment .form-row .button {
  float: left !important;
  padding: 13px 20px !important;
  background-color: #fff !important;
  font-size: 12px !important;
  border: 2px solid #1674D1 !important;
  color: #1674D1 !important;
  padding: 18px 25px !important;
  margin-left: 10px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-family: 'Lato' !important;
  margin-left: 0 !important;
}

.shop-content #payment .form-row .button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content #payment .form-row .button:hover {
  background-color: #1674D1 !important;
  color: #fff !important;
}

.shop-content #order_review .shop_table {
  border: none;
}

.shop-content #order_review .shop_table thead tr {
  background-color: #F9F9F9;
}

.shop-content #order_review .shop_table thead tr th {
  font-size: 12px;
  color: #111;
  letter-spacing: 0.3em;
  font-weight: 400;
}

.shop-content #order_review .shop_table thead tr th:first-child {
  padding-left: 40px;
}

.shop-content #order_review .shop_table tbody tr td,
.shop-content #order_review .shop_table tfoot tr td {
  padding-top: 16px;
  padding-bottom: 16px;
}

.shop-content #order_review .shop_table tbody tr td:first-child,
.shop-content #order_review .shop_table tfoot tr td:first-child {
  padding-left: 40px;
}

.shop-content #order_review .shop_table tbody tr:first-child td,
.shop-content #order_review .shop_table tfoot tr:first-child td,
.shop-content #order_review .shop_table tbody tr:first-child th,
.shop-content #order_review .shop_table tfoot tr:first-child th {
  border-top: none;
}

.shop-content #order_review .shop_table tfoot tr {
  background-color: #F9F9F9;
}

.shop-content #order_review .shop_table tfoot tr td,
.shop-content #order_review .shop_table tfoot tr th {
  text-transform: none;
}

.shop-content #order_review .shop_table tfoot tr td:first-child,
.shop-content #order_review .shop_table tfoot tr th:first-child {
  padding-left: 40px;
}

.shop-content #order_review .shop_table .product-total {
  width: 30%;
}

.shop-content #payment .payment_methods {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: none !important;
  background: #fff;
}

.shop-content #payment .payment_methods li {
  margin-bottom: 20px !important;
}

.shop-content #payment .payment_methods li label {
  color: #111;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  width: 100%;
}

.shop-content #payment .payment_methods li .input-radio {
  vertical-align: middle;
  margin-bottom: 4px;
}

.shop-content #payment .payment_methods li .payment_box {
  background: none;
  font-size: 15px;
  color: #858585;
  margin: 0;
  padding-left: 28px;
}

.shop-content #payment .payment_methods li .payment_box:before {
  display: none;
}

.woo-black-color .woo-content-product .amount {
  color: #111111;
}

.woo-black-color .woo-content-product h5 {
  color: #999999;
}

.shop-content .products .product .onsale {
  top: 0;
  right: 0;
  left: auto;
}

.shop-content .product .onsale {
  margin: 20px;
  padding: 5px 8px;
  text-transform: uppercase;
  background-color: #1674D1;
}

.shop-content span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: .857em;
  -webkit-font-smoothing: antialiased;
}

.image-product-contain img {
  width: 100%;
}

.woo-content-product h5 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 15px 0 8px;
  font-size: 14px;
  color: #111111;
  font-weight: 400;
}

.shop-content .products .product .price {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  color: #1674D1;
}

.woo-content-product {
  text-align: center;
}

.shop-content .shop-content-ordering select {
  vertical-align: top;
  margin-bottom: 25px;
}

input,
select,
textarea {
  box-shadow: none;
  color: #111;
  width: 100%;
}

select,
textarea,
input {
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 15px;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
  font-family: inherit;
  letter-spacing: inherit;
}

ins {
  text-decoration: none;
}

.woo-content-product h5 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 15px;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
}

.shop-content-cart table.cart td,
.shop-content-cart table.cart th {
  vertical-align: middle;
}

.shop-content table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}

.shop-content-cart table.cart .product-thumbnail {
  min-width: 32px;
}

.shop-content-cart table.cart img {
  width: 32px;
  box-shadow: none;
}

.shop-content-cart table.cart td,
.shop-content-cart table.cart th {
  vertical-align: middle;
}

.shop-content-cart table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}

.shop-content-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}

.shop-content-cart .wc-proceed-to-checkout {
  padding: 1em 0;
}

.shop-content-cart .wc-proceed-to-checkout:after,
.shop-content-cart .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}

.shop-content-cart .wc-proceed-to-checkout a.checkout-button {
  text-align: center;
  margin-bottom: 1em;
}

.shop-content-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

.shop-content-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: shop-content;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "?";
  text-decoration: none;
}

.shop-content-checkout #payment ul.payment_methods li:after,
.shop-content-checkout #payment ul.payment_methods li:before,
.shop-content-checkout #payment ul.payment_methods:after,
.shop-content-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}

.shop-content-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: .83em;
}

.shop-content-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
  border-left: 0;
}

.shop-content-cart .cart-collaterals .cart_totals table tr:first-child td,
.shop-content-cart .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

.shop-content-cart .cart-collaterals .cart_totals table th {
  width: 25%;
}

.shop-content-cart .cart-collaterals .cart_totals table td,
.shop-content-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  padding: 6px 0;
  line-height: 2em;
}

.shop-content-cart .cart-collaterals .cart_totals table small {
  color: #777;
}

.shop-content-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}

.shop-content-cart .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

.shop-content-cart .cart-collaterals .cart_totals tr td,
.shop-content-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}

.shop-content-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

.shop-content-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

.shop-content-checkout .checkout .col-2 .form-row-first,
.shop-content-checkout .checkout .col-2 .notes {
  clear: left;
}

.shop-content-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}

.shop-content-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

.single-product .twentythirteen p.stars,
.shop-content-checkout #payment ul.payment_methods li:after,
.shop-content-checkout #payment ul.payment_methods:after,
.shop-content-checkout .checkout .shipping_address {
  clear: both;
}

.shop-content-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
}

.shop-content-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none;
}

.shop-content-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  padding-left: 28px;
}

.shop-content-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  padding: 0;
  height: auto;
}

.shop-content-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

.shop-content-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

.shop-content-checkout #payment div.form-row {
  padding: 1em;
}

.shop-content-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

.shop-content-checkout #payment div.payment_box input.input-text,
.shop-content-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

.shop-content-checkout #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}

.shop-content-checkout #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}

.shop-content-checkout #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../images/icons/credit-cards/visa.png);
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png);
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../images/icons/credit-cards/laser.png);
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png);
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../images/icons/credit-cards/maestro.png);
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../images/icons/credit-cards/jcb.png);
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../images/icons/credit-cards/amex.png);
}

.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.shop-content-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../images/icons/credit-cards/discover.png);
}

.shop-content-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: 400;
}

.shop-content-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

.shop-content-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.shop-content-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.shop-content-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
}

.shop-content-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.coupon .button {
  background-color: #FFF !important;
  font-size: 12px !important;
  border: 2px solid #1674D1 !important;
  color: #1674D1 !important;
  padding: 18px 25px !important;
  margin-left: 10px !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-family: "Lato" !important;
  display: inline-block;
  width: 155px;
}

.coupon + .button {
  width: 155px;
}

.shop_table.cart {
  text-transform: uppercase;
  color: #1674D1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
}

.shop_table.cart .product-remove .remove {
  color: #333 !important;
  float: right;
}

a.remove {
  display: block;
  font-size: 12px;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #F00 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0px none;
}

.shop-content .shop_table.cart thead tr th {
  font-size: 12px;
  color: #111;
  width: 16.6666%;
}

.shop-content .quantity .qty {
  width: 3.631em;
  text-align: center;
}

.shop-content-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}

.shop-content .cart-collaterals .cart_totals,
.shop-content-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}

.shop-content-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-transform: uppercase;
}

.shop-content-cart .cart-collaterals .cart_totals table th {
  width: 25%;
}

.cart_totals h2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  padding: 6px 0;
  line-height: 2em;
}

.shop_table.cart thead tr th {
  font-size: 12px;
  color: #111;
}

table.cart td,
.shop-content-cart table.cart th {
  vertical-align: middle;
}

table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}

.shop-content form .form-row input.input-text,
.shop-content form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}

.shop-content form .form-row .input-text,
.shop-content-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}

.shop-content .checkout .input-text {
  padding: 10px 15px !important;
}

.shop-content form .form-row-first,
.shop-content form .form-row-last,
.shop-content-page form .form-row-first,
.shop-content-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}

.shop-content .col2-set .col-1,
.shop-content-page .col2-set .col-1 {
  float: left;
  width: 48%;
}

.shop-content form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}

.shop-content .checkout .form-row label {
  display: none;
}

.shop-content form .form-row label {
  line-height: 2;
}

.shop-content form .form-row input.input-text,
.shop-content form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}

.shop-content #payment #place_order,
.shop-content form .form-row-last,
.shop-content-page #payment #place_order,
.shop-content-page form .form-row-last {
  float: right;
}

.shop-content .shop-content-error,
.shop-content .shop-content-info,
.shop-content .shop-content-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #1e85be;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
}

.shop-content .shop-content-info:before {
  color: #1e85be;
}

.shop-content .shop-content-error:before,
.shop-content .shop-content-info:before,
.shop-content .shop-content-message:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.shop-content select,
.shop-content textarea,
.shop-content input {
  display: inline-block;
  padding: 0px 15px;
  height: 40px;
}

.shop-content select {
  color: #888;
}

.shop-content select:focus {
  outline: 0;
  border: 1px solid #EEE;
}

.shop_table_checkout {
  width: 100%;
}

.shop_table_checkout thead tr th {
  font-size: 12px;
  color: #111;
  letter-spacing: 0.3em;
  font-weight: 400;
}

.shop_table_checkout tbody tr td,
.shop_table_checkout tfoot tr td {
  padding-top: 16px;
  padding-bottom: 16px;
}

table.shop_table_checkout td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}

.shop_table_checkout tbody tr td:first-child,
.shop_table_checkout thead tr th:first-child,
.shop_table_checkout tfoot tr th:first-child {
  padding-left: 40px;
}

.shop_table_checkout tfoot tr th:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.shop_table_checkout thead tr {
  background-color: #F9F9F9;
}

.shop_table_checkout th {
  font-weight: 700;
  padding: 9px 12px;
}

.shop_table_checkout tbody tr:first-child td,
.shop_table_checkout tfoot tr:first-child td,
.shop_table_checkout tbody tr:first-child th,
.shop_table_checkout tfoot tr:first-child th {
  border-top: none;
}

.payment_box {
  height: 0px;
  overflow: hidden;
  transition: .4s;
  font-size: 0px !important;
}

.payment_box.active {
  height: auto;
  overflow: hidden;
  transition: .4s;
  font-size: 14px;
}

.input-radio {
  display: inline;
  margin-top: 9px !important;
  text-align: center;
  vertical-align: middle !important;
  float: left;
  width: auto;
  position: absolute;
  left: 15px;
}

.payment_method_paypal .input-radio {
  margin-top: 18px !important;
}

.thumbnails {
  margin: 15px -10px 0 -10px;
}

.thumbnails .col-md-4 {
  padding: 0 10px;
}

.shop-single-info h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin: 0 0 10px;
}

.ss-rating span {
  font-size: 16px;
  margin-right: -1px;
}

.ss-price {
  color: #1674D1;
  padding: 25px 0 22px;
  font-size: 18px;
}

.product-qty {
  padding-bottom: 15px;
}

.product-qty .quantity {
  float: left;
  margin-right: 15px;
}

.shop-content-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.shop-content-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}

.shop-content-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}

.shop-content-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b;
}

.shop-content-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}

.shop-content-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}

.shop-content-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #fff;
}

.shop-content-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #fff;
}

.shop-content-tabs ul.tabs li:after,
.shop-content-tabs ul.tabs li:before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}

.shop-content-tabs ul.tabs li:before {
  left: -6px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}

.shop-content-tabs ul.tabs li:after {
  right: -6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}

.shop-content-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}

.shop-content-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}

#review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  height: 75px;
}

#reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}

#reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}

#reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}

#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}

.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em;
  margin: 0 0 1em;
  color: #777;
}

#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

#review_form #respond p {
  margin: 0 0 10px;
}

label {
  font-weight: 400;
}

p.stars {
  position: relative;
  font-size: 1em;
}

p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
}

p.stars a:last-child {
  border-right: 0;
}

p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5 {
  border-right: 1px solid #ccc;
}

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: WooCommerce;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

p.stars a.star-1 {
  width: 2em;
}

p.stars a.star-1:after {
  content: "\e021";
}

p.stars a.star-2 {
  width: 3em;
}

p.stars a.star-2:after {
  content: "\e021\e021";
}

p.stars a.star-3 {
  width: 4em;
}

p.stars a.star-3:after {
  content: "\e021\e021\e021";
}

p.stars a.star-4 {
  width: 5em;
}

p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}

p.stars a.star-5 {
  width: 6em;
  border: 0;
}

p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}

/* ==========================================================================
    29. PORTFOLIO
    ========================================================================== */
.folio-main-4col .folio-main-item {
  width: 25%;
  padding: 0 20px;
  margin-top: 40px;
}

.folio-main-3col .folio-main-item {
  width: 33.33333%;
  padding: 0 20px;
  margin-top: 40px;
}

.folio-main-2col .folio-main-item {
  width: 50%;
  padding: 0 15px;
  margin-top: 0px;
}

.folio-main-item img {
  width: 100%;
}

#portfolio-fullwidth .col-md-12 {
  padding: 5px;
}

.folio-main-filter {
  margin: 0 auto 5px;
  display: table;
}

.folio-main-filter li a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px 0 15px;
  border: none;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.folio-main-filter li {
  border-left: 1px solid #999;
}

.folio-main-filter li:first-child {
  border: none;
}

.folio-main-filter li a.active,
.folio-main-filter li a:hover {
  color: #1674D1;
}

.folio-main-item .folio-wrapper {
  position: relative;
}

.folio-overlay {
  background-color: rgba(21, 115, 209, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.folio-overlay-inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px 0px 10px 30px;
  width: 100%;
}

.folio-overlay-inner h5 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2 !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.036em;
  margin: 0 0 7px;
}

.folio-overlay-inner p {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  text-align: left;
  clear: both;
  margin: 0 27px 20px 0;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 2 !important;
}

.folio-overlay-inner h5 {
  opacity: 0;
  position: relative;
  top: 25px;
  transition: .4s;
}

.folio-overlay-inner p {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: .4s;
}

.folio-main-item:hover .folio-overlay-inner h5 {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: .4s;
}

.folio-main-item:hover .folio-overlay-inner p {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: .4s;
}

.folio-main-item:hover .folio-overlay {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.portfolio-no-space .col-md-12 {
  padding: 0 !important;
}

.portfolio-no-space .folio-main-item {
  padding: 0;
  margin: 0;
}

.portfolio-no-space .folio-main-item img {
  width: 100%;
}

.portfolio-no-space .folio-main-filter {
  margin: 0 auto 45px;
}

.lmore {
  margin-top: 60px;
  padding: 13px 25px;
}

#portfolio-standard .folio-main-filter {
  margin: 0 auto 45px;
}

#portfolio-standard .folio-main-item {
  padding: 0 15px;
  margin-top: 0px;
  margin-bottom: 30px;
}

#portfolio-standard.portfolio-no-space .folio-main-item {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

#portfolio-standard.portfolio-no-space .col-md-12 {
  padding: 0 15px;
}

#portfolio-standard .lmore {
  margin-top: 30px;
  padding: 13px 25px;
}

#portfolio-standard.portfolio-no-space .lmore {
  margin-top: 60px;
}

.related-projects {
  margin-bottom: 100px;
  margin-top: 50px;
}

@media (min-width: 75rem) {
  .related-projects > .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.related-projects-title {
  margin: 20px 0;
  text-transform: uppercase;
}

.related-projects .related-projects-title {
  margin: 60px 0 40px 0;
}

.related-projects .project-title {
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  font-size: 15px;
}

.related-projects .project-title a {
  color: #111;
}

.related-projects .project-title a:hover {
  color: #1674D1;
}

.related-projects .col-md-4 {
  margin-bottom: 20px;
}

.related-projects .project-thumb {
  position: relative;
}

.related-projects .project-thumb:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1674D1;
}

.related-projects .project-thumb:before {
  content: "\f064";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 9;
  opacity: 0;
}

.related-projects .project-thumb:hover:after {
  opacity: .4;
}

.related-projects .project-thumb:hover:before {
  opacity: 1;
}

@media (min-width: 62rem) {
  .portfolio-metadata {
    padding-right: 20px;
  }
}
.portfolio-metadata h1,
.portfolio-metadata h2,
.portfolio-metadata h3,
.portfolio-metadata h4,
.portfolio-metadata h5,
.portfolio-metadata h6 {
  display: inline-block;
  margin-right: 10px;
}

.portfolio-metadata .metadata {
  display: inline-block;
}

.portfolio-metadata .metadata > span {
  margin-left: 10px;
}

.portfolio-metadata .btn-visit-site {
  margin-top: 20px;
  display: block;
}

.portfolio-metadata > div {
  margin-bottom: 15px;
}

.single-project .portfolio-metadata .metadata {
  color: #999;
}

@media (min-width: 75rem) {
  .single-project .post-navigation {
    margin: 0px -100% 0px;
    position: relative;
  }

  .single-project .blog-entry-content > .vc_row > .vc_column_container {
    padding: 0;
  }
}
.single-project .project {
  margin-bottom: 1.618em;
}

.single .nav-links .nav-previous a:before {
  left: -10px;
}

.single .nav-links .nav-next a:before {
  right: -10px;
}

.single .nav-links .portfolio-home-btn {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/other/home-menu-icon.png) center center no-repeat;
}

.post-navigation {
  position: relative;
}

.polygon-list ul {
  padding: 0;
}

.polygon-list ol li {
  line-height: 2.5em;
}

.polygon-list ul li {
  line-height: 1.5em;
  list-style-type: none;
  margin-bottom: 10px;
}

.polygon-list.type1 li,
.polygon-list.type2 li,
.polygon-list.type3 li {
  position: relative;
}

.polygon-list.type1 li:before,
.polygon-list.type2 li:before,
.polygon-list.type3 li:before {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #1674D1;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: -30px;
  margin-top: -10px;
}

.polygon-list.type1 li {
  padding-left: 30px;
}

.polygon-list.type1 li:before {
  left: 0;
  top:11px;
}

.polygon-list.type1 li:before {
  content: "\e685";
}

.polygon-list.type2 li:before {
  left: -25px;
  content: "\e684";
}

.polygon-list.type3 li:before {
  content: "\e66c";
}

.polygon-list.type4 li {
  list-style-type: square;
}

.polygon-list.type5 li {
  list-style-type: disc;
}

.polygon-list.type6 li {
  list-style-type: decimal;
}

.quote.style1 {
  padding-top: 40px !important;
  padding-right: 20px !important;
  padding-bottom: 40px !important;
  padding-left: 20px !important;
}

.quote.style1 h2 {
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  text-transform: none;
  margin: 0;
  letter-spacing: 0.15em;
  color: #111111;
}

.quote.style2 {
  padding-top: 40px !important;
  padding-right: 20px !important;
  padding-bottom: 40px !important;
  padding-left: 20px !important;
  margin-bottom: 30px !important;
  background-color: #1674d1 !important;
}
.text-block.style2 p strong {
  font-style: italic;
}

.quote.style2 h2 {
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  letter-spacing: 0.15em;
  color: #fff;
}

.quote-carousel-custom {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: url(../images/other/section09.jpg) !important;
}

.quote-carousel-custom {
  text-align: center;
}

.quote-carousel-custom.skin-dark .testimonials-text {
  color: #1674D1;
}

.quote-carousel-custom.skin-dark cite.author span {
  color: #fff;
}

.quote-carousel-custom .quote {
  padding: 20px;
}

.quote-carousel-custom blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.quote-carousel-custom blockquote p {
  color: #888888;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  color: #444;
  margin: 0;
}

.quote-carousel-custom blockquote:before {
  display: none !important;
}

.quote-carousel-custom cite {
  font-style: normal;
}

.quote-carousel-custom .avatar {
  border-radius: 50%;
  max-width: 60px;
}

.quote-carousel-custom .author {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  position: relative;
}

.quote-carousel-custom .author:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 0 0 30px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -30px;
}

.quote-carousel-custom .author span:first-child {
  display: block;
  font-size: 14px;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: 0.3em;
}

.quote-carousel-custom .author span:last-child {
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  etter-spacing: 0.05em;
}

.quote-carousel-custom .owl-prev,
.quote-carousel-custom .owl-next {
  display: inline-block;
  padding: 0 3px;
  color: #1674D1;
  font-size: 0;
}

.quote-carousel-custom .owl-prev:after,
.quote-carousel-custom .owl-next:after {
  font-size: 50px;
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #1674D1;
}

.quote-carousel-custom .owl-prev:after {
  content: "\e687";
}

.quote-carousel-custom .owl-next:after {
  content: "\e685";
}

.quote-carousel-custom.skin-dark .testimonials-text p {
  color: #1674D1;
}

.quote-carousel-custom .owl-page {
  margin: 0 3px;
}

.quote-carousel-custom .owl-page span,
.quote-carousel-custom .owl-page span:hover {
  position: relative;
  z-index: 99;
  top: 0 !important;
  margin: 0 !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.quote-carousel-custom .owl-page.active span {
  background-color: white !important;
  margin: 0 !important;
}

.quote-carousel-custom.skin-white {
  background: #fff !important;
}

.quote-carousel-custom .owl-next,
.quote-carousel-custom .owl-prev {
  padding: 0 !important;
  border-radius: none !important;
  background: transparent !important;
  opacity: 1 !important;
  font-size: 0px !important;
}

.quote-carousel-custom .owl-controls .owl-buttons div {
  margin: 10px 0 0;
}

.quote-carousel-custom.skin-gray {
  background: #f5f5f5 !important;
}

.text-block {
  margin-bottom: 50px;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}

.text-block h4 {
  color: #434343;
  margin-bottom: 10px !important;
  font-weight: 600;
  margin-top:40px;
}
.text-block h4:after {
  display: block;
  content: '';
  background-color: #23baec;
  height: 2px;
  width: 80px;
  margin: 18px 0;
}

.text-block.style1 {
  background-color: #f8f8f8;
}

.text-block.style2 {
  background: #fff;
  border: 1px solid #eee;
}

.text-block.style3 {
  background-color: #111111;
}

.text-block.style4 {
  background-color: #1674d1;
}

.text-block.style3 h4,
.text-block.style3 p,
.text-block.style4 h4,
.text-block.style4 p {
  color: #fff;
}

.polygon-text-box {
  position: relative;
}

.polygon-text-box .text-box-line {
  background-color: #aaa;
}

.polygon-text-box table td hr {
  background-color: #aaa;
}

.polygon-text-box table tbody tr td:first-child {
  min-width: 200px;
}

.polygon-text-box h4 {
  font-size: 15px;
  color: #111111;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.polygon-text-box h2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  letter-spacing: 0;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1em !important;
  font-size: 80px;
  color: #1573d1;
  text-align: left;
}

.polygon-text-box hr {
  background: #AAA none repeat scroll 0% 0%;
  border: 0px none;
  height: 1px;
  position: relative;
  box-sizing: content-box;
  width: 400px;
  display: table-cell;
  top: 10px;
}

.polygon-text-box table {
  margin-bottom: -20px;
}

td,
th {
  display: table-cell;
}

.sep-hr {
  height: 1px;
  background: #eee;
  margin: 30px 0 50px;
  border: none;
}

blockquote.no-margin {
  margin: 0px 40px 24px !important;
  padding: 4px 15px;
}

.block-head {
  margin-top: 25px !important;
  padding-left: 40px !important;
}

.title-arrow {
  background-color: #1372D1;
  padding: 20px 25px 21px;
  position: relative;
  letter-spacing: 0.1em;
  color: #FFF;
  margin-bottom: 30px !important;
  display: inline-block;
}

.title-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #1372D1;
  position: absolute;
  right: -34px;
  top: 0;
}

.faq-content p,
.accordion .panel-body p {
  margin-bottom: 1.5em;
}

.accordion .panel-body p:last-child {
  margin-bottom: 0;
}

.faq-content h4 {
  text-align: left;
  line-height: 1.6;
  font-size: 15px !important;
}

.surjithctly-icon-box.type2 .vc_icon_element,
.surjithctly-icon-box.type2 .vc_surjithctly_icon {
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}

.surjithctly-icon-box .vc_icon_element {
  margin-bottom: 0;
}

.surjithctly-icon-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 2em;
  margin-right: 15px;
  margin-left: -4px;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  text-align: left;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 2.15em;
  font-style: normal;
  font-weight: normal;
  line-height: 1 !important;
  font-size-adjust: none;
  font-stretch: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  left: 8%;
  top: 8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vc_icon_rocket_left {
  margin: 0 0 18px 44px;
}

.surjithctly-icon-box .vc_surjithctly_icon,
.surjithctly-icon-box .vc_vc_custom_heading,
.surjithctly-icon-box .vc_icon_element,
.surjithctly-icon-box h1,
.surjithctly-icon-box h2,
.surjithctly-icon-box h3,
.surjithctly-icon-box h4,
.surjithctly-icon-box h5,
.surjithctly-icon-box h6 {
  display: inline-block !important;
  vertical-align: middle;
}

.surjithctly-icon-box h5 {
  text-transform: uppercase;
}

.surjithctly-icon-box p {
  padding-top: 10px;
  margin-bottom: 35px;
  color:#999999
}

.font50 {
  font-size: 50px !important;
}

.vc_icon_element span {
  color: #1674d1;
  font-size: 50px;
}

.text-center h4 {
  margin-bottom: 10px;
  margin-top: 35px;
}

.vc_icon_element_left {
  float: left;
  margin-right: 20px;
}

.vc_icon-wrap {
  margin-bottom: 42px;
  padding: 0 208px 0 0;
}

.vc-icon-second {
  padding: 0 20px 0 0;
  float: left;
}

.text-mr {
  margin-bottom: 10px;
}

.vc_element-mr {
  margin-bottom: 30px;
  padding: 0 22px;
}

.surjithctly-icon-box.type2 .vc_icon_element-inner {
  float: left;
  margin: 0px;
  margin-left: 0px;
}

.surjithctly-icon-box.type2 .vc_icon_element span {
  color: #1674d1;
  font-size: 50px;
}

.bg-blue {
  background: #1674d1 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-gray {
  background: #f5f5f5 !important;
}

.bg-gray2 {
  background-color: #f7f7f7 !important;
}

.bg-gray3 {
  background: #eeeeee;
}

.bg-dark-gray {
  background: #222;
}

/* .surjithctly-icon-box.type2 .vc_icon_element {
    position: relative;
    padding-left: 70px;
} */
.surjithctly-icon-box.type2 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 2em;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -8px;
}

.surjithctly-icon-type3 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
  text-align: center;
}

.surjithctly-icon-type3 h4 {
  margin: 20px 0px 11px;
  text-transform: uppercase;
  font-size: 15px;
}

.surjithctly-icon-type3.md-reset-border .col-sm-4 {
  border-right: 1px solid #eee;
  min-height: 285px;
}

.surjithctly-icon-type3 .col-sm-4:last-child {
  border-right: none;
}

.surjithctly-icon-type3 p {
  margin-bottom: 0px;
}

.surjithctly-icon-type3 .col-sm-4 {
  padding: 30px 15px;
}

.md-reset-border + hr {
  margin: 0px;
  height: 1px;
  background: #eee;
  border: medium none;
}

.c-padding-left {
  padding-left: 90px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  letter-spacing: 0.15em;
  line-height: 1.2em;
}

.home-icon-box {
  padding-top: 100px;
  padding-bottom: 40px;
}

.home .content-head {
  margin-bottom: 70px;
}

#tm_video-player-0 .svg-video-player {
  transition: 0.5s;
  transform: scale(1, 1);
}

#tm_video-player-0 a:hover .svg-video-player {
  transform: scale(1.2, 1.2);
}

#tm_video-player-0 a:hover .svg-video-player .svg-video-player-border {
  stroke: #1472d1;
}

#tm_video-player-0 a:hover .svg-video-player .svg-video-player-icon {
  fill: #1472d1;
}

.menu-rating {
  padding-top: 8px;
  display: block;
}

.menu-rating i {
  font-size: 11px;
  margin-right: -3px;
}

.menu-rating:hover i {
  color: #1674D1;
}

.products-top .woo-content-product a h5:hover {
  color: #1674D1;
}

body footer a:hover {
  color: #1674D1;
}

.fprojects li div {
  position: relative;
}

.fp-overlay {
  background-color: rgba(22, 116, 209, 0.4);
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 19px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.fp-overlay i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -10px;
  transform: rotate(-25deg);
  transition: .4s;
}

.fprojects li div a:hover .fp-overlay i {
  transform: rotate(0deg);
  transition: .4s;
}

.fprojects li div a:hover .fp-overlay {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.home-intro {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  background-image: url(../images/other/home16-01.jpg);
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 310px 0 250px;
}

.home-intro h2 {
  line-height: 60px;
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  margin: 0;
  text-transform: uppercase;
}

.home-intro h2 span {
  font-weight: 700;
}

.postcontent-type02,
.postcontent-masonry {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.postcontent-type02:before,
.postcontent-masonry:before,
.postcontent-type02:after,
.postcontent-masonry:after {
  display: none !important;
}

.postcontent-type02 article.project .post-thumb img,
.postcontent-masonry article.project .post-thumb img {
  width: 100%;
}

.postcontent-type02 article.post .post-thumb,
.postcontent-masonry article.post .post-thumb,
.postcontent-type02 article.project .post-thumb,
.postcontent-masonry article.project .post-thumb {
  margin-bottom: -1px;
}

.postcontent-type02 article.post .postcontent-gird,
.postcontent-masonry article.post .postcontent-gird,
.postcontent-type02 article.project .postcontent-gird,
.postcontent-masonry article.project .postcontent-gird {
  border: 1px solid #eee;
}

.postcontent-type02 article.post .postcontent-gird-content,
.postcontent-masonry article.post .postcontent-gird-content,
.postcontent-type02 article.project .postcontent-gird-content,
.postcontent-masonry article.project .postcontent-gird-content {
  padding: 30px 20px 0 30px;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-meta,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-meta,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-meta,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #AAAAAA;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-title,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title {
  text-transform: uppercase;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title a,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-title a,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a {
  color: #111;
}

.postcontent-type02 article.post .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-type02 article.project .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a:hover {
  color: #1674D1;
}

.postcontent-type02 article.post .postcontent-gird-bottom,
.postcontent-masonry article.post .postcontent-gird-bottom,
.postcontent-type02 article.project .postcontent-gird-bottom,
.postcontent-masonry article.project .postcontent-gird-bottom {
  border-top: 1px solid #eee;
  padding: 10px 30px 10px 30px;
}

.postcontent-type02 article.post .postcontent-gird-bottom span.comments-counts,
.postcontent-masonry article.post .postcontent-gird-bottom span.comments-counts,
.postcontent-type02 article.project .postcontent-gird-bottom span.comments-counts,
.postcontent-masonry article.project .postcontent-gird-bottom span.comments-counts {
  float: right;
}

.postcontent-masonry article.post,
.postcontent-masonry article.project {
  display: block;
  margin-bottom: 30px;
}

.postcontent-masonry article.post .post-gallery.owl-carousel,
.postcontent-masonry article.project .post-gallery.owl-carousel,
.postcontent-masonry article.post .post-quote,
.postcontent-masonry article.project .post-quote,
.postcontent-masonry article.post .post-video,
.postcontent-masonry article.project .post-video {
  margin-bottom: 0;
}

.postcontent-masonry article.post .postcontent-gird,
.postcontent-masonry article.project .postcontent-gird {
  border: 1px solid #eee;
}

.postcontent-masonry article.post .postcontent-gird-content,
.postcontent-masonry article.project .postcontent-gird-content {
  display: block;
  background-color: #fff;
  padding: 30px 20px 30px 30px;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title {
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a {
  font-size: 24px;
  line-height: 1.2em;
  color: #111;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-title a:hover,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-title a:hover {
  color: #1674D1;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-meta,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-meta {
  margin-right: 10px;
}

.postcontent-masonry article.post .postcontent-gird-content .blog-entry-meta span,
.postcontent-masonry article.project .postcontent-gird-content .blog-entry-meta span {
  padding-right: 10px;
  font-size: 10px;
}

.owl-item img {
  max-width: 100%;
  height: auto;
}

.home-blog-mason {
  padding: 30px 0;
}

.home-blog-mason .blog-entry .blog-entry-meta i {
  display: none;
}

.home-blog-entry-mason .blog-entry-meta i {
  display: inline-block !important;
}

.btn-link {
  font-size: 12px;
  text-transform: uppercase;
}

.home-blog-masonry-post {
  padding-top: 30px !important;
  padding-right: 15px !important;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  background-color: #f5f5f5 !important;
  margin-top: -30px;
}

.home-blog-mason .col-sm-2 {
  padding: 0 30px;
}

.widget .menu-social-small {
  margin: 0 0 -20px;
}

.widget .menu-social-small li {
  float: left;
  margin: 0px 11px;
}

.widget .menu-social-small li a {
  font-size: 16px;
  color: #111;
}

#close-right {
  font-size: 40px;
  color: #fff;
  float: right;
  cursor: pointer;
  margin-top: -3px;
}

.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 266px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

.snap-drawer-right {
  background-color: #111111;
  padding: 35px;
}

.snap-drawer-right aside.widget {
  margin-bottom: 65px;
}

.snap-drawer-right aside.widget .widget-title {
  color: #fff;
  margin-bottom: 10px;
}

.snap-drawer-right aside.widget .menu-main-container li,
.snap-drawer-right aside.widget .menu-second-menu-container li {
  line-height: 2.2em;
}

.snap-drawer-right aside.widget .menu-main-container li a,
.snap-drawer-right aside.widget .menu-second-menu-container li a {
  text-transform: uppercase;
  color: #fff;
}

.snap-drawer-right aside.widget .menu-main-container li a:hover,
.snap-drawer-right aside.widget .menu-second-menu-container li a:hover {
  color: #1674D1;
}

.snap-drawer-right aside.widget .menu li {
  display: block;
}

.snap-drawer-right aside.widget .menu li a {
  display: block;
  padding: 4px 0;
}

.snap-drawer-right .social {
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.wrapper {
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.header01 #open-right {
  color: #fff;
  cursor: pointer;
}

.social .menu-social-small li a:hover,
.header01 #open-right:hover {
  color: #1674D1;
}

.social .menu-social-small li a {
  font-size: 15px;
  color: #999999;
}

.social .menu-social-small li {
  float: left;
  margin: 0px 24px 0px 0px;
}

.home-intro-studio {
  width: 100%;
  min-height: 400px;
  height: 100vh;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  background-image: url("../images/other/home17-01.jpg");
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home-intro-studio h2 {
  line-height: 60px;
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.home-intro-studio h2 span {
  font-weight: 700;
}

.home-intro-studio p {
  text-align: center;
  margin: 0;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.carousel-partners {
  padding: 60px 0;
  border-top: 1px solid #eee;
}

.home-studio-folio {
  padding: 0 0 50px;
}

.home-studio-folio .folio-main-item {
  padding: 0px 15px;
  margin-top: 0px;
}

.home-studio-folio .content-head h1 {
  margin: 15px 0px 10px;
}

.home-studio-folio .content-head {
  margin-top: -15px;
}

.content-head.style2 h2 {
  font-size: 15px;
  color: #111111;
  text-align: center;
  letter-spacing: 1em;
  font-weight: 400;
}

.home-landing-info {
  margin-bottom: 70px !important;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  background-image: url("../images/other/home03-section01.jpg") !important;
}

.home-landing-info .surjithctly-icon-box .col-sm-6 {
  padding: 30px 15px 10px;
}

.minimal-light .navigationbuttons,
.minimal-light .esg-pagination,
.minimal-light .esg-filters {
  text-align: center;
}

.minimal-light .esg-filterbutton,
.minimal-light .esg-navigationbutton,
.minimal-light .esg-sortbutton,
.minimal-light .esg-cartbutton a {
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px 16px;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
}

.minimal-light .esg-navigationbutton * {
  color: #999;
}

.minimal-light .esg-navigationbutton {
  padding: 0px 16px;
}

.minimal-light .esg-pagination-button:last-child {
  margin-right: 0;
}

.minimal-light .esg-left,
.minimal-light .esg-right {
  padding: 0px 11px;
}

.minimal-light .esg-sortbutton-wrapper,
.minimal-light .esg-cartbutton-wrapper {
  display: inline-block;
}

.minimal-light .esg-sortbutton-order,
.minimal-light .esg-cartbutton-order {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  width: 40px;
  line-height: 38px;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  background: #fff;
}

.minimal-light .esg-cartbutton {
  color: #333;
  cursor: default !important;
}

.minimal-light .esg-cartbutton .esgicon-basket {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  margin-right: 10px;
}

.minimal-light .esg-cartbutton-wrapper {
  cursor: default !important;
}

.minimal-light .esg-sortbutton,
.minimal-light .esg-cartbutton {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0px;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}

.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-filterbutton:hover,
.minimal-light .esg-sortbutton:hover,
.minimal-light .esg-sortbutton-order:hover,
.minimal-light .esg-cartbutton a:hover,
.minimal-light .esg-filterbutton.selected {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

.minimal-light .esg-navigationbutton:hover * {
  color: #333;
}

.minimal-light .esg-sortbutton-order.tp-desc:hover {
  border-color: #bbb;
  color: #333;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;
}

.minimal-light .esg-filter-checked {
  padding: 1px 3px;
  color: #cbcbcb;
  background: #cbcbcb;
  margin-left: 7px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  vertical-align: middle;
}

.minimal-light .esg-filterbutton.selected .esg-filter-checked,
.minimal-light .esg-filterbutton:hover .esg-filter-checked {
  padding: 1px 3px 1px 3px;
  color: #fff;
  background: #000;
  margin-left: 7px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  vertical-align: middle;
}

.eg-polygon-skin-09-element-14 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  float: none;
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 3px 12px 4px 12px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(0, 10, 0, 0);
  position: relative;
  z-index: 2 !important;
  font-family: Lato;
  text-transform: uppercase;
}

.eg-polygon-skin-09-element-13 {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: center !important;
  clear: both !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 90px 0px 90px !important;
  border-radius: 0px 0px 0px 0px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  position: relative !important;
  z-index: 2 !important;
}

.eg-polygon-skin-09-element-11 {
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  float: none;
  clear: none;
  margin: -100px 10px 0px -60px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(45, 48, 57, 0);
  position: absolute;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  z-index: 2 !important;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #ffffff;
  border-style: solid;
}

.eg-polygon-skin-09-element-8 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  float: none;
  clear: both;
  margin: -40px 0px 20px 0px;
  padding: 3px 12px 4px 12px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(0, 10, 0, 0);
  position: relative;
  z-index: 2 !important;
  font-family: Lato;
  text-transform: uppercase;
}

.eg-polygon-skin-08-element-14 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  float: none;
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 3px 12px 4px 12px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(0, 10, 0, 0);
  position: relative;
  z-index: 2 !important;
  font-family: Lato;
  text-transform: uppercase;
}

.eg-polygon-skin-08-element-13 {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: center !important;
  clear: both !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 90px 0px 90px !important;
  border-radius: 0px 0px 0px 0px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  position: relative !important;
  z-index: 2 !important;
}

.eg-polygon-skin-08-element-11 {
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  float: none;
  clear: none;
  margin: -100px 10px 0px -60px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(45, 48, 57, 0);
  position: absolute;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  z-index: 2 !important;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #ffffff;
  border-style: solid;
}

.eg-polygon-skin-08-element-8 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  float: none;
  clear: both;
  margin: -40px 0px 20px 0px;
  padding: 3px 12px 4px 12px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(0, 10, 0, 0);
  position: relative;
  z-index: 2 !important;
  font-family: Lato;
  text-transform: uppercase;
}

.eg-polygon-skin-09-container {
  background-color: #1674d1;
}

.eg-polygon-skin-08-container {
  background-color: #111111;
}

.eg-polygon-skin-09-content {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: none;
  text-align: center;
}

.eg-polygon-skin-08-content {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: none;
  text-align: center;
}

.esg-grid .mainul li.eg-polygon-skin-09-wrapper {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: none;
}

.esg-grid .mainul li.eg-polygon-skin-08-wrapper {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: none;
}

.home-landing-video p {
  font-size: 24px;
  text-align: center;
  margin: -20px 0 45px;
  line-height: 1.6;
}

.home-landing-info2 {
  margin-bottom: 0px !important;
  padding-top: 158px !important;
  padding-bottom: 178px !important;
  background-image: url(../images/other/home15-section1.jpg) !important;
}

.home-landing-clients {
  margin-bottom: 0px !important;
  padding-top: 105px !important;
  padding-bottom: 40px !important;
  background-image: url(../images/other/home15-section3.jpg) !important;
}

.home-landing-nl {
  margin-bottom: 0px !important;
  padding-top: 355px !important;
  padding-bottom: 355px !important;
  background-image: url(../images/other/home15-section2.jpg) !important;
}

@media (min-width: 75rem) {
  .form-get-trial .input-email {
    margin-left: -10%;
    width: 100%;
  }

  .form-get-trial .input-email input {
    width: 120%;
    max-width: 120%;
  }
}
.form-get-trial .input-email input {
  border: 2px solid #EEEEEE;
  text-align: center;
  font-size: 20px;
  padding: 0px 25px;
  height: 58px;
  margin-bottom: 10px;
}

.form-get-trial .text-small {
  font-size: 13px;
  font-style: italic;
  color: #bbb;
  margin: 0 auto 30px;
}

.form-get-trial h1 {
  color: #1372d1;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.06em;
  margin-bottom: 40px !important;
  font-size: 50px;
}

.footer-menu {
  padding: 30px 0;
}

.home-custom-menu ul li a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 22px;
  letter-spacing: 0.2em;
  color: #868686;
}

.home-custom-menu ul li a:hover {
  color: #1674D1;
}

.home-custom-menu.dark ul li a {
  color: #fff;
}

.home-custom-menu.dark ul li a:hover {
  color: #1674D1;
}

.copyright-lite {
  padding: 75px 0px 75px 0px;
  color: #999999;
  background-color: #f5f5f5;
}

.copyright-lite #menu-social {
  display: table;
  margin: 0 auto 20px;
}

.copyright-lite #menu-social li {
  margin: 0px 11px;
}

.copyright-lite #menu-social li a {
  color: #999;
}

/*--------------------------------------------
Contact Form
----------------------------------------------*/
.contact-detail span[class*='pe-7s'] {
  font-family: 'Lato';
}

.contact-detail span[class*='pe-7s']:before {
  font-family: 'Pe-icon-7-stroke';
  color: #1573D1;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.contact-detail.dark,
.contact-detail.dark span[class*='pe-7s']:before {
  color: #fff;
}

.contact-detail.dark p {
  margin-bottom: 15px;
  line-height: 1.5em;
}

.contact-detail.dark {
  margin-bottom: 0px !important;
  padding: 31px 35px 15px !important;
  background-color: #1573D1 !important;
}

.form-connect .widget .menu-social-small {
  margin: -10px 0px 0;
  position: relative;
  left: -15px;
  top: 6px;
}

.home-onepage-footer {
  padding: 85px 0;
  background-color: #192128;
}

.contact-detail span {
  color: #fff;
}

.contact-detail-connect {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background-color: #26333e !important;
}

.contact-detail-connect h5 {
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  padding-left: 35px !important;
  font-size: 14px;
  margin-top: 2px;
}

.social-menu.link-white {
  margin-left: -30px;
}

.contact-detail-connect .widget .menu-social-small li a {
  font-size: 16px;
  color: #fff;
}

.form-connect {
  padding-right: 60px !important;
  padding-left: 30px !important;
}

.form-contact-dark .contact-form input {
  margin-bottom: 20px;
}

.form-contact-dark .contact-form input[type="text"],
.form-contact-dark .contact-form input[type="email"],
.form-contact-dark .contact-form textarea {
  background-color: #26333E;
  border-color: #26333E;
  color: #fff;
}

.form-contact-dark .contact-form textarea {
  height: 140px;
}

.form-contact-dark .contact-form .row [class*='col-'] {
  padding: 0 10px;
}

.bttn.skin-white {
  color: #fff !important;
  border-color: #fff;
}

.bttn.skin-white:hover {
  color: #1674D1 !important;
  border-color: #fff;
  background-color: #fff;
}

.hof-head h1 {
  color: #1674d1;
  text-align: center;
  text-transform: none;
  margin: 15px 0 25px;
  letter-spacing: 0.05em;
  font-size: 50px;
}

.hof-head p {
  font-size: 15px;
  text-align: center;
  text-transform: none;
  margin-bottom: 40px !important;
}

.home-blog {
  padding-top: 80px;
  padding-bottom: 60px;
}

.home-blog .content-head {
  margin-bottom: 70px;
}

.team-element {
  background: #1674D1;
}

.team-element h6 {
  font-size: 12px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.6em;
  padding-top: 48% !important;
}

.team-element h6 a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.team-element h6 a:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.85;
}

.loadmore-wrapper,
.loadmore-wrapper:hover {
  padding: 56px 0;
  background-color: #1674D1;
  color: #fff;
  font-size: 12px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: table;
}

.home-services .content-head {
  margin-bottom: 85px;
}

.home-onepage-features .content-head {
  margin-bottom: 30px;
}

.home-onepage-features {
  padding: 90px 0 80px;
  background-image: url(../images/other/section17.jpg) !important;
}

.home-onepage-features h5 {
  color: #fff;
  margin: 0 0 12px;
}

.home-onepage-features .col-sm-4 p {
  font-size: 15px;
  text-align: center;
  color: #999;
  margin-bottom: 30px;
}

.step-features {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-image: url(../images/other/home06-section01.png) !important;
}

.step-features-inner {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  background-image: url("../images/other/transparent.png");
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.onepage-folio {
  position: relative;
}

.onepage-folio img {
  width: 100%;
}

.onepage-folio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  padding: 30px 20px 25px 30px;
  background-color: white;
  z-index: 2 !important;
  display: block;
}

.onepage-folio-overlay h4 {
  font-size: 15px;
  line-height: 20px;
  color: #111;
  font-weight: 400;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.onepage-folio-overlay h4 a {
  color: #111111;
}

.onepage-folio-overlay p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  font-weight: 700;
  margin: 0px;
}

.onepage-folio-overlay .ico {
  font-size: 16px;
  line-height: 26px;
  color: #1674D1;
  font-weight: 400;
  border-radius: 50%;
  border: 1px solid #1674D1;
  display: table;
  width: 30px;
  height: 30px;
  padding-left: 11px;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  transition: .4s;
}

.onepage-folio-overlay {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.onepage-folio:hover .onepage-folio-overlay {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.onepage-folio:hover .onepage-folio-overlay .ico {
  right: 20px;
  opacity: 1;
  transition-delay: .1s;
  transition: .4s;
}

.onepage-folio img {
  transform: translate3d(0px, 0px, 0px);
  transition: .4s;
}

.onepage-folio:hover img {
  transform: translate3d(0px, -105px, 0px);
  transition: .6s;
}

.onepage-folio {
  overflow: hidden;
}

.home-about-features {
  padding-top: 105px;
  padding-bottom: 74px;
  background-image: url(../images/other/home11-section1.jpg) !important;
}

.icon-box-3col .icon-box-modern {
  position: relative;
  min-height: 421px;
}

.icon-box-3col .icon-box-modern:first-child {
  padding-top: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  background: #222222 url(../images/other/section03-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-box-3col .icon-box-modern:nth-child(2) {
  padding-top: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  background: #2e8be9 url(../images/other/section03-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-box-3col .icon-box-modern:last-child {
  padding-top: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  background: #1674d1 url(../images/other/section03-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-box-modern {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.icon-box-modern:hover,
.icon-box-modern:focus {
  background-image: url(../images/other/section03-hover.jpg) !important;
  background-color: !important;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.icon-box-modern:hover {
  padding-left: 80px !important;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.icon-box-3col .icon-box-modern h1 {
  font-size: 60px;
  color: #393939;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  letter-spacing: 0.05em;
}

.icon-box-3col .icon-box-modern:nth-child(2) h1 {
  color: #4397eb;
}

.icon-box-3col .icon-box-modern:nth-child(3) h1 {
  color: #2e82d6;
}

.icon-box-3col .icon-box-modern h4 {
  color: #fff;
}

.icon-box-3col .icon-box-modern p {
  margin-top: 20px !important;
  margin-bottom: 25px !important;
  color: #fff;
}

.home-business-gallery .col-md-5 {
  width: 40%;
}

.home-business-gallery .col-md-7 {
  width: 60%;
}

.home-business-skills {
  background-image: url(../images/other/home11-section2.jpg);
  padding-top: 90px;
  padding-bottom: 129px;
}

.home-business-video {
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: url(../images/other/section01.jpg) !important;
}

#tm_video-player-0 .svg-video-player {
  transition: 0.5s;
  transform: scale(1, 1);
}

#tm_video-player-0 .play-pop {
  cursor: pointer;
}

#tm_video-player-0 .play-pop:hover .svg-video-player {
  transform: scale(1.2, 1.2);
}

#tm_video-player-0 h4 {
  color: #1674d1;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 50px;
  margin: 30px 0 15px;
}

#tm_video-player-0 p {
  font-size: 15px;
  margin: 0;
}

.home-business-clients {
  padding-top: 85px;
  padding-bottom: 25px;
  background-image: url(../images/other/home11-section3.jpg);
}

.home-business2-skills {
  padding: 70px 0px 70px;
  /*background-image: url(../images/other/home12-section1.jpg) !important;*/
}

.home-business2-skills .content-head {
  margin-bottom: 90px;
}

.home-business-info {
  background: #000D3D;
  position: relative;
  padding-top: 100px !important;
  padding-bottom: 120px !important;
}

home-business-info .container {
  position: relative;
  z-index: 55;
}

.overlay {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 13, 61, 0.8);
}

.home-business-info h1 {
  color: #1674d1;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  font-size: 50px;
}

.home-business-info p {
  font-size: 22px;
  color: #888888;
  text-align: center;
  margin-bottom: 50px !important;
}

.home-business-dual {
  position: relative;
}

.home-business-dual .xs-reset-padding {
  padding: 40px 75px 40px;
  background-color: #222 !important;
}

.home-business-dual .xs-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/other/home12-section2.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home-business-dual .xs-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/other/home14-section1.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home-business-info2 {
  padding: 50px 0 40px;
  background-image: url(../images/other/home12-section3.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-business-info2 h4 {
  font-size: 32px;
  color: #1674d1;
  text-align: center;
  text-transform: none;
  letter-spacing: inherit;
  font-family: 'Electrolize', sans-serif;
}

.home-business-info2 p {
  margin-top: 20px;
  margin-bottom: 50px;
}

.header-custom-bg {
  padding-top: 160px;
  padding-bottom: 155px;
  background-image: url(../images/other/home05-section02.jpg);
}

.home-creative-process {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/other/home05-section04.jpg);
}

.home-creative-process .quote.style1 {
  padding-top: 70px;
  padding-top: 65px;
  padding-right: 80px !important;
  padding-left: 0px !important;
}

.home-creative-process .quote.style1 h2 {
  color: #1674d1 !important;
}

.text-center {
  padding-top: 20px;
}

.vc_element_title_wrap {
  padding: 0 0px 16px 57px;
}

.vc_element_title_wrap h5 {
  margin-bottom: 12px;
}

.vc_element_icononly {
  font-size: 20px;
  padding: 0 0px 0 0;
}

.vc_element-icon_create {
  top: 32% !important;
  left: 7% !important;
  font-size: 40px !important;
}

.element-pad {
  padding-bottom: 20px;
}
.custom_slider .nav-justified li.active{
  color:#fff !important;
}


@media (max-width: 1200px) {
  .vc_icon-wrap {
    padding: 0;
  }

  .xs-img2 {
    position: inherit !important;
    width: 100% !important;
    height: 573px !important;
  }

  .icon-box-3col .icon-box-modern {
    min-height: 583px;
  }

  .sm-display-img {
    display: none;
  }

  .icon-feature {
    left: 5% !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .news-wrap {
    width: 40% !important;
  }

  .grid-img-blog {
    width: 100% !important;
  }

  .responsive-control {
    width: 60% !important;
  }
}
@media (max-width: 992px) {
  .xs-img2 {
    position: inherit !important;
    width: 100% !important;
    height: 573px !important;
  }

  .home-business-dual .xs-reset-padding {
    padding: 96px 60px 70px;
  }

  .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    left: 7%;
  }

  .icon-feature {
    left: 8% !important;
  }

  .recent-posts__item .recent-posts__thumb,
  .recent-posts__item .recent-posts-desc {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .vc-icon-second {
    float: none !important;
    text-align: center;
    margin: 0 45% !important;
    display: inline-block;
  }

  .text-wrap {
    display: inline-block;
    text-align: center;
    padding: 24px 40px 0 40px;
  }

  .vc_element-icon_create {
    left: 10% !important;
  }

  .icon-feature {
    left: 9% !important;
  }
}
.scrollup {
  display: none;
}

.scrollup {
  display: block;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: -50px;
  text-align: center;
  font-size: 0;
  border: 2px solid;
  font-size: 20px;
  opacity: 0.8;
  height: 40px;
  width: 40px;
}

.scrollup.show {
  bottom: 70px;
}

.tparrows.hermes.noSwipe {
  background-color: #fff;
}

.tparrows.hermes.noSwipe::before {
  color: #111;
}

.slick-slide {
  outline: 0;
}

.slider-content {
  background: #222;
}

.home-corporate-services {
  padding: 80px 0 30px;
}

.home-corporate-services .content-head {
  margin-bottom: 80px;
}

.home-corporate-services .col-sm-4 {
  margin-bottom: 40px;
}

.home-corporate-video {
  background-image: url("../images/other/watchvideo.jpg") !important;
}

.home-dual-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/other/section02.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home-business-skills {
  position: relative;
}

.home-dual-skills {
  position: relative;
}

.home-dual-skills .col-lg-4 {
  padding: 80px 90px 100px;
}

.cta-blue h3 {
  padding-right: 40px;
  text-align: right;
  letter-spacing: 0.15em;
  font-size: 24px;
  color: #fff;
  margin: 11px 0 0;
}

.cta-blue {
  padding-top: 25px;
  padding-bottom: 5px;
  background-color: #1674D1;
}

.home-creative-services {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url("../images/other/home06-section02.png") !important;
}

.home-newsletter-2 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
  background-image: url("../images/other/home06-section04.jpg") !important;
}

.home-newsletter-2 .mc4wp-form h3 {
  color: #1674D1;
  font-size: 28px;
  letter-spacing: 0.15em;
  margin-right: 15px;
}

.home-newsletter-2 .mc4wp-form h3,
.home-newsletter-2 .mc4wp-form input {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 15px !important;
  margin-top: 10px;
  margin-bottom: 15px;
}

.home-newsletter-2 .mc4wp-form .input {
  max-width: 400px;
  background-color: #324452;
  border-color: #324452;
  color: #FFF;
}

.home-agency-process {
  margin-bottom: 0px !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-image: url("../images/other/home07-section01.jpg") !important;
}

.home-agency-features {
  padding-top: 30px !important;
  padding-bottom: 70px !important;
  background-image: url("../images/other/home13-section1.jpg") !important;
}

.home-agency-features .col-lg-6 {
  margin-top: 60px !important;
  border-left: 1px solid #F7F7F7 !important;
  padding: 60px 65px 40px !important;
  background-color: #F7F7F7 !important;
}

.shopby-catogories {
  padding-top: 135px !important;
  padding-bottom: 130px !important;
  padding-left: 60px !important;
  background-image: url("../images/other/home10-section04.jpg") !important;
  background-color: #000;
}

.shopby-catogories p {
  font-size: 15px;
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1em;
  margin: 0 0 5px;
}

.shopby-catogories h5 {
  color: #FFF;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 50px;
}

.shop-cat {
  padding-top: 64px !important;
  padding-bottom: 60px !important;
  background-image: url("../images/other/home10-section03.jpg") !important;
  background-size: cover;
}

.shop-cat,
.shop-cat2 {
  padding-left: 0 !important;
  background-color: #000;
}

.shop-cat2 {
  padding-top: 64px !important;
  padding-bottom: 60px !important;
  background-image: url("../images/other/home10-section02.jpg") !important;
  background-size: cover;
}

.shopby-catogories h4 {
  color: #111;
  text-align: center;
  letter-spacing: 0.4em;
  margin-bottom: 20px !important;
  padding: 20px !important;
  background-color: #FFF !important;
  display: inline-block;
}

.products-cat li {
  padding: 0.5em 0px;
  margin: 0px;
}

.products-cat li a {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.products-cat li a mark {
  background: transparent none repeat scroll 0% 0%;
  color: #FFF;
}

.home-shop-content {
  padding: 80px 0 95px;
}

.mobile-menu > ul li.menu-item {
  display: block;
  position: relative;
  background: rgb(22, 116, 209);
}

.mobile-menu > ul li.menu-item > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  color: #fff;
}

.mobile-menu > ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.mobile-menu .sub-menu-toggle {
  display: none;
}

.mobile-menu > ul li.menu-item.mega-menu ul {
  padding-bottom: 10px;
  padding-left: 0;
}

.mobile-menu > ul li.menu-item.mega-menu ul li {
  list-style-type: none;
  padding-top: 10px;
}

.mobile-menu > ul li.menu-item.menu-item-has-children > .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 11px;
  right: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  outline: 0;
  border: 1px solid #fff;
  color: #fff;
}

.mobile-menu > ul li.menu-item .sub-menu {
  display: none;
  padding-left: 20px;
  margin-left: 0;
}

.mobile-menu > ul li.menu-item {
  display: block;
  position: relative;
}

.mobile-menu > ul li.menu-item > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  color: #fff;
}
#mobile-menu .sub-menu{
  margin: 0;
  padding: 0; 
}
#mobile-menu .sub-menu li{
  border-bottom:1px solid #fff;
  background: #3387db;
}
#mobile-menu .sub-menu li a{
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 20px;
  display: block;
}
.mobile-menu .sub-menu-toggle {
  display: none;
}
.mobile-menu > ul li.menu-item.expand > .sub-menu-toggle {
  background-color: inherit;
}

.mobile-menu > ul li.menu-item.expand > .sub-menu-toggle:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.mobile-menu > ul li.menu-item.menu-item-has-children > .sub-menu-toggle:before {
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-menu > ul li.menu-item.mega-menu .vc_row {
  padding: 20px 10px;
}

.mobile-menu .mega-menu-content {
  background-color: #0C0C0C !important;
  display: table;
  width: 100%;
  padding: 40px 27px !important;
}

#open-left {
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #111111;
  margin-top: 20px;
}

.header01 #open-left {
  color: #fff;
}

.three-content-main .esg-grid .mainul,
.esg-grid .mainul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  transform-style: flat !important;
}

.three-content-main .esg-overflowtrick > ul {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.three-content-main .esg-overflowtrick .mainul li {
  background-color: #ffffff;
  border-style: none;
  list-style: none;
  transform-style: flat !important;
}

.three-content-main .tp-esg-item {
  padding: 0;
}

.three-content-main .tp-esg-item .esg-entry-media {
  width: 100%;
  position: relative;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  overflow: hidden;
}

.three-content-main .tp-esg-item .esg-entry-media img {
  display: block;
}

.three-content-main .esg-entry-cover .esg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  background-color: rgba(22, 116, 209, 0.9);
}

.three-content-main .esg-cc {
  padding: 0px 70px;
  position: absolute;
  z-index: 77;
  top: 50%;
  transform: translateY(-50%);
}

.three-content-main .esg-entry-cover h5 {
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  clear: both;
  margin: 0px;
  letter-spacing: 0.03em;
}

.three-content-main .esg-entry-cover h6 {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin: 13px 0px 0px 0px;
  padding: 5px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.three-content-main .esg-entry-cover h6 span {
  display: block;
  text-transform: none;
  margin-top: 10px;
}

.gray-div {
  height: 694px;
  background: #eeeeee;
  margin-bottom: 100px;
}

.logo-2 a {
  margin-top: 31px !important;
}

.site-top {
  width: 100%;
  position: relative;
  /*padding: 19px 0px 19px 0px;*/
  padding: 8px 0px 8px 0px;
  margin: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #dddddd;
  background-color: #222222;
  color: #fff;
}
.site-top a{
  color: #fff;
}
.site-top .top-has-link *[class*="pe-7s"],
.site-top .fa {
  font-size: 18px;
  color: #1573D1;
}

.site-top *[class*="pe-7s"],
.site-top .fa {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

.site-top .title-cart {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  margin-right: 40px;
}

.site-top .mini-cart .mini-cart__button .mini-cart-icon {
  position: relative;
  z-index: 2;
  color: #fff;
}

.site-top .mini-cart .mini-cart__button .mini-cart-icon:before {
  color: #fff;
  position: relative;
  top: 3px;
}

.site-top .mini-cart .mini-cart__button {
  display: inline-block;
  float: left;
  margin-right: 3px;
}

.site-top .mini-cart .mini-cart__button .mini-cart-icon::after {
  right: -88px;
  top: -8px;
}

.header-sticky header {
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0;
  background: #fff;
  z-index: 7777;
}

.tp-caption.Fashion-BigDisplay,
.Fashion-BigDisplay {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

.tp-caption.Polygon-style-01,
.Polygon-style-01 {
  color: white;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Polygon-style-02,
.Polygon-style-02 {
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Polygon-style-03,
.Polygon-style-03 {
  color: white;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 0.06em !important;
}

.tp-caption.Polygon-button-01,
.Polygon-button-01 {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 20px 39px 20px 39px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 0.05em !important;
  padding: 17px 38px 17px 38px;
}

.tp-caption.Polygon-button-01:hover,
.Polygon-button-01:hover {
  color: white;
  text-decoration: none;
  background-color: #1674d1;
  border-color: #1674d1;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.Polygon-button-02,
.Polygon-button-02 {
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 20px 39px 20px 39px;
  text-decoration: none;
  text-align: left;
  background-color: #1674d1;
  border-color: #1674d1;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 0.05em !important;
  padding: 17px 38px 17px 38px;
}

.tp-caption.Polygon-button-02:hover,
.Polygon-button-02:hover {
  color: white;
  text-decoration: none;
  background-color: #0c5cd3;
  border-color: #0c5cd3;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.Polygon-style-04,
.Polygon-style-04 {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 0.6em;
}

.tp-caption.Polygon-style-05,
.Polygon-style-05 {
  color: #1674d1;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Polygon-style-06,
.Polygon-style-06 {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 0.06em !important;
}

.tp-caption.Polygon-style-01,
.Polygon-style-01 {
  color: white;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Polygon-style-03,
.Polygon-style-03 {
  color: white;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 0.06em !important;
}

.postcontent-gird-item {
  width: 33.2%;
}

a.eg-henryharrison-element-1,
a.eg-henryharrison-element-2 {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
}

.eg-jimmy-carter-element-11 i:before {
  margin-left: 0px;
  margin-right: 0px;
}

.eg-harding-element-17 {
  letter-spacing: 1px;
}

.eg-harding-wrapper .esg-entry-media {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px 0px 30px;
}

.eg-harding-wrapper .esg-entry-media img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.eg-ulysses-s-grant-wrapper .esg-entry-media {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px 0px 30px;
}

.eg-ulysses-s-grant-wrapper .esg-entry-media img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.eg-richard-nixon-wrapper .esg-entry-media {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px 0px 30px;
}

.eg-richard-nixon-wrapper .esg-entry-media img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.eg-herbert-hoover-wrapper .esg-entry-media img {
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.eg-herbert-hoover-wrapper:hover .esg-entry-media img {
  -webkit-filter: grayscale(0%);
}

.eg-lyndon-johnson-wrapper .esg-entry-media img {
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.eg-lyndon-johnson-wrapper:hover .esg-entry-media img {
  -webkit-filter: grayscale(0%);
}

.esg-overlay.eg-ronald-reagan-container {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
}

.eg-georgebush-wrapper .esg-entry-cover {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(99%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.83) 99%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
}

.eg-jefferson-wrapper {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important;
}

.eg-monroe-element-1 {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.eg-lyndon-johnson-wrapper .esg-entry-cover {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(96%, rgba(18, 18, 18, 0)), color-stop(100%, rgba(19, 19, 19, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00131313', GradientType=1);
}

.eg-wilbert-wrapper .esg-entry-cover {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(96%, rgba(18, 18, 18, 0)), color-stop(100%, rgba(19, 19, 19, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(18, 18, 18, 0) 96%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00131313', GradientType=1);
}

.eg-wilbert-wrapper .esg-entry-media img {
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.eg-wilbert-wrapper:hover .esg-entry-media img {
  -webkit-filter: grayscale(0%);
}

.eg-phillie-element-3:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  position: absolute;
}

.eg-howardtaft-wrapper .esg-entry-media img,
.eg-howardtaft-wrapper .esg-media-poster {
  -webkit-filter: grayscale(0%);
}

.eg-howardtaft-wrapper:hover .esg-entry-media img,
.eg-howardtaft-wrapper:hover .esg-media-poster {
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.myportfolio-container .added_to_cart.wc-forward {
  font-family: "Open Sans";
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
}

.esgbox-title.esgbox-title-outside-wrap {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.esgbox-title.esgbox-title-inside-wrap {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.minimal-light .navigationbuttons,
.minimal-light .esg-pagination,
.minimal-light .esg-filters {
  text-align: center;
}

.minimal-light .esg-filterbutton,
.minimal-light .esg-navigationbutton,
.minimal-light .esg-sortbutton,
.minimal-light .esg-cartbutton a {
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px 16px;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
}

.minimal-light .esg-navigationbutton * {
  color: #999;
}

.minimal-light .esg-navigationbutton {
  padding: 0px 16px;
}

.minimal-light .esg-pagination-button:last-child {
  margin-right: 0;
}

.minimal-light .esg-left,
.minimal-light .esg-right {
  padding: 0px 11px;
}

.minimal-light .esg-sortbutton-wrapper,
.minimal-light .esg-cartbutton-wrapper {
  display: inline-block;
}

.minimal-light .esg-sortbutton-order,
.minimal-light .esg-cartbutton-order {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  width: 40px;
  line-height: 38px;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  background: #fff;
}

.minimal-light .esg-cartbutton {
  color: #333;
  cursor: default !important;
}

.minimal-light .esg-cartbutton .esgicon-basket {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  margin-right: 10px;
}

.minimal-light .esg-cartbutton-wrapper {
  cursor: default !important;
}

.minimal-light .esg-sortbutton,
.minimal-light .esg-cartbutton {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0px;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}

.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-filterbutton:hover,
.minimal-light .esg-sortbutton:hover,
.minimal-light .esg-sortbutton-order:hover,
.minimal-light .esg-cartbutton a:hover,
.minimal-light .esg-filterbutton.selected {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

.minimal-light .esg-navigationbutton:hover * {
  color: #333;
}

.minimal-light .esg-sortbutton-order.tp-desc:hover {
  border-color: #bbb;
  color: #333;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;
}

.minimal-light .esg-filter-checked {
  padding: 1px 3px;
  color: #cbcbcb;
  background: #cbcbcb;
  margin-left: 7px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  vertical-align: middle;
}

.minimal-light .esg-filterbutton.selected .esg-filter-checked,
.minimal-light .esg-filterbutton:hover .esg-filter-checked {
  padding: 1px 3px 1px 3px;
  color: #fff;
  background: #000;
  margin-left: 7px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  vertical-align: middle;
}

.eg-polygon-skin-12-element-31 {
  font-size: 12px;
  line-height: 12px;
  color: #1472d1;
  font-weight: 700;
  padding: 13px 35px 13px 35px;
  border-radius: 0px 0px 0px 0px;
  background-color: white;
  z-index: 2 !important;
  display: block;
  font-family: Lato;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #ffffff;
  border-style: solid;
}

.eg-polygon-skin-12-element-6 {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #111111 !important;
  font-weight: 400 !important;
  padding: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  z-index: 2 !important;
  display: block;
  font-family: Lato !important;
  text-transform: uppercase !important;
}

.eg-polygon-skin-12-element-31:hover {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #ffffff;
  border-style: solid;
}

.eg-polygon-skin-12-element-31-a {
  display: inline-block;
  float: none;
  clear: right;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.eg-polygon-skin-12-element-6-a {
  display: block !important;
  text-align: center !important;
  clear: none !important;
  margin: 10px 0px 0px 0px !important;
  position: relative !important;
}

.eg-polygon-skin-14-element-31 {
  font-size: 12px;
  line-height: 12px;
  color: #1472d1;
  font-weight: 700;
  padding: 13px 35px 13px 35px;
  border-radius: 0px 0px 0px 0px;
  background-color: white;
  z-index: 2 !important;
  display: block;
  font-family: Lato;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #ffffff;
  border-style: solid;
}

.eg-polygon-skin-14-element-6 {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #111111 !important;
  font-weight: 400 !important;
  padding: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  z-index: 2 !important;
  display: block;
  font-family: Lato !important;
  text-transform: uppercase !important;
}

.eg-polygon-skin-14-element-31:hover {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-color: #ffffff;
  border-style: solid;
}

.eg-polygon-skin-14-element-31-a {
  display: inline-block;
  float: none;
  clear: right;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.eg-polygon-skin-14-element-6-a {
  display: block !important;
  text-align: center !important;
  clear: none !important;
  margin: 10px 0px 0px 0px !important;
  position: relative !important;
}

.eg-polygon-skin-12-container {
  background-color: rgba(20, 114, 209, 0.9);
}

.eg-polygon-skin-14-container {
  background-color: rgba(20, 114, 209, 0.9);
}

.eg-polygon-skin-12-content {
  background-color: #ffffff;
  padding: 30px 30px 30px 30px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: double;
  text-align: left;
}

.eg-polygon-skin-14-content {
  background-color: #ffffff;
  padding: 30px 30px 30px 30px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: double;
  text-align: left;
}

.esg-grid .mainul li.eg-polygon-skin-12-wrapper {
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: #e5e5e5;
  border-style: none;
}

.esg-grid .mainul li.eg-polygon-skin-14-wrapper {
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: #e5e5e5;
  border-style: none;
}

#esg-grid-20-1 {
  padding: 0 40px;
}

.demo-list {
  background: #f3f3f3;
  padding: 60px 0;
}

#esg-grid-20-1 .esg-entry-cover .esg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  outline: 0px solid transparent;
}

.eg-polygon-skin-12-container {
  background-color: rgba(20, 114, 209, 0.9);
}

#esg-grid-20-1 .esg-cc {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-info {
  position: relative;
  padding: 70px 0;
  background-image: url("../images/other/section1.jpg") !important;
}

.index-info h4 {
  color: #1674D1;
  letter-spacing: 0.05em;
  font-size: 50px;
  margin: -15px 0 15px;
  font-weight: 400;
}

.index-info p {
  font-size: 15px;
  margin: 0;
}

.index-info2 {
  position: relative;
  padding: 0 0 30px 0;
}

.index-info2 h4 {
  color: #1674D1;
  letter-spacing: 0.05em;
  font-size: 50px;
  margin: -15px 0 15px;
  font-weight: 400;
}

.index-info2 p {
  font-size: 15px;
  margin: 0;
}

.index-info2 img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  margin-top: -70px;
}

.index-head {
  padding: 130px 0;
  background-color: #bbb;
  background-image: url("../images/other/section4.jpg") !important;
}

.index-head-bg2 {
  background-image: url(../images/other/ppp.jpg) !important;
}

.index-head h1 {
  color: #FFF;
  text-align: center;
  text-transform: none;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
  font-size: 50px;
  font-weight: 400;
}

.index-head p {
  color: #fff;
  margin: 0;
  padding: 0 14%;
}

.index-head2 {
  padding: 120px 0;
  background-image: url("../images/other/section5.jpg");
}

.index-head2 h1 {
  color: #FFF;
  font-weight: 900;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  font-size: 50px;
}

.index-head2 p {
  font-size: 20px;
  color: #DDD;
  margin-top: 10px;
  margin-bottom: 40px;
}

.home-business-video-white {
  background: #fff !important;
}

.products h2 {
  font-size: 32px;
  color: #1573d1;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.clients-carousel2 {
  padding-top: 35px !important;
  padding-bottom: 30px !important;
  background-color: #eeeeee !important;
  border: none;
}

.home-folio-head {
  padding: 140px 0;
  background-image: url(../images/other/home08-section01.png) !important;
}

.folio-no-padding .filter-animation {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.folio-no-padding .filter-animation img {
  width: 100%;
  max-width: auto !important;
}

.folio-no-padding .filter-animation .onepage-folio {
  padding: 0;
  margin: 0;
  border: none !important;
}

.folio-size-1 {
  width: 24.9% !important;
  overflow: hidden;
  float: left;
}

.folio-size-2 {
  width: 24.9% !important;
  overflow: hidden;
  float: left;
}

/* ==========================================================================
    30. EXTRAS
    ========================================================================== */
.scrollup {
  display: none;
}

.scrollup {
  display: block;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: -50px;
  text-align: center;
  font-size: 0;
  border: 2px solid #1674D1;
  font-size: 20px;
  opacity: 0.8;
  height: 40px;
  width: 40px;
  color: #1674D1;
}

.scrollup:hover {
  border: 2px solid #1674D1;
  background: #1674D1;
  opacity: 1;
  color: #fff;
}

.scrollup.show {
  bottom: 70px;
}

.woo-content-product .star-rating {
  float: none;
  margin: 0 auto;
}

.nav-white {
  color: #fff !important;
}

.nav-black {
  color: #111 !important;
}

#rev_slider_5_2 {
  background: #fff;
}

.maintenance-content {
  padding-top: 190px !important;
  padding-bottom: 185px !important;
  background-image: url(../images/other/maintenance-bg.jpg) !important;
}

.maintenance-content h1 {
  font-size: 50px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.2em;
  margin: 10px 0;
}

.maintenance-content h1.highlight {
  color: #1472d1;
  font-weight: 900;
  margin: 10px 0 30px;
}

.maintenance-content p {
  color: #fff;
}

.maintenance-content small {
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.m-timer {
  margin-top: 70px !important;
  margin-bottom: 0px !important;
}

.m-timer #ctimer {
  margin-top: -17px;
}

.m-timer #ctimer span {
  color: #fff;
}

.uc-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 200px !important;
  padding-bottom: 180px !important;
  background-image: url(../images/other/commingsoon-bg.jpg) !important;
}

.uc-content h1 {
  font-size: 55px;
  color: #111;
  text-align: left;
  letter-spacing: 0.2em;
  margin: 0px 0 15px;
}

.uc-content h1 span {
  color: #1472d1;
  font-weight: 900;
}

.uc-content #ctimer {
  margin-bottom: 50px;
}

.uc-content .mc4wp-form form .input {
  margin-left: 0 !important;
  background: #fff;
  border-color: #fff;
  color: #878787;
  max-width: 500px;
}

.auto-width {
  width: auto;
}

.uc-content input[type="submit"] {
  font-size: 12px;
  font-weight: 900;
  padding: 13px 35px 13px 35px;
  margin: 0px 0px 10px 10px;
}

.uc-content #menu-social-medium {
  padding: 0;
  margin-top: 40px;
}

.error404 .site-main {
  background: url(../images/404-bg.jpg) no-repeat center center #ffffff;
  text-transform: uppercase;
}

.error404 .site-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.error404 .site-main {
  height: 800px;
}

.error404 .site-main h5 {
  letter-spacing: 1em;
  margin-top: 0px;
}

.error404 .site-main h1 {
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 50px;
  letter-spacing: 0.2em;
}

.error404 .copyright .left {
  padding-top: 36px;
  padding-bottom: 35px;
}

.uc-content #menu-social-medium li {
  margin: 0px 24px 0px 0px;
}

/* ==========================================================================
    31. RESPONSIVE STYLES
    ========================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  #site-navigation .menu > ul > li > a,
  #site-navigation .menu > li > a {
    padding: 30px 7px 30px 7px !important;
  }
  .search-cart {
    padding: 30px 4px 30px 4px !important;
  }
  #site-navigation .menu > ul > li a, #site-navigation .menu > li a {
    font-size: 11px;
}
#site-navigation .menu li.mega-menu.current:before {
    bottom: -6px !important;
}

  .header10 #site-navigation .menu > ul > li > a,
  .header10 #site-navigation .menu > li > a,
  .header10 .search-cart {
    padding: 22px 7px 22px 7px !important;
  }

  .header12 #site-navigation .menu > ul > li > a,
  .header12 #site-navigation .menu > li > a,
  .header12 .search-cart {
    padding: 22px 7px 22px 7px !important;
  }

  .container-full {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .eg-polygon-skin-07-element-13,
  .eg-polygon-skin-08-element-13,
  .eg-polygon-skin-09-element-13 {
    font-size: 13px !important;
    padding: 0px 15px 0px 15px !important;
  }

  .eg-polygon-skin-07-element-11,
  .eg-polygon-skin-08-element-11,
  .eg-polygon-skin-09-element-11 {
    font-size: 92px;
    line-height: 70px;
    margin: -64px auto 0px -50px;
  }

  .eg-polygon-skin-08-element-13,
  .eg-polygon-skin-09-element-13 {
    margin: -30px 0px 0px 0px !important;
  }

  .home-newsletter-2 {
    background-size: cover !important;
  }

  .icon-box-3col .icon-box-modern {
    min-height: auto !important;
  }

  .home-business-clients {
    background-size: cover !important;
  }

  .home-business-gallery .col-md-5 {
    width: 100%;
  }

  .home-business-gallery .col-md-7 {
    width: 100%;
  }

  .index-info2 {
    padding: 34px 0 30px 0;
  }

  header .container.logo-social {
    max-width: 100% !important;
  }

  .text-content p {
    margin: 0 0 40px;
  }

  .dual-info {
    padding: 70px 70px !important;
  }

  .dual-content-right .dual-img {
    width: 100%;
    height: 400px;
  }

  .dual-content-blue .dual-info {
    padding: 70px 70px !important;
  }

  .item-price-table {
    margin-bottom: 80px;
  }

  .folio-main-4col .folio-main-item {
    width: 50%;
    padding: 0 10px;
  }

  .maintenance-content small {
    margin-bottom: 25px;
    display: table;
  }

  #ctimer {
    font-size: 42px;
    text-align: left;
  }

  .about-team-header h1 {
    font-size: 50px;
  }

  .three-content-main .tp-esg-item .esg-entry-media img {
    display: block;
    width: 100%;
  }

  .container {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #open-left {
    float: right;
  }

  .copyright .right,
  .copyright .left {
    font-size: 12px;
  }

  .about-me-header {
    background-image: url(../images/other/about-section-04.jpg);
    background-size: cover;
    background-position: top center;
  }

  .footer-widget {
    padding: 0px 0 30px 8px;
  }

  .uc-content {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
    background-image: url(../images/other/commingsoon-bg.jpg);
    background-size: cover;
    background-position: center;
  }

  .c-form-social {
    margin-bottom: 40px;
  }

  .contact-info p {
    font-size: 13px;
  }

  .surjithctly-icon-box h5 {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .surjithctly-icon-type3 h4 {
    font-size: 13px;
    line-height: 19px;
  }

  .polygon-list ul li {
    line-height: 20px;
    list-style-type: none;
    font-size: 13px;
    margin-bottom: 13px;
  }

  .polygon-list ol li {
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 13px;
  }

  .polygon-list.type1 li:before,
  .polygon-list.type2 li:before,
  .polygon-list.type3 li:before {
    top: 0;
    margin-top: 3px;
  }

  .quote-carousel-custom {
    background-size: cover !important;
  }

  .folio-main-3col .folio-main-item {
    width: 50%;
  }

  .col-height {
    display: table;
    float: none;
    height: 100%;
  }

  .text-black {
    padding: 70px 70px;
  }

  .text-blue {
    padding: 70px 70px;
  }

  .shop-single-images {
    margin-bottom: 40px;
    display: table;
    width: 100%;
  }

  .shop-single-images img {
    width: 100%;
  }

  .mob-head-logo a {
    margin-top: 30px;
    display: table;
  }

  .mob-head-logo2 a {
    margin-top: 10px;
    display: table;
  }

  .mob-head-nav #open-left {
    float: right !important;
    margin-right: 10px;
  }

  header .logo-social {
    height: 117px;
    padding: 17px 20px;
  }

  #open-left {
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #111111;
    margin-top: 34px;
  }

  .cta-blue h3 {
    font-size: 19px;
  }

  .postcontent-gird-item {
    width: 100%;
  }

  .home-business-dual .xs-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
  }

  .home-business-info2 {
    background-size: cover !important;
    background-position: center !important;
  }

  .home-landing-clients {
    background-image: url(../images/other/home15-section3.jpg) !important;
    background-size: cover;
    background-position: center;
  }

  .home-landing-nl {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }

  .form-connect {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .home-studio-folio .folio-main-3col .folio-main-item {
    width: 33.3333%;
  }

  .home-dual-skills .col-lg-4 {
    padding: 50px 50px 70px;
  }

  .folio-size-1 {
    width: 50% !important;
  }

  .folio-size-2 {
    width: 50% !important;
  }

  .slider-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .shop-cat,
  .shop-cat2 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .shop-cat,
  .shop-cat2 {
    margin-top: 30px;
  }

  .shopby-catogories h5 {
    font-size: 32px;
  }

  .slider-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .home-dual-skills .col-lg-4 {
    padding: 50px 40px 70px;
  }

  .folio-size-1 {
    width: 100% !important;
  }

  .folio-size-2 {
    width: 100% !important;
  }

  .widget .menu-social-small li {
    float: left;
    margin: 0px 6px;
  }

  .form-connect .widget .menu-social-small {
    margin: -10px 0px 0;
    position: relative;
    left: 15px;
  }

  .form-connect {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .home-landing-nl {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }

  .home-landing-clients {
    background-image: url(../images/other/home15-section3.jpg) !important;
    background-size: cover;
    background-position: center;
  }

  .eg-polygon-skin-07-element-13,
  .eg-polygon-skin-08-element-13,
  .eg-polygon-skin-09-element-13 {
    font-size: 13px !important;
    padding: 0px 15px 0px 15px !important;
  }

  .eg-polygon-skin-07-element-11,
  .eg-polygon-skin-08-element-11,
  .eg-polygon-skin-09-element-11 {
    font-size: 92px;
    line-height: 70px;
    margin: -64px auto 0px -50px;
  }

  .eg-polygon-skin-08-element-13,
  .eg-polygon-skin-09-element-13 {
    margin: -30px 0px 0px 0px !important;
  }

  .home-business-clients {
    background-size: cover !important;
  }

  .icon-box-3col .icon-box-modern {
    min-height: auto !important;
  }

  .home-business-gallery .col-md-5 {
    width: 100%;
  }

  .home-business-gallery .col-md-7 {
    width: 100%;
  }

  .postcontent-gird-item {
    width: 100%;
  }

  .home-newsletter-2 .mc4wp-form .input {
    max-width: 90%;
  }

  .home-business-dual .xs-reset-padding {
    padding: 70px 50px 70px;
  }

  .home-agency-features .col-lg-6 {
    margin-top: 0px !important;
  }

  .cta-blue h3 {
    text-align: left;
    margin: 11px 0 30px;
  }

  .home-creative-process .quote.style1 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #tm_video-player-0 h4 {
    font-size: 40px;
  }

  .team-element h6 {
    padding: 48% 0 !important;
  }

  .home-onepage-folio .padding-100 {
    padding-top: 30px !important;
  }

  .index-info img {
    margin-bottom: 25px;
  }

  .index-info2 {
    position: relative;
    padding: 70px 0 30px 0;
  }

  .index-info2 img {
    margin-top: 30px;
  }

  .icon-box-3col .icon-box-modern {
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
  }

  .icon-box-3col .icon-box-modern {
    position: relative;
    min-height: auto;
  }

  .index-info .v-align-center,
  .index-info2 .v-align-center {
    display: table;
    align-items: baseline;
  }

  .icon-box1 h3 {
    font-size: 12px;
    letter-spacing: 1px;
  }

  header .container.logo-social {
    max-width: 100% !important;
  }

  header .logo-social #open-left {
    margin-top: 32px;
  }

  header .logo-social {
    height: 117px;
    padding: 17px 20px;
  }

  .mob-head-logo a {
    margin-top: 30px;
    display: table;
  }

  .mob-head-logo2 a {
    margin-top: 10px;
    display: table;
  }

  .mob-head-nav #open-left {
    float: right !important;
    margin-right: 10px;
  }

  .shop-content .shop-content-tabs ul.tabs li a {
    padding: 15px 22px !important;
  }

  .shop-content.text-left {
    text-align: left !important;
  }

  .shop-single-images {
    margin-bottom: 40px;
    display: table;
    width: 100%;
  }

  .checkbox,
  .radio {
    text-align: left;
  }

  .shop-content #payment .payment_methods li .payment_box {
    padding-left: 0px;
  }

  .shop-content .cart-collaterals .cart_totals,
  .shop-content-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
  }

  .shop-content form {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
  }

  .shop-content .shop_table.cart {
    width: 700px;
  }

  .shop-content {
    text-align: center;
  }

  .shop-content-ordering.pull-right {
    float: none !important;
  }

  .text-content p {
    margin: 0 0 40px;
  }

  .col-height {
    display: table;
    float: none;
    height: 100%;
  }

  .text-black {
    padding: 70px 70px;
  }

  .text-blue {
    padding: 70px 70px;
  }

  .dual-info {
    padding: 50px 35px !important;
  }

  .dual-info li {
    line-height: 25px;
    margin-bottom: 15px;
  }

  .dual-content-right .dual-img {
    width: 100%;
    position: relative;
    height: 200px;
  }

  .dual-content-blue .dual-info {
    padding: 50px 35px !important;
  }

  .folio-main-2col .folio-main-item {
    width: 100%;
  }

  .folio-main-4col .folio-main-item {
    width: 100%;
  }

  .folio-main-filter li a {
    padding: 0 5px 0 5px;
    font-size: 11px;
  }

  .folio-main-3col .folio-main-item {
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
  }

  .maintenance-content small {
    margin-bottom: 25px;
    display: table;
  }

  .maintenance-content {
    padding-top: 100px !important;
    padding-bottom: 85px !important;
  }

  .sidebar-contain {
    padding-right: 15px;
    display: block;
    width: 100%;
  }

  .title-arrow {
    font-size: 16px;
  }

  .title-arrow:after {
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 30px solid #1372D1;
    right: -30px;
  }

  .accordion .panel-heading a {
    font-size: 13px;
  }

  .block-head {
    margin-top: 45px !important;
    padding-left: 0px !important;
  }

  blockquote.no-margin {
    margin: 0px 0px 24px !important;
  }

  .service-list-head,
  .quote-carousel-custom {
    background-size: cover !important;
  }

  .polygon-list.type4 li,
  .polygon-list.type5 li,
  .polygon-list.type6 li {
    padding: 0;
    margin-left: 15px;
  }

  .polygon-list li {
    padding-left: 30px;
  }

  .polygon-list ul li {
    line-height: 20px;
    list-style-type: none;
    font-size: 13px;
    margin-bottom: 13px;
  }

  .polygon-list ol li {
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 13px;
  }

  .polygon-list.type1 li:before,
  .polygon-list.type2 li:before,
  .polygon-list.type3 li:before {
    left: 0 !important;
    top: 0 !important;
    margin-top: 3px;
  }

  .polygon-list ul {
    padding: 0 0 30px;
  }

  .surjithctly-icon-box h5 {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .surjithctly-icon-type3 h4 {
    font-size: 13px;
    line-height: 19px;
  }

  .countdown-gray {
    padding-right: 15px;
    padding-left: 15px;
  }

  #ctimer2 em {
    display: none;
  }

  #ctimer2 .time {
    display: block;
  }

  #ctimer2 {
    font-weight: 500;
    font-size: 50px;
    color: #1674d1;
    text-align: left;
    position: relative;
    left: 15px;
  }

  #ctimer2 span {
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.25em;
    font-weight: 400;
    vertical-align: top;
    position: relative;
    display: inline;
    top: 20px;
    left: 15px;
  }

  .progress-circle .pc-item {
    margin-bottom: 86px;
    display: table;
    width: 100%;
  }

  .progress-circle {
    padding-top: 80px;
    padding-bottom: 6px;
  }

  .cta-box h3 {
    margin-bottom: 20px;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  #menu-social li {
    float: left;
    margin: 0 13px;
  }

  .c-form-social {
    margin-bottom: 40px;
  }

  .uc-content {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
    background-image: url(../images/other/commingsoon-bg.jpg);
    background-size: cover;
    background-position: center;
  }

  #ctimer {
    text-align: left;
  }

  .uc-content input[type="submit"] {
    margin: 0px 0px 10px 0px !important;
    width: 100%;
  }

  #commentform {
    display: table;
    width: 100%;
  }

  .col-md-12 {
    width: 100%;
  }

  .nav-links .nav-previous {
    width: 100%;
    text-align: left;
  }

  .author-info .author-avatar {
    float: none;
    width: 70px;
    padding-right: 20px;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .recent-posts__item .recent-posts__thumb a img {
    padding: 0 15px;
  }

  .blog-entry .blog-entry-meta span {
    padding-right: 12px;
  }

  .post-table-content .blog-entry-meta,
  .post-table-sub-content .blog-entry-meta {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .post-table-content .blog-entry-title,
  .post-table-sub-content .blog-entry-title {
    margin-top: 15px;
    line-height: 24px;
  }

  .post-quote h2 {
    font-size: 21px;
    letter-spacing: 0.04em;
  }
  .row.top {
      margin-top: 167px !important;
  }
  .post-quote .source-name a {
    font-size: 13px;
    letter-spacing: 0.3em;
  }

  .sidebar .widget .tagcloud a,
  .wpb_widgetised_column .widget .tagcloud a {
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 7px 15px;
    font-size: 13px !important;
  }

  .postcontent-type02 article.post .postcontent-gird-content {
    padding: 30px 15px 0 15px;
  }

  .postcontent-type02 article.post .postcontent-gird-bottom {
    padding: 10px 15px 10px 15px;
  }

  .postcontent-gird-bottom span {
    font-size: 12px;
  }

  blockquote {
    margin: 24px 0px !important;
  }

  .content-contain {
    padding-left: 15px;
  }

  .about-team-header p {
    font-size: 12px;
  }

  .about-me-header {
    background-image: url(../images/other/about-section-04.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 170px;
    padding-bottom: 200px;
  }

  .client-testimonials .slick-slide img {
    height: 50px;
    width: auto;
    max-width: 100%;
  }

  .three-content-main .esg-cc {
    padding: 0px 30px;
  }

  .three-content-main .esg-entry-cover h5 {
    font-size: 19px;
    line-height: 26px;
  }

  .three-content-main .esg-entry-cover h6 {
    font-size: 12px;
    line-height: 13px;
  }

  .footer-widget {
    padding: 0px 0 30px 8px;
    display: table;
    width: 100%;
  }

  .copyright {
    text-align: center;
  }

  .copyright .right {
    text-align: center;
    line-height: 22px;
  }

  .copyright .right .pull-right,
  .copyright .right .pull-left,
  .copyright .left .pull-right,
  .copyright .left .pull-left {
    float: none !important;
  }

  .copyright .menu-social-small {
    display: table;
    margin: 0 auto;
  }

  .copyright .left .menu-social-small {
    display: table;
    margin: 30px auto -30px;
  }

  .copyright .left {
    padding-top: 0px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    line-height: 24px;
  }

  .error404 .site-main {
    height: 450px;
  }

  #menu-features {
    margin-bottom: 50px;
  }

  .bread_crumb {
    margin-top: 10px;
    float: none !important;
  }

  .container {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .error404 h1,
  .error404 .row h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
  }

  h1 {
    font-size: 2em !important;
  }

  .error404 .site-main h1 {
    font-size: 24px !important;
  }

  .counter-item h3 {
    font-size: 2em;
    margin: 10px 0px 10px;
  }

  .testimonial-text p {
    font-size: 20px;
    line-height: 1.5em;
  }

  .counter-item {
    padding: 15px 0;
  }

  .about-team-header h1 {
    font-size: 23px !important;
  }

  .about-team-header2 {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .cta-box .pull-right {
    float: none !important;
    margin-top: 25px;
  }
}

/*# sourceMappingURL=style.css.map */

.circle_dot{
  /*list-style: inside !important;
  list-style-type: circle !important;*/
  padding-left: 40px !important;
  margin:0 0 15px 0;
  line-height:17px;
  background: url(../images/other/home-menu-icon.png) no-repeat 10px 7px;
}
.circle_dot b{color:#000}



/*fancybox*/
.modal-backdrop{
	position:static !important
}
#slide-30-layer-6, #slide-37-layer-6, #slide-31-layer-6{
	font-size:12px !important;
	min-width: 175px !important;
	max-width: auto !important;
}
/*custom css*/
.fancyform{
	text-align:left;
}
.modal-footer .btn{
	padding:5px !important;
	margin:0px;
	background:#fff;
	border:2px solid #fff;
}
.modal-footer{
	padding:10px 10px;
	border-radius: 0px 0px 6px 6px;
	background:#1674D1;
}
.modal-header h4{
	margin-top:15px;
	text-align:left;
}
#text_messege{
	resize:none;
}
.modal-footer ul li{
	list-style:none;
	float:left;
	padding:0px;
	margin:0px 10px;
}
.modal-footer ul li img{
	margin-right:5px;
}
.modal-footer ul li a{
	color:#fff;
}
.folio-main-content .folio-main-filter, .post-navigation, .related-projects{
	display:none;
}
.top_links li{
  float: left;
  margin-right: 16px;
}
.top_links li:last-child{
  margin-right: 0;
}
.custom_modal .modal-content {
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2); 
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
  border-radius: 2px;
  border:none;
}
.custom_modal .modal-header h4 {
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: inherit;
    font-family: 'Electrolize', sans-serif;
    font-size: 32px;
    text-decoration: none;
}
.custom_modal .modal-header {
    padding: 8px 15px;
    border-bottom: none;
    background: #1674d1;
}
.custom_modal .modal-footer {
  border-radius: 0px;
  border:none;
}
.custom_modal .modal-header .close {
    color: #fff;
    opacity: 1;
    width: 37px;
    height: 37px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding-left: 1px;
    margin-top: 2px;
}
.custom_modal .modal-header .close span{
    position: relative;
    top: -2px;
}
.custom_modal .modal-header .close:hover, .custom_modal .modal-header .close:focus {
    transition: all 0.5s ease;
    transform: scale(1) rotate(-180deg);
    border-color: #fff;
    outline: 0;
}
.custom_modal .form-control {
    border: 1px solid #dedede;
    border-radius: 0; 
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.custom_modal textarea{
  resize: none;
  min-height: 80px;
}
.custom_modal .form-group {
    margin-bottom: 8px;
}
.custom_modal .form-group.g-recaptcha {
    margin-top: 15px;
    margin-bottom: 12px;
}
.custom_modal .btn.btn-default{
  border-radius: 0;
  margin: 0;
}
.get_quote_fixed{
	    position: fixed;
    bottom: 20px;
    z-index: 99999;
    /* background: #fff; */
    left: 12px;
    right: 0px;
    /* text-align: center; */
    padding-top: 13px;
    display: none;
}
.get_quote_fixed .get_quote_btn{
	border-radius: 50px;
    background: #1864ae;
    color: #fff;
    padding: 10px 15px;
    font-weight:bolder;
    position:relative;
    /* margin-bottom: 10px;*/
}
.get_quote_fixed .get_quote_btn:after{
    position: absolute;
    content: "";
    display: block;
    right: -15px;
    /* background: #1864ae; */
    width: 11px;
    height: 11px;
    top: 15px;
    transform: rotate(-80deg);
    -ms-transform: rotate(-80deg); /* IE 9 */
    -webkit-transform: rotate(-80deg); /* Safari */
    transform: rotate(-80deg);    
    border-left: 15px solid #1864ae;
    border-bottom: 12px solid rgba(204, 204, 204, 0);
    border-top: 1px solid rgba(204, 204, 204, 0);
    border-right: 11px solid rgba(204, 204, 204, 0);
}

/* updated code starts */

.m-t-40 {
    margin-top: 40px;
}
.our-professionals-list {
  padding-left: 0;
  list-style-type: none;
}
.our-professionals-list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.our-professionals-list li a img {
  width: 120px;
  height: 120px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.our-professionals-list li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.our-professionals-list li a .me-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.our-professionals-list li a:hover {
  text-decoration: none;
}
.our-professionals-list li a:hover .me-overlay {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.our-professionals-list li a:hover img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.me-overlay {
  color: #fff;
  text-align: center;
}
.me-overlay h6 {
  margin: 0;
  color: #fff;
  margin-top: 50px;
  padding: 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -ms-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -o-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  opacity: 0;
}
.me-overlay p {
  margin-bottom: 0;
  color: #aaa;
  font-size: 11px;
  padding: 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -ms-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -o-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  opacity: 0;
}
.me-overlay label {
  display: block;
  width: 90px;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 0;
  margin: 8px auto 0;
  font-size: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(35px);
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
} 
.me-overlay label:hover {
  cursor: pointer;
}
.our-professionals-list li a:hover .me-overlay h6 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
}
.our-professionals-list li a:hover .me-overlay p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
}
.our-professionals-list li a:hover .me-overlay label {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.expert-name {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
}
.expert-name small {
  display: inline-block;
  color: #777;
  position: relative;
  top: -3px;
}
.m-t-20-b-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.expert-details-box {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.expert-details-box p {
  margin-bottom: 10px;
  font-size: 14px;
}
.expert-details-box p span {
  font-weight: 600;
  color: #000;
}
.about-me-box {

}
.about-me-box label {
  color: #000;
  font-weight: 600;
}
.about-me-box p {
  margin-bottom: 0;
}
.hire-me-btn {
  display: block;
  width: 150px;
  height: 45px;
  margin: 0 auto 15px;
  border: 2px solid #1674d1;
  color: #1674d1;
  font-size: 16px;
  text-align: center;
  padding-top: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.hire-me-btn:hover,
.hire-me-btn:active,
.hire-me-btn:focus {
  background-color: #1674D1;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}
.custom_modal .modal-header .custom-modal-close {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  border: 2px solid #1674d1;
  font-weight: 300;
  position: relative;
  top: -6px;
}
.custom_modal .modal-header .custom-modal-close span {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.custom_modal .modal-header .custom-modal-close:hover span {
  position: relative;
  top: -2px;
  right: 0.5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.snap-drawers {
  display: none;
  transform: translateX(-266px);
  transition: all 0.5s ease;
}
#wrapper {
  position: static; 
}
body .modal-backdrop {
  position: fixed !important; 
}
body .modal-backdrop.in {
  opacity: 0.75;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* updated code ends */

/* updated code for domain specialization starts */

.section-padding {
  padding: 50px 0;
}
.padding-0 {
  padding: 0;
}
.extension-height {
  height: 30px;
}
.extension-width {
  width: 30px;
}
.min-height {
  height: 230px;
}
.border-all {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #000;

  z-index: 9;
  background-color: #fff;
}
.border-left {
  border-left: 1px solid #000;
}
.border-right {
  border-right: 1px solid #000;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
.border-top {
  border-top: 1px solid #000;
}
.m-l-auto {
  margin-left: auto;
}
.m-r-auto {
  margin-right: auto;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.left-bottom {
  left: 0;
  bottom: 0;
}
.left-top {
  left: 0;
  top: 0;
}
.right-top {
  right: 0;
  top: 0;
}
.height-100 {
  height: 100%;
}
.width-100 {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.bg-deep-blue {
  background-color: #24394e;
}
.bg-light-grey {
  background-color: #f1f1f1;
}
.featured-img {
  width: 70px;
  margin: 0 auto;
  display: block;
}
.featured-heading {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.featured-txt {
  line-height: 20px;
}
.bottom-box-shadow {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f8', endColorstr='#f6f6f8', GradientType=0 );
}
.slide-box {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 10px;
}
.border-all:hover {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: inset 0px -250px 0 0 #1674D1;
  -webkit-box-shadow: inset 0px -250px 0 0 #1674D1;
  -moz-box-shadow: inset 0px -250px 0 0 #1674D1;
  -ms-box-shadow: inset 0px -250px 0 0 #1674D1;
  -o-box-shadow: inset 0px -250px 0 0 #1674D1;
}
.border-all:hover .slide-box {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-75px);
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -o-transform: translateY(-75px);
  box-shadow: inset 0px -230px 0 0 #1674D1;
  -webkit-box-shadow: inset 0px -230px 0 0 #1674D1;
  -moz-box-shadow: inset 0px -230px 0 0 #1674D1;
  -ms-box-shadow: inset 0px -230px 0 0 #1674D1;
  -o-box-shadow: inset 0px -230px 0 0 #1674D1;
  color: #fff;
}
.border-all:hover .slide-box .bottom-box-shadow {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.border-all:hover h3 {
  color: #fff;
}
.border-all:hover p {
  color: #fff;
}
.divider {
  border-top: 1px solid #fff;
  margin-bottom: 0px;
  width: 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.border-all:hover  .divider {
  margin-bottom: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.m-b-30 {
  margin-bottom: 30px;
}


/*****************************/
.fired-img-box {
  position: relative;
}
.fired-img-1 {
  position: absolute;
  top: 33%;
  left: 0;
  /*top: 33%;
  left: -150px;*/
  transition: all 0.5s ease;
}
.fired-img-1 img {
  width: 70px;
}
.fired-img-1:before {
  content: '';
  width: 100px;
  height: 2px;
  border-top: 2px dashed #aaa;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 37px;
  left: 72px;
  transition: all 0.5s ease;
}
.fired-img-box:hover .fired-img-1 {
  transition: all 0.5s ease;
  left: -150px;
}
/*.fired-img-box:hover .fired-img-1:before {
  transition: all 0.5s ease;
  left: 66px;
}*/
/**********************************/
.fired-img-2 {
  position: absolute;
  top: 33%;
  right: 0;
  /*top: 33%;
  left: -150px;*/
  transition: all 0.5s ease;
}
.fired-img-2 img {
  width: 70px;
}
.fired-img-2:before {
  content: '';
  width: 100px;
  height: 2px;
  border-top: 2px dashed #aaa;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 36px;
  right: 72px;
  transition: all 0.5s ease;
}
.fired-img-box:hover .fired-img-2 {
  transition: all 0.5s ease;
  right: -150px;
}
/**************************************/
.fired-img-3 {
  position: absolute;
  /*top: -68%;*/
  top: 0;
  left: 35%;
  transition: all 0.5s ease;
}
.fired-img-3 img {
  width: 70px;
}
.fired-img-3:before {
  content: '';
  width: 100px;
  height: 2px;
  border-top: 2px dashed #aaa;
  display: inline-block;
  position: absolute;
  right: -15px;
  bottom: -54px;
  transition: all 0.5s ease;
  transform: rotate(90deg);
}
.fired-img-box:hover .fired-img-3 {
  transition: all 0.5s ease;
  top: -68%;
}
/***********************************/
.fired-img-4 {
  position: absolute;
  /*top: -68%;*/
  bottom: 0;
  left: 35%;
  transition: all 0.5s ease;
}
.fired-img-4 img {
  width: 70px;
}
.fired-img-4:before {
  content: '';
  width: 100px;
  height: 2px;
  border-top: 2px dashed #aaa;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -54px;
  transition: all 0.5s ease;
  transform: rotate(90deg);
}
.fired-img-box:hover .fired-img-4 {
  transition: all 0.5s ease;
  bottom: -63%;
}
/************************************/
.fire-image-right-bottom {
  position: relative;
}
.fire-image-right-bottom:hover .fired-img-4 {
  transition: all 0.5s ease;
  bottom: -63%;
}
.fire-image-right-bottom:hover .fired-img-2 {
  transition: all 0.5s ease;
  right: -150px;
}
/************************************/
.fire-image-left-bottom {
  position: relative;
}
.fire-image-left-bottom:hover .fired-img-4 {
  transition: all 0.5s ease;
  bottom: -63%;
}
.fire-image-left-bottom:hover .fired-img-1 {
  transition: all 0.5s ease;
  left: -150px;
}
/************************************/
.fire-image-top-right {
  position: relative;
}
.fire-image-top-right:hover .fired-img-2 {
  transition: all 0.5s ease;
  right: -150px;
}
.fire-image-top-right:hover .fired-img-3 {
  transition: all 0.5s ease;
  top: -68%;
}
/*************************************/
.fire-image-top-left {
  position: relative;
}

.fire-image-top-left:hover .fired-img-1 {
  transition: all 0.5s ease;
  left: -150px;
}
.fire-image-top-left:hover .fired-img-3 {
  transition: all 0.5s ease;
  top: -68%;
}

/* updated code for domain specialization ends */

/* updated css starts */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 0 17px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 17px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 17px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 17px rgba(0,0,0,0.1);
}
.custom_slider.desktop, .big-title,
.about-team-header, .map {
  margin-top: 107px;
}
.site-top {
  padding: 5px 0;
}
#site-navigation .menu > ul > li > a, #site-navigation .menu > li > a, .search-cart {
    padding: 26px 15px 26px 15px;
}
.search-cart {
    padding: 26px 19px 26px 30px;
}
.logo a {
    margin-top: 10px;
}
.overlay-nav {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    z-index: 990;
}
.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    /*text-align: center;*/
    margin-top: 107px;
    padding: 30px 30px;
}
.menu-overflow {
  /*height: 420px;*/
  /*overflow-y: scroll;*/
  /*padding-bottom: 20px;*/
}
/*.menu-overflow::-webkit-scrollbar,
.menu-overflow::-moz-scrollbar,
.menu-overflow::-ms-scrollbar,
.menu-overflow::-scrollbar {
 display: none;
}*/
.menu-overflow::-webkit-scrollbar,
.menu-overflow::-moz-scrollbar,
.menu-overflow::-ms-scrollbar,
.menu-overflow::-o-scrollbar { 
  width: 0 !important 
}
/*.menu-overflow { 
  -ms-overflow-style: none; 
}
.menu-overflow { 
  overflow: -moz-scrollbars-none; 
}*/
.border-r {
  border-right: 1px solid #333;
}
.border-l {
  border-left: 1px solid #333;
}
.border-t {
  border-top: 1px solid #333;
}
.border-b {
  border-bottom: 1px solid #333;
}
.padd-r-30 {
  padding-right: 30px;
}
.padd-l-30 {
  padding-left: 30px;
}
.padd-b-30 {
  padding-bottom: 30px;
}
.padd-t-30 {
  padding-top: 30px;
}
.menu-area ul {
  list-style-type: none;
  padding-left: 0;
}
.menu-area ul li {
  position: relative;
  margin-bottom: 3px;
}
.menu-area ul li a {
  color: #fff;
  font-family: 'Lato',sans-serif;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
  /*border: 1px solid rgba(255,255,255,0);*/
  padding: 0px 3px 0px 25px;
}
.menu-area ul li a:hover,
.menu-area ul li a:focus,
.menu-area ul li a:active {
  color: #1573d1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /*border: 1px solid rgba(255,255,255,0.3);*/
}
.menu-area ul li a i {
  margin-right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #1573D1;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}
.menu-area ul li a:hover i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
}
.menu-area ul li a span {
  padding-left: 25px;
}
/*.menu-area ul li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 2px;
    right: 50px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-area ul li a:hover:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  right: 0px;
  opacity: 1;
}*/
.overlay-nav .closebtn {
    position: absolute;
    top: 118px;
    right: 14px;
    font-size: 60px;
    z-index: 9999;
    font-weight: 300;
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    border-radius: 100%;
}
.overlay-nav .closebtn:hover,
.overlay-nav .closebtn:focus, .overlay-nav .closebtn:active {
  color: #fff;
}
.overlay-nav .closebtn span {
  position: relative;
  top: -21px;
}

.request-quote-mega-heading {
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 45px;
}
.request-quote-title {
    color: #1573D1;
    margin-bottom: 0px;
    font-size: 18px;
}
.request-quote-heading, .request-quote-heading:hover, .request-quote-heading:focus, .request-quote-heading:active {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    /*margin-bottom: 26px;*/
    line-height: 32px;
    display: block;
    text-decoration: none;
}
.request-quote-btn,
.request-quote-btn:hover,
.request-quote-btn:focus,
.request-quote-btn:active {
    background: #1573D1;
    outline: 0;
    border: 1px solid #1573D1;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 25px;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-26 {
  margin-bottom: 26px;
}
.menu-area {
  min-height: 388px;
}
.our-experience {
  margin-top: 35px;
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 46px;
  /*text-shadow: 2px 3px 5px rgba(0,0,0,0.7);
  -webkit-text-shadow: 2px 3px 5px rgba(0,0,0,0.7);
  -moz-text-shadow: 2px 3px 5px rgba(0,0,0,0.7);
  -ms-text-shadow: 2px 3px 5px rgba(0,0,0,0.7);
  -o-text-shadow: 2px 3px 5px rgba(0,0,0,0.7);*/
}
.our-experience span {
  font-weight: 600;
  animation: blinker 1s linear infinite;
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -ms-animation: blinker 1s linear infinite;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  -webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  -moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  -ms-text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  -o-text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blinker {
     0% {
        opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.request-quote-heading img {
  display: inline-block;
    width: 25px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.top-header-get-quote-btn,
.top-header-get-quote-btn:hover,
.top-header-get-quote-btn:focus,
.top-header-get-quote-btn:active {
  background-color: #1573D1;
  display: inline-block;
  color: #fff !important;
  padding: 2px 10px;
  font-size: 13px !important;
  border-radius: 3px;
}
.gear-rotate {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 115px;
    color: rgba(255,255,255,0.2);
    animation: rotateClockwise 4s linear infinite;
    -webkit-animation: rotateClockwise 4s linear infinite;
    -moz-animation: rotateClockwise 4s linear infinite;
    -ms-animation: rotateClockwise 4s linear infinite;
    -o-animation: rotateClockwise 4s linear infinite;
}
@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.gear-rotate2 {
  position: absolute;
    bottom: 109px;
    left: 20px;
    font-size: 50px;
    color: rgba(255,255,255,0.2);
    animation: rotateAntiClockwise 2s linear infinite;
    -moz-animation: rotateAntiClockwise 2s linear infinite;
    -webkit-animation: rotateAntiClockwise 2s linear infinite;
    -ms-animation: rotateAntiClockwise 2s linear infinite;
    -o-animation: rotateAntiClockwise 2s linear infinite;
}
@keyframes rotateAntiClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotateAntiClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-moz-keyframes rotateAntiClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-o-keyframes rotateAntiClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.menu-area ul li a:before {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    height: 40px;
}
.menu-area ul li a:after {
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    height: 40px;
}
.menu-area ul li a:after, .menu-area ul li a:before {
    bottom: 21px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: -2px;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, -moz-transform 0.2s ease 0s;
    z-index: 1;
    display: none;
}
.menu-area ul li a:hover:before, .menu-area ul li a:hover:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
    -webkit-transform: scale(1);
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.45s ease 0.2s;
    -moz-transform: scale(1);
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.45s ease 0.2s;
}
.mega-menu-sub-heading {
    margin-top: 0;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 24px;
}
.mega-menu li {
  position: relative;
}
#site-navigation .menu li.mega-menu.current:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 40%;
    width: 24px;
    height: 20px;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid black;
}
.mega-menu-links-column {
  column-count: 2; 
  -webkit-column-count: 2; 
  -moz-column-count:2;
}
.timeline-TweetList {
  background-color: #fff;
}
.tweet-seperator li {
  border-bottom: 1px solid #fff;
}
.tweet-seperator li:last-child {
  border-bottom: 0;
}
.z-index-0 {
  z-index: 0;
}
.get-in-touch-wrapper {
  margin: 180px 0 70px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  -o-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.get-in-touch-wrapper {
  border: 1px solid #999;
  padding: 45px 20px 32px;
  
  text-align: center;
  border-radius: 8px;
}
.get-in-touch-wrapper img {
    padding: 14px;
    background: #fff;
    margin-top: -88px;
    margin-bottom: 34px;
}
.get-in-touch-wrapper p {
  font-size: 30px;
  color: #999;
}
.get-in-touch-wrapper p span {
  display: block;

}
.get-in-touch-wrapper p span.exclaim {
  display: inline-block;
  animation: blinker 1.5s linear infinite;
  -webkit-animation: blinker 1.5s linear infinite;
  -moz-animation: blinker 1.5s linear infinite;
  -o-animation: blinker 1.5s linear infinite;
  -ms-animation: blinker 1.5s linear infinite;
  font-weight: bold;
  color: #1573D1;
}
svg {
    width: 100px;
    display: block;
    margin: 30px auto 30px;
}
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
/*@media screen and (max-height: 450px) {
  .overlay-nav a {font-size: 20px}
  .overlay-nav .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}*/
.custom-table {

}
.custom-table tr td,
.custom-table tr th {
  border: 0;
  border-bottom: 0 !important;
  border-top: 0 !important;
  padding: 15px 8px !important;
}
.country-flag {
  width: 20px;
  margin-right: 10px;
}
.custom-pagination {

}
.custom-pagination>.active>a, 
.custom-pagination>.active>a:focus, 
.custom-pagination>.active>a:hover, 
.custom-pagination>.active>span, 
.custom-pagination>.active>span:focus, 
.custom-pagination>.active>span:hover {
  background-color: #1573D1;
}
.custom-pagination>li>a, 
.custom-pagination>li>span {
  color:#1573D1; 
  padding: 10px 16px;
}
.country-wrapper {
    display: block;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    padding: 8px 10px 1px;
    min-height: 42px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
.country-wrapper img {
  width: 27px;
}
.country-wrapper span {
    color: #666666;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 1px;
    font-size: 12px;
}
.city-based-services-link {
    margin-bottom: 12px;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    font-family: 'Open sans',sans-serif;
}
.city-based-services-link i {
  margin-right: 6px;
  /*transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
  right: 0;*/
}
/*.city-based-services-link:hover i {
  position: relative;
  right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;

}*/
.services-wrapper {
    border: 1px solid #f1f1f1;
    padding: 15px 0 8px;
    margin: 0 0 35px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.mb-20 {
    margin-bottom: 20px;
}

.services-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 40px;
}
.services-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.services-list li a {
  padding: 10px 15px;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-left: 0;
  transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: 'Open sans',sans-serif;
  text-transform: capitalize;
}
.services-list li a:hover {
  border-color: #1573D1;
  /*transform: scale(1.02);*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.services-list li a i {
  color: #999;
}
.services-list li a:hover i {
  color: #1573D1;
}

/* updated css ends */

.domain_xml_h4_top_margin
{
  margin-top: 28px;
}

.list_style
{
  /*list-style-type: disc !important;*/
  /*padding:3px 17px;*/
  padding: 3px 0px 3px 0;
}

.list_style li
{
  /*list-style-type: disc !important;*/
  padding:3px 5px;
  position: relative;
  padding-left: 25px;
}
.list_style li:before {
  font-family: FontAwesome;
  content: "\f101";
  font-weight: bold;
  margin-right: 15px;
  margin-left: 2px;
  color: #23baec;
  position: absolute;
  top: 1px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  left: 0;
}

.list_style li ul 
{
  padding:3px 17px;
}

.list_style li ul li
{
  list-style-type: circle !important;
}

.list_style_others li
{
  margin-bottom: 16px;
  margin-left: 2px;
  text-align: justify;
  padding-left: 25px;
  position: relative;
}

.list_style_others li:before
{
  font-family: FontAwesome;
  content: "\f101";
  font-weight: bold;
  margin-right: 15px;
  margin-left: 2px;
  color: #23baec;
  position: absolute;
  top: -2px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  left: 0;
}

strong
{
  color:#444444;
}


/*=============== RESPONSIVE CSS STARTS HERE ==============*/
@media only screen and (max-width : 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.custom_slider.desktop{
    display: none;
  }
  .custom_slider.mobile{
    display: block;
  }
  .custom_slider.mobile .carousel-caption{
    display: none;
  }
  .custom_slider.mobile .nav-justified>li>a {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .custom_slider.desktop{
    display: none;
  }
  .custom_slider.mobile{
    display: block;
  }
  .custom_slider.mobile .carousel-caption{
    display: none;
  }
  .custom_slider.mobile .nav-justified>li>a {
    margin-bottom: 0;
  }

}
@media only screen and (max-width: 480px){
	  .get_quote_fixed{

  	display:block;
}
}
@media (max-width: 767px) and (min-width: 280px) {
  .our-professionals-list li img {
    width: 120px;
    height: 120px;
  }
  .our-professionals-list {
    text-align: center;
  }
  .our-professionals-list li {
    float: none;
  }
  .snapjs-left .snap-drawers {
    display: block;
    transform: translateX(0px);
    transition: all 0.5s ease;
  }
  .wrapper {
    position: relative; 
  }
  .expert-name small {
    display: block;
    margin-top: 10px;
  }
  .featured-heading {
    text-align: center;
  }
  .divider {
    margin-right: auto;
    margin-left: auto;
  }
  .xs-padding-left-right .padding-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-block {
      padding-right: 30px;
      padding-left: 30px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .featured-txt {
    line-height: 17px;
    font-size: 12px;
  }
  .featured-heading {
    font-size: 16px;
  }
  .divider {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .featured-img {
    width: 50px;
  }
  .featured-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .border-all:hover .slide-box {
    transform: translateY(-65px);
  }
}

@media (min-width: 1600px) {
  .mega-menu-links-column {
    column-count: 3; 
    -webkit-column-count: 3; 
    -moz-column-count:3;
  }
}

@media (max-width: 1340px) and (min-width: 1251px) {
  #site-navigation .menu > ul > li > a, #site-navigation .menu > li > a, .search-cart {
    padding: 26px 12px 26px 12px;
  }
  .search-cart {
    padding: 26px 19px 26px 10px;
  }
}

/*@media (max-width: 1340px) and (min-width: 1251px) {

}*/
/*::-webkit-scrollbar { 
    display: none; 
}
::-moz-scrollbar { 
    display: none; 
}
@-moz-document url-prefix() {
    html,body{overflow: hidden !important;}
}
html { 
  -moz-box-orient: vertical;
  overflow: -moz-scrollbars-none;
}*/

/* ********** */

@media (max-width: 991px) and (min-width: 280px) {
  body {
    overflow-x: hidden;
  }
  label.mega-xs-menu .menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    z-index: 200;
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 50% 50% 50% 50%;
    transition: .3s ease-in-out;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
    cursor: pointer;
  }
  label.mega-xs-menu .hamburger {
    position: absolute;
    top: 28px;
    left: 7px;
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .3s ease-in-out;
  }
  label.mega-xs-menu .hamburger:after, label.mega-xs-menu .hamburger:before {
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
  }
  label.mega-xs-menu .hamburger:before {
    top: -10px;
  }
  label.mega-xs-menu .hamburger:after {
    bottom: -10px;
  }
  label.mega-xs-menu input {
    display: none;
  }
  label.mega-xs-menu input:checked + .menu {
    box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
    border-radius: 0;
  }
  label.mega-xs-menu input:checked + .menu .hamburger {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  label.mega-xs-menu input:checked + .menu .hamburger:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: 0;
  }
  label.mega-xs-menu input:checked + .menu .hamburger:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }
  label.mega-xs-menu input:checked + .menu + ul {
    opacity: 1;
    visibility: visible;
  }
  label.mega-xs-menu ul.main-menu {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    opacity: 0;
    visibility: hidden;
    transition: .25s 0s ease-in-out;
    width: 87%;
    padding: 12px;
    height: 100%;
    overflow-y: scroll;
  }
  label.mega-xs-menu ul.main-menu li > a {
    /*margin-bottom: 6px;*/
    display: block;
    color: #000;
    text-decoration: none;
    padding: 12px 0;
    font-weight: 600;
    text-transform: capitalize;
  }
  label.mega-xs-menu ul.main-menu > li {
    border-bottom: 1px solid #eee;
  }
  label.mega-xs-menu ul.main-menu > li:last-child {
    border-bottom: 0;
  }
  label.mega-xs-menu ul.main-menu > li a i {
    float: right;
    font-size: 16px;
    display: inline-block;
    width: 20px;
    text-align: right;
    position: relative;
    top: 1px;
  }
  .xs-megamenu.menu-open a i {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    text-align: left !important;
  }
  .sub-menu {
    margin-bottom: 7px;
  }
  .sub-menu li {
    position: relative;
  }
  .sub-menu li:last-child {
    
  }
  .sub-menu li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #1573D1;
    position: absolute;
    top: 14px;
    left: 0px;
    font-size: 10px;
  }
  .sub-menu li:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 4px;
    background-color: #1573D1;
  }
  .sub-menu li > a {
    /*margin-bottom: 6px;*/
    display: block;
    color: #000;
    text-decoration: none;
    padding: 12px 0 12px 19px !important;
    font-weight: normal !important;
  }
  .main-menu > li > img {
    position: relative;
    top: -2px;
    margin-bottom: 5px;
    left: 2px;
  }
  .logo a {
    margin-top: 12px;
  }
  .zopim {
    z-index: 9 !important;
  }
  .big-title {
    margin-top: 60px !important;
  }
  .custom_slider.mobile {
    margin-top: 59px;
  }


}
/*.fixed-header {
    display: none !important;
  }*/

/* ********** */

/* index portfolio section style starts */

.portfolio-stat-section {
  /*background: #f1f1f1;*/
  background-image: url('../images/portfolio-pattern-light.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5); 
  -webkit-box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5); 
  -moz-box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5); 

  padding: 80px 0;
}
.custom-flip {
  width: 100%;
}
.custom-flip li {
  width: 100% !important;
  min-height: 340px;
  color: #fff;
}
.custom-flip-2 {
  width: 100%;
}
.custom-flip-2 li {
  width: 100% !important;
  min-height: 165px;
  color: #fff;
}
.custom-slide-u-d {
  width: 100% !important;
  min-height: 165px;
}
.custom-slide-l-r {
  width: 100% !important;
  min-height: 340px;
}
.padding-left-75 {
    padding-left: 5px;
}
.padding-right-75 {
    padding-right: 5px;
}
.mt-6 {
  margin-top: 10px;
}
.dept {
  text-align: center;
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 100%;
}
.dept span {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
}
.dept2 {
  /*text-align: center;*/
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
}
.dept2 span {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
}
.dept3 {
  /*text-align: center;*/
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
}
.dept3 span {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
}
.dept4 {
  text-align: right;
  position: absolute;
  top: 70px;
  right: 0;
  width: 100%;
}
.dept4 span {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
}
.dept5 {
  /*text-align: right;*/
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
}
.dept5 span {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
}
.ui-ux-section {
  background-color: #af3a0f !important;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.ui-ux-section label {
    font-weight: bold;
    color: #fff;
    margin-bottom: 9px;
    margin-top: 7px;
    font-size: 25px;
}
.ui-ux-section p {
  font-size: 18px;
  color: #fff;
}
.ui-ux-section h2 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 9px;
    margin-top: 7px;
    font-size: 40px;
}
.innovation-section {
  background-color: #2fa14c !important;
  padding: 15px !important;
  text-align: center;
}
.innovation-section h2 {
  color: #97d0a6;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  font-size: 25px;
}
.innovation-section p {
  color: #fff;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 7px;
}
.innovation-section label {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.flip-list > li > .ha.flip-back.innovation-section img {
  display: block;
  margin: 10px auto 5px !important;
  width: 30px !important;
  height: 30px !important;
}
.web-section {
  background-color: #f9a413 !important;
  padding: 15px;
}
.web-section h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  font-size: 25px;
}
.game-section {
  padding: 15px !important;
}
.game-section h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  font-size: 25px;
}
.mobile-section {
  background-color: #2b265c !important;
  padding: 15px !important;
}
.mobile-section h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  font-size: 25px;
}
.flip-list {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.view-portfolio-btn,
.view-portfolio-btn:hover,
.view-portfolio-btn:focus,
.view-portfolio-btn:active {
  padding: 13px 40px;
  background-color: #1573D1;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  margin-top: 20px;
  border-radius: 30px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

/* index portfolio section style ends */

/* new design section starts */

.light-bg {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.padding-60 {
  padding: 30px 0 80px;
}
.temp-padd-r {
  padding-right: 7.5px;
}
.temp-padd-l {
  padding-left: 7.5px;
}
.m-0 {
  margin: 0;
}
.border-r- {
  border-right: 1px solid #f1f1f1;
}
.border-l- {
  border-left: 1px solid #f1f1f1;
}
.border-t- {
  border-top: 1px solid #f1f1f1;
}
.border-b- {
  border-bottom: 1px solid #f1f1f1;
}
.featured-section {
  height: 144px;
  display: table-cell;
  vertical-align: middle;
}
.featured-section {
  padding-left: 100px;
}
.featured-section {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.featured-image {
  position: absolute;
  top: 38px;
  left: 36px;
  width: 44px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.featured-image-2 {
  display: none;
  position: absolute;
  top: 150px;
  left: 36px;
  width: 44px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
/*.featured-box:hover .featured-image-2 {
  top: 38px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.featured-box:hover .featured-image {
  top: -150px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}*/
.featured-box:hover .m-text {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.m-text b{position: relative;
    top: -9px;}
.featured-section .sub-text {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translateX(300px);
  display: block;
  position: absolute;
  top: 24px;
  font-weight: normal;
  padding-right: 15px;
}
.featured-box:hover .featured-section .sub-text {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translateX(0px);
}
/*.sub-text.width-79{width:79% !important;}*/
.featured-title {
  text-align: center;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  font-family: 'Open Sans';
}
.mb-50 {
  margin-bottom: 50px;
}
.featured-title span {
  color: #1573D1;
  font-weight: 900;
} 
.featured-title span div {
  display: inline-block;
  /*min-width: 152px;
  position: relative;*/
  vertical-align: top;
}
.featured-title small {
  font-size: 100%;
  color: #1573D1;
  font-weight: 600;
  display: inline-block;
  /*position: absolute;
  top: 1px;
  left: 1px;*/
}
.get-quote-wrapper {
  text-align: center;
  margin-top: 25px;
}

.button {
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  border: .2em solid;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  border-color: #1573d1;
  color: #ffffff;
}
.button__text {
  display: block;
  padding: 1em 2em;
  text-transform: uppercase;
  font-weight: bold;
}
.button__text:before {
  content: attr(title);
}
.button__text--bis {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  opacity: 0;
}
.button__mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cfd9e2;
  -webkit-transform: translateX(-100%) rotate(45deg);
          transform: translateX(-100%) rotate(45deg);
  transition: all 0.3s;
}

.button:hover {
  opacity: 1;
  background-color: #1573d1;
  border-color: #1573d1;
  color: #fff;
}
.button:hover .button__text {
  -webkit-animation: fx-text .3s ease-out;
          animation: fx-text .3s ease-out;
}
.button:hover .button__text--bis {
  -webkit-animation: fx-text-bis .3s ease-out;
          animation: fx-text-bis .3s ease-out;
}
.button:hover .button__mask {
  -webkit-animation: fx-mask .3s ease-out;
          animation: fx-mask .3s ease-out;
}

.button:active {
  opacity: 1;
  background: white;
  color: inherit;
}

@-webkit-keyframes fx-mask {
  0% {
    -webkit-transform: translateX(-100%) rotate(45deg);
            transform: translateX(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
            transform: translateX(100%) rotate(45deg);
  }
}

@keyframes fx-mask {
  0% {
    -webkit-transform: translateX(-100%) rotate(45deg);
            transform: translateX(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
            transform: translateX(100%) rotate(45deg);
  }
}
@-webkit-keyframes fx-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
    opacity: 0;
  }
}
@keyframes fx-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
    opacity: 0;
  }
}
@-webkit-keyframes fx-text-bis {
  0% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fx-text-bis {
  0% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.list_style_others {
  margin-top: 22px;
}
.list_style_others li:hover:before,
.list_style li:hover:before {
  color: #23baec;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
}
.list_style_others li:hover,
.list_style li:hover {
  cursor: pointer;
}
.key-features-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}
.key-features-list li {
    margin-bottom: 40px;
    position: relative;
}
.feature-icon {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 1px dashed #1573d1 !important;
    font-size: 25px;
    text-align: center;
    color: #23baec !important;
    background-color: #fff;
    padding-top: 8px;
}
/*.mt-16:nth-child(2){margin-top: 10px;}*/
.feature-icon i {
    position: relative;
    top: 16px;
}
/*.feature-heading:last-child{position: relative;top:10px;}*/
.key-features-list .feature-heading h3 {
    font-weight: 600;
    margin: 0 0 10px;
    text-align: right;
    font-size: 17px;
}
.key-features-list .feature-txt {
    margin-bottom: 0;
    text-align: right;
    color: #888;
    min-height: 70px
}
.min-height-84 {min-height: 84px;}
.txtleft {
    text-align: left!important;
}
.icon_list_connector {
    right: 36px;
}
.icon_list_connector2 {
    left: 38px;
}
.icon_list_connector, 
.icon_list_connector2 {
    border-left-width: 1px;
    border-left-style: dashed;
    height: 100%;
    position: absolute;
    top: 4em;
    z-index: 0;
    border-color: #ccc;
}
.key-features-list .col-lg-2 {
  z-index: 9;
}
.cta-box {
  display: none;
}
.bg-black {
  background-color: #222222;
}
.blue-bg {
  background-color: #1573D1;
  padding: 50px 0;
}
.call-us-container {
  text-align: center;
}
.call-us-container img {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.call-us-container h2 {
  color: #fff;
  display: inline-block;
  margin-left: 23px;
  font-size: 23px;
  /*font-weight: 300;*/
  text-transform: capitalize;
}
.call-us-container h2 span {
  font-weight: 600;
}
.contact-by-phone {
    margin-top: 12px;
}
.contact-by-phone a,
.contact-by-phone a:hover,
.contact-by-phone a:focus,
.contact-by-phone a:active {
  color: #fff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-left: 15px;
    border: 1px solid #fff;
    /*box-shadow: 0 0 5px rgba(255,255,255,0.5);*/
    padding: 6px 12px;
    display: inline-block;
    background-color: rgba(255,255,255,0.1);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}
.contact-by-phone a i {
  font-weight: 400;
  color: #ccc;
}
.contact-by-phone a span {
  font-weight: 400;
}
.l-grey-bg {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.separator-text {
      text-align: center;
    font-family: 'Open Sans';
    line-height: 37px;
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
}
.separator-text span {
  font-weight: 900;
  color: #1573D1;
}
.request-consult {
      display: block;
    margin: 30px auto 0;
    width: 280px;
    text-align: center;
    border: 3px solid #1573D1;
    /* padding: 14px; */
    font-size: 17px;
    height: 47px;
    padding-top: 7px;
    color: #fff !important;
}
.request-consult:hover,
.request-consult:active,
.request-consult:focus {
  background-color: #1573D1;
  color: #fff;
}
.l-dark-bg {
  background-color: #222222;
  padding: 50px 0;
}
.landing_banner{
 background-repeat: no-repeat;background-position:center; height: auto; padding: 80px 0; margin-top: 84px;background-size: cover;}
.landing_banner h1{margin: 0; padding: 0; text-align: center; color: #fff; font-family: 'lato'; font-size: 40px !important; text-shadow: 2px 2px 2px rgba(0,0,0,0.6); -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.6); -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
text-transform: capitalize; font-weight: 600}
.landing_banner h2{margin: 0; padding: 15px 0; text-align: center; color: #fff; font-family: 'lato'; 
font-size: 16px; 
/*text-transform: capitalize;*/ }
.landing_banner .custom-buttton{text-align: center; margin: 50px 0 20px}

.landing_banner .custom-buttton .bt-1{padding: 18px 22px;
    background-color: #1773d1;
    border-radius: 5px;

    color: #fff;
    font-size: 13px;
    text-transform: uppercase;}
.landing_banner .custom-buttton .bt-2{padding: 16.5px 22px;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: 1.5px solid #fff;}

.landing_banner .custom-buttton .bt-2:hover{background-color: #fff; color: #1773d1; }

/* new design section ends */

/* media query starts */

@media(max-width: 767px) {
  .landing_banner{
    margin-top: 16px; 
    padding: 60px 0;
  }

  .landing_banner h1{margin: 0; padding: 0 15px; text-align: center; color: #fff; font-family: 'lato'; font-size: 26px !important; 
text-transform: capitalize; font-weight: 600}
  .landing_banner h2{margin: 0; padding: 30px 26px; text-align: center; color: #fff; font-family: 'lato'; 
font-size: 16px; 
/*text-transform: capitalize;*/ }
.landing_banner .custom-buttton{text-align: center; margin: 32px 0 10px}

.landing_banner .custom-buttton .bt-1{padding: 15px 18px;
    background-color: #1773d1;
    border-radius: 5px;

    color: #fff;
    font-size: 11px;
    text-transform: uppercase;}
.landing_banner .custom-buttton .bt-2{padding: 13px 18px;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: 1.5px solid #fff;}


.icon_list_connector {
    right: 48px;
}

.separator-text {
    text-align: center;
    font-family: 'Open Sans';
    line-height: 37px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 17px;
    color: #fff;
    font-weight: 600;
}

.text-block h4 {
    color: #434343;
    margin-bottom: 10px !important;
    font-weight: 600;
    margin-top: 40px;
    font-size: 14px;
    font-family: 'open sans';
    line-height: 20px;
}

.call-us-container h2 {
    color: #fff;
    display: inline-block;
    margin-left: 23px;
    font-size: 18px;
    /* font-weight: 300; */
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 22px;
}

.contact-by-phone a, .contact-by-phone a:hover, .contact-by-phone a:focus, .contact-by-phone a:active {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-left: 15px;
}

.featured-title {
    text-align: center;
    font-weight: 400;
    line-height: 38px;
    color: #fff;
    font-family: 'Open Sans';
    padding: 0 20px;
    font-size: 20px;
}

.man{display: none;}

.sub-menu li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #1573D1;
    position: absolute;
    top: 19px;
    left: 0px;
    font-size: 6px;
}

.sub-menu li:after {
    content: '';
    display: none;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 4px;
    background-color: #1573D1;
}

}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

.man {display: none;}

.separator-text {
    text-align: center;
    font-family: 'Open Sans';
    line-height: 37px;
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
    padding: 0 15px;
}



.icon_list_connector {
    display: none;

}

.icon_list_connector2 {
    display: none;

}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 



.landing_banner {
    background: url(https://ultimate.brainstormforce.com/wp-content/uploads/2014/04/home-hero-21.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding: 80px 0;
    margin-top: 75px;
}

.sub-menu li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #1573D1;
    position: absolute;
    top: 21px;
    left: 0px;
    font-size: 6px;
}

.sub-menu li:after {
    content: '';
    display: none;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 4px;
    background-color: #1573D1;
}

.landing_banner h2 {
    margin: 0;
    padding: 15px 53px;
    text-align: center;
    color: #fff;
    font-family: 'lato';
    font-size: 18px;
    /* text-transform: capitalize; */
    font-weight: 600;
}

.separator-text {
    text-align: center;
    font-family: 'Open Sans';
    line-height: 37px;
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
    padding: 0 34px;
    font-weight: 600;
}
.text-block h4 {
    color: #434343;
    margin-bottom: 10px !important;
    font-weight: 600;
    margin-top: 40px;
    line-height: 30px;
}


.call-us-container h2 {
    color: #fff;
    display: inline-block;
    margin-left: 23px;
    font-size: 23px;
    /* font-weight: 300; */
    text-transform: capitalize;
    padding: 0 30px;
}

.man{display: none;}

.icon_list_connector {
    display: none;

}

.icon_list_connector2 {
    display: none;

}

}

/* Technologies */

/*.custom-icon{
    position: relative !important;
    top: 23px !important;
}*/

.expert-list{margin: 40px 0 60px; text-align: center;}

.expert-list ul{text-align: center;}
.expert-list li{float: none;}
.expert-list h2{color: #434343;
    text-transform: capitalize;
    font-weight: 600;
    padding: 20px 0;
    font-size: 25px;
    font-family: 'roboto';

  }

.expert-list h2:after{text-align: center;
  display: block;
    content: '';
    background-color: #23baec;
    height: 2px;
    width: 80px;
    margin: 14px auto;

  }

.iconic-info{margin: 50px 0 30px; text-align: center;}

.box{min-height: ;}

.box span{text-align: center; margin-bottom: 25px; height: 90px; width: 90px; 
   border-radius: 100%; border: 1.5px solid #1573d1; 
  display: inline-block; transition: all 0.2s ease-in-out; 
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
}

.box span i{font-size: 35px; color: #1573d1; padding: 28px 15px 12px; 
  transition: all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
}

.box h2{margin: 0; padding: 0; font-size: 22px; font-weight: 600}
.box h3{margin: 0; font-size: 14px; padding: 15px 50px; line-height: 22px; 
  font-family: 'open sans'; color: #777; min-height: 138px}

.box:hover span{background-color: #1573d1; transform: translateY(-15px);}
.box:hover span i{color: #fff}
.box:hover{cursor: pointer;}

/*hire dedicated developer section starts*/

.mt-160 {
  margin-top: 160px;
}
.page-main-heading {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.page-main-heading span {
  font-weight: 800;
  color: #1573d1;
}
/*.page-main-heading:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #1573D1;
  margin: 0 auto;
}*/
.main-wrapper {
  margin-top: 90px;
  margin-bottom: 70px;
}
.custom-multiple-wrapper .select2-selection__rendered {
  min-height: 50px;
}
.custom-multiple-wrapper .select2-search__field {
  font-size: 16px !important;
  margin: 0;
  margin-top: 0 !important;
  margin-left: 10px;
}
.custom-multiple-wrapper .select2-selection__rendered {
  position: relative;
  top: 3px;
}
.custom-multiple-wrapper .select2-selection__rendered li {
  font-size: 16px;
  margin: 12px 5px !important;
}
.custom-multiple-wrapper .select2-selection__rendered li.select2-selection__choice {
  background-color: #1573d1 !important;
  border: 1px solid #1573d1 !important;
  color: #fff;
}
.custom-multiple-wrapper .select2-selection__rendered li.select2-search--inline {
  margin: 0 !important;
}
.custom-multiple-wrapper .select2-selection__rendered li .select2-selection__choice__remove,
.custom-multiple-wrapper .select2-selection__rendered li .select2-selection__choice__remove:hover {
  color: #fff;
  margin-right: 10px;
}
.custom-multiple-wrapper .select2-selection__rendered .select2-selection__clear {
  margin-top: 7px !important;
  margin-right: 10px;
  font-size: 20px;
}
.custom-multiple-wrapper .select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #bbb !important;
}
.custom-form-select,
.custom-form-select:focus {
  border: 1px solid #bbb !important;
  border-radius: 4px;
}
.select2.select2-container {
  margin-bottom: 15px;
}
.custom-form-input,
.custom-form-input:focus {
  border: 1px solid #bbb !important;
  border-radius: 4px;
}
.irs-bar {
  height: 6px;
  background: #1573d1;
  top: 8px;
  z-index: 9;
}
.irs-bar-edge {
  height: 6px;
  background: #ccc;
  width: 100%;
  top: 8px !important;
}
.irs-min {
  z-index: 99;
  top: -20px;
  font-weight: 600;
  font-size: 15px;
}
.irs-max {
  z-index: 99;
  top: -20px;
  font-weight: 600;
  font-size: 15px;
}
.irs-single {
  z-index: 99;
  background: #fff;
  padding: 4px 6px;
  color: #1573d1;
  border: 1px solid;
  top: -5px !important;
  font-weight: 600;
  min-width: 35px;
  text-align: center;
}
.irs-single:hover {
  cursor: pointer;
}
.irs.js-irs-0 {
  min-height: 40px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.hire-dedicated-form .control-label {
  font-size: 15px;
  font-weight: 600;
  padding-top: 12px;
  color: #000;
}
.section-separator {
  border: 1px solid #ccc;
  padding: 50px 30px 10px 30px;
  position: relative;
  box-shadow: 5px 5px 21px rgba(0,0,0,0.15);
  -webkit-box-shadow: 5px 5px 21px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 21px rgba(0,0,0,0.15);
  border-radius: 15px;
}
.float-label {
  background-color: #fff;
  padding: 12px;
  position: absolute;
  top: -27px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.hire-dev-bg {
  background-image: url(../images/bg/hire-developer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 80px 0;
  margin-top: 110px;
}
.btn-hire-now {
  letter-spacing: 1px;
  font-size: 13px;
}
.btn-hire-now:hover, .btn-hire-now:focus, .btn-hire-now:active {
  color: #fff;
  background-color: #1573d1;
  border-color: #1573d1;
}

@media (min-width: 280px) and (max-width: 767px) {
  .hire-dev-bg {
    margin-top: 60px;
    padding: 30px 0;
  }
  .page-main-heading {
    line-height: 33px;
  }
  .main-wrapper {
    margin-top: 60px;
  }
  .section-separator {
    padding: 40px 20px 10px 20px;
  }
  .select2.select2-container {
    width: 100% !important;
  }
}
.flexslider {
  margin-top: 30px !important;
}

.detail-box{
  border: 2px solid #1573D1;
  width: 100%;
  height: 250px;
  /*padding: 50px;*/
  /*display: block;*/
  display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    font-size: 25px;
    font-family: 'roboto';
    letter-spacing: 0.02em;
    color: #1573D1;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1573D1;
  overflow: hidden;
  width: 93%;
  height: 0;
  transition: 0.5s ease;
}
.detail-box:hover .overlay {
  height: 100%;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'roboto';
  width: 90%;
}

/*hire dedicated developer section ends*/
.add-cin{
  display: block;
}
.new-unit {
    line-height: 18px;
}
.copyright .left {
    padding-top: 47px;
    padding-bottom: 47px;   
}
.scandinavian-name,
.scandinavian-address
{
  font-size: 14px;
  color: #1674D1;
}
.denmark {
    color: #666666 !important;
    vertical-align: top;
    /*padding-left: 67px;*/
    display: block;
}
.scandinavian-header p{
  margin: 0 0 10px;
}
.scandinavian-header p span {
    color: #1674D1;
    padding-right: 5px;
}
#user-icon{
  display: block;
  padding-left: 5px;
  padding-top: 8px;

}
#user-icon a{
  font-size: 20px;
  color: #111;
}
.unit-part {
    padding-top: 25px;
}
.unit-part b {
    font-size: 16px;
}
.c-form-repsen h5 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 15px;
}
/******************/
.custom-contact-nav-pills li {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  position: relative;
}
.custom-contact-nav-pills li a {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-right: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-contact-nav-pills li a img {
  margin-right: 5px;
  margin-top: 1px;
}
.custom-contact-nav-pills li.active a,
.custom-contact-nav-pills li.active a:hover,
.custom-contact-nav-pills li.active a:focus,
.custom-contact-nav-pills li.active a:active {
  background-color: transparent;
  color: #1573D1;
  /*border-right: 0;*/
}
/*.custom-contact-nav-pills li.active a:before {
  content: '';
  display: inline-block;
  background: #fff url(../img/india.png) no-repeat !important;
}*/
.custom-contact-nav-pills li.active a:after {
  content: '';
  width: 1px;
  height: calc(100% - 1px);
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 1px;
  z-index: 999;
}
.custom-contact-nav-pills li:last-child a {
  border-bottom: 1px solid #ddd;
}
.custom-contact-tab-content {
  border: 1px solid #ddd;
  padding: 25px;
  min-height: 400px;
}
.contact-pr-0 {
  padding-right: 0;
}
.contact-pl-0 {
  padding-left: 0;
}
.view-lt img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
}

.view-rt h6 {
  font-size: 16px;
  margin: 7px 0;
}
.contact-individual {
  /*line-height: 18px;*/
}
.social-contact-individual {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-top: 5px;
}
.contact-individual img {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.social-contact-individual li {
  display: inline-block;
  float: none;
}
.social-contact-individual li a {
  display: block;
  margin: 0 5px;
}
.get-details {
  display: block;
  margin-left: 36px;
  margin-top: 70px;
  font-size: 15px;
}
.get-details i {
  font-size: 18px;
  margin-left: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.get-details.active i {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tab-contact-details {
  padding: 20px 36px 0px 36px;
}
.tab-contact-details::first-line {
  font-weight: 900;
}
.get-details {
  color: #666;
  font-weight: 600;
}
.get-details.active {
  color: #1573D1;
}
.contact-individual a {
  color: #777;
}
.view-lt {
    padding-left: 36px;
    position: relative;
}
.view-rt{
    text-align: center;
}
.view-lt h5 {
    font-size: 15px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 767px) and (min-width: 320px) {
  .custom-contact-nav-pills li {
    width: auto;
  }
  .custom-contact-nav-pills li a span {
    display: none;
  }
  .custom-contact-nav-pills li a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-contact-nav-pills li:last-child a {
    border-bottom: none;
    border-right: 1px solid #ddd; 
  }
  .custom-contact-nav-pills li a img {
    margin-right: 0;
  }
  .custom-contact-nav-pills li.active a:after {
    right: 1px;
  }
  .custom-contact-nav-pills li.active:after {
    content: '';
    width: calc(100% - 2px);
    height: 6px;
    background-color: #fff;
    position: absolute;
    right: 1px;
    bottom: -2.5px;
    z-index: 999;
  }
  .contact-pl-0 {
    padding-left: 15px;
  }
  .contact-pr-0 {
    padding-right: 15px;
  }
  .get-details {
    margin-left: 0;
    margin-top: 20px;
  }
  .tab-contact-details {
    padding: 20px 0 0px 0px;
  }
  .xs-country-heading {
    text-align: right;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background: #549ddf;
    padding: 11px;
    display: inline-block !important;
    / float: right; /
    position: relative;
    left: -25px;
    color: #fff;
  }
  /* .mob-view-mb{
    margin-bottom: 20px;
  } */
  .world-mob{
    width: 18px !important;
    height: 16px !important;
  }
  .mob-hr-show{
    display: block !important;
  }
  .unit-part {
    padding-top: 0px;
    margin-bottom: 40px;
  }
}
.view-rt .img {
  width: 115px;
  height: auto;
  margin: 0 auto;
}
.view-rt img {
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%); / Safari 6.0 - 9.0 /
  filter: grayscale(100%);
}
.mob-hr-show{
  display: none;
}
.mob-hr-hide{
  display: block;
}
/*home screen feature carousel*/
.custom-flip li .flip-back h2 {
  text-transform: uppercase;
}
.custom-flip li .flip-back p {
  color: #fff;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 12px;
}
.ui-ux-section.flip-back {
  padding: 8px;
}
.ui-ux-section h2 {
  font-size: 25px !important;
}
.ui-ux-section p {
  color: #fff;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 7px;
  text-align: center;
}
.game-section h2, .web-section h2 {
  text-transform: uppercase;
}
.dept4 span, .dept5 span, .dept span {
  text-transform: uppercase;
}

@media (max-width: 767px) and (min-width: 320px) {
  .padding-right-75 {
    padding-right: 15px;
  }
  .padding-left-75 {
    padding-left: 15px;
  }
  .mt-6 {
    margin-top: 0px;
  }
  .slide-front.ha img {
    min-height: 165px;
  }
  .portfolio-stat-section .container .row .col-xs-12 {
    margin-bottom: 15px;
  }
  .portfolio-stat-section .container .row .col-xs-12 .row .col-xs-12:last-child {
    margin-bottom: 0px;
  }
  .surjithctly-icon-type3.md-reset-border .col-sm-4 {
    border-right: none;
    min-height: auto; 
  }
  .copyright .left{
    padding-top:5px !important;
    padding-bottom: 0;
    line-height: 0;
  }
  .copyright .right {
    text-align: center;
    line-height: 22px;
    padding-top: 0;
    color: #fff;
  }
  .copyright .left .menu-social-small {
    display: table;
    margin: 30px auto 0;
  }
  .mt-100-home{
    margin-top:100px;
  }
  /* .mt-100-home .col-sm-4 {
    margin-top:20px;
  } */
  .mob-hr-hide{
    display: none;
  }
  .home-business2-skills{
    padding: 30px 0 30px;
  }
  .home-business-dual .no-padding .row .col-sm-6{
    display: none;
  }
  .modal:before {
    display: none;
  }
  .mob-hr-home{
    display: block !important;
    border-top: 1px solid #444;
  }
}
.mob-hr-home{
  display: none;
}

/* countries we serve */

.countries-we-serve-btn {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid;
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 3px rgba(255,255,255,0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(255,255,255,0.3);
  -moz-box-shadow: 2px 2px 3px rgba(255,255,255,0.3);
  border-radius: 30px;
}
.countries-we-serve-btn:hover, .countries-we-serve-btn:focus, .countries-we-serve-btn:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  outline: 0;
}
.countries-we-serve-btn i {
  margin-left: 6px;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
/* .countries-we-serve-btn:hover i {
  right: -3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
} */
.countries-we-serve-btn:after {
  animation: shine 8s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -165%;
  left: -230%;
  width: 280%;
  height: 44%;
  opacity: 0;
  transform: rotate(40deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
#chartdiv {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.map-marker {
    /* adjusting for the marker dimensions
    so that it is centered on coordinates */
    margin-left: -8px;
    margin-top: -8px;
}
.map-marker.map-clickable {
    cursor: pointer;
}
.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #1573D1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #1573D1;
    z-index: 10;
    position: absolute;
  }
.map-marker .dot {
    border: 10px solid #1573D1;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    opacity: 0;
  }
  @-moz-keyframes pulse {
   0% {
      -moz-transform: scale(0);
      opacity: 0.0;
   }
   25% {
      -moz-transform: scale(0);
      opacity: 0.1;
   }
   50% {
      -moz-transform: scale(0.1);
      opacity: 0.3;
   }
   75% {
      -moz-transform: scale(0.5);
      opacity: 0.5;
   }
   100% {
      -moz-transform: scale(1);
      opacity: 0.0;
   }
  }
  @-webkit-keyframes "pulse" {
   0% {
      -webkit-transform: scale(0);
      opacity: 0.0;
   }
   25% {
      -webkit-transform: scale(0);
      opacity: 0.1;
   }
   50% {
      -webkit-transform: scale(0.1);
      opacity: 0.3;
   }
   75% {
      -webkit-transform: scale(0.5);
      opacity: 0.5;
   }
   100% {
      -webkit-transform: scale(1);
      opacity: 0.0;
   }
  }
  .top-map-margin {
    margin-top: 108px;
  }
  .top-map-margin-2 {
    margin-top: 80px;
  }
  .top-map-margin-3 {
    margin-top: 30px;
  }
  .country-banner {
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 40px;
    background-size: cover;
  }
  .pl-0 {
    padding-left: 0;
  }
  .pr-0 {
    padding-right: 0;
  }
  .country-banner h1 {
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 50px;
  }
  .country-banner h1 span {
    font-weight: 300;
  }
  .continent {
    font-size: 45px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .continent span {
    position: relative;
    font-family: 'Dancing Script', cursive;
  }
  .continent span:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #ccc;
    width: 40px;
    margin: 15px 0;
  }
  .country-box {
    border: 1px solid #eee;
    padding: 12px 16px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
  }
  .country-box:hover {
    box-shadow: 8px 8px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 8px 8px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 8px 8px 10px rgba(0,0,0,0.1);
  }
  .country-box a {
    display: block;
  }
  .country-box a img {
    margin-right: 10px;
  }
  .country-box a span {
    font-size: 15px;
    color: #555;
    position: relative;
    top: 2px;
    font-weight: 500;
  }
  .our-availibility {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 48px;
    font-weight: 300;
  }
  .our-availibility span {
    font-weight: 600;
  }
  .our-availibility:after {
    content: "";
    display: block;
    height: 4px;
    background-color: #ccc;
    width: 70px;
    margin: 25px auto 15px;
  }
  .single-country-banner {
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 40px;
    background-size: cover;
  }
  .single-country-banner h1 {
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.single-country-banner h4 {
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 15px;
  }
.tech-sub-heading {
  font-size: 40px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}
/* .tech-sub-heading::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin: 15px 0;
  background-color: #000;
} */
.tech-box {
  display: block;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
  padding: 20px 5px;
  margin-bottom: 30px;
  min-height: 191px;

  display: -moz-flex;
  display: -webkit-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.tech-box:hover {
  box-shadow: 8px 8px 8px rgba(0,0,0,0.15);
  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.15);
}
.tech-box div {
  
}
.tech-box i {
  display: block;
  font-size: 40px;
  margin-bottom: 13px;
}
.tech-box span {
  font-size: 14px;
  color: #444;
}

@media (max-width :767px) and (min-width: 320px) {
  .our-availibility {
    font-size: 35px;
  }
  #chartdiv {
    width: 100%;
    height: 200px;
  }
  .top-map-margin {
    margin-top: 60px;
  }
  .tech-box span {
    font-size: 14px;
    color: #444;
  }
  .single-country-banner {
    padding: 100px 40px;
  }
  .single-country-banner h1 {
    line-height: 36px;
  }
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .padd-b-30 {
    padding-bottom: 15px;
  } 
  .our-experience {
    margin-top: 10px;
    font-size: 32px;
  }
  .overlay-content {
    padding: 15px 30px;
  }
}

.speech-bubble {
  position: relative;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  padding: 45px 30px;
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 40px;
  border: 1px solid #888;
}
.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 42%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  transform: rotate(-135deg);
  background: #fff;
}

.feature-icon i {
  position: relative;
  top: 8px;
}

.icon-adjust i{
  position: relative;
  top: 16px;
}

/*awards styles starts*/

.menu-margin {
  margin-top: 108px;
}
.country-banner.awards-banner {
  background-position: bottom center;
  padding: 150px 40px;
}
.country-banner.awards-banner h1 {
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.award-container {
  margin: 80px auto;
}
.award-wrapper {
  padding: 15px;
  position: relative;
}
.extension-top-left:before {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: -2px;
  left: -2px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.extension-top-left:after {
  content: '';
  display: block;
  width: 1px;
  height: 25%;
  background-color: #aaa;
  position: absolute;
  top: -2px;
  left: -2px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.extension-bottom-right:before {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  bottom: -2px;
  right: -2px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.extension-bottom-right:after {
  content: '';
  display: block;
  width: 1px;
  height: 25%;
  background-color: #aaa;
  position: absolute;
  bottom: -2px;
  right: -2px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section:hover .extension-top-left:before {
  width: calc(100% + 4px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section:hover .extension-top-left:after {
  height: calc(100% + 4px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section:hover .extension-bottom-right:before {
  width: calc(100% + 4px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section:hover .extension-bottom-right:after {
  height: calc(100% + 4px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-detail {
  margin-top: 30px;
}
.award-detail h2 {
  text-align: center;
  color: #343434;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.award-detail h4 {
  text-align: center;
  color: #888;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 300;
}
.award-section {
  position:relative;
}
.award-info {
  position: absolute;
  top: 15px;
  left: 15px;
  /*background-color: rgba(0,0,0,0.5);*/
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  border: 1px solid #ddd;
}
.award-section .award-info h3 {
  font-size: 72px;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #fff;
  opacity: 0.70;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.4);
  position: absolute;
  top: -16px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section .award-info h3 span {
  font-weight: 300;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.award-section .award-info h3 div {
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
}
.award-section .award-wrapper img {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section:hover .award-wrapper img {
  filter:blur(8px);
  -webkit-filter:blur(8px);
  -moz-filter:blur(8px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section:hover .award-info h3 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.award-section:hover .award-info h3 span {
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section:hover .award-info h3 div {
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-section .award-info h4 {
  font-size: 100px;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #fff;
  opacity: 0.70;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.4);
  position: absolute;
  bottom: -18px;
  right: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transform: translateX(110%);
  -moz-transform: translateX(110%);
  -webkit-transform: translateX(110%);
}
.award-section:hover .award-info h4  {
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.award-wrapper .award-info .view {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding-top: 30px;
  border-top-right-radius: 100%;
  padding-left: 14px;
  transform: translate(-70px, 70px);
  -webkit-transform: translate(-70px, 70px);
  -moz-transform: translate(-70px, 70px);
}
.award-section:hover .award-info .view {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}
.award-section:hover .award-info {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  background-color: rgba(0,0,0,0.2);
}
/*========================WFH MODAL===============================*/
.body-overflow-hidden {
    overflow: hidden;
}
.body-overflow-hidden #wrapper {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.urgent-message-container {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0ms cubic-bezier(1,0,0,1) 0ms,-webkit-transform 0ms cubic-bezier(1,0,0,1) 0ms;
    -moz-transition: opacity 0ms 0ms cubic-bezier(1,0,0,1),-moz-transform 0ms 0ms cubic-bezier(1,0,0,1);
    transition: opacity 0ms cubic-bezier(1,0,0,1) 0ms,transform 0ms cubic-bezier(1,0,0,1) 0ms;
    opacity: 0;
    width: 100vw;
    height: 0;
    padding: 0 20px;
    background-color: rgba(11,34,57,.75);
    text-align: center;
    z-index: 100;
    vertical-align: middle;
    align-items: center;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
.urgent-message-container.active {
    -webkit-transition: opacity 0ms cubic-bezier(1,0,0,1);
    -moz-transition: opacity 0ms cubic-bezier(1,0,0,1);
    transition: opacity 0ms cubic-bezier(1,0,0,1);
    height: 100vh;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.message-wrapper {
    width: 500px;
    margin: 0;
    background-color: rgba(255,255,2555,1);
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    position: relative;
    background-image: url('../images/wfh/pattern.png');
    background-position: center;
}
.message-wrapper div {
    text-align: center;
}
.message-wrapper div img {
    width: 60px;
}
.message-wrapper h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin: 25px 0 30px;
}
.message-wrapper h3 {
    font-family: 'Electrolize', sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.custom-close {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
}
.custom-close img {
    width: 20px;
    opacity: 0.8;
}
.custom-close:hover {
    cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
    .message-wrapper {
        width: 100%;
    }
}
/*=======================================================*/
@media (min-width: 320px) and (max-width: 768px) {
  .menu-margin {
    margin-top: 58px;
  }
  .country-banner.awards-banner {
    background-position: bottom center;
    padding: 50px 30px;
  }
  .award-detail h2 {
    font-size: 20px;
  }
  .award-detail h4 {
    margin-top: 5px;
    font-size: 40px;
  }
  .award-section {
    margin-bottom: 30px;
  }
  .award-detail {
    margin-top: 20px;
  }
  .award-container {
    margin: 50px auto;
  }
  .award-section .award-info h3 {
    font-size: 30px;
    top: -5px;
  }
  .award-section .award-info h4 {
    font-size: 50px;
    bottom: -9px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .menu-margin {
    margin-top: 58px;
  }
  .country-banner.awards-banner {
    background-position: bottom center;
    padding: 50px 30px;
  }
  .award-detail h2 {
    font-size: 20px;
  }
  .award-detail h4 {
    margin-top: 5px;
    font-size: 40px;
  }
  .award-section {
    margin-bottom: 30px;
  }
  .award-detail {
    margin-top: 20px;
  }
  .award-container {
    margin: 50px auto;
  }
  .award-section .award-info h3 {
    font-size: 30px;
    top: -5px;
  }
  .award-section .award-info h4 {
    font-size: 50px;
    bottom: -9px;
  }
}

@media (min-width: 1250px) and (max-width: 1470px) {
  #site-navigation .menu > ul > li > a, #site-navigation .menu > li > a, .search-cart {
    padding: 26px 8px 26px 8px;
  }
}


@media (min-width: 993px) and (max-width: 1200px) {
  .menu-margin {
    margin-top: 58px;
  }
  .country-banner.awards-banner {
    background-position: bottom center;
    padding: 50px 30px;
  }
  .award-detail h2 {
    font-size: 20px;
  }
  .award-detail h4 {
    margin-top: 5px;
    font-size: 40px;
  }
  .award-section {
    margin-bottom: 30px;
  }
  .award-detail {
    margin-top: 20px;
  }
  .award-container {
    margin: 50px auto;
  }
  .award-section .award-info h3 {
    font-size: 42px;
    top: -5px;
  }
  .award-section .award-info h4 {
    font-size: 50px;
    bottom: -9px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .menu-margin {
    margin-top: 58px;
  }
  .country-banner.awards-banner {
    background-position: bottom center;
    padding: 50px 30px;
  }
  .award-detail h2 {
    font-size: 20px;
  }
  .award-detail h4 {
    margin-top: 5px;
    font-size: 40px;
  }
  .award-section {
    margin-bottom: 30px;
  }
  .award-detail {
    margin-top: 20px;
  }
  .award-container {
    margin: 50px auto;
  }
  .award-section .award-info h3 {
    font-size: 42px;
    top: -5px;
  }
  .award-section .award-info h4 {
    font-size: 50px;
    bottom: -9px;
  }
}

.verify-container h2{
  text-align: center;
    color: #343434;
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.verify-container h2:after {
    display: block;
    content: '';
    background-color: #23baec;
    height: 2px;
    width: 80px;
    margin: 18px auto;
}
.verify-container{
  margin-bottom: 60px;
}
.verify-section{
  justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #ddd;
    padding: 25px;
    background-color: #f7f7f7;
}
.verify-section {
  padding: 30px 0 0 18px;
}
.badges{
  padding: 24px;
}

@media (max-width: 768px) and (min-width: 320px){
  .verify-container h2 {
      font-size: 20px;
  }
  .badges{
    padding: 40px 10px 38px 10px;
  }
}

/*awards style ends*/
