/*** General ***/
body {
    background: #fff!important;
	color: #444;
}
body p {
    font-size: 14px;
    line-height: 20px;
}

/*** Head ***/
#sp-top-bar {
    background: #243559;
	font-size: 16px;
	padding: 15px 0;
}
#sp-top-bar a {
    color: #fff!important;
}
#sp-top1 {
	text-align: right;
}
#sp-top1  ul.social-icons > li {
	margin: 5px 10px;
}
#sp-top2 ul li {
	text-transform: capitalize;
}
#sp-top2 ul li span {
    color:#fff!important;
	font-size: 20px;
	margin-right: 7px;
}
#sp-top2 ul li a,
#sp-top2 ul .sp-contact-time {
	color: #fff;
}
/*** Logo ***/
#sp-logo .logo img:nth-child(2) {
  display: none!important;
}

/*** Menu ***/
body.home .header-area {
	background-color: #ffffff;
}
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}
body:not(.home) .header-area {
    background: #fff;
    box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.03);
}
#sp-menu {
	text-align: center;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
#sp-menu .sp-column {
	line-height: 1;
	font-size: 0;
}
.sp-megamenu-wrapper {
	display: inline-block;
}
.sp-megamenu-parent > li > a {
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	text-align: left;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.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;	
}

/*------ General -------*/
    /*** Title ***/
.et-title {
	margin-bottom: 45px;
    position: relative;
}
.et-title.center {
	text-align: center;
}
.et-title h3::after {
    border: 1px solid #80c32f;
    bottom: -27px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.et-title h4 {
    color: #000;
	position: relative;
    font-weight: 700;
    display: inline;
}
.et-title h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}
.et-title p {
	margin-top: 8px;
}
.et-title-top h3,
.et-title-white h3 {
    font-size: 27px;
    max-width: 800px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto;
}
.et-title-top h3 {
    color: #444;
}
.et-title-top::after {
    border: 1px solid #80c32f;
    bottom: -27px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

/** bg ***/
.bg-color,.bg-color-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}
.bg-color-2::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35.50%;
    height: 100%;
    content: "";
    background: rgba(232,234,237,0.30) none repeat scroll 0 0;
    z-index: -1;
}
.bg-color::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35.50%;
    height: 100%;
    content: "";
    background: rgba(232,234,237,0.30) none repeat scroll 0 0;
    z-index: -1;
}

/**** Button ****/
a.sppb-btn-custom {
    border: 1px solid #80c32f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #80c32f;
    border-radius: 3px;
}
a.sppb-btn-custom:hover {
    color: #fff;
    background: #80c32f;
    border: 1px solid #80c32f;
    text-decoration: none;
}

/*** Slider ***/
.et-slider .tp-caption.large_bold_black h1,
.et-slider .large_bold_black h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.et-slider .tp-caption.small_light_white p,
.et-slider .small_light_white p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 30px;
    max-width: 700px;
}
.et-slider .ready-btn {
    border: 1px solid #80c32f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    border-radius: 3px;
}
.et-slider .ready-btn:hover {
    color: #fff;
    border: 1px solid #80c32f;
    text-decoration: none;
}
.et-slider .ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color:#444;
}
.et-slider .ready-btn.right-btn:hover {
    border: 1px solid #80c32f;
    color:#fff;
}
.et-slider .ready-btn.left-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}

/**** Service ****/
#et-service {
    position: relative;
    padding-bottom: 90px;
}
.et-service-sub {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.et-service-sub strong {
    display: none;
} 
.et-service-item {
    position: relative;
    overflow: hidden;
}
.top-icon {
    position: relative;
    right: 15px;
    font-size: 34px;
    bottom: 65px;
    background: #80c32f;
    width: 60px;
    height: 60px;
    float: right;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    z-index: 9;
}
.content-service a {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.content-service strong {
    display: none;
}
.et-service-item:hover .content-service {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0.4s;
}
.content-service em {
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    opacity: 0.90;
    line-height: 30px;
    margin-right: 15px;
}
.content-service {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    background: rgba(0,44,87,0.95) none repeat scroll 0 0;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
    padding: 37px 20px;
}
.main-services {
    display: block;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.et-service-item .sppb-img-container {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-size: 13px;
    z-index: 2;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -15px;
    top: -5px;
    font-size: 16px;
}
.et-service-item .sppb-img-container img {
    transform: scale(1.1);
    transition: 0.4s;
}
.et-service-item:hover .sppb-img-container img {
    transform: scale(1);
    transition: 0.4s;
}
.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-size: 13px;
    z-index: 2;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -15px;
    top: -5px;
    font-size: 16px;
}
.et-service-item:hover .service-content h4 {
    color: #80c32f;
}
.et-service-item:hover .service-btn:hover {
    color: #80c32f;
}
.et-service-item:hover a:hover {
   color: #80c32f;
}

/***** Video *****/
.et-video-sub {
    border-radius: 10px;
}
.et-video-sub {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.et-video-sub::after {
    position: absolute;
    right: -220px;
    top: 0px;
    width: 453px;
    height: 100%;
    content: "";
    background: rgba(0,44,87,0.85) none repeat scroll 0 0;
    transform: rotate(45deg);
}
.et-video-sub .sppb-icon-inner i {
    font-size: 40px;
    background-color: #fff;
    border-radius: 50%;
    height: 105px;
    width: 105px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 112px;
}
.et-about-item .sppb-icon i {
    font-size: 34px;
    color: #80c32f;
    float: left;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border: 1px solid #80c32f;
    text-align: center;
    margin-right: 15px;
    border-radius: 3px;
}

/**** Ourservice bottom ****/
.set-service-bottom-sub {
    display: block;
    position: relative;
}
.et-service-bottom-item {
    cursor: pointer;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    padding: 30px 30px;
    margin-bottom: 50px;
    z-index: 1;
}
.et-service-bottom-item .sppb-icon i {
    display: inline-block;
    font-size: 36px;
    line-height: 60px;
    color: #fff;
    transition: 0.4s;
    position: absolute;
    top: -30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #80c32f;
    text-align: center;
    border-radius: 3px;
    transition: 0.4s;
    border: 1px solid #80c32f;
}
.et-service-bottom-item::after {
    background: #012a51;
    border: 1px solid #012a51;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
 .et-service-bottom-item:hover::after {
    opacity: 1;
    transition: 0.4s;
}
.et-service-bottom-item:hover {
    border: 1px solid #012a51;
}
.et-service-bottom-sub .et-service-bottom-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.et-service-bottom-item p {
    margin-bottom: 0px;
}
 .et-service-bottom-item:hover h3, 
.et-service-bottom-item:hover p {
    color: #fff;
}
.et-service-bottom-item:hover  .sppb-icon i {
    color: #80c32f;
    background:#fff!important;
    transition: 0.4s;
}
#et-service-bottom a.sppb-btn-custom:hover {
    background-color: #ffffff!important;
}

/**** Counter ****/
.et-counter {
   position: relative;
   overflow: hidden;
}
.counter-inner {
    background: #f6f6f6;
    padding: 100px 30px 100px 70px;
}
.et-counter .counter-content h3 {
    color: #f5f5f5;
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 700;
}
.et-counter .counter-content {
    position: relative;
    background: rgba(10, 24, 40, 1) none repeat scroll 0 0;
    padding: 99px 0px 108px 87px;
    z-index: 1;
    margin-right: 125px;
}
.et-counter .counter-content:after {
    content: '';
    position: absolute;
    width: 441px;
    height: 100%;
    background: rgba(10, 24, 40, 1) none repeat scroll 0 0;
    top: 76px;
    right: -180px;
    z-index: -1;
    transform: rotate(60deg);
}
.et-counter-sub {
    padding-top: 60px;
}
.et-counter-item .sppb-icon i {
    font-size: 50px;
    color: #80c32f;
    line-height: 50px;
    margin-bottom: 30px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid #80c32f;
    border-radius: 3px;
}
.et-counter-item .count {
    color: #444;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 40px;
}
.et-counter-item h4 {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 2px;
}

/**** Client ***/
.et-client-item {
    cursor: pointer;
    border: 1px solid #666;
    display: block;
    margin: 15px;
    margin-bottom: 30px;
    background: #212D3C
}
#et-client a.sppb-btn-custom:hover {
    background-color: none!important;
    background: none!important;
}

/*****consultant ****/
.et-consultant-item h5 {
    color: #80c32f;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
.et-consultant-item h6 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}
.et-consultant-item p {
    margin: 0 0 15px;
    color: #777;
    line-height: 30px;
}

/****Faq *****/
.et-faq-sub {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 3px 12px #ccc!important;
}
#et-faq .sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    color: #444;
    display: block;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
}
#et-faq .sppb-toggle-direction i {
    display: none;
}
#et-faq .et-title h3::after {
    display: none;
}
#et-faq .et-title {
    margin-bottom: 0px;
}
#et-faq .et-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}
.et-faq-sub-right {
    margin-left: 30px;
    padding: 22px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/*** Testimonial ***/
.et-testimonial {
	position: relative;
	z-index: 1;
}
.et-testimonial:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	position: absolute;
	z-index: -1;
	background: #eef3f7;
}
/*** Client ***/
.et-client .sppb-row-container {
	border-top: 1px solid #ddd;
}
/*** Portfolio ***/
#et-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.et-portfolio p {
	color: #fff;
}
.et-portfolio-top {
	padding: 40px;
}
.et-portfolio-top p {
	color: #000;
}
.et-portfolio-top ul {
	padding-left: 0;
}
.et-portfolio-top ul li {
	list-style: none;
}
.et-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.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;
}

/*** Blog ***/
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #333;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
.et-blog div.k2ItemsBlock ul li a {
    display: inline-block;
}
.et-blog div.k2ItemsBlock ul li {
  	width: 32%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
  	position: relative;
  	overflow: hidden;
  	font-size: 14px;
}
div.userBlock h2 {
    padding: 30px;
}
.et-blog div.k2ItemsBlock ul li:nth-child(3n) {
  	margin-right: 0;
}
.et-blog div.k2ItemsBlock ul li a {
    font-size: 19px;
    color: #333;
}
.et-blog div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
.et-blog div.k2ItemsBlock ul .clearList {
  	display: none;
}
div.userBlock {
    padding: 15px;
}
div.catItemView {
    margin-bottom: 48px;
    padding-top: 0px;
    margin-top: -6px;
}
.et-blog div.k2ItemsBlock ul li div.moduleItemAuthor {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    top: 84px;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.et-blog div.k2ItemsBlock ul li:hover div.moduleItemAuthor {
	left: 10px;
	visibility: inherit;
	opacity: 1;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
	font-size: 14px;
	font-style: italic;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}

/*** Contact ***/
.et-contact-item {
	position: relative;
    display: block;
    padding: 20px 38px 40px;
    max-width: 370px;
    border: 2px solid #1c4069;
    border-top: 0;
    border-bottom-left-radius: 20px;  
    border-bottom-right-radius: 20px; 
}
.et-contact-item.first {
	border-radius: 20px;
	border-bottom-left-radius: 0px;  
    border-bottom-right-radius: 0px; 
    border-bottom: 0;
    border-top: 2px solid #1c4069;
    padding-bottom: 20px;
    padding-top: 40px;
}
.et-contact-item.first .sppb-addon-content {
	position: relative;
}
.et-contact-item.first .sppb-addon-content:after {
	content: "";
	bottom: -20px;
	width: 100%;
	height: 1px;
	background: #1c4069;
	position: absolute;
	left: 0;
	right: 0;
}
.et-contact-item h5,
.et-contact-item h2 {
	font-weight: 300;
}
.et-contact-item h6,
.et-contact-item p {
	color: #8ca4c2;
}
.et-contact-item .btn-contact {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
}
.et-contact-item .btn-contact:after {
	content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 3px 2px 5px;
    margin-left: 5px;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
} 
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
}
#et-contact-bottom .et-title h3::after {
    display: none;
}
#et-contact-bottom .et-title h3 {
    color: #fff;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    max-width: 750px;
    float: left;
    margin-bottom: 0px;
    margin-top: 18px;
}
.et-contact-bottom-item .sppb-icon i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #80c32f;
    background: #80c32f;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    margin-right: 15px;
    border-radius: 3px;
}
.et-contact-bottom-item h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding-top: 15px;
}

/*** Contact Form ***/
.et-contact-form-wrap {
    display: block;
    background: #f8f9fa!important;
    border-radius: 20px;
    margin-bottom: 0!important;
}
.et-contact-form-title h4 {
	text-align: center;
	padding: 15px 5px;
	font-weight: 300;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.et-contact-form-title .sppb-addon-content {
	padding: 0 35px;
	margin-top: 30px;
}
.et-contact-form {
	padding: 0 20px;
}
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  background: none!important;
  border: 0!important;
  box-shadow: none!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_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(2n) {
  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;
}
.creative_label_txt_wrapper {
	font-size: 16px;
	color: #848484;
}
.creativecontactform_wrapper .ccf_select_icon {
	top: 14px;
}
form .creativecontactform_input_element {
	height: 40px;
	line-height: 30px;
	border: 1px solid #f2f2f2!important;
}
.creativecontactform_input_element input {
	height: 30px!important;
}
.creative_textarea_dummy_wrapper {
	padding: 10px!important;
}
.creativecontactform_footer {
	padding-bottom: 0!important;
}
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
	width: 30%!important;
	padding: 15px 0!important;
	font-size: 14px;
	border: 0!important;
	box-shadow: none!important;
	color: #fff!important;
	font-weight: 500;
	text-shadow: none;
}
.creativecontactform_wrapper input.creativecontactform_send, 
.creativecontactform_wrapper input.creativecontactform_send:hover {
	background: blue;
}

/*** Bottom ***/
#sp-bottom .sp-module .sp-module-title:before {
    content: "";
    width: 5px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
/**** Footer ****/
#sp-footer .container-inner {
	border: none!important;
}

/*** Page Team ****/
.et-team-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 5px;
    padding-bottom: 10px;
}
.et-team-item img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.et-team-item:hover img {
    transform: rotate(2deg)scale(1.0);
}
.et-team-item .qx-person-img {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.et-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.et-team-item h5 {
    font-size: 18px;
    font-style:italic;
    transition: all .3s linear;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}
.et-team-item h4 {
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}
.et-team-item .sppb-addon-text {
    background: #f8f8f8;
    padding: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

/*** Responsive ***/
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
       padding: 0 7px!important;
  }
}
@media (min-width: 993px) {
	.et-contact-info {
		padding-left: 100px;
		padding-top: 255px;
	}
    
}
@media (max-width: 992px) {
	#sp-logo .logo,
	#sp-logo-left,
	#sp-logo-right {
		padding: 5px 0;
	}
	.et-service-img {
		margin-bottom: 30px;
	}
	.et-about .sppb-row > div:last-child {
		margin-top: 30px;
	}
	.et-intro-item .sppb-icon:before {
		background: #10233b;
	}
	.et-intro-item {
	    top: 0;
	    margin-bottom: 0;
	    padding: 30px 0;
	}
	.et-intro-item h5 {
		margin-top: 20px;
	}
	.sp-contact-info {
		text-align: center;
	}
	#sp-top1 {
		text-align: center;
		margin-top: 10px;
	}
	.et-contact-item.first {
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 980px) { 
   #sp-logo .logo img:nth-child(2) {
     display:block!important;
  }
  #sp-logo .col-lg-6,
  #sp-logo .col-lg-3 {
    width: 33%!important
  }
  .sp-megamenu-wrapper {
    display: block!important;
  }
  .et-slider .tp-button {
    border: 1px solid #2bb4e6!important;
    font-size: 12px!important;
    padding: 4px 20px!important;
  }
  .tp-caption.small_light_white, .small_light_white {
    font-size: 12px!important;
    line-height: 14px!important;
  }
  .content-service {
    padding: 150px 20px!important;
  }
  .et-slider .tp-caption.large_bold_black h1 span,
  .et-slider .large_bold_black h1 span {
    font-size: 10px!important;
    line-height:25px!important;
  }
  .et-slider .tp-caption.small_light_white p, 
  .et-slider .small_light_white p {
    font-size: 11px!important;
    line-height: 12px!important;
  }
  .et-slider .ready-btn {
    font-size: 10px!important;
  }
   .et-slider .ready-btn.right-btn {
        margin-left: 75px!important;
    }
  
}
@media (max-width: 767px) {
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
    .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    .et-slider .tp-button {
        border: 1px solid #2bb4e6!important;
        font-size: 12px!important;
        padding: 4px 20px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 12px!important;
        line-height: 14px!important;
    }
    .et-logo p {
         margin-bottom: 2px!important;
        font-size: 9px!important;
	}
    .et-logo h2 {
        font-size: 20px!important;
   }
   .et-slider .tp-caption.large_bold_black h1 span,
    .et-slider .large_bold_black h1 span {
        font-size: 10px!important;
        line-height:25px!important;
    }
    .et-slider .tp-caption.small_light_white p, 
    .et-slider .small_light_white p {
        font-size: 11px!important;
        line-height: 12px!important;
    }
    .et-slider .ready-btn.right-btn {
        margin-left: 75px!important;
    }
    .et-slider .ready-btn {
        font-size: 10px!important;
        padding: 8px 4px!important;
    }
    .et-faq-sub-right {
        margin-left:0px!important;
        margin-top: 53px!important;
    }
    #et-about .et-video-sub {
	   padding-left:0px!important;
    }
}
@media (max-width: 480px) {
   
    .et-blog div.k2ItemsBlock ul li {
        width: 100%;
    }
    #sp-logo .logo img:nth-child(2) {
        display:block!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
    .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    .et-slider .tp-button {
       border: 1px solid #2bb4e6!important;
       font-size: 12px!important;
       padding: 4px 20px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 12px!important;
        line-height: 14px!important;
    }
   .et-logo p {
        margin-bottom: 2px!important;
        font-size: 9px!important;
	}
    .et-slider .tp-caption.large_bold_black h1 span,
    .et-slider .large_bold_black h1 span {
        font-size: 10px!important;
        line-height:25px!important;
    }
    .et-slider .tp-caption.small_light_white p, 
    .et-slider .small_light_white p {
        font-size: 11px!important;
        line-height: 12px!important;
    }
    .et-slider .ready-btn.right-btn {
        margin-left: 75px!important;
    }
    .et-slider .ready-btn {
        font-size: 10px!important;
        padding: 8px 4px!important;
    }
    .et-faq-sub-right {
        margin-left:0px!important;
        margin-top: 53px!important;
    }
    #et-about .et-video-sub {
	   padding-left: 0px!important;
   }
}