/*** General CSS ***/
body {
    line-height: 1.7em;
}
.question{color:black;}

/*** Header Area ***/
/* Top Head */

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    text-transform: uppercase;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}

/*** Block Styles ***/
/* Button */
a.slider-btn {
  	color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 16px 30px !important;
    border-radius: 3px !important;
    border: 2px solid !important;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase !important;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    line-height: 50px;
    position: relative;
}
a.slider-btn:hover {
  	background: #fff !important;
}
a.slider-btn.right {
  	background: #fff !important;
  	margin-left: 20px !important;
}
a.slider-btn.right:hover {
  	color: #fff !important;
}
a.sppb-btn-custom {
    padding: 15px 30px;
    text-transform: uppercase;
  	color: #fff;
}
a.sppb-btn-custom:hover {
   	background-color:#000!important;
}

/* Title */
.title h3,
.title-1 h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    position: relative;
}
.title h3 {
    top: -15px;
}
.title p {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.title-2 p {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.title-1 {
    border-right: 2px solid #E7EEF6;
    position: absolute;
    bottom: 0px;
    padding-right: 7px;
}
#request .sppb-divider {
    width: 20%;
    margin-top: 0px!important;
    float: left;
}
.sppb-divider {
    width: 5%;
    left: 0;
    right: 0;
    margin: auto;
}
.sppb-btn-custom {
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 3px!important;
}
.sppb-btn-custom:hover {
    background-color: #000!important;
}
#expert p,
#frequently p,
#portfolio p,
#team p,
#we-do p,
#pricing p,
#blog p {
    margin-top:15px;
}

/* Slider */
.slider-color span {
	color: #fff;
}
.slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Feature */
.feature-item .home-features-contents:before {
    position: absolute;
    content: "";
    width: 8px;
    background: #1556a6;
    height: 100%;
    left: 15px;
    top: 0;
}
.feature-item .home-features-contents {
    padding: 20px;
    position: relative;
    padding-bottom: 15px;
}
.feature-item {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: .4s;
}
.feature-item:hover {
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.feature-item .home-features-title h3 {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}
.feature-item .home-features-title h5 {
    font-size: 14px;
}
.feature-item .home-features-contents h4 {
    color: #eff1f6;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
}
.feature-item img {
  	width: 100%;
}

/* Expert */
.expert-item .single-how-it-work {
    text-align: center;
    padding: 0 20px;
}
.expert-item .single-how-it-work h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
.expert-item .steps {
    height: 80px;
    width: 80px;
    background: #1556A6;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 15px;
}
.expert-item .single-how-it-work p {
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.expert-item:hover .steps {
    cursor: pointer;
    background: #000!important;
    -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

/* Business */
#business .sppb-icon-inner  {
    position: absolute;
    top: 43%;
    left: 41%;
    right: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 50%;  
}
#business .sppb-icon-inner i {
    color: #fff;
    transition: .3s;
    font-size: 50px;
    line-height: 78px;
    left: 18px;
    right: 0;
    margin: auto;
    padding-left: 11px;
}
.service-sub {
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.06)!important;
    transition: .4s;
}
.service-sub:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.32)!important;
}
.service-top .sppb-row {
    border-bottom: 1px solid #E7EEF6;
}

.service-sub h3 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}
.service-sub .sppb-media {
    background: #1556A6;
}
.service-content .sppb-addon-content {
    padding: 15px;
}
.service-content .sppb-addon-content p {
    font-size: 14px;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
} 
.service-content .sppb-addon-content a {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}   
.service-sub i {
    font-size: 26px;
    background: rgba(0, 0, 0, 0.3215686274509804);
    margin-right: 15px;
    line-height: 75px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: inline-block;
}

/* Portfolio */
#portfolio .sppb-row > div:first-child {
	  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    float: left;
    display: block;
    margin: 0 5px;
    background: #fff;
}
.portfolio p {
	  color: #fff!important;
}
.portfolio-top {
	  padding: 40px;
}
.portfolio-top p {
	  color: #000;
}
.portfolio-top ul {
	  padding-left: 0;
}
.portfolio-top ul li {
	  list-style: none;
}
.portfolio-top ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
  	border-radius: 0px;
}

/* Team */
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
    width: 100%;
}
.team-item {
    margin-top: 30px;
    position: relative;
}
.team-item .sppb-addon-title  {
    font-size: 20px;
    font-weight: 700;
} 
.team-item h6 {
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.team-item ul {
    padding: 0;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item h6 {
    color: #333;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item .sppb-addon-text {
    position: absolute;
    bottom: -40px;
    background: #fff;
    width: 74%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.37)!important;
    text-align: center;
    z-index: 2;
}
.team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.team-item ul li:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.team-item ul li a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50px;
}
.team-item ul li em {
    font-size: 20px;
    color: #AFAEAE;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li a:hover {
    background: #ffffff!important;
}
.team-item ul {
    position: absolute;
    left: 50%;
    top: -200px;
    transform: translateX(-50%);
    display: none;
    transition: .4s;
}
.team-social a:hover {
    color: #1556A6;
}
.team-item:hover ul {
    display: block;
    z-index:2;
}
.team-item ul li strong {
    display: none;
}
.team-item .sppb-img-container:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item .sppb-img-container {
    overflow: hidden;
}
.team-item .sppb-img-container:before {
    cursor: pointer;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1556A6;
    opacity: 0;
    display: block;
    z-index: 1;
    transition: .4s;
}
.team-item:hover .sppb-img-container:before {
    opacity: 0.9;
}

/* Testimonial */
h4.testimonial-job {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 30px;
    font-size: 25px;
}
.testimonial-item img {
    margin: 0 auto;
}
.testimonial-item p {
    line-height: 40px;
}

/* Pricing */
.title-pricing .sppb-icon-container {
    float: left;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}
.title-pricing .sppb-icon-container i {
    font-size: 25px;
}
.title-pricing p {
    font-size: 16px;
    padding-top: 12px;
}
.pricing-item {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    margin-bottom: 90px;
    padding: 50px 0;
}
#pricing .lt-pricing-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -25px;
}
.pricing-item ul li {
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: rgba(0,0,0,0.8);
}
.pricing-item .price-col h4,
.pricing-item .price-col-2 h4 {
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .2em;
}
.pricing-item .price-col-2 h4,
.pricing-item .price-col-2 ul li .price,
.pricing-item .price-col-2 ul li.heading strong {
    color: #f2784b!important;
}
#pricing .lt-pricing-2 {
    border:6px solid #f2784b;
}
#pricing-item a.button-pricing {
    background:#f2784b!important;
    border: 1px solid #ddd;
    border-radius: 3px; 
}
.pricing-item .price-col ul li .price,
.pricing-item .price-col-2 ul li .price {
    font-size: 30px;
    font-weight: 700;
}
.pricing-item .price-col ul li .heading,
.pricing-item .price-col-2 ul li .heading {
    font-size: 30px;
    font-weight: 700;
}
.pricing-item a.button-pricing strong {
    display: none!important;
}
.pricing-item .price-col-2 a.button-pricing,
.pricing-item a.button-pricing {
    font-size: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #777;
    padding: 10px 25px;
    border-radius: 5px;  
}
.pricing-item a.button-pricing:hover {
    color: #ffffff!important;
}
.pricing-item .price-col-2 a.button-pricing:hover,
.pricing-item a.button-pricing:hover {
    -webkit-box-shadow: 0 4px 15px -6px rgba(0,0,0,0.5);
    box-shadow: 0 4px 15px -6px rgba(0,0,0,0.5);
}

/* Ourservice */
#service-bottom .sppb-btn-custom {
    background: #ffffff!important;
}
#service-bottom .sppb-btn-custom:hover {
    background: none!important;
    border: 1px solid #fff!important;
}
.service-bottom h3 {
    font-weight: 700;
}

/* Client */
.client-item  {
    padding: 30px 0;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

/* Contact */
.contact-us ul {
  	padding-left: 0;
}
.contact-us ul li {
  	list-style: none;
    margin: 20px 0;
    font-size: 15px;
    color: #100e0e;
}
.contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.contact-us ul li strong {
  	display: none;
}

/* Counter */
.count {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-left: 9px;
}
.counter-area {
    padding: 55px 0;
}
.single-counter {
    color: #fff;
    text-align: center;
}
.single-counter h3 {
    font-size: 42px;
    font-weight: 600;
} 
.single-counter i {
    margin-right: 20px;
}
.single-counter p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-counter strong {
    display: none!important;
}

/* Frequently */
.sppb-panel-heading {
    background: none!important;
    border-radius: 50px!important;
}
.sppb-panel-modern {
    border-radius: 50px!important;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 22px;
}

/* Footer Copyright */
#sp-footer {
    text-align: left;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	background: #fff;
      	padding: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !important;
  }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, a.slider-btn, a.slider-btn.right:hover,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.sppb-btn-custom, .counter, .pricing-item a.button-pricing:hover, #service-bottom {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.service-item:hover .sppb-icon-container i, .title b, .service-item-2 .sppb-icon-container i, .about-content h4, .contact-us ul li em, 
.contact-form h4, .pricing-item .price-col ul li .price, .pricing-item ul li strong, .pricing-item a.button-pricing, h3.testimonial-name, .slider-title h2,
a.slider-btn:hover, a.slider-btn.right {
  	color: var(--text-color) !important; 
}
.slider-content, .slider-btn a, .sppb-divider, .pricing-item a.button-pricing, a.slider-btn, a.slider-btn.right:hover {
  	border-color: var(--text-color) !important;
}

/* CSS BY WDMTECH TEAM*/

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li.active > a{color:#fff;}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li.active:hover > a{color: #000;}
.sp-megamenu-parent > li.active > a{font-weight: 700;}
.menu-class img {
  float: left;
  margin-right: 5px;
  margin-top: 12px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{line-height:50px;}
.sp-megamenu-wrapper.d-flex{display:inherit !important;}
.sp-megamenu-wrapper .sp-megamenu-parent{float: left;}
.burger-icon{max-width: 20px;}
.burger-icon > span{background-color: #fff;margin: 4px 0;}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span{line-height: 45px;}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li > a{padding: 0.125rem 0;}
.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span{opacity: 1;}
.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone{max-height: 45px;width: auto;}
.offcanvas-active .burger-icon > span:nth-child(1), #modal-menu-toggler.active .burger-icon > span:nth-child(1){transform: translate(0, 7px) rotate(-45deg);}
.sp-module.latest_news #eb .mod-table, .sp-module.latest_news #eb .eb-mod-title{display: inline-block;width: auto;}
.sp-module.latest_news #eb .mod-item + .mod-item{border:none;padding: 0;margin: 0;}
.sp-module.latest_news #eb .mod-item{line-height: 1.7;}
.sp-module.latest_news #eb .eb-mod-title{font-size: 1rem;font-weight: normal;padding: 0;}
.sp-module.latest_news #eb .eb-mod-title a{color: #252525;font-weight: normal;text-decoration: underline;}
.sp-module.latest_news #eb .eb-mod-title a:hover, .sp-module.latest_news #eb .eb-mod-title a:focus{text-decoration: none;}
.sp-module.latest_news #eb .mod-muted{font-size: 80%;line-height: 1.7;color: #212529;}
.sp-module.latest_news #eb .mod-item:before, .sp-module.latest_news #eb .mod-item:after{display: none;}
body.ltr #offcanvas-toggler.offcanvas-toggler-right{color: #fff;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{position: relative;
padding-right: 15px;
padding-left: 15px;}
body #eb .eb-headers.t-mb--md, body #eb .eb-headers.t-mb--md .t-mb--md{margin-bottom: 0 !important;}
#eb .eb-container .eb-authors-head .eb-authors-subscribe{margin:0;}
#eb .eb-container .eb-authors-head{background:none;padding:0;}
#eb .eb-container .eb-authors-name {
  font-size: 1.55rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#eb .eb-post-listing__item{line-height: 1.6;
background-color: #dddcdc40;
box-shadow: rgb(0 0 0 / 30%) 2px 2px 2px;
color: #2d2d2c;
padding: 1.5rem;
border-radius: 1.5rem;}
#eb .eb-post-head .eb-post-title{font-size: 25px;
line-height: 1.6;
font-weight: bold;
padding: 0 0 5px;
border-bottom: 1px solid #bfbfbf;
color: #0324c3;}
#eb .eb-post-listing__item .eb-post-body > br, #eb .eb-post-listing__item .eb-post-body p:empty, hr.blogfactory-read-more{display: none;}
#eb .eb-post-listing__item .eb-post-more{float: right;margin: 0 !important;}
#eb .eb-post-listing__item .eb-post-more .btn{
text-transform: uppercase;
background: #c9222e !important;
padding: 6px 10px;
font-size: 16px;
border: 2px solid #291216 !important;
color: #fff !important;
text-decoration: underline !important;
font-weight: normal;
border-radius: .2rem;
line-height: 1.5;
}
#eb .eb-post-listing__item .eb-post-more .btn:hover{text-decoration: none !important;}
#eb .eb-entry-head .reset-heading {
  font-size: 1.65rem;
  color: #2ba84a;
  font-weight: bold;
}


/* OLD TEMPLATE CSS*/

/**
 * @package Helix Ultimate Framework
 * @author ltheme https://www.ltheme.com
 * @copyright Copyright (c) 2010 - 2018 ltheme
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
img.blog_img_size {
    height: auto;
    display: block;
    width: 300px;
}
tr.tbl_mobile_head {
    display: table-row;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    background-color: #1d9f2d;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
tr.tbl_casinos_mobile td {
    border: 1px solid #000;
    padding: 10px;
    width: 50%;
}
p.img-news {
    float: left;
  display: block;}

.blogfactory-post-list {
  line-height: 1.6;
    position: relative;
    margin: 0 auto 1rem;
    background-color: #dddcdc40;
    box-shadow: rgb(0 0 0 / 30%) 2px 2px 2px;
    color: #2d2d2c;
    padding: 1.5rem;
    border-radius: 1.5rem;
    z-index: 10;
}
h3.heading_footer {
    text-transform: uppercase;
    font-size: 1.5rem !important;
    margin-bottom: 20px;
    line-height: 40px;
    color: #ff5d5d;
    font-weight: bold;
    letter-spacing: 1px;
    /* text-align: center; */
}
.rank-best__item {
    margin: 10px 20px;
    font-size: 18px;
}

.blogfactory-post-title a {
    color: #0324c3 !important;
    text-decoration: none;
  font-size: 25px;
}
.rank-best {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
	display: flex;
  margin: 10px 20px;

}
.rank-best__item {
    color:#132968;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin: 5px 4px;
    font-size: 18px;
	display: flex;
  
}

.rank-best__item {
    color:#132968;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
   margin: 10px 20px;
    font-size: 18px;
}








 .menu-class img {
 
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    margin-top: 12px;
}
 
.hp_number {
    display: inline-block;
    background: #f3000c;
    color: #fff;
    width: 24px;
    height: 23px;
    line-height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin-right: 11px;
    border: 2px solid #a3a0a0;
} 
 
@media only screen and (min-width:992px){

  
  .h2-head{line-height: 2rem;}
  .boxfaq2{width:99%;}
  .box2{width:99%;}
}
.content-box-info {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 0px 0 rgb(0 0 0 / 19%);
    border: 1px solid #eee;
    margin: 1%;
}
span.read_review_hp {
    text-align: center;
    font-size: 15px;
    padding: 38px 34px;
    line-height: 50px;
    font-weight: 600;
    text-decoration: underline;
    color:black;
}
 .blogfactory-post-list {
    margin-top: 20px;
}
 
 div.blogfactory-post-title {
    border-bottom: 1px solid #bfbfbf !important;
}

h1.blog_title_news {
    font-size: 1.65rem;
    color: #2ba84a;
    font-weight: bold;
}

.blogfactory-post-read-more {
    float: right;
}
a.btn.btn-small.btn-sm.btn-secondary {
    text-transform: uppercase;
    background-color: #c9222e;
    padding: 6px 10px;
    font-size: 16px;
    border: 2px solid #291216;
}



h3 {
    text-transform: uppercase;
    font-size: 1.45rem !important;
    margin-bottom: 20px;
    line-height: 40px;
  color:#a52a2a;
  font-weight:bold !important;
  letter-spacing: 1px;
}
h3.bg_h4 {
   font-size: 1.55rem !important;
  text-transform:uppercase;
  font-weight:bold;
    color: #006600;
}

span.info-type {
    color: #000000;
    font-weight: bold;
}
table.casino-info-reviews tr td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
}
table.casino-info-reviews {
    width: 100%;
    background-color: aliceblue;
  margin-top:20px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
  
  .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 
   .h2-head{line-height: 2rem;}
}


@media only screen

  and (min-device-width: 600px)

  and (max-device-width: 960px)

  and (-webkit-min-device-pixel-ratio: 3) {

  .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 
    .boxfaq2{width:99%;}
 .h2-head{line-height: 2rem;}
}

.homepage_mobile_tbl{
    background-color: #607d8b !important;
    text-align: center;
    color: white;
    text-transform:uppercase;
}



@media only screen

  and (min-device-width: 375px)

  and (max-device-width: 812px)

  and (-webkit-min-device-pixel-ratio: 3) {

  .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 

}


@media only screen

  and (min-device-width: 810px)

  and (max-device-width: 1080px)

  and (-webkit-min-device-pixel-ratio: 2) {

.section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 

}

@media only screen

  and (min-device-width: 834px)

  and (max-device-width: 1194px)

  and (-webkit-min-device-pixel-ratio: 2) {

 .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 


}


@media only screen

  and (min-device-width: 360px)

  and (max-device-width: 740px)

  and (-webkit-min-device-pixel-ratio: 4) {

  .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 
    .boxfaq2{width:99%;}
    .rank-best__item {
    color: #132968;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin: 5px 4px;
    font-size: 13px;
}
    .rank-best, .rank-best__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
p.img-news {
    float: none;
    display: block;}
}

@media only screen

  and (min-device-width: 414px)

  and (max-device-width: 896px)

  and (-webkit-min-device-pixel-ratio: 3) {

 .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 

}






@media only screen

  and (min-device-width: 360px)

  and (max-device-width: 718px)

  and (-webkit-min-device-pixel-ratio: 2) {

  .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 

}
@media only screen

  and (min-device-width: 375px)

  and (max-device-width: 812px)

  and (-webkit-min-device-pixel-ratio: 3)

  and (orientation: portrait) {

    .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 
.rank-best__item {
    color: #132968;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    margin: 5px 4px;
    font-size: 13px;
}
.rank-best, .rank-best__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

}

@media only screen

  and (min-device-width: 414px)

  and (max-device-width: 896px)

  and (-webkit-min-device-pixel-ratio: 3) {

  .section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 

}






 
 .span_1_of_4 {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: aliceblue;
    border-radius:5px;
}
 .freebonus {
    color: brown;
    padding: 5px;
    text-transform: uppercase;
}
.playnow {
    padding: 10px;
    text-align: center;
    margin-top:10px;
}
.firstdeposit {
    padding: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
}
.coupon_code {
    padding: 5px;
}
 
.bonus-value-section{
 background: white;
    color: black;
  
    border-top: 0px;
    display: flex; 
    margin-top:18px !important;
}
 
.section-rating {
    position: absolute;
    right: 50px;
   margin-top: -55px;
    font-size: 0px;
    font-family: arial, "helvetica neue", "nimbus sans l", freesans, sans-serif;
    font-weight: bold;
    line-height: 20px;
} 
 
table.deposit_tbl {
    width: 100%;
    margin-bottom:25px;
}
span.bullet-q {
    text-align: center;
    vertical-align: baseline;
}
.faq-info {
    background-color: #fff;
    margin-bottom: 14px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 5px #acaaaa;
    border-radius: 5px;
    padding: 14px;
}

.question-point {
    float: left;
    background-color: brown;
    height: 25px;
    width: 25px;
    border-radius: 18px;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;

}
tr.deposit_heading {
    color: #fff;
    background-color: #03898d;
    text-transform: uppercase;
}
tr.deposit_heading td {
    padding: 10px;
    text-align: center;
}
tr.deposit_info td {
    padding: 13px;
    background-color: #f0f8ff;
    border: 1px solid #efe9e9;
    font-size: 15px;
}
 
.review-info1 {
    text-align: center;
}
 span.details {
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    background-color: brown;
    border-radius: 4px;
    text-decoration: underline;
}
 span.welcomebonus-review {
    font-size: 18px;
}
span.coupon-review {
    border: 2px dashed #790c0c;
    padding: 4px;
    border-radius: 3px;
    background-color: aliceblue;
}

h3.bg_h4 {
    color: indianred;
    font-weight: 500;
}
span.nodeposit-review {
    font-size: 18px;
    color: brown;
    font-weight: bold;
}

img.img-review {
    width: 300px;
    margin-bottom: 20px;
}

 
.review-top-bullets ul li:before {
    font-size: 1.375rem;
    left: -33px;
    content: "\e801";
    font-family: "arial";
    top: -7px;
    padding-right: 10px;
    color: #38ae55;
    width: 20px;
    height: 24px;
    align-self: flex-start;
}
 
 
.review-top__ratings__rating {
    display: flex;
}
 .review-top__ratings-score {
    font-size: 1.125rem;
}
 
 .review-top__ratings-total {
    font-size: .875rem;
    color: #c2c2c2;
    padding-left: 5px;
    position: relative;
}
 

.specs-tbl {
    width: 100%;
    text-align: left;
    border-spacing: 0px;
}

.section-header-info {
    background: white;
    color: black;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 2.575px 4.286px 14.85px 0.15px rgb(29 29 29 / 15%);
    border: 1px solid #e1e6ea;
    border-top: 0px;
    display: flex; 
}
.specs-tbl td {
    text-align: right;
    width: 10%;
}
.progress{background-color:#5e9ede !important;}
 
.rating {
    display: flex;
}
.rating .stars span.star {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-image: url(../images/star-norating.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.rating .stars span.star.active{
background-image: url(../images/star-rate.svg)
}
.block-company-ranking .item .item-left a .rating {
    display: flex;
}
.review-section{
    border:2px solid #d7d7d7;
    margin-top: 20px;
    background: #fff !important;
    padding: 0px 25px;
    box-shadow: 0 2px 5px #d7d7d7;
}

h2.label, #eb h2.label{
margin-bottom: 20px;
color: green;
margin-top: 20px;
text-transform: uppercase;
font-weight: bold;
font-size: 1.55rem;
letter-spacing: 1px;
padding: 0;
display: inherit;
text-align: left;
line-height: 1.2;
border-radius: 0;
}
.caption-box {
    background: #F3F3F3;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
}
.btn-review::after {
    clear: both;
    content: "";
    display: block;
}

.stars .fill:before {
    background-image: url(../images/stars-active.svg);
}
.playnow_screenshot {
    display: block;
    line-height: 50px;
}



.btnreview{
    background: #ba0202 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 6px #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    width: 142px;
    text-align: center;
        display: inline-block;

}


.btn-review{
    background: #ba0202 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 6px #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 300px;
    text-align: center;
        display: inline-block;

}


.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
  padding-left:15px;
  padding-right:15px;
  position:relative;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
.section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 
  
} 
@media only screen and (max-width: 740px) {
  .box2{width:99%;}
  .boxfaq2{width:99%;}
  .box2{width:99% !important;}
  
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100% !important; }
.section.group.section-header-info {
    display: block;
}
  .section.group.bonus-value-section {
    display: block;
}
.review-payment-tbl {
    overflow: scroll;
}
  .section-rating{
    
    position:unset;
    margin-top:-10px;
  } 
  
} 
 
 
 
body{
font-family:arial, "helvetica neue", "nimbus sans l", freesans, sans-serif;
  background-color:#f9f9f9;
}

.colorsection{background-color:#E5EFEF;}


h1{text-transform:uppercase;}


.menufootermenu li{
background: url(/images/footer-li.png) 10px 6px no-repeat;
    padding-left: 28px!important;
}

.footertxt{text-align:left;}

.faq-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  max-width: 50%;}

.ptag {
    padding: 1.5rem!important;
}


.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}


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

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.bg-dark {
    background-color: #343a40!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.text-secondary {
    color: #6c757d!important;
}



h3.h3head {
    font-size: 1.40em;
  color:brown;
}

.image-bullets li{position: relative;
  border:1px solid #636363;
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
    margin: 0.5em 1em 0.5em -1.5em;
    background: white;
    color: #000;
    text-decoration: none;
    border-radius: 0.3em;
    transition: all 0.3s ease-out;}

.image-bullets li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.3em;
    background: #2ba84a;
    color: #fff;
    height: 2.5em;
    left: -1em;
    width: 2.5em;
    line-height: 2em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: 700;

    transition: all 0.3s ease-out;}



ul.image-bullets-list {
   list-style-type:none;
  background-color: #2ba84a;
    border-radius: 5px;
}
.image-bullets-list li {
    background-color: #efefeff2;
    margin-bottom: 1px;
    padding: 5px 15px;
}

.icon-cntr{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
	font-family: arial,"helvetica neue","nimbus sans l",freesans,sans-serif;
	font-weight:normal;
}


.icon-cntr img{
  
  
      float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 90px;
}






::marker {
    font-size: 22px;
}
span.numbering {
    text-align: center;
    vertical-align: middle;
}
.a-bullet{
float: left;
    background-color: #a52a2a;
    height: 25px;
    width: 25px;
    border-radius: 18px;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    text-align: center;
}

.question{font-size:16px !important;    font-weight: bold;
    margin-bottom: 15px; line-height:24px !important}

.answer{margin-left:35px;}
.faqsection {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #e5ece7;
}
ul.bulletlist {
    line-height: 30px;
  list-style: none;
  background: #ffffff;
  padding: 20px 30px;
  border-radius:4px;
  box-shadow:0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 0px 0 rgb(0 0 0 / 19%);
  
}
.bulletlist   li{
 padding: 0px 10px 10px 10px;
    list-style-type: initial;
    margin-left: 10px;
}

  

table.pros {
    width: 98%;
}
.head-color{
    color: #950700;
}
tr.heading-td td {
   
    font-size: 24px;
}

.h3-head-pro{font-size: 1.25rem;
  color:#a52a2a;
    line-height: 2.5rem;
    margin-right: 24px;
    margin-bottom: 24px;
    letter-spacing: 1px;
  font-size: 1.65rem !important;
    background: url(../images/thumbs-pro.png) no-repeat;
    padding-left: 40px;
  font-weight:bold;
    }



.h3-heading{
  font-size: 1.55rem;
    line-height: 2.5rem;
    border-radius: 5px; 
  color: #006600;
    font-weight: bold;

 }

.box2 {
    width: 48%;
    float: left;
    padding: 10px;
    border: 1px solid #e7ebff;
    margin: 10px;
    border-radius: 4px;
    background-color: #e7ebff;
}
.boxfaq2{
    width: 50%;
    float: left;
    padding: 10px;
    border-radius: 4px;
   
}

.h3-head-cons{font-size: 1.65rem !important;
    line-height: 2.5rem;
  color:#a52a2a;
    margin-right: 24px;
  font-weight:bold;
    margin-bottom: 4px;
    letter-spacing: 1px;
  font-size: 1.55rem;
    background: url(../images/thumbs-cons.png) no-repeat;
    padding-left: 40px;
    }

.pros-td td{width:40%; padding:14px;padding:9px;}

.content-box{
box-sizing: border-box;
  border: 0 solid #e2e8f0;padding:10px;}
.h2-head{font-size: 1.75rem;
    line-height: 3.5rem;margin-left: 10px;
   margin-right: 24px;letter-spacing: 1px; 
text-transform:uppercase;
  font-weight:bold;
  color:green;
}



.section-col{
    border-radius: 8px;
    overflow: hidden;
  margin-top:20px;
    margin-bottom:20px;
  padding:10px;
}
.img-logo-tbl{    
width: 150px;
    height: 65px;
    border-radius: 4px;}
span.coupon-code {
    margin-top: 10px;
    font-size: 13px;
}
span.welcome-bonus {
    color: black;
    font-weight: 500;
  line-height: 34px;
  font-size: 17px;
  font-weight:bold;
}
span.codebonus {
    border-radius: 3px;
    color: white;
    font-size: 14px;
    box-shadow: inset 0 0 3px #000000;
    padding: 3px 5px;
    background-color: #2ba84a;
}
span.currency-type {
    background-color: #5f9ea0;
    font-size: 13px;
    color: white;
    /* border-radius: 4px; */
    padding: 2px 4px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
}
span.currency {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}

.divTableRow {
	border-top: 2px solid #878686;
    border-bottom: 2px solid #878686;
    display: inline-table;
    border-radius: 4px;
    background-color: #f6f6f67a;
    margin-top: 10px;
    border-left: 2px solid #878686;
    border-right: 2px solid #878686;
  box-shadow:0 0 16px rgb(22 26 38 / 13%);
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {

	display: table-cell;
	padding: 8px 10px;
      vertical-align: middle
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: grid;
}




span.nodeposit-bonus {
    color: #c50000;
    font-weight: bold;
  font-size:22px;
  line-height: 36px;
}
.playnow-button:hover {
    background: green;
    box-shadow: 0 3px #000;
    transform: translateY(3px);
}
.playnow-button {
    background-color: #ba0202;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px #000;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
}

.playnow-button-home:hover {
    background: green;
    box-shadow: 0 1px #000;
    transform: translateY(3px);
}
.playnow-button-home {
    background-color: #ba0202;
    color: #fff;
    padding: 3px 6px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 1px;
}
.nodeposit-bonus-head{
    
    color: #c50000;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}
h1.news_heading_h1 {
    font-size: 1.55rem;
}
.heading_top_table {
    font-size: 15px !important;
    line-height: 1px;
    text-align: center;
    margin-top: 0px;
    background-color:#787777 !important;
    color:white;
    letter-spacing: 1px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.img-head-logo{
    border-radius:5px;
}

.top-tbl tr td{
padding: 5px 8px;
border: 1px solid #fbfbfb;
    background-color: #e9e9e9;
}


body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 73px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 73px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2, .sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 28px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #044cd0;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #044cd0;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #252525;
}
.article-info > span a:hover {
  color: #044cd0;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1{
  font-size: 30px;
  text-transform: uppercase;
    margin-bottom: 25px;
  color:green;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f006";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
  padding: 0px 14px;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
  text-decoration:underline;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
 
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
font-size: 15px;
    letter-spacing: 1px;
  margin: 0;
}
.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
.sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
#offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
#offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.offcanvs-position-left .body-wrapper {
  left: 0;
}
.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
.offcanvs-position-right .body-wrapper {
  right: 0;
}
.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}

.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: FontAwesome;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
  margin-left: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}

/**************** Color - Preset .css *****************/

:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}
.lt-slider-color i,
.lt-intro-item .sppb-icon,
.lt-about .sppb-row,
.tp-caption a.btn-slider,
.lt-testimonial:before,
div.itemCommentsForm form input#submitCommentButton,
div.itemCommentsForm form input#submitCommentButton:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color);
}
.sppb-btn-custom {
	background-color: var(--background-color)!important;
}

.lt-intro-title .sppb-addon-content:before,
.lt-intro-item:hover .sppb-icon i,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.tp-caption a.btn-slider,
.lt-pricing-item a.button-pricing,
.lt-contact-us ul li em,
.lt-contact-form h4,
div.k2ItemsBlock ul li a {
	color: var(--text-color);
}
 #lt-portfolio .sppb-section-title .sppb-title-heading,
#sp-bottom a,
div.k2ItemsBlock ul li span.moduleItemDateCreated,
.lt-pricing-item .price-col ul li .price, 
.lt-pricing-item .price-col-2 ul li .price,
.sppb-panel-title,
.tp-caption a.btn-slider-2,
.lt-pricing-item ul li strong,
.tp-caption a.btn-slider:hover,
.tp-caption.large_bold_black, .large_bold_black,
.sppb-panel-heading.active .sppb-toggle-direction {
  	color: #FFF !important;
  text-transform: uppercase;
  font-size: 14px;
}
li.item-251, li.item-252, li.item-253, li.item-254, li.item-255, li.item-158, li.item-159, li.item-160, li.item-161, li.item-162, li.item-163 {
    background: url(/images/footer-li.png) 3px 3px no-repeat;
    padding-left: 14px!important;
}

#lt-request .sppb-divider,
.tp-caption a.btn-slider,
.lt-pricing-item a.button-pricing,
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider-2,
.sppb-divider {
  border-color:var(--text-color)!important;
}
#sp-footer,
#lt-service-bottom,
#lt-counter,
.lt-team-item .sppb-img-container:before,
.lt-service-sub .sppb-media,
.tp-caption a.btn-slider-2:hover,
.lt-pricing-item a.button-pricing:hover,
#sp-section-1,
.lt-expert-item .steps,
.lt-feature-item .home-features-contents:before {
  background: rgb(43 168 74)!important!important;
}

/*************** End Of Color Preset .css *********************/



/****************************** Default .css *************************/

/* general css */
/**** Top ***/
#sp-section-1 {
    background-color: #141f22;
    color: #ffffff;
    padding: .625rem;
}
#sp-section-3 a:hover{color:black !important;}
#sp-section-2 {
    position: relative;
    padding: 20px 10px;
    background-color: #fff;
    top: 2px;  
}
#sp-section-3 {
    left: 0;
    z-index: 1;
    position: relative;
    right: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.is-sticky.header-area {
  	position: fixed!important;
}
#sp-top-left p {
    color: #a2a2a2!important;
    margin-bottom: 0px!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#sp-top1 ul li a {
    color: #828485!important;
}
#sp-top-right .info {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
#sp-top-right .info strong {
     display:none!important;
}
#sp-top-right .sp-contact-time,
#sp-top-right1 .sp-contact-day,
#sp-top-right2 .sp-location  {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}
.sp-megamenu-parent > li.active:hover > a{color:black !important;}
#sp-right .sp-module ul >li >a {
    color: #000!important;
}
#sp-top-right .fa-map,
#sp-top-right1 .fa-envelope,
#sp-top-right2 .fa-phone {
    font-size: 32px!important;
    float: left;
    padding-left: 5px;
    margin-right: 10px;
    width: 40px;
    color: #000000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
.sp-contact-email,
.sp-contact-time-top2 {
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
}
.sp-menu-item .current-item .active {
    padding-left:20px!important;
}
.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 0px;
    z-index: 99;
    display: block;
    float: left;
    position: relative;
}
.sp-contact-info {
    font-size: 18px;
}
 #sp-section-1 {
    background: #141f22;
    color: #ffffff;
    padding: 10px;
    z-index: 9999;
    left: 0;
    right: 0;
}
#sp-top-right .sp-module,
#sp-top-right1 .sp-module,
#sp-top-right2 .sp-module {
    position: relative;
    float: left;
    margin-left: 18px;
    color: #797979;
    text-align: left;
    text-transform: capitalize;
    padding: 0px 24px 0px 12px;
    
}
#sp-top-right .sp-module,
#sp-top-right1 .sp-module {
    border-right: 2px dotted #DAD7D7;
}
#sp-top-right2 .sp-module {
    border: 0px!important;
}
#sp-section-2 ul li {
    list-style: none;

}
#sp-section-2 ul {
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 1px;
}
body {
    background: #fff!important;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}
#sp-section-3 {
    background: #2ba84a;
}
/* Sticky menu */
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/*** Logo ***/
.header-area .logo {
	  padding: 14px 0;
}

/*** Menu ***/
body .sp-megamenu-parent > li > a {
    color: #ffffff;
    
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	  color: #000!important;
}
body .sp-megamenu-parent > li.active > a {
    color: #FFF !important;
    font-weight: 700;
    padding-left: 0px;
}
#sp-section-3 .col-lg-12 {
    padding-left: 0px;
}
.sp-megamenu-parent > li.active:hover a {
    color: #5da9ff!important;
}
.sp-megamenu-parent > li:hover a {
    color: #5DA9FF!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #e9e4e4;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 12px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 10px;
  text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item> a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item> a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #000!important;
    padding-left: 5px;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
#offcanvas-toggler > .fa {
    color: #ffffff!important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	line-height: 45px;
	border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	border-top: 1px solid #E8EEF3;	
}

/**** Button ****/
.tp-caption a.btn-slider,
.tp-caption a.btn-slider-2 {
      padding: 6px 30px;
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     border-radius: 3px;
     float: left;
     color: #fff!important;
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
 }
.tp-caption a.btn-slider:hover {
    background-color: #ffffff!important;
    border: 2px solid transparent;
}

.tp-caption a.btn-slider-2 {
    background-color:#ffffff!important;
}
.tp-caption a.btn-slider-2:hover {
    color: #ffffff!important;
}


/*** General ****/
.lt-title h3,
.lt-title-1 h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    position: relative;
}
.lt-title h3 {
    top: -15px;
}
.lt-title p {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.lt-title-2 p {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.lt-title-1 {
    border-right: 2px solid #E7EEF6;
    position: absolute;
    bottom: 0px;
    padding-right: 7px;
}
#lt-request .sppb-divider {
    width: 20%;
    margin-top: 0px!important;
    float: left;
}
.sppb-divider {
    width: 5%;
    left: 0;
    right: 0;
    margin: auto;
}
.sppb-btn-custom {
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 3px!important;
}
.sppb-btn-custom:hover {
    background-color: #000!important;
}
#lt-expert p,
#lt-frequently p,
#lt-portfolio p,
#lt-team p,
#lt-we-do p,
#lt-pricing p,
#lt-blog p {
    margin-top:15px;
}

/*** Slider ***/
.lt-slider-color span {
	color: #fff;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** Feature ***/
.lt-feature-item .home-features-contents:before {
    position: absolute;
    content: "";
    width: 8px;
    background: #1556a6;
    height: 100%;
    left: 15px;
    top: 0;
}
.lt-feature-item .home-features-contents {
    padding: 20px;
    position: relative;
    padding-bottom: 15px;
}
.lt-feature-item {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: .4s;
}
.lt-feature-item:hover {
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.lt-feature-item .home-features-title h3 {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}
.lt-feature-item .home-features-title h5 {
    font-size: 14px;
}
.lt-feature-item .home-features-contents h4 {
    color: #eff1f6;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
}

/**** Expert ****/
.lt-expert-item .single-how-it-work {
    text-align: center;
    padding: 0 20px;
}
.lt-expert-item .single-how-it-work h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
.lt-expert-item .steps {
    height: 80px;
    width: 80px;
    background: #1556A6;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 15px;
}
.lt-expert-item .single-how-it-work p {
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.lt-expert-item:hover .steps {
    cursor: pointer;
    background: #000!important;
    -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

/**** Business ****/
#lt-business .sppb-icon-inner  {
    position: absolute;
    top: 43%;
    left: 41%;
    right: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 50%;  
}
#lt-business .sppb-icon-inner i {
    color: #fff;
    transition: .3s;
    font-size: 50px;
    line-height: 78px;
    left: 18px;
    right: 0;
    margin: auto;
    padding-left: 11px;
}
.lt-service-sub {
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.06)!important;
    transition: .4s;
}
.lt-service-sub:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.32)!important;
}
.lt-service-top .sppb-row {
    border-bottom: 1px solid #E7EEF6;
}

.lt-service-sub h3 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}
.lt-service-sub .sppb-media {
    background: #1556A6;
}
.lt-service-content .sppb-addon-content {
    padding: 15px;
}
.lt-service-content .sppb-addon-content p {
    font-size: 14px;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
} 
.lt-service-content .sppb-addon-content a {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}   
.lt-service-sub i {
    font-size: 26px;
    background: rgba(0, 0, 0, 0.3215686274509804);
    margin-right: 15px;
    line-height: 75px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: inline-block;
}

/*** Portfolio ***/
#lt-portfolio .sppb-row > div:first-child {
	  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    float: left;
    display: block;
    margin: 0 5px;
    background: #fff;
}
.lt-portfolio p {
	  color: #fff!important;
}
.lt-portfolio-top {
	  padding: 40px;
}
.lt-portfolio-top p {
	  color: #000;
}
.lt-portfolio-top ul {
	  padding-left: 0;
}
.lt-portfolio-top ul li {
	  list-style: none;
}
.lt-portfolio-top ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}

/*** Team ***/
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
    width: 100%;
}
.lt-team-item {
    margin-top: 30px;
    position: relative;
}
.lt-team-item .sppb-addon-title  {
    font-size: 20px;
    font-weight: 700;
} 
.lt-team-item h6 {
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.lt-team-item ul {
    padding: 0;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item h6 {
    color: #333;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item .sppb-addon-text {
    position: absolute;
    bottom: -40px;
    background: #fff;
    width: 74%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.37)!important;
    text-align: center;
    z-index: 2;
}
.lt-team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.lt-team-item ul li:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.lt-team-item ul li a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50px;
}
.lt-team-item ul li em {
    font-size: 20px;
    color: #AFAEAE;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item ul li a:hover {
    background: #ffffff!important;
}
.lt-team-item ul {
    position: absolute;
    left: 50%;
    top: -200px;
    transform: translateX(-50%);
    display: none;
    transition: .4s;
}
.team-social a:hover {
    color: #1556A6;
}

.lt-team-item:hover ul {
    display: block;
    z-index:2;
}
.lt-team-item ul li strong {
    display: none;
}
.lt-team-item .sppb-img-container:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item .sppb-img-container {
    overflow: hidden;
}
.lt-team-item .sppb-img-container:before {
    cursor: pointer;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1556A6;
    opacity: 0;
    display: block;
    z-index: 1;
    transition: .4s;
}
.lt-team-item:hover .sppb-img-container:before {
    opacity: 0.9;
}

/**** Testimonial ****/
#lt-testimonial .tp-caption.large_bold_black, .large_bold_black {
    font-size: 30px;
}
#lt-testimonial .tp-caption.large_bold_black_2, .large_bold_black_2 {
    font-weight: 400!important;
    font-size: 20px;
    font-style: italic;
}
/* Pricing */
.lt-title-pricing .sppb-icon-container {
    float: left;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}
.lt-title-pricing .sppb-icon-container i {
    font-size: 25px;
}
.lt-title-pricing p {
    font-size: 16px;
    padding-top: 12px;
}
.lt-pricing-item {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    margin-bottom: 90px;
    padding: 50px 0;
}
#lt-pricing .lt-pricing-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -25px;
}
.lt-pricing-item ul li {
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: rgba(0,0,0,0.8);
}
.lt-pricing-item .price-col h4,
.lt-pricing-item .price-col-2 h4 {
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .2em;
}
.lt-pricing-item .price-col-2 h4,
.lt-pricing-item .price-col-2 ul li .price,
.lt-pricing-item .price-col-2 ul li.heading strong {
    color: #f2784b!important;
}
#lt-pricing .lt-pricing-2 {
    border:6px solid #f2784b;
}
#lt-pricing-item a.button-pricing {
    background:#f2784b!important;
    border: 1px solid #ddd;
    border-radius: 3px; 
}
.lt-pricing-item .price-col ul li .price,
.lt-pricing-item .price-col-2 ul li .price {
    font-size: 30px;
    font-weight: 700;
}
.lt-pricing-item .price-col ul li .heading,
.lt-pricing-item .price-col-2 ul li .heading {
    font-size: 30px;
    font-weight: 700;
}
.lt-pricing-item a.button-pricing strong {
    display: none!important;
}
.lt-pricing-item .price-col-2 a.button-pricing,
.lt-pricing-item a.button-pricing {
    font-size: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #777;
    padding: 10px 25px;
    border-radius: 5px;  
}
.lt-pricing-item a.button-pricing:hover {
    color: #ffffff!important;
}
.lt-pricing-item .price-col-2 a.button-pricing:hover,
.lt-pricing-item a.button-pricing:hover {
    -webkit-box-shadow: 0 4px 15px -6px rgba(0,0,0,0.5);
    box-shadow: 0 4px 15px -6px rgba(0,0,0,0.5);
}

/***** Ourservice  ****/
#lt-service-bottom .sppb-btn-custom {
    background: #ffffff!important;
}
#lt-service-bottom .sppb-btn-custom:hover {
    background: none!important;
    border: 1px solid #fff!important;
}
.lt-service-bottom h3 {
    font-weight: 700;
}

/*** Blog ***/
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 31%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    color: #dfd9d9;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 22px;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 13px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    color: #000;
}
div.k2ItemsBlock ul li:nth-child(3n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}

/*** Client ***/
.lt-client-item  {
    padding: 30px 0;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

/*** Contact ***/
.lt-contact-us ul {
  	padding-left: 0;
}
.lt-contact-us ul li {
  	list-style: none;
    margin: 20px 0;
    font-size: 15px;
    color: #100e0e;
}
.lt-contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.lt-contact-us ul li strong {
  	display: none;
}

/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
    border-top: 0px solid #ffffff !important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_field_name {
  	color: #000!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
  	width: 100%;
}
.creativecontactform_field_box:nth-child(2) {
    width: 48%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3) {
    width: 50%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
    margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}

/*** Counter ****/
.count {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-left: 9px;
}
.counter-area {
    padding: 55px 0;
}
.single-counter {
    color: #fff;
    text-align: center;
}
.single-counter h3 {
    font-size: 42px;
    font-weight: 600;
} 
.single-counter i {
    margin-right: 20px;
}
.single-counter p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-counter strong {
    display: none!important;
}

/**** Frequently ****/
.sppb-panel-heading {
    background: none!important;
    border-radius: 50px!important;
}
.sppb-panel-modern {
    border-radius: 50px!important;
}


/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 15px;
    line-height: 1.6;
}

/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 30px;
}
#sp-footer a {
  color: #FFF!important;
}

/*** Responsive ***/

/* Screen min 980px and max 1199px */
@media (min-width: 1500px) and (max-width: 1900px) {
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: -219px!important;
 }
}
@media (min-width: 1200px) and (max-width: 1500px) {
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: -219px!important;
 }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        padding: 0 7px!important;
  }
  .lt-service-sub h3 {
        font-size: 15px!important;
  }
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
        left: auto;
        right: -285px!important;
   }
}

/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
	.sppb-text-left .sppb-img-responsive  {
        width: 100%!important;
    }
    #sp-top-right,
    #sp-top-right1,
    #sp-top-right2 {
        display: none!important
    }
    .lt-team-item,
    .lt-feature-item {
        margin-bottom: 50px!important;
    }
}
.faq-section-col {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
/* Screen min 767px */
@media (max-width: 767px) {
  p.img-news {
    float: none;
    display: block;}
  .boxfaq2{width:99%;padding: 0px;display:contents;columns:2;}
  
  .faq-section-col {
   
    padding: 0px;
}
  
  
#offcanvas-toggler {

    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.divTableBody{width:100%;}
.divTable{float:none;}
.divTableRow{width:100%;}
.divTableCell {
    display: block;
    text-align: center;
}
a#offcanvas-toggler:before {
    content: 'MENU';
    margin-right: 5px;
}
.games-tbl {
    display: none;
}
img.img-logo-tbl {
    /* text-align: center; */
    display: initial;
}
	#sp-top-right .sp-module, #sp-top-right1 .sp-module {
        border: none!important;
    }
    .lt-video-sub {
        padding: 100px!important;
    }
    #lt-business .sppb-icon-inner {
        position: relative!important;
        top: 83%!important;
        left: -4%!important;
    }
    .lt-title-1,
    .lt-title-2 {
        border: none!important;
    }
    .sppb-panel-title {
        font-size: 11px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 14px!important;
    }
    .lt-team-item,
    .lt-feature-item {
        margin-bottom: 50px!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .sppb-text-left .sppb-img-responsive {
         width: 100%!important;
    }
    #eb .eb-post-listing__item .eb-post-body img{margin: 0 0 10px !important;}
    table.deposit_tbl{display: block;overflow: auto;}
}
@media (min-width: 667px) {
    .sppb-text-left .sppb-img-responsive {
         width: 100%!important;
    }
}
 /* Screen min 480px */
@media (max-width: 480px) {
    table.top-tbl{
        display:none;
    }
    .sp-module-content
    {
        display:block;
    }
    .top-tbl tr td{
        display:block;
        float:none;
        text-align:center
        padding:10px;
    }
    div#sp-top1 {
    margin-top: 12px;
}
    .heading_top_table{
        font-size: 15px !important;
    /* line-height: 1px; */
    text-align: center;
    margin-top: 0px;
    background-color: #787777 !important;
    color: white;
    letter-spacing: 1px;
    padding:15px;
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    }
	#sp-top-right .sp-module, #sp-top-right1 .sp-module {
        border: none!important;
    }
    .lt-video-sub {
        padding: 100px!important;
    }
    #lt-business .sppb-icon-inner {
        position: relative!important;
        top: 83%!important;
        left: -4%!important;
    }
    .lt-title-1,
    .lt-title-2 {
        border: none!important;
    }
    .sppb-panel-title {
        font-size: 11px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 14px!important;
    }
    .lt-team-item,
    .lt-feature-item {
        margin-bottom: 50px!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
   .sppb-divider {
      width: 16%!important;
   }
   .section.group.bonus-value-section .col{width: 100%;}
}

 /* Screen min 360px */
@media (max-width: 360px) {
     table.top-tbl{
        display:none;
    }
  #sp-top-right .sp-module, #sp-top-right1 .sp-module {
        border: none!important;
    }
    .lt-video-sub {
        padding: 100px!important;
    }
    #lt-business .sppb-icon-inner {
        position: relative!important;
        top: 83%!important;
        left: -4%!important;
    }
    .lt-title-1,
    .lt-title-2 {
        border: none!important;
    }
    .sppb-panel-title {
        font-size: 11px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 14px!important;
    }
    .lt-team-item,
    .lt-feature-item {
        margin-bottom: 50px!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .sppb-divider {
      width: 16%!important;
   }
}

 /* Screen min 320px */
@media (max-width: 320px) {
    #sp-top-right .sp-module, #sp-top-right1 .sp-module {
        border: none!important;
    }
    .lt-video-sub {
        padding: 100px!important;
    }
    #lt-business .sppb-icon-inner {
        position: relative!important;
        top: 83%!important;
        left: -4%!important;
    }
    .lt-title-1,
    .lt-title-2 {
        border: none!important;
    }
    .sppb-panel-title {
        font-size: 11px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 14px!important;
    }
    .lt-team-item,
    .lt-feature-item {
        margin-bottom: 50px!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .sppb-divider {
      width: 16%!important;
   }
   
}

/*********** End Of Default.css *************************/



/*************************** Preset7.css ******************/

/**
 * @package Helix Ultimate Framework
 * @author ltheme https://www.ltheme.com
 * @copyright Copyright (c) 2010 - 2018 ltheme
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body, .sp-preloader {
  background-color: #fff;
}
.sp-preloader > div {
  background: #2ba84a;
}
.sp-preloader > div:after {
  background: #fff;
}
#sp-top-bar {
  background: #333;
  color: #aaa;
}
#sp-top-bar a {
  color: #aaa;
}
#sp-header {
  background: #fff;
}
a {
  color: #002bff;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #044cd0;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(43, 168, 74, 0.1);
  color: #2ba84a;
}
.tags > li a:hover {
  background: #044cd0;
}
.article-social-share .social-share-icon ul li a {
  color: #252525;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #2ba84a;
}
.pager > li a {
  border: 1px solid #ededed;
  color: #252525;
}
.sp-megamenu-parent > li > a {
  color: #252525;
}
.sp-megamenu-parent > li:hover > a {
  color: #2ba84a;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #2ba84a;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #2ba84a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #2ba84a;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #252525;
}
#offcanvas-toggler > .fa {
  color: #252525;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #2ba84a;
}
.offcanvas-menu {
  background-color: #fff;
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #2ba84a;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(37, 37, 37, 0.8);
}
.btn-primary, .sppb-btn-primary {
  border-color: #2ba84a;
  background-color: #2ba84a;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #044cd0;
  background-color: #044cd0;
}
ul.social-icons > li a:hover {
  color: #2ba84a;
}
.sp-page-title {
  background: #2ba84a;
}
.layout-boxed .body-innerwrapper {
  background: #fff;
}
.sp-module ul > li > a {
  color: #252525;
}
.sp-module ul > li > a:hover {
  color: #2ba84a;
}
.sp-module .latestnews > div > a {
  color: #252525;
}
.sp-module .latestnews > div > a:hover {
  color: #2ba84a;
}
.sp-module .tagscloud .tag-name:hover {
  background: #2ba84a;
}
.search .btn-toolbar button {
  background: #2ba84a;
}
#sp-footer, #sp-bottom {
  background: #171717;
  color: #fff;
}
#sp-footer a, #sp-bottom a {
  color: #a2a2a2;
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #fff;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: #fff;
}
.sp-comingsoon body {
  background-color: #2ba84a;
}
.pagination > li > a, .pagination > li > span {
  color: #252525;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #252525;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #2ba84a;
  background-color: #2ba84a;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #2ba84a;
  background-color: #2ba84a;
}
.error-code, .coming-soon-number {
  color: #2ba84a;
}

/******************* End Of Preset.css *****************/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.tablecell4 {
  width: 20%;
}
.row2 {
  width: 60%;
}
.row1 {
  width: 20%;
}

@media (max-width: 767px) {
 .tablecell4 {
  width: 99%;
}
.row2 {
  width: 99%;
}
.row1 {
  width: 99%;
} 
}