.gray-bg { background: #f5f5f5 !important;}
.mainslider-heading {color: #004B7F;font-size: 35px;font-weight: 700;line-height: 42px;margin-bottom: 20px;}
.mainslider-content{font-size: 18px;font-weight: 500;}
.mainslider-content a {display: inline-block;border: 2px solid #004B7F;color: #000;padding: 6px 20px 6px;font-size: 20px;line-height: 22px;font-weight: 500;}
.mainslider-content a:hover {background: #004B7F;color: #ffffff;}

a.bannerbtn {
    display: inline-block;
    border: 1px solid #229BD7;
    color: #212529 !important;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 0px;
    font-weight: 600;
}
a.bannerbtn:hover {background: #004B7F;color: #ffffff !important;text-decoration: unset;}
.bluebox_sk {background: #004B7F;border-radius: 8px;padding: 0px 30px;margin-top: 50px;}

.blueboxtext h2 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.blueboxtext h2:before {
    position: absolute;
    border-left: 6px solid #fff;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}
.blueboxtext p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.blueboxtext a {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.blueboxtext a:hover{
	background: #fff;
	color: #004B7F;
}

.whatwedo_rightbox {
    margin-top: 40px;
}
.whatwedo_rightbox h2{font-size: 25px;font-weight: 600; margin-bottom: 20px;}
.whatwedo_rightbox p{font-size: 18px; line-height: 34px;}

.bluebok {
    margin-top: 15px;
    background: #004b7f;
    padding: 30px;
    border-radius: 8px;
    height: 350px;

}
.bluebok h2, .bluebok p{color: #fff;}
.whitebox {
    margin-top: 15px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    height: 350px;

}
.whitebox h2{color: #000000;}
.whitebox p{color: #242424;}

.graybox{
    margin-top: 15px;
    background: #CDCDCD;
    padding: 30px;
    border-radius: 8px;
    height: 350px;

}
.graybox h2{color: #000000;}
.graybox p{color: #242424;}
.imgBox{
    margin-top: 15px;
    border-radius: 8px;
    height: 100%;

}

.newecommerceclientlogo{margin: 70px 0px;}
.newclients-logo .newclients-logobox {
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.newclients-logo .newclients-logobox img {
    width: auto;
    height: 100%;
    display: inline-block;
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.newclients-logo .newclients-logobox:hover img{
    -webkit-filter: none; filter: none;
}
.newclients-logo .owl-dots{
	text-align: center;
	margin-top: 10px;
}
.newclients-logo .owl-dots button {
    width: 15px;
    height: 15px;
    background: #B8B8B8;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50px;
}
.newclients-logo .owl-dots button.active {
    background: #000;
}

.whatweoffer_box {
    position: relative;
    transition: 0.2s;
    margin-bottom: 10px;
}
.whatweoffer_box:hover {
/*    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 1px #00000014;
    transition: 0.2s;*/
}
.whatweoffer_box figure {
    margin: 0;
    padding: 0;
}
/*.whatweoffer_box figure img {
    border-radius: 8px;
}*/
.whatweoffer_text {
    background: #fff;
    text-align: center;
    position: relative;
    transition: 0.2s;
    padding: 20px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatweoffer_text h2 {
    color: #004B7F;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.whatweoffer_text p {
    font-size: 16px;
    line-height: 28px;
    color: #415057;
    height: 240px;
    max-height: 240px;
    overflow-x: hidden;
}
/*.whatweoffer_box:hover .whatweoffer_text {
    margin: 0px 10px;
    box-shadow: none;
    padding: 20px 0px;
    transition: 0.2s;
    background: transparent;
}*/
.whatweoffer_text a {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #393838;
    color: #000;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 600;
}
.whatweoffer_text a:hover{
	background: #393838;
	color: #ffffff;
}
.partnersbox {
    height: 480px;
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.partnersbox img {
    height: 100px;
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 10px;
}
.partnersbox h3 {
    color: #004B7F;
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
}
.partnersbox p {
    color: #415057;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 60px;
}
.partnersButton {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.partnersButton a {
    display: inline-block;
    border: 1px solid #393838;
    color: #000;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 600;
}
.partnersButton a:hover{
	background: #393838;
	color: #ffffff;
}

.blogbox_mainbox{
	margin-top: 80px;
}
.blogbox {
    padding: 20px;
    background: #EFEFEF;
    border-radius: 8px;
    margin-top: 20px;
    height: 100%;
    position: relative;
}
.blogbox h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 30px;
}
.blogbox p {
    color: #415057;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
}
.blogbox a{
    border: 1px solid #393838;
    color: #000;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
}
.blogbox a:hover{
	background: #393838;
	color: #fff;
}

.blogbox_owl .owl-dots, .strategicpartners .owl-dots{
	text-align: center;
	margin-top: 10px;
}
.blogbox_owl .owl-dots button, .strategicpartners .owl-dots button{
    width: 15px;
    height: 15px;
    background: #B8B8B8;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50px;
}
.blogbox_owl .owl-dots button.active, .strategicpartners .owl-dots button.active{
    background: #000;
}

.bottomwhitebox{margin-top: 50px;}

.bottomwhitebox .container {
    margin-top: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 7px #00000036;
    border-radius: 8px;
    padding: 30px 40px;
}

.whatweoffer_fullbox{}

.whatweoffer_fullbox .owl-dots{
    text-align: center;
    margin-top: 10px;
}
.whatweoffer_fullbox .owl-dots button {
    width: 15px;
    height: 15px;
    background: #B8B8B8;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 50px;
}
.whatweoffer_fullbox .owl-dots button.active {
    background: #000;
}
.blockheading i{ display: block; }


/* Testmonial Section */
.testimonialsk {
    background: url(../../ecommerce-website-development/images/testibg.jpg);
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    padding: 80px 0;
}
.testimonialsk:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #004b7fb5;
}
.testimonialsk-text {
    color: #fff;
}
.testimonialsk-text h3 {
    font-size: 25px;
    font-weight: 100;
}
.testimonialsk-text h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
}
.testimonialsk-text p{
    font-size: 18px;
    line-height: 30px;
}


.testimonial-whitebox {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
.testimonial-whitebox .fa {
    font-size: 40px;
    color: #cccccc;
}
.testimonial-whitebox h4 {
    display: block;
    margin: 12px 0;
    font-size: 26px;
    font-weight: 600;
}
.testi-text{
    color: 3E4D68;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.testimonial-whitebox span{font-size: 15px; color: #3E4D68;font-weight: 600;}
.testimonial-whitebox p{color: #676767; font-size: 12px; margin: 0px;}

.testimonialsk .owl-nav {
    display: block;
    position: absolute;
    left: -570px;
    bottom: 30px;
}
.testimonialsk .owl-nav button span {
    border: 1px solid #fff !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 50px !important;
    border-radius: 50px;
    margin-right: 10px;
    color: #fff !important;
    line-height: 36px !important;
}
.testimonialsk .owl-nav button:hover span{
    background: #fff;
    color: #242424 !important;
}
.testimonialsk .owl-nav button:focus{
    outline: none;
}

/* Shopify */
.requestform {
    padding: 20px;
    background: #fff;
    border: 2px solid #9db76e;
    border-radius: 12px;
}
.requestform strong{
  color: #181818;
  font-size: 35px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 35px;
}
.requestform p{
  color: #7d7a7a;
  font-size: 16px;
  line-height: 22px;
}
.requestform label {
    font-size: 15px;
    color: #7d7a7a;
    margin-bottom: 0;
}

.requestform textarea{
    overflow: auto;
    resize: vertical;
}
.contact-us-form button {
    display: inline-block;
    border: none;
    background: #143058;
    color: #fff;
    padding: 8px 15px;
    border-radius: 2px;
}

.main-header .header-module p {
    font-size: 16px;
    letter-spacing: .025em;
    color: #143058;
    display: inline-block;
    border: 2px solid #143058;
    border-radius: 50px;
    padding: 8px 30px;
    border-color: #9db76e;
    background: #ffffff;
}
.header-module a {
    color: #143058;
    padding-left: 10px;
    padding-right: 10px;
}


/* Responsive CSS */
@media only screen and (max-width:767px){
.mainslider-heading{font-size: 30px;line-height: 36px;}
.mainslider-content p{font-size: 16px; color: #415057;}
.col-reverse {flex-direction: column-reverse;}
.bluebox_sk{padding: 20px 20px 40px;margin-bottom: 40px;}
.blueboxtext {margin-top: 10px;}
.whatwedo_rightbox{margin-top: 0px;}
.blockheading i{ display: inline-block; text-align: center;}
.bluebok{margin-top: 0px;}
.bottomwhitebox .img-fluid{margin-top: 20px;}
.bottomwhitebox {margin: 50px 15px;}
.bottomwhitebox .container{padding: 20px;}
.whatweoffer_box{height: 100%;}

.testimonialsk .owl-nav{position: inherit;margin-top: 20px;left: 0;bottom: 0px;}
}

@media (min-width: 768px) and (max-width: 1024px){
.mainslider-heading{font-size: 30px;line-height: 36px;}
.mainslider-content p{font-size: 16px; color: #415057;}
.bluebox_sk{padding: 20px 20px; margin-bottom: 30px;}
.blueboxtext p {font-size: 16px;line-height: 28px;}
.blockheading i {display: inline-block;}
.bluebok{font-size: 15px;margin-top: 0px;height: auto;}
.graybox{margin-top: 0px;height: auto;}
.whitebox{height: auto;}
.whatwedo_rightbox h2 {font-size: 20px;margin-bottom: 10px;}
.whatwedo_rightbox p {font-size: 15px;line-height: 24px;font-weight: 300;}
.whatwedo_rightbox{margin-top: 0px;}

.blogbox h3{font-size: 16px; line-height: 22px;}
.blogbox p{font-size: 14px; line-height: 22px;}
.blogbox_mainbox {margin-top: 40px;}
.whatweoffer_box{height: 100%;}

}

