/*** General ***/
body {
    background: #fff!important;
	color: #848484;
}

/*** Head ***/
#sp-top-bar {
	font-size: 16px;
	padding: 15px 0;
}
#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 {
	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;
}
.et-logo .row {
    border-bottom: 2px solid #eef3f7;
}
.et-logo .logo {
    padding: 40px 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.et-logo .logo .logo-image {
	margin: 0 auto;
}
.et-logo h2 {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #2bb4e6;
    font-size: 24px;
}
.et-logo p {
	margin-bottom: 5px;
}
#sp-logo-left {
    position: relative;
    display: block;
    border-right: 1px solid #eef3f7;
    padding: 32.5px 0px;
    padding-left: 25px;
}
#sp-logo-right {
    position: relative;
    display: block;
    text-align: right;
    border-left: 1px solid #eef3f7;
    padding: 32.5px 0px;
    padding-right: 25px;
}
.et-logo .left-logo {
	position: relative;
	padding-left: 20px;
}
.et-logo .left-logo:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 37px;
    height: 40px;
    background: url(../images/header-left-arrow.png);
    background-repeat: no-repeat;
    content: "";
}
.et-logo .right-logo {
	text-align: right;
	position: relative;
    padding-right: 20px;
}
.et-logo .right-logo h2 {
	padding-left: 0;
	padding-right: 25px;
}
.et-logo .right-logo:before {
    position: absolute;
    top: 10px;
    right: 0;
    width: 37px;
    height: 40px;
    background: url(../images/header-right-arrow.png);
    background-repeat: no-repeat;
    content: "";
}
/*** 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-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;	
}
/*** Title ***/
.et-title {
	margin-bottom: 45px;
}
.et-title.center {
	text-align: center;
}
.et-title h4 {
	position: relative;
    font-weight: 400;
    display: inline;
}
.et-title h4:before,
.et-title h4:after {
    content: "";
    width: 5px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
.et-title h4:after {
	margin-right: 0;
	margin-left: 8px;
}
.et-title h3 {
    position: relative;
    display: block;
    margin: 7px 0 0;
    color: #083061;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    text-transform: none;
    z-index: 1;
}
.et-title p {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 22px;
}
/*** Slider ***/
.et-slider-text span {
	color: #083061;
	font-weight: 400;
}
.et-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;
}
.et-slider .tp-button {
	position: relative;
    letter-spacing: 3px;
	text-shadow: none!important;
	color: #083061!important;
}
.et-slider .tp-button:hover {
	color: #fff!important;
}
.et-slider .tp-button i {
	margin-left: 10px;
}
/*** Intro ***/
.et-intro-item {
	position: relative;
	top: -110px;
	margin-bottom: -45px;
}
.et-intro-item .sppb-icon-container {
	margin: 80px 0;
}
.et-intro-item .sppb-icon {
	position: relative;
	z-index: 1;
}
.et-intro-item .sppb-icon:before {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 165px;
    width: 165px;
    background: #083061;
    border-radius: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.et-intro-item:hover .sppb-icon:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.et-intro-item h5 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.et-intro-item p {
    color: #8ca4c2;
}
.et-intro-item a {
	display: inline-block;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.et-intro-item a:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 7px;
}
/*** About ***/
.et-about-content h4 {
    font-weight: 300;
    margin: 0 0 17px;
}
.et-about .clearfix:nth-child(n+3) {
	display: inline-block;
	margin-right: 30px;
	margin-top: 30px;
}
.et-about .clearfix:last-child {
	margin-right: 0;
}
.et-about-item h5 {
	font-weight: 300;
	margin-top: 35px;
}
/*** Service ***/
.et-service-item {
	border: 1px solid #eef3f7;
    min-height: 225px;
    border-radius: 10px;
    padding: 23px 25px 0px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-service-item:hover {
	background: #083061;
    border-color: #083061;
    cursor: pointer;
}
.et-service-item h5,
.et-service-item .sppb-icon i,
.et-service-item p {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-service-item h5 {
	text-transform: capitalize;
	font-weight: 300;
}
.et-service-item:hover h5,
.et-service-item:hover .sppb-icon i {
	color: #fff!important;
}
.et-service-item:hover .sppb-addon-text {
    color: #8ca4c2;
}
/*** Team ***/
.et-team-item .sppb-img-container,
.et-team-item .sppb-img-container img {
	width: 100%;
}
.et-team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.et-team-item ul {
	padding: 0;
	position: absolute;
	bottom: 94px;
	width: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.et-team-item:hover ul {
	bottom: 84px;
	opacity: 1;
	visibility: inherit;
}
.et-team-item ul li {
	list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.et-team-item ul li:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.et-team-item ul li:nth-child(2):before {
	background: rgba(0,0,0,.1);
}
.et-team-item ul li:nth-child(3):before {
	background: rgba(0,0,0,.2);
}
.et-team-item ul li a {
	padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.et-team-item ul li em {
	font-size: 24px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-team-item ul li a:hover em {
	color: #000;
}
.et-team-item ul li strong {
	display: none;
}
/*** 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;
}
/*** 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;
}
/*** Contact Form ***/
.et-contact-form-wrap {
    display: block;
    background: #ffffff;
    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(-n+4) {
  width: 49%;
  float: left;
  margin-right: 2%; 
}
.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-radius: 20px!important;
	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: 100%!important;
	padding: 15px 0!important;
	font-size: 14px;
	border: 0!important;
	box-shadow: none!important;
	color: #fff!important;
	border-radius: 20px;
	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;
}
/*** Responsive ***/
@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 (max-width: 768px) { 
   #sp-logo .logo img:nth-child(2) {
     display:block!important;
     margin-top: 15px;
  }
  #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;
  }
  @media (max-width: 768px)
  .et-slider {
      top: 84px!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;
   }
}
@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;
	}
}