/* Theme Name: Spring Web */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {display: block;}
body {margin: 0px;	padding:0px;font-family: 'Open Sans', sans-serif;}
::selection {background: #004d93;color:#FFF;}
::-moz-selection {background: #004d93;color:#FFF;}
ul {padding:0px;margin:0px;	list-style:none;}
li {padding:0px; margin:0px; list-style:none;}
a {	outline:none;-webkit-transition-duration: 0.4s;transition-duration: 0.4s;}
a img {border: 0;}
p {	padding:0px; margin:0px;}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat',sans-serif;}
h1 {font-size:26px;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
ol li {list-style:decimal inside; margin-left: 0; padding-left: 1.5em; text-indent: -1.5em;}
img { max-width:100%;}
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.tech_logo.alignright{width:200px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
.aligncenter {display: block;	margin: 5px auto 5px auto;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;	margin-left: auto;	margin-right: auto}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%; padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none;	height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px;	line-height: 17px;	margin: 0;	padding: 0 4px 5px;}
.clearfix{clear: both;}
.display_table { display:table; width:100%; height:100%;}
.table_cell { display:table-cell; vertical-align:middle; width:100%; height:100%;}
a:focus {text-decoration: none!important;}
a:hover {text-decoration: none!important;}
@font-face {font-family: 'Century Gothic';src: url('fonts/CenturyGothic.woff2') format('woff2'),url('fonts/CenturyGothic.woff') format('woff');font-weight: normal;font-style: normal;}

.grecaptcha-badge { opacity:0;}

/*Header*/
.header_top{ background-color:#e8e8fe; padding:15px 0;color:#29255b; font-size:14px;}
.header_top a{ color:#29255b;}
.header_top a:hover{ color:#408834; text-decoration:none}
.header_mail{background-image:url(images/mail_icon.png); background-repeat:no-repeat; background-position:left center; padding-left:24px; float:left;}
.header_concise{position:absolute; left:0; right:0; margin:auto; top:0;width: 200px; text-align:center; font-family: 'Century Gothic';}
.header_phone{background-image:url(images/phone_icon.png); background-repeat:no-repeat; background-position:left center; padding-left:24px; float:right;}
.logo{ position:absolute; left:0; right:0; margin:auto; top:20px;width: 159px; z-index:1; }
.logo:hover {-webkit-filter: grayscale(100%);-webkit-transition-duration: 0s;transition-duration: 0s;}
header{-webkit-box-shadow: 0px 0px 30px 0px rgba(196,196,196,0.7);-moz-box-shadow: 0px 0px 30px 0px rgba(196,196,196,0.7);box-shadow: 0px 0px 30px 0px rgba(196,196,196,0.7);}
.credit_conc span{color:#f47920;}
.footer_copyright a:hover{color:#f47920;}
.footer_copyright a.credit_conc:hover span{color:#fff;}
/*Menu*/
.navbar{ margin-bottom:0;border-radius: 0;background-color: transparent; border:none; text-align:center;}
.navbar-nav { margin: 0; }
.navbar-nav > li { background-image:url(images/nav-bg.png); background-position:right center; background-repeat:no-repeat; position:relative; padding:27px 42px 27px 12px;}
.navbar-nav > li:first-child {padding-left:0}
.navbar-nav > li:last-child {padding-right:0}
.navbar-nav > li.header_space{ margin-left:250px;}
.navbar-nav > li.header_space:after { content:''; position:absolute; left:-44px; top:25px; height:100%; width:33px; background-image:url(images/nav-bg.png); background-position:left center;height: 53px;}
.navbar-nav > li:last-child{ background-image:none}
.navbar-default .navbar-nav > li > a { color: #29255b;}
.navbar-nav > li > a { padding:22px 0;  font-size:16px; font-weight:600; color:#29255b; position:relative; }
.navbar-nav > li > a:after {position: absolute;top: 92%;left: 0;width: 100%;margin: 0 auto;height: 1px;background: #549752;
    content: '';opacity: 0;-webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;-moz-transition: height 0.3s,opacity 0.3s,-moz-transform 0.3s;transition: height 0.3s,opacity 0.3s,transform 0.3s;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);transform: translateY(-10px);}
.navbar-default .navbar-nav > li > a:hover{color:#408834}
.navbar-default .navbar-nav > li > a:focus{color:#408834}
.navbar-default .navbar-nav > li.current-menu-item > a{color:#408834}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{ color:#f45bf4; background-color:transparent;}
.navbar-nav > li > ul{ position:absolute; width:250px; text-align:left; background-color:#FFF; display:none;padding: 15px 25px 25px 25px; border:1px solid #ededed; border-top:none;top: 118px; left: -15px;z-index: 99;}
.navbar-nav > li > ul li:last-child{ border-bottom:none; margin-bottom:0; padding-bottom:0;}
.navbar-nav > li > ul li > a{ color:#29255b;    display: block;}
.navbar-nav > li > ul li > a:hover{ color:#408834; text-decoration:none;}
.navbar-nav > li > ul li.current-menu-item > a{color:#408834}
.navbar-default .navbar-nav > li.current-menu-parent > a:after{height: 1px;opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);}
.navbar-default .navbar-nav > li.current-menu-parent > a{color:#408834}
.navbar-nav > li:hover > ul{display: block;}
.navbar-nav > li.open > a:after, .navbar-nav > li.current-menu-item > a:after, .navbar-nav > li > a:hover:after, .navbar-nav > li > a:focus:after {height: 1px;opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);    transform: translateY(0px);}
.navbar-nav > li > ul {margin-top: 0;border-top-right-radius: 0;border-top-left-radius: 0;left: -40px;width: 120%;top: 70%;
    padding: 0px;border: 1px solid #e9eaeb;position: absolute;z-index: 1000;display: none;float: left;min-width: 160px;margin: 2px 0 0;list-style: none;font-size: 14px;text-align: left;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0,0,0,0.15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);box-shadow: 0 6px 12px rgba(0,0,0,0.175);background-clip: padding-box;}
.navbar-nav > li > ul:before {background: url(images/dropdown-arrow.png) no-repeat 50% 0%;    display: block;height: 15px;width: 100%;content: '';position: absolute;top: -12px;}
.navbar-nav > li > ul li {border-bottom: 1px solid #e9eaeb;}
.navbar-nav > li > ul > li > a {text-align: center;white-space: normal;font-family: 'Montserrat',sans-serif;font-size: 12px;color: #408834;text-decoration: none;padding: 20px 30px;display: block;clear: both;font-weight: normal;line-height: 1.428571429;}
.navbar-nav > li > ul > li > a:hover, .dropdown-menu > li > a:focus {background: #408834;color: #fff;}
.testimonial_slider {display: none;}
.testimonial_slider.slick-initialized {display: block;}

/*Intro Text*/
.intro_txt{font-family: 'Montserrat', sans-serif; text-align:center; padding:50px 0 0 0; background-image:url(images/intro-bg.png); background-repeat:no-repeat; background-position:top center;}
.intro_txt h2{font-size: 30px; color: #408834; font-weight: 700; margin-bottom:20px;}
.intro_txt h1{font-size: 30px; color: #408834; font-weight: 700; margin-bottom:20px;}
.intro_txt h3{font-size: 20px; color: #2b2459;font-weight: 400;margin-bottom:20px;}
.intro_txt h4{font-size: 20px; color: #747574; font-weight: 400; margin-bottom:50px;}

/*Banner*/
.home_banner{position: relative; background: #408834;  padding: 40px 0 0;  color: #fff; font-family: 'Montserrat',sans-serif; background-image:url(images/slider-pointer.png); background-repeat:repeat-x; background-position:top left;}
.home_banner ul li{display: list-item;list-style-type: disc;margin-bottom: 10px;margin-left: 25px;text-align: left;line-height: 24px;font-size: 15px;}
.home_banner::after {background: url(images/slider-bg-bottom.png) repeat-x top center;content: ' ';display: block;width: 100%;height: 30px;position: absolute;bottom: 0px;}
.home_banner h5{  margin-bottom:22px; font-weight:700;}
.home_banner_cnt{text-align:center;padding: 0;}
.btn{font-size: 14px; font-weight: 700; font-family: 'Montserrat',sans-serif; color: #fff; text-decoration: none;}
.btn-more-info{border-radius: 3px; text-decoration: none;  border-bottom: 0;  margin: 15px; border: 2px #fff solid; padding: 7px 32px; font-size: 14px;}
.btn-more-info:hover { background: rgba(255,255,255,0.2);color: #fff; }
.slider-nav > div{ display:inline-block; width:25%; margin-left:-4px;font-size: 18px; font-weight:400; color:#747574; vertical-align:top; cursor:pointer; padding-top:0; max-height:160px; height:180px; background-repeat:no-repeat; background-position:top center;    }
.slider-nav > div.slick-active{ color:#408834;position: relative;}
.slider-nav .slick-active::after {background: url(images/arrow-slider-pointer.png) no-repeat top center; content: ' ';display: block;   width: 100%;height: 30px;position: absolute;bottom: -17px;z-index: 7;}
.slider-nav .slider_icon {padding: 0 0 20px 0;min-height: 70px;filter: grayscale(100%);opacity: 0.3;}
.slider-nav > div.slick-active .slider_icon{filter: grayscale(0);opacity: 1;}
.home_banner .slick-prev{background: url(images/slider_left.png);width: 50px; height: 50px;background-size: contain;background-repeat: no-repeat;opacity: 0.5;text-shadow: 0 1px 2px rgba(0,0,0,0.6);}
.home_banner .slick-next{background: url(images/slider_right.png);width: 50px; height: 50px;background-size: contain;background-repeat: no-repeat;opacity: 0.5;text-shadow: 0 1px 2px rgba(0,0,0,0.6);}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{opacity: 1;text-shadow: 0 1px 2px rgba(0,0,0,0.6);}

/*Slick*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
/*Slick*/

/* Love Section */
.our_love {padding: 80px 0;}
.our_love .our-love-holder {transition: all 0.2s ease;height: 125px;max-width: 100%;width: 750px;background: url(images/our-love-hover.png) no-repeat;display: inline-block;background-size: contain;background-position: center;
-webkit-filter: grayscale(100%);  filter: grayscale(100%); opacity:0.2}
.our_love .our-love-holder:hover {background: url(images/our-love-hover.png) no-repeat;background-size: contain;background-position: center;
-webkit-filter: grayscale(0%);  filter: grayscale(0%); opacity:100}

/* get In Contact  */
.get_in_contact {font-family: 'Montserrat',sans-serif;background: #2b2459;padding: 30px 0;font-weight: 300;}
.get_in_contact p {font-size: 24px;line-height: 1.3;color: #fff;margin: 0 0 10px 0}
.btn-more-info, .btn-more-info-large, .btn-blue-more-info {border-radius: 3px;text-decoration: none;border-bottom: 0;margin: 15px 15px 0;border: 2px #fff solid;padding: 7px 32px;font-size: 14px;}
.btn-more-info-large{padding: 10px 40px;font-size: 16px;text-transform: uppercase;}
.btn-more-info:hover, .btn-more-info-large:hover, .btn-blue-more-info:hover {background: rgba(255,255,255,0.2);color: #fff!important;}
.get_in_contact .customer_service{margin-top: 45px;}
.get_in_contact a{color: #fff;}
.get_in_contact a:hover{color: #408834;text-decoration: none;}
#map{margin-bottom:20px;}

/* Technology */
.technology {padding: 80px 0 50px;}
.technology h2{font-size: 30px; color: #408834; font-weight: 700; margin-bottom:20px;line-height: normal;}
.technology .first_col{border-right: 1px solid #e9e9e9;}
.technology .second_col{padding-left: 50px;}
.technology_list{width: 100%;}
.technology_list tr td{padding: 10px 0;width: 30%;}
.technology_list tr td:first-child {width: 22%;}
.technology_list h3 {color: #2b2459;font-size: 26px;font-weight: 500;}
.btn.green_btn {background-color: #408834;border-radius: 0;font-size: 16px;font-weight: 300;text-transform: uppercase;padding: 14px 30px;position: relative;}
.btn.green_btn{background-color: #408834;font-weight: 700;position: relative;background: #549752;border-radius: 3px;padding: 10px 20px;font-size: 18px;text-transform: uppercase;margin: 20px 0;border-bottom: 2px inset #1e5515;}
.btn.green_btn:hover {background-color: #000;color: #fff;}

/* Testimonial */
.testimonial_slider{line-height: 30px;font-size: 16px;}
.testimonial_slider h6{font-size: 14px;color: #000;font-weight: 600;}
.testi_content:before {background: url(images/testimonial_top.jpg);content: '';display: block;width: 100%;height: 50px;background-repeat: no-repeat;background-position: top left;margin-bottom: 20px;}
.testi_content:after {background: url(images/testimonial_bottom.jpg);content: '';display: block;width: 100%;height: 50px;background-repeat: no-repeat;background-position: top right;margin-top: 20px;}
.testimonial_slider .slick-dots {bottom: -90px;text-align: left;}
.testimonial_slider .slick-dots li.slick-active button::before {opacity: 1;color: #569753;}
.testimonial_slider .slick-dots li button::before {opacity: 1;color: #c0c0c0;}

/* Tree Footer */
.tree .tree-image {margin-bottom: -5px;}

/* Footer */
footer{padding: 67px 0 0 0;background: #2b2459;color: #fff;font-size: 12px;}
footer a {color: #fff;text-decoration: none;}
footer .footer_logo{display: block;border-bottom: 1px solid #423a6b;padding: 0px 0 20px 0;margin: 0 0 20px 0;width: 150px;}
.footer_top{padding: 0 0 58px 0;}
footer .social {font-size: 20px;padding: 28px 0 0 0;}
.list-inline {margin-left: -5px;}
.list-unstyled, .list-inline {padding-left: 0;list-style: none;}
footer .social .list-inline > li {padding: 0;}
.list-inline > li {display: inline-block;padding-left: 5px;padding-right: 5px;}
footer .social a {display: block;height: 35px;width: 35px;padding: 4px 5px;background: #fff;border-radius: 50%;opacity: 0.4;text-align: center;color: #2b2459;}
footer .social a:hover {background: #2b2459;color: #fff;}
.footer_menu{display: block;}
.footer_menu li{display: inline-block;width: 46%;font-size: 16px;padding: 0px 0 22px 0;}
.footer_menu li a:hover, .footer_menu li a:focus{text-decoration: none;color: #408834;}
.footer_top .first_col{border-right: 1px solid #423a6b;}
.footer_top .second_col{border-right: 1px solid #423a6b;padding-left: 120px;padding-top: 14px;}
.footer_top .third_col{padding-left: 60px;padding-top: 14px;}
.contact_list{display: block;}
.contact_list li{padding: 0;font-size: 16px;line-height: 22px;margin: 0 0 28px 0;}
.contact_list li.address_icon{background: url(images/map_icon.jpg);background-repeat: no-repeat;background-position: left 8px;padding-left: 38px;}
.contact_list li.phone_icon{background: url(images/phone_icon.jpg);background-repeat: no-repeat;background-position: left center;padding-left: 38px;}
.contact_list li.mail_icon{background: url(images/mail_icon.jpg);background-repeat: no-repeat;background-position: left center;padding-left: 38px;}
.contact_list li a:hover,.contact_list li a:focus{text-decoration: none;color: #408834;}
.footer_copyright {font-size: 16px;text-align: center;padding: 20px 0;line-height: normal;color: #89879c;border-top: 1px solid #413b6b;}
.contact_left .list-unstyled li{list-style: none;}
.contact_left a{color:#549752;}
.contact_left a:hover{color:#29255b;}
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eeeeee;}
.post_list h2{font-size: 20px;color: #2b2459;}
.post_list a{color: #2b2459;}
.post_list .post_meta_area {padding: 10px 0;line-height: 24px;font-size: 15px;color: #747574;}
.post_list .post_meta_area b{font-weight: 400;}
.post_list .post_meta_area a{text-decoration: underline;padding: 0 0 0 5px;}
.post_list .btn.green_btn {font-size: 12px;padding: 10px 20px;color: #fff;}
.post_list .btn_sec {text-align: left;}

/* Inner Page */
.inner_page{font-family: 'Montserrat', sans-serif; padding:50px 0 0 0; line-height: 24px;}
.intro.intro-special {background-image:url(images/intro-bg.png); background-repeat:no-repeat; background-position:top center;
    position: absolute; width: 100%; height: 490px; padding: 0px;}
#intro, .intro {background: transparent url(images/intro-bg.png) no-repeat top center;padding: 45px 0 0;position: relative;}
.inner_page h1 {font-size: 45px;color: #549752;margin: 0 0 10px 0;text-transform: uppercase;}
.inner_page h3 {font-size: 20px;color: #2b2459;margin: 0 0 20px 0;}
.inner_page h1.title_h1 {font-size: 20px;color: #2b2459;margin: 0 0 20px 0;text-transform: none;}
.inner_page h4 {font-size: 20px;color: #2b2459;margin: 0 0 10px 0;}
.inner_page h5 {font-size: 18px;color: #747574;margin: 0 0 10px 0;line-height: 1.5;font-weight: 400;}
.inner_page h6 {font-size: 16px;color: #545454;margin: 0 0 10px;line-height: 1.5;font-weight: 400;}
.inner_page p{color: #747574;margin: 0 0 10px 0;}
.inner_page .list-unstyled li{color: #747574;}
.inner_page .list-unstyled li a{color: #747574;}
.inner_page .list-unstyled li a:hover{color: #2b2459;}
.btn_sec{text-align: center;margin: 20px 0;}
.inner_intro h1{text-align: center;font-weight: 400;margin: 0 0 20px 0;text-transform: capitalize;}
.inner_intro h4{text-align: center;font-weight: 400;margin-bottom: 40px;}
.about_love{text-align: center;margin: 25px 0;}
.inner_page ul {padding-left: 20px;line-height: 24px;font-size: 15px;color: #747574;font-family: 'Open Sans',sans-serif;}
.inner_page ul li {list-style: disc;}

.how_we_work .btn.green_btn{margin: 0;}
.how_we_work .our_method .continue-link {color: #549752;text-decoration: none;margin: 30px 0;}
.btn-green-ghost {border-radius: 3px;text-decoration: none;border-bottom: 0;margin: 15px;border: 2px #408834 solid;padding: 7px 32px;font-size: 14px;}
.pull-right {float: right !important;}
.btn {display: inline-block;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;white-space: nowrap;line-height: 1.428571429;user-select: none;}

/* Inner Banner */
.inner_banner{height: 350px;background: url(images/inner_banner.jpg);background-repeat: no-repeat;background-position: -1 0;background-size: cover;}

/* Team Page */
.team_list{text-align: center;margin-top: 40px;}
.team_list h5 {color: #408834;margin: 0;line-height: 1.2;margin-top: 15px;font-weight: 700;text-align: center;}
.team_list h6{text-align: center;}
.team_list h6 span{display: block;font-size: 12px;}
.team_list .team_member{text-align: center;margin: 0 0 40px 0;position: relative;max-width: 230px;display: inline-block;}
.team_photo{border-radius: 50%;width: 223px;height: 223px;margin: auto;overflow: hidden;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.team_photo img{width: 100%;height: 100%;}
.team_member .team_special {border-radius: 50%;width: 223px;height: 223px;display: none;position: absolute;background: rgba(64,136,52,0.9);text-align: center;top: 0;left: 0;margin: auto;}
.team_member:hover .team_special{display: block;}
.team_member .team_special img {width: 35px;margin-top: 20px;}
.team_member .team_special p {color: #fff;font-size: 18px;margin: 10px 0 20px;}

/* What Set Us Apart */
.service_list h6{color: #408834;font-weight: 700;}
.service_list .service_sec{margin-bottom: 50px;}

/* Portfolio */
.portfolio.home_banner{background: #201e8e;}
.portfolio.home_banner h2 {color: #fff;font-size: 30px;font-weight: 700;padding-bottom: 20px;}
.portfolio_page h3 {font-weight: 400;}

/* Technology */
.tech h2{font-size: 30px;color: #408834;font-weight: 700;margin: 0 0 20px;}
.tech h1{font-size: 30px;color: #408834;font-weight: 700;margin: 0 0 20px;text-transform: none;    display: inline-block;  }
.tech h2 img {width: 46px;filter: grayscale(100%);opacity: 0.4;margin-right: 18px; display: inline-block; }
.page_title_img h1{vertical-align: middle;   margin: 0;}
.page_title_img{ margin: 0 0 20px 0; }
.page_title_img img {width: 46px;filter: grayscale(100%);opacity: 0.4;margin-right: 18px;}
.service-icon {height: 40px;display: inline-block;float: left;margin-right: 15px;}
.tech .green_btn{margin: 0 0 20px;}
.portfolio-header {color: #549752!important;font-size: 13px;text-transform: uppercase;font-weight: 700;border-bottom: 1px solid #dfdfdf;padding-bottom: 5px;margin-bottom: 20px;}
.stats {text-align: right;margin: 30px 0 0 0;}
.stats .stat-box {margin-bottom: 0;}
.service-stat-image {height: 80px;margin-bottom: 40px;}
.stats .number {font-size: 70px;display: block;margin-bottom: 20px;color: #549752;font-family: 'Montserrat',sans-serif;}
.tech1.get_in_contact { background: #408834;margin: 80px 0 0 0;}

.tech_sec_new{margin-top:60px;}
.stats.technologies_sec .stat-box h3{color: #549752;font-size: 16px;text-transform: uppercase;font-weight: 700;}
.stats.technologies_sec .stat-box{margin:20px 0;width:20%;display:inline-block;}

/* Contact Page */
.contact_left{padding: 0 80px 0 0;}
.contact_right{padding: 0 0 0 50px;border-left: 1px solid #dbdbdb;}
.contact_right p span{color: red;}
.contact_right table{width: 85%;}
.input_frm {width: 100%;margin-bottom: 15px;background: #fff;border: 1px solid #d4d3d3;max-width: 100%;padding: 8px 12px!important;    border-radius: 0!important;}
.contact_right .wpcf7-textarea{ height:120px}
.submit_btn.btn.green_btn {margin-top: 20px;font-weight: 600;padding: 14px 40px;}
.contact_left .list-unstyled li {padding: 0 0 25px 44px;}
.contact_left .list-unstyled{padding: 20px 0;}
.contact_address {background: url(images/contact-address.png) no-repeat 0 3px;}
.contact_phone {background: url(images/contact-phone.png) no-repeat 4px 3px;}
.contact_mail {background: url(images/contact-email.png) no-repeat 4px 3px;}
.direction-input {border-radius: 10px 0 0 0;width: 70%;margin: 0;height: 34px;border-bottom: 0;background: url(images/map.png) no-repeat 15px 3px;padding: 5px 5px 5px 50px;border: 1px solid #d4d3d3;}
.direction-input:hover,.direction-input:focus{border: 1px solid #559652;outline: none;}
.btn-directions {margin-left: -4px;border-radius: 0 10px 0 0;border: none;height: 34px;vertical-align: top;background: #549752;padding: 5px 25px;text-transform: uppercase;}
.btn-directions:hover {background: #000;color: #fff;}
.contact_map{padding: 60px 0 0 0;}
.contact_map .direction-input{margin-bottom: 0px;border-top-right-radius: 0;border-bottom-right-radius: 0;}

/* Side Slide */
.side_slider_list{ position:relative;padding: 20px;box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.15); list-style:none; margin:20px;}
.side_slider_list img{ margin-bottom:10px;}
.overlay{ position:absolute; left:0; right:0; top:0; bottom:0;display: none;    position: absolute; background: rgba(64,136,52,0.95); text-align: center; top: 0; left: 0; color: #fff; height: 100%; width: 100%; padding:50px;}
.side_slide p{ text-align:center}
.side_slider_list:hover .overlay{display: block; }
.side_slide .field_label { margin-bottom: 20px; font-size: 20px; font-weight: bold;}
.side_slide .field_item { margin-bottom: 20px; font-size: 20px; font-weight: 300;}
.side_slide h3 {color: #549752; font-size: 13px; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid #dfdfdf; padding-bottom: 5px;  margin-bottom: 20px;font-family: 'Open Sans',sans-serif;}
.side_slide .slick-list{ width:355px; float:left;}
.side_slide .slick-dots{width: 20px; position:absolute; right:-30px; top:65px;}
.side_slide .slick-dots{ padding:0}
.side_slide .slick-dots li button:before { color: #549752; opacity: 100;}
.side_slide .slick-dots li.slick-active button::before { opacity: 100;  color: #747574;}
.side_slide .slick-dots li button::before { font-size: 16px;}
.side_slide .slick-prev, .side_slide .slick-next{ position:absolute; right:-28px; top:50px;left: inherit;}
.side_slide .slick-prev{ background-image:url(images/side_arw_top.png); width:18px; height:10px;}
.side_slide .slick-next{ background-image:url(images/side_arw_bottom.png); width:18px; height:10px; top: 320px; bottom:0;}


/*.review_slider .slick-prev, .side_slide .slick-next{ position:absolute;}
.review_slider .slick-prev{ background-image:url(images/arw_img_prev.png); width:18px; height:10px;}
.review_slider .slick-next{ background-image:url(images/arw_img_next.png); width:18px; height:10px; top: 320px; bottom:0;}*/

.tech ul.slick-dots{margin: 0 !important;}

ul.review_slider{padding-left: 0 !important; margin-top: 0 !important;}

ul.review_slider li.review_item{padding: 0 !important; padding-bottom: 20px !important;}

/* Method Step */
.divider {width: 2px;background: #408834;position: absolute;left: 50%;top: 0;height: 100%;}
.how_work{position: relative;}
.our_method{margin: 50px 0;}
.our_method.first_sec .row:before{display: none;}
.our_method.first{height: 115px;padding: 0;margin: 0;}
.our_method.first .green_btn{ z-index:1}
.our_method .row:before {width: 50%;border-top: 2px dashed #549752;margin-left: 25%;margin-top: 50px;margin-bottom: 140px;}
.our_method.new-left .content_sec{padding-right: 110px;margin-top: -64px;}
.our_method.new-right .content_sec{padding-left: 110px;margin-top: -64px;}
.our_method .icon_sec{margin-top: -64px;}
.icon_sec{height: 250px;text-align: center;}
.content_sec{padding: 0 40px;}
.content_sec h3{font-size: 32px;}
.filter label {line-height: 32px;font-weight: 700;color: #545454;display: inline-block;padding-left: 10px;font-size: 16px;}
input[type="text"], input[type="email"], input[type="password"], textarea, select {margin-bottom: 15px;background: #fff;border: 1px solid #d4d3d3;border-radius: 5px;padding: 5px;width: 170px;}

.page-id-44 input[type="text"],.page-id-44 input[type="email"],.page-id-44 input[type="password"],.page-id-44 textarea,.page-id-44 select {width: 100%!important;}


input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {outline-color: #549752;}
.filter select {background: #408834;color: #fff;}
.red_req{color: red;}
.last_btn {margin-top: 80px;padding-top: 80px;}

/* Portfolio */
.portfolio_sec{margin: 50px 0 30px 0;}
.portfolio_item{ position:relative;padding: 20px;box-shadow: 0px 0px 12px rgba(0,0,0,0.15); list-style:none;height: 335px;background: #fff;margin-bottom: 40px;}
.portfolio_item img{ margin-bottom:10px;}
.overlay{ position:absolute; left:0; right:0; top:0; bottom:0;display: none;    position: absolute; background: rgba(64,136,52,0.95); text-align: center; top: 0; left: 0; color: #fff; height: 100%; width: 100%; padding:50px;}
.portfolio_item:hover .overlay{display: block; }
.portfolio_item h3 {text-align: center;width: 100%;padding: 10px 0;margin:0;font-weight: 400;}
.portfolio_item .overlay .services {font-size: 20px;}
.portfolio_item .overlay .services .field_label{font-weight: bold;margin-bottom: 20px;}
.portfolio_item .overlay .services .field_item {font-size: 20px;line-height: 24px;font-weight: 500;font-family: 'Open Sans',sans-serif;}
.portfolio_item .overlay .launch-site{margin-top: 40px;}
.portfolio_item h4{font-size: 16px;margin: 20px 0;}
.portfolio_btn.btn_sec {text-align: center;margin: 0 0 20px 0;;}
.side_slide .slick-list {padding-bottom: 10px;}
.portfolio_page .navigation.pagination h2{display: none;}
.navigation.pagination{width: 100%;text-align: center;}
.nav-links .page-numbers.current {background-color: #408834;border-color: #408834;position: relative;padding: 6px 12px;line-height: 1.428571429;text-decoration: none;color: #fff;border: 1px solid #ddd;margin-left: -6px;}
.nav-links a:first-child {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.nav-links span:first-child {border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.nav-links a:last-child{border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.nav-links a{position: relative;padding: 6px 12px;line-height: 1.428571429;text-decoration: none;color: #428bca;
    background-color: #fff;border: 1px solid #ddd;margin-left: -6px;color: #408834;text-transform: lowercase;}
.nav-links a:hover{color: #1e5515;background-color: #eeeeee;border-color: #ddd;}
tech_logo {margin: 20px 0 20px 20px;text-align: center;max-width: 100px;}
.testimonial p{font-size: 18px;margin: 40px 0; color:#549752 !important; font-weight:bold; }
blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #549752;}
blockquote a {color: #2b2459;font-style: normal;}
blockquote a:hover {color: #408834;}
.mob_blue_btn{display: none;}

.tech ul {margin: 30px 0;/*padding-left: 40px;*/}
.tech ul li {color: #2b2459; }
.tech .sidebar_box { padding-left:0; }
.tech .sidebar_box ul { padding-left:0; }
.tech .sidebar_box ul li { padding-left:0; list-style: none; }
.tech .sidebar_box.services ul li { width: 50%; display: inline-block;}
.tech .sidebar_box.services ul li img { max-height: 40px; display: inline-block; margin-right: 20px;}
.sidebar_box h3 {color: #549752; font-size: 13px;text-transform: uppercase; font-weight: 700;border-bottom: 1px solid #dfdfdf; padding-bottom: 5px; margin-bottom: 20px;font-family: 'Open Sans',sans-serif;}
.sidebar_box{margin-bottom: 20px;}
.sidebar_box a:hover{color: #408834;text-decoration: underline!important;}
.sidebar_box a{text-decoration: underline;padding: 0 0 0 5px;color: #2b2459;}
.post_metasingle.post_meta_area{margin-bottom: 18px;text-align: center;}
.post_meta_area b{line-height: 24px;font-size: 15px;color: #747574;font-weight: 400;}
.post_meta_area a:hover{color: #408834;}
.post_meta_area a{padding: 0 0 0 5px;color: #2b2459;}
.blog_title h1 {font-size: 32px;text-transform: capitalize;margin: 16px 0!important;}

/*Case Study */
.case-study-highlight {background: #cdcdcd;margin-bottom: 20px;display: inline-block;color: #fff;padding: 3px;text-transform: uppercase;font-size: 12px;font-weight: 700;line-height: 15px;margin-top: 3px;}
.casestudy_left img{margin-top: 18px;border: none;box-shadow: 1px 1px 10px #888;}
.thickness {margin: 60px 0;}
.casestudy .method-step h3{font-weight: 400;}
.sidebar_box .sidebar_box_inner ul li {font-family: 'Montserrat',sans-serif;font-weight: 700;font-size: 14px;line-height: 1.2;vertical-align: middle;margin-bottom: 15px;color: #747574;display: inline-block!important;width: 48%!important;}
.sidebar_box.services .sidebar_box_inner ul li img {max-height: 100%!important;display: block!important;margin-right: 12px!important;max-width: 36px;filter: grayscale(100%);float: left;}
.sidebar_box.technology .sidebar_box_inner ul li img {max-width: 160px;}
.casestudy .sidebar_box.technology{padding: 0;}
.sidebar_box.development_features .sidebar_box_inner ul {line-height: 24px;font-size: 15px;color: #747574;
    font-family: 'Open Sans',sans-serif;font-weight: 400;vertical-align: top;}
.sidebar_box.development_features .sidebar_box_inner ul li {margin-left: 15px;font-size: 14px;margin-bottom: 10px;line-height: normal;color: #747574;font-weight: 400;font-family: 'Open Sans',sans-serif;vertical-align: top;list-style: disc!important; 
display:list-item!important; float:left;width: 46% !important;}
.nav-doubleflip a.prev {left: 0;-webkit-perspective-origin: 100% 50%;perspective-origin: 100% 50%;}
.nav-doubleflip a.next {right: 0;-webkit-perspective-origin: 0% 50%;perspective-origin: 0% 50%;}
nav.nav-doubleflip a {-webkit-perspective: 1000px;perspective: 1000px;position: fixed;top: 50%;display: block;outline: none;
    text-align: left;z-index: 1000;-webkit-transform: translateY(-50%);transform: translateY(-50%);transform: translateZ(0);}
.nav-doubleflip .icon-wrap {position: relative;z-index: 100;display: table-cell;width: 50px;background-color: #549752;-webkit-transition: background-color 0.3s 0.3s;transition: background-color 0.3s 0.3s;height: 130px;font-size: 50px;text-align: center;color: #fff;vertical-align: middle;}
.nav-doubleflip svg.icon {position: relative;top: 50%;-webkit-transition: fill 0.3s 0.3s;transition: fill 0.3s 0.3s;
    -webkit-transform: translateY(-50%);transform: translateY(-50%); fill: #fff;}
.nav-doubleflip a.next div, .nav-doubleflip a.next h3 {right: 100%;-webkit-transform: rotateY(-90deg);transform: rotateY(-90deg);-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;}
nav.nav-doubleflip div {position: absolute; top: 0;width: 180px; height: 100%; -webkit-transition: -webkit-transform 0.3s 0.3s; transition: transform 0.3s 0.3s; -webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.nav-doubleflip span.crop {overflow: hidden;}
.nav-doubleflip span.crop, .nav-doubleflip img, .nav-doubleflip h3 { position: absolute;top: 0;width: 100%;height: 100%;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.nav-doubleflip img {height: auto;}
.nav-doubleflip a.next div, .nav-doubleflip a.next h3 {right: 100%;-webkit-transform: rotateY(-90deg);transform: rotateY(-90deg);-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;}
.nav-doubleflip h3 {margin: 0;padding: 3.5em 1em 0;background-color: #7f7f7f;color: #fff;text-align: center;text-transform: uppercase; font-size: 1.15em; line-height: 1;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;}
.nav-doubleflip a:hover .icon-wrap {background-color: #7f7f7f;-webkit-transition-delay: 0s; transition-delay: 0s;}
.nav-doubleflip a:hover svg.icon {fill: #fff;-webkit-transition-delay: 0s;transition-delay: 0s;}
.nav-doubleflip a:hover h3 {-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}
.nav-doubleflip a:hover div, .nav-doubleflip a:hover h3 {-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
.nav-doubleflip a:hover div {-webkit-transition-delay: 0s;transition-delay: 0s;}
.nav-doubleflip a.prev div, .nav-doubleflip a.prev h3 {left: 100%;-webkit-transform: rotateY(90deg);transform: rotateY(90deg);-webkit-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.nav-doubleflip a:hover .icon-wrap {background-color: #7f7f7f;-webkit-transition-delay: 0s;transition-delay: 0s;}
.nav-doubleflip a:hover div {-webkit-transition-delay: 0s;transition-delay: 0s;}
.nav-doubleflip a:hover h3 {-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}
.nav-doubleflip a:hover div, .nav-doubleflip a:hover h3 {-webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
h4.accordion_title{ font-weight: 200; line-height: 1.5; margin: 0; font-family: 'Montserrat',sans-serif; padding: 10px 15px; border-radius: 3px; font-size: 16px; cursor:pointer;color: #333333; background-color: #f5f5f5; border-color: #ddd; border:1px solid #dddddd; margin-top:18px; background-image: url(images/accordion_top.png); background-repeat:no-repeat; background-position:97% center;}
	h4.accordion_title.accordion_open{background-image: url(images/accordion_bottom.png);border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion_content{    border: 1px solid #ddd; padding: 15px; border-top:none;border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
.share-buttons li{ display:inline-block}
.share-buttons li a:hover{ opacity:0.8}
.btn_sec.portfolio_btn a {font-size: 14px;text-transform: capitalize;padding: 6px 10px;margin: 0 0 20px 0;}
.casestudy-template-default .inner_page.casestudy{ padding-top:0}

/*Review*/
.review-text-1{font-size:16px;font-weight: 600; color:#f47920; text-transform:uppercase; letter-spacing:2px; display:block; margin-bottom:10px;}
.review-text-2{ display:inline-block}
.review-text-2 .rating-star{ background-image:url(images/star-rating1.png); width:220px; height:30px}
.review-text-2 .rating-5 { background-position: 0 0; }
.review-text-2 .rating-4 { background-position: -46px 0; } 
.review-text-2 .rating-3 { background-position: -91px 0; }
.review-text-2 .rating-2 { background-position: -137px 0; }
.review-text-2 .rating-1 { background-position: -184px 0; }
.review-text-2 .rating-0 { background-position: -229px 0; }
.review-text-2 .rating-1p5 { background-position: -135px -34px; }
.review-text-2 .rating-2p5 { background-position: -89px -34px; }
.review-text-2 .rating-3p5 { background-position: -45px -34px; }
.review-text-2 .rating-4p5 { background-position: 0 -34px; }
.rating-star {width: 151px;height: 21px; display: block; background: url(images/star-rating.png) 0 0 no-repeat;}
.rating-5 { background-position: 0 0; }
.rating-4 { background-position: -31px 0; } 
.rating-3 { background-position: -62px 0; }
.rating-2 { background-position: -94px 0; }
.rating-1 { background-position: -126px 0; }
.rating-0 { background-position: -158px 0; }
.rating-1p5 { background-position: -31px -21px; }
.rating-2p5 { background-position: -62px -21px; }
.rating-3p5 { background-position: -94px -21px; }
.rating-4p5 { background-position: 0 -21px; }
.rating-star b{display:none;}
.review-text-3{font-weight:bold;}
.review_date{ display:block}
.review_list h2{ padding-bottom:26px; margin-bottom:25px; background-image:url(images/title_linereview.jpg); background-position:left bottom; background-repeat:no-repeat;}
.review_list li:after{ display:none}
.review_list li{ padding-left:0; margin-bottom:40px; padding-bottom:10px; border-bottom:1px solid #cccccc; position:relative}
.review_list li:last-child{ border-bottom:none; margin-bottom:0; padding-bottom:0;}
.review_date{ color:#666666; font-size:16px; font-weight:600; padding-bottom:22px;}
.review_div{text-align:center; padding-top:35px;}
.review_div .rating-star{margin:auto;}
.review_list li img{ margin-right:30px; margin-bottom:20px;}
.review_cont{ padding:5px 0;}
.review_by{color:#408834;}
.overall_rating{ color:#000000; font-weight:bold; border-bottom:#4d4d4d 1px solid; padding-bottom:20px; margin-bottom:10px;}
.overall_rating .reviewer-rating{float:right; padding-left:10px;}
.review_item .reviewer-rating{float:left; padding:10px 0; border-bottom:#4d4d4d 1px solid; padding-bottom:10px; padding-left:0;}
.review_item {padding:15px 0;}
.feedback_list div:last-child .reviewer-rating{ border-bottom:#4d4d4d 0px solid;}
.hidden_span{display:none;}
.inner_page p { margin: 0 0 25px;}
.inner_page blockquote p { margin: 0 0 0 0 !important; padding: 0 !important;}
.tech ul.shopify_list{margin-top:0}

ul.development_features_list{padding:0; margin:0;}
ul.development_features_list li{display: inline-block;vertical-align: top;width:48%;border-bottom: 1px solid #ececec;padding: 0 0 25px 48px;margin: 0 0 25px 0;font-size: 16px;
background-position:left top; background-repeat:no-repeat;	margin-right: 4%;}
ul.development_features_list li:nth-child(even){margin-right: 0;}
ul.development_features_list li.development_features_icon1{background-image:url(images/develo_icon1.jpg); }
ul.development_features_list li.development_features_icon2{background-image:url(images/develo_icon2.jpg); }
ul.development_features_list li.development_features_icon3{background-image:url(images/develo_icon3.jpg); }
ul.development_features_list li.development_features_icon4{background-image:url(images/develo_icon4.jpg); }
ul.development_features_list li.development_features_icon5{background-image:url(images/develo_icon5.jpg); }
ul.development_features_list li.development_features_icon6{background-image:url(images/develo_icon6.jpg); }
ul.development_features_list li.development_features_icon7{background-image:url(images/develo_icon7.jpg); }
ul.development_features_list li.development_features_icon8{background-image:url(images/develo_icon8.jpg); }
ul.development_features_list li.development_features_icon9{background-image:url(images/develo_icon9.jpg);border-bottom: none; }
ul.development_features_list li.development_features_icon10{background-image:url(images/develo_icon10.jpg);border-bottom: none; }
.postid-543 .tech h2 img{display:none;}
.postid-543 .inner_page.tech{font-size: 16px; color:#29255b;line-height: 28px;}
.postid-543 .inner_page.tech p{ color:#29255b;}
.postid-543 .inner_page h5 { font-weight: 500;color:#29255b;}
.postid-543 .wp-image-544{margin: 25px 20px 65px 0;}

.free_shopify_form{background-color: #fff;    padding: 40px;}
.free_shopify_form table {  width: 100%;}
.free_shopify_form .input_frm{  width: 100%;}
.modal-backdrop{    z-index: 9999;}
.modal {z-index: 99999;}
.form_close{    position: absolute;   right: 15px;  top: 15px;  background-color: transparent;  border: none;}
.free_shopify_form span.wpcf7-not-valid-tip {  margin-top: -11px;  position: relative;  margin-bottom: 14px;}

/* Media */
@media (max-width: 1199px) {
.sidebar_open:before{content:'';position:fixed;top:0;left:0;right:0;background-color:rgba(0,0,0,0.6);width:100%;height:100%;z-index:9}
.mobilemenu_icon{  width:35px;height:31px;display:block;right: 0;top: -15px;position:absolute;overflow:hidden; }
.navbar_line{ width:100%; height:4px; background-color:#000; position:absolute; top:0; left:0; width:35px;}
.navbar_line2{top:9px; left:10px;width:25px;}
.navbar_line3{top:18px; left:5px;width:30px;}
.sidebar_close .navbar_line{left:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s; transition-delay: 0.2s; }
.sidebar_close .navbar_line2{left:10px;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s; transition-delay: 0.4s; }
.sidebar_close .navbar_line3{left:5px; -webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s; transition-delay: 0.6s; }
.sidebar_open .navbar_line{left:100%; }
.sidebar_open .navbar_line2{left:100%;}
.sidebar_open .navbar_line3{left:100%; }
.mobilemenu_icon_open{width:25px;height:25px; top: 15px; right: 15px; position:absolute;background-size:cover; z-index: 99; overflow:hidden; }
.navbarclose_line1{height: 2px;background-color: #fff;position: absolute;top: 11px;left: 0;width: 25px;transform: rotate(0); opacity:0;}
.navbarclose_line2{height: 2px;background-color: #fff;position: absolute;top: 11px;left: 0;width: 25px;transform: rotate(0); opacity:0;}
.has-sub-nav{ background-image: url(images/sub_menu.png)!important; background-position:92% 14px!important; background-repeat:no-repeat!important;}
.sidebar_open .navbarclose_line1{transform: rotate(-136deg);-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;transition-duration: 0.5s; transition-delay: 0.2s; opacity:100;}
.sidebar_open .navbarclose_line2{transform: rotate(136deg);-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;transition-duration: 0.5s; transition-delay: 0.2s; opacity:100;}
.sidebar_open .navbar-header{ right:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;}
.navbar-header{overflow: auto;}
.sidebar_open{ overflow:hidden}
.navbar-nav {  float: none;}
.navbar-header { float: none; position: fixed; height: 100%; z-index:9999;background-color: #3F3F3F;  width:250px;  top:0; right: -100%;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;}
.navbar-nav{display: block;justify-content: left;}
.navbar-nav > li { float: none;    display: block; background-image:none;    padding: 0;}
.navbar-nav {  text-align: left;    margin-top: 37px;}
.navbar-default .navbar-toggle { z-index: 9;}
.navbar-nav > li.current > a:after{ display:none}
.navbar-nav > li {  border-left: none}
.navbar-nav > li.has-sub-nav a{ width:80%}
.navbar-default .navbar-nav > li {  color: #fff;border-bottom: 1px solid #4b4b4b;}
.navbar-default .navbar-nav > li > a {  color: #fff;}
.navbar-nav > li.current > a{border-bottom: 1px solid #4b4b4b;}
.navbar-nav > li.join_btn > a {   background-color: #000;padding: 11px 12px;}
.navbar-nav > li:first-child > a { padding-left: 12px;}
.navbar-nav > li.join_btn > a br{ display:none}
.navbar-nav > li > a {  padding: 14px 12px;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {  color: #fff;}
.navbar-nav > li > ul {position: relative;width: 100%;top: 0;left: 0;border-radius: 0;box-shadow: none;margin-top: 0;border: 0;margin-bottom: 10px;}
.navbar-nav > li.header_space {  margin-left: 0;}
.navbar-collapse { padding-right: 0;  padding-left: 0;}
.navbar-nav > li:hover > ul { display: none;}
.navbar-nav > li > ul{padding: 15px 10px;}
.navbar-nav > li > a:after{content: none;}
.navbar-nav > li > ul:before{content: none;}
.navbar-nav > li > ul > li > a {text-align: left;white-space: normal;font-family: 'Montserrat',sans-serif;font-size: 14px;
    color: #408834;text-decoration: none;padding: 10px 0;display: block;clear: both;font-weight: normal;line-height: normal;}
.navbar-nav > li > ul > li:first-child > a{padding-top: 0;}
.navbar-nav > li > ul > li:last-child > a{padding-bottom: 0;}
}

 /* Sticky Menu */
 @media (min-width: 1199px) {
  	header.sticky_header1{ top:-250px; position:fixed;padding: 0;}
  	.header_height{height: 165px;}
  	header{ position:absolute; top:0; right:0; left:0; width:100%;}
  	header.sticky_header{top:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;height: 78px;padding-top: 0px;}
  	header.sticky_header1 #Menu{ position:absolute;top:0; right:0; background:none;}
    header.sticky_header1 .header_top{display: none;}
    header.sticky_header1 .navbar-nav > li{padding-top: 8px;background-position: right 14px;}
    header.sticky_header1 .navbar-nav > li > ul {top: 62px;}
    header.sticky_header1 .logo {left: 18px;top: 2px;height: 100%;}
    header.sticky_header1 .navbar-nav > li.header_space:after{top: 14px;}
  	header.sticky_header1 .header_right { float: none;}
  	header.sticky_header1 .menu_outer {margin-top: 0;}
  	header.sticky_header1 #menu li a.is-active{color: #f3b359;}
  	header.sticky_header1 #menu li > ul > li > a.is-active{color: #000;}
  	header.sticky_header1 #menu a{color: #fff;font-size: 14px;padding: 8px 28px;}
  	header.sticky_header1 #menu > li:hover > a{color:#f3b359!important;}
  	header.sticky_header1 #menu > li > ul > li:hover > a{color:#000!important;}
  	header.sticky_header1 #menu ul a:hover{color: #000!important;}
  	header.sticky_header1 #menu ul {top: 42px;left: 2px;}
  	header.sticky_header1 #menu ul a{padding: 6px 10px;}
  	header.sticky_header1 .top_contact {display: none;}
  	header.sticky_header1{background: #fff!important;z-index: 9999;}
  	header.sticky_header1 #menu {margin-top: 14px;}
	.home_banner{    height: 375px; overflow:hidden}
	 
	 .postid-543 .inner_page .col-lg-7{ width: 65%;  }
	 .postid-543 .inner_page .col-lg-offset-1 {  margin-left: 18px;}
  }

/*Media*/
@media (max-width: 1199px) {
  .home_banner {padding: 40px 0;}
  .home_banner_cnt {padding: 20px 0 0 10px;}
  .home_banner ul li {line-height: 28px;}
  .home_banner h5 {margin-bottom: 12px;}
  .get_in_contact .customer_service {margin-top: 20px;line-height: 36px;}
  .btn.green_btn {font-size: 14px;}
  .technology_list h3 {font-size: 22px;}
  .footer_top .first_col {width: 28%;}
  .footer_top .second_col {padding-left: 50px;}
  .footer_menu li {width: 48%;}
  .footer_top .third_col {padding-left: 30px;padding-right: 0;}
  .logo {position: relative;}
  .contact_left {padding: 0 40px 0 0;}
  .tech1.get_in_contact {margin: 40px 0 0 0;}
  .side_slide {  padding-left: 0;}
  .our_method .row:before {margin-bottom: 12%;}
  .portfolio_item h3 {padding: 8px 0;font-size: 16px;}
  .overlay {padding: 50px 0 0 0;}
  .stats .number {font-size: 40px;margin-bottom: 10px;}
  .service-stat-image {height: 70px;margin-bottom: 14px;}
  .career_left {padding-right: 50px;}
  .divider {top: 2px;height: 99%;}
  .our_method.new-left .content_sec {padding-right: 40px;margin-top: 0px;}
  .our_method .icon_sec {margin-top: 0px;}
  .our_method.new-right .content_sec {padding-left: 40px;margin-top: 0px;}
  .filter form{text-align: right;}
  .portfolio.home_banner h2 {font-size: 28px;}
  .home_banner_cnt h5{text-align: center!important;}
}

/* Tab */
@media (max-width: 991px) {
  .home_banner_cnt {padding: 20px 0 30px 10px;}
  .slick-slide img {margin: auto;}
  .home_banner h5 {text-align: left;}
  .our_love .our-love-holder {width: 100%;background-size: contain;}
  .our_love {padding: 50px 0;}
  .get_in_contact .customer_service {text-align: center;margin-bottom: 20px;}
  .technology {padding: 50px 0;}
  .technology_list{margin: 0 0 20px 0;}
  .technology .second_col {padding-left: 15px;}
  .footer_top .first_col {width: 40%;}
  .footer_top .third_col {padding-left: 80px;}
  footer {padding: 50px 0 0 0;}
  .footer_top {padding: 0 0 30px 0;}
  .technology .first_col {border-right: 0;}
  .contact_right {padding: 0;border-left: 0;}
  .contact_right table {width: 100%;}
  .inner_banner{height: 250px;}
  .stats .number {font-size: 40px;margin-bottom: 10px;}
  .service-stat-image {height: 70px;margin-bottom: 14px;}
  .tech1.get_in_contact {margin: 20px 0 0 0;}
  .side_slide {padding-left: 0; width: 335px;}
  .our_method.first {height: 200px;}
  .our_method .row:before {margin-bottom: 8%;}
  .our_method {height: 500px;}
  .tech_logo {width: 120px;}
  .tech ul {margin: 20px 0;padding-left: 20px;}
  .testimonial {margin: 30px 0;}
  .portfolio_btn.btn_sec { text-align: center;margin-right: 0;}
  .career_left {padding-right: 0px;margin-bottom: 40px;}
  .last_btn {margin-top: 0;padding-top: 0;}
  .filter form {text-align: left;}
	ul.development_features_list li {   display: block;	width: 100%;}
	ul.development_features_list {   padding: 0;   margin: 0;}
	ul.development_features_list li{font-size: 15px;}
	.postid-543 .inner_page.tech {  font-size: 14px;}
}

/* Mobile */
@media (max-width: 767px) {
	html{-webkit-text-size-adjust: 100%;}
    .logo {top: 22px;width: 152px;}
    .footer_top .first_col {width: 100%;text-align: center;padding-bottom: 0px;border-right: 0;}
    footer .footer_logo {margin-bottom: 20px!important;width: 150px;margin: auto;}
    .footer_top .third_col {padding-left: 30px;}
    .tree{margin: 20px 0 0 0;}
    .testimonial_slider h6 {font-size: 16px;}
    .our_love .our-love-holder {height: 62px;}
    .our_love {padding: 40px 0;}
    .testi_content:before {height: 20px;margin-bottom:12px;background-size: contain;}
    .testi_content:after {height: 20px;margin-top: 12px;background-size: contain;}
    .testimonial_slider .slick-dots { bottom: -50px;}
    .technology h2 {font-size: 22px;margin-bottom: 12px;}
    .btn.green_btn {font-size: 12px;padding: 10px 22px;}
    .technology_list h3 {font-size: 18px;}
    .technology_list tr td {width: 32%;}
    .technology_list tr td:first-child {width: 18%;}
    .technology_list .tech_logo{width: 60px;margin: 0;}
    .get_in_contact p {font-size: 16px;line-height: 26px;}
    .slider-nav > div {width: 50%;max-height: 150px;height: 150px;}
    .slider-nav .slick-active::after{content: none;}
    .home_banner_cnt {padding: 15px 15px 20px 0;}
    .slick-slide img {margin: auto;height: 100%;}
    .home_banner {padding: 40px 0 0 0;}
    .home_banner::after {content: none;}
    .intro_txt h2 {font-size: 22px;}
	.intro_txt h1 {font-size: 22px;}
    .intro_txt h3 {font-size: 18px;}
    .intro_txt h4 {font-size: 18px;margin-bottom: 30px;}
    .home_banner .slick-prev {width: 30px;height: 30px;}
    .home_banner .slick-next {width: 30px;height: 30px;}
    .home_banner ul li {margin-left: 12px;}
    .header_concise {position: relative;padding: 15px 0;width: 100%;}
    .header_mail {float: none;display: block; text-align: center; padding: 0;background: none;}
    .header_phone {float: none;display: block;text-align: center;padding: 0;background: none;}
    .contact_left {padding: 0;}
	.direction-input {font-size: 13px;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;}
	.inner_banner{height: 150px;}
	.inner_intro h1 {font-size: 26px;}
	.inner_intro h4 {font-size: 18px;line-height: normal;}
	.inner_page h2 {font-size: 20px;}
	.blog .inner_page h2 {padding-top: 20px;}
	.inner_page h5 {font-size: 16px;}
	.stats p{margin: 0 0 28px 0;}
	.side_slider_list{    margin: 15px;}
	.side_slide {  width: auto;}
	.side_slide .slick-list { width: 290px;}
	.side_slide .slick-prev, .side_slide .slick-next{top: 10px;}
	.side_slide .slick-dots{top: 20px;right: 0;}
	.side_slide .slick-next{top: 260px;}
	.side_slide .slick-prev, .side_slide .slick-next{ right:0;}
	.slider-nav .slider_icon {padding: 0 0 20px 0;min-height: 76px;}
	.slider-nav > div {font-size: 16px;}
	.testimonial_slider {line-height: 24px;font-size: 14px;}
	.our_method.first {height: 50px;}
	.our_method {height: auto;margin: 30px 0;}
	.our_method .row:before {margin-bottom: 20px;margin-top: 40px;}
	.icon_sec {height: 100px;}
	.icon_sec img{width: 70px;}
	.content_sec h3 {font-size: 22px;margin: 0 0 10px 0;}
	.filter label {	display: block;}
	.filter select {width: 100%;}
	.portfolio_item {margin: 20px 0 0 0;height: auto;}
	.portfolio_sec {margin: 20px 0;}
	.portfolio_btn.btn_sec {margin: 0;}
	.sidebar_box .sidebar_box_inner ul li{width: 100% !important;}
	.sidebar_box.development_features .sidebar_box_inner ul li{width: 100% !important;}
	.nav-doubleflip .icon-wrap{height: 55px;padding-top: 11px;vertical-align: top;}
	.casestudy_left{ margin-bottom:30px;}
	.our_method .row{margin-left: 0;margin-right: 0;}
	.portfolio_page h3 {font-size: 16px;}
	.inner_page.portfolio_page{padding: 20px 0 0 0;}
	.btn-blue-more-info {margin: 10px 0 30px 0;background: #2e17cf;}
	.mob_blue_btn{text-align: center;display: block;}
	.home_banner.portfolio{display: none;}
	.first_clean{clear: both;}
	.stats.technologies_sec .stat-box{width:100%;display:block;margin-bottom:30px;}
	.free_shopify_form{ padding: 30px;}
}

@media (max-width: 480px) {}

@media (min-width: 1199px){
/* .header_height {  height: 246px;} */
	header.sticky_header1 .new_message{display:none}
}
  .new_message{max-width: 100%;margin: auto;left: 0;background-color: #408834;color: #fff;padding: 8px 18px 10px;font-size: 14px;text-align:center;}
			.new_message a{color: #fff;text-decoration: underline;}
			.new_message a:hover{text-decoration: none;}
          .new_message h2{color: #fff;font-size: 16px;font-weight: 600;margin-bottom: 4px;}
          .new_message h3{color: #fff;font-size: 14px;font-weight: 400;margin-bottom: 4px;}
          .new_message p{margin: 0px;padding: 0px;}
          .new_message_mob{display: none;}
          
section.inner_page.tech h5 a {color: #408834;font-weight: 600;}
section.inner_page.tech h5 a:hover{text-decoration: underline!important;}


/* Shopify Page Styles */
.shopify_content h1 {margin: 0 0 28px;}
.shopify_content h3 {font-family: 'Montserrat', sans-serif; font-size: 18px; color: #29255b; padding: 0 0 18px 0; margin: 0;}
.shopify_content .container {  width: 1160px;}
.right_img{ position: absolute; top: 0; right: 40px; border: 1px solid #ebebeb; border-radius: 100%; width: 360px; height: 360px; display: flex; align-items: center;  justify-content: center;}
.top_shopify_content{ padding-right: 502px;position: relative;}
.shopify_content h2{ font-size: 20px;font-family: 'Montserrat', sans-serif; }
.shopify_content h4{ font-size: 18px;font-family: 'Montserrat', sans-serif; }
.top_shopify_content ul li{     padding-bottom: 9px;   font-size: 17px;}
.shopify_content .green_btn{ background-color: #408834; border-radius: 0; font-size: 16px; font-weight: 600;border: none; padding: 14px 30px;    margin-bottom: 0px;}
.shopify_content ul { margin: 24px 0 30px;}
.top_shopify_cnt{ margin-top: 30px; font-size: 16px; line-height: 34px;}
/**/
.slider_section{background-color: #29255b; padding: 50px 0;margin-top: 50px;}
.slider_left_cont{float: left;width: 44%;margin-top: 25px;}
.slider_right_cont{float: left;width: 56%;}
.slider_left_cont h4{color: #fff;font-size: 18px;line-height: 28px;margin-bottom: 20px}
.slider_left_cont h2{color: #fff; font-size: 32px;line-height: 42px;margin-bottom: 30px;}
/*.slider_section .btn{position: absolute;bottom: 50px;}*/
.slider_section ul.slick-dots {  text-align: left;}
.slider_section .slick-dots li.slick-active button:before { color: #fff; background-color: #fff;}
.slider_section .slick-dots {bottom: -36px;}

.slider_section .side_slider li.slick-slide:focus {
    border: 0px;
    background: transparent;
    outline: none;
}

.shopify_content .review_item .reviewer-rating{    border: 0px;
    float: none;
    margin: auto;
    text-align: center;}
    
 .shopify_content .rating-star{margin: auto;margin-bottom: 15px;}
 
ul.review_slider li.review_item:focus {
    border: 0px;
    background: transparent;
    outline: none;
}

.testimonial_cont_right .tech ul.slick-dots {margin-top: 20px!important;}

/**/
.testimonial_cont_section{background-color: #eeeeee;padding: 0 0;}
.testimonial_img_left{width: 572px; float: left;display: flex; align-items: center;    justify-content: center;height: 100%;position: absolute;}
.testimonial_cont_right{background-color: #29255b;width: 100%; float: right;color: #fff;padding: 60px 60px 30px;text-align: center;}
.testimonial_cont_right h4{font-size: 22px;color: #fff; line-height: 40px;font-family: 'Open Sans', sans-serif;font-weight: 600}
.testimonial_cont_right h6{font-size: 20px;color: #fff;margin-top: 25px;font-family: 'Open Sans', sans-serif;}
/**/
.image_cont_section{margin-top: 55px;}
.shopify_cont_section{margin-bottom: 55px;position: relative;}
.shopify_img_section{width: 549px;}
.shopify_img_cont { width: 543px; font-size: 15px; line-height: 27px;}
.shopify_img_cont h3{color: #29265b;font-weight: 600}
.left_section .shopify_img_section{float: left;margin-right: 37px;}
.left_section .shopify_img_cont{float: right;}
.right_section .shopify_img_section{float: right;margin-left: 37px;}
.right_section .shopify_img_cont{float: left;}
.shopify_img_cont ul li{font-size: 16px;}
.shopify_img_cont ul li{padding-bottom: 5px;}
.shopify_img_cont ul { margin: 24px 0 18px;}
.shopify_img_cont h6{font-size: 16px;line-height: 25px;}
.shopify_img_cont h6 a{font-weight: 600; color: #29255b}
.shopify_img_cont h6 a:hover{color: #000}
/**/
@media (max-width: 1199px) {
.shopify_content .container {  width: 970px}
.top_shopify_content{padding-right:430px}
.shopify_img_section { width: 48%;}
.shopify_img_cont{width: 48%;}
/**/
.testimonial_img_left { width: 50%;}
.testimonial_cont_right{width: 100%;    padding: 70px 40px 70px;}
}
@media (max-width: 991px) {
.shopify_content .container { width: 750px}
.inner_page p { margin: 0 0 15px;}
.top_shopify_content{padding-right: 0 }
.right_img{position: initial;margin: 35px auto;}
.tech h1 { font-size: 22px;}
.shopify_content h3{font-size: 16px;}
.shopify_content h2{font-size: 17px;}
.shopify_img_section{width: 100%;}
.shopify_img_cont { width: 100%}
.shopify_img_section{margin-bottom: 20px;}
.shopify_cont_section { margin-bottom: 35px;}
.slider_left_cont h4 { font-size: 17px; line-height: 26px; margin-bottom: 10px;}
.slider_left_cont h2{font-size: 22px;line-height: 30px;}
.testimonial_img_left { width: 188px; float: none; position: initial; margin:auto; padding: 16px;}
.testimonial_cont_right { width: 100%; float: none;    padding: 40px 50px 30px;}
.testimonial_cont_right h4 { font-size: 20px;line-height: 36px;}
.slider_section .btn{bottom: 20px;}
}
@media (max-width: 767px) {
.shopify_content .container {  width: 100%;}
.shopify_content .green_btn{font-size: 15px;}
.shopify_content h4{font-size: 16px;margin-bottom: 15px;}
.shopify_content h2 {font-size: 16px;line-height: 25px;margin-bottom: 8px;}
.shopify_content h2{font-size: 24px;line-height: 35px;}
.right_img{width: 245px;height: 245px;}
.right_img img{width: 212px;margin: auto;}
.shopify_content h1 { margin: 0 0 20px;}
.tech h1 { font-size: 20px; text-align: center;width: 100%;}
.slider_left_cont h2{margin-bottom: 35px;}
.top_shopify_cnt{margin-top: 10px;}
.shopify_content h3{font-size: 15px;}
.top_shopify_content h2{font-size: 16px;line-height: 25px;}
.top_shopify_content h3{text-align: center;    padding: 0 0 7px 0;}
.top_shopify_cnt { font-size: 14px; line-height: 27px; text-align: center;margin-top: 15px;}
.shopify_content h4 {font-size: 15px; line-height: 23px;}
.shopify_img_cont h3 {font-size: 16px; line-height: 25px; padding-bottom: 7px;}
.shopify_img_cont{font-size: 14px;line-height: 23px;}
.shopify_cont_section { margin-bottom: 15px;}
.shopify_img_cont h6 { font-size: 15px; line-height: 25px;}
.shopify_img_cont ul { margin: 17px 0 10px;font-size: 14px;}
.slider_left_cont{width: 100%;float: none;text-align: center;margin: 0}
.slider_right_cont{width: 100%;float: none;text-align: center;margin-bottom: 40px}
.slider_section{text-align: center; margin-top: 20px;    padding: 36px 0;}
.slider_section .btn{position: initial;}
.testimonial_section .col-lg-12{padding: 0}
.testimonial_img_left { width: 170px;padding: 35px;}
.testimonial_cont_right h4 { font-size: 17px; margin-bottom: 15px; font-weight: 600; line-height: 30px;}
.testimonial_cont_right { padding: 30px 25px 30px;}
.testimonial_cont_right h6 { font-size: 16px;}
.image_cont_section { margin-top: 35px;}
	.top_shopify_content ul li {  font-size: 15px;}
	.slider_right_cont img { margin: auto;  height: auto;}
	.slider_section ul.slick-dots {   text-align: center;  padding: 0;}
}

.wpcf7 form.sent .wpcf7-response-output {text-align: center!important;font-size: 18px!important;padding: 12px!important;}



.shopify-banner-content{background-color: #29255B; z-index: 9; color: #fff; text-align: center; position: relative; padding: 30px 0; min-height: 309px; display: flex; align-content: center; align-items: center;}
.shopify-banner-content h2 { font-size: 36px; padding-bottom: 18px; margin-bottom: 20px;font-weight: 700;position: relative;}
.shopify-banner-content h2:after{ content:''; position: absolute; width: 135px; background-color: #FFFFFF; height: 3px; left: 0;  right: 0;  margin: auto;
    bottom: 0;}
.shopify-banner-content h3 {  font-size: 22px; padding: 0; margin-bottom: 20px;}

.inner_page.shopify-content-section1{ color: #333333; background-color: #F5F5F5;    padding: 50px 0;font-size: 16px; }
.inner_page.shopify-content-section1 h4{font-size: 18px; color: #29255B;  font-weight: 700; line-height: 30px;  margin-bottom: 20px;}
.shopify-content-section1 .sp-green-btn{ background-color: #408834; background-image: url("images/btn-arw.png"); background-repeat: no-repeat; background-position: 95% center; border-radius: 0; padding: 14px 50px 14px 20px;  font-size: 16px;  font-weight: 600; color: #fff;}
.shopify-content-section1 .sp-green-btn:hover{background-color: #000;  color: #fff;background-position: 97% center;}
.shopify-content-section1 ul { font-size: 16px;}
.shopify-content-section1 ul li { background-image: url("images/sp-bullet.png"); background-repeat: no-repeat; background-position: left 9px; padding-left: 20px;    list-style: none;margin-bottom: 3px;}
.inner_page.shopify-content-section1 ul { list-style: none;  margin: 0 0 25px 0;  padding: 0;font-size: 16px;}
.inner_page.shopify-content-section1 ul li::marker { color: #F5F5F5;}
.shopify-content-section-left{float: left; width: 55%;}
.shopify-content-section-right{ float: left; width: 45%; text-align: right;padding-left: 16px;}
.inner_page.shopify-content-section1 p { margin: 0 0 15px;}

.inner_page.shopify-content-section2{ text-align: center;padding: 50px 0; }
.shopify-content-section2 h2{ color: #29255B;  font-size: 30px; font-weight: 700; margin-bottom: 24px; position: relative; padding-bottom: 16px;}
.shopify-content-section2 h2:after { content: '';  position: absolute;width: 85px; background-color: #408834; height: 5px; left: 0; right: 0; margin: auto; bottom: 0;}
.sub-title {font-size: 16px;  width: 690px;  margin: auto;font-weight: 500;    margin-bottom: 48px;color: #29255B;}
.inner_page ul.shopify-content-website{ display: flex;  flex-wrap: wrap;  padding: 0;  margin: 0 0 44px 0;}
.inner_page ul.shopify-content-website li {  list-style: none;width: 33%;  position: relative;}
.sp-website-title { position: absolute; bottom: 39px; left: 11px; color: #fff; font-size: 18px; font-weight: 700;font-family: 'Montserrat', sans-serif;}
.inner_page ul.shopify-content-website li a{ display: block; overflow: hidden;}
.inner_page ul.shopify-content-website li a img{ display: block; -webkit-transition:all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; }
.inner_page ul.shopify-content-website li a:hover img{transform: scale(1.1); }
.shopify-content-section2 .sp-green-btn{ background-color: #408834; background-image: url("images/btn-arw.png"); background-repeat: no-repeat; background-position: 88% center; border-radius: 0; padding: 13px 45px 13px 20px;  font-size: 16px;  font-weight: 600; color: #fff;}
.shopify-content-section2 .sp-green-btn:hover{background-color: #000;  color: #fff;background-position: 90% center;}

.inner_page.shopify-content-section3{ color: #333333; background-color: #F5F5F5;    padding: 50px 0;  text-align: center }
.shopify-content-section3 h2{ color: #29255B;  font-size: 30px; font-weight: 700; margin-bottom: 44px; position: relative; padding-bottom: 16px;}
.shopify-content-section3 h2:after { content: '';  position: absolute;width: 85px; background-color: #408834; height: 5px; left: 0; right: 0; margin: auto; bottom: 0;}
.shopify-content-section3  ul li {  list-style: none; display: inline-block; vertical-align: top;}
.shopify-content-section3  ul li p{ padding: 0; margin: 0 0 4px 0;} 
.sp-gurus-icon img{ border-radius: 100%;}
.sp-gurus-icon{ margin-bottom: 20px;}
.inner_page.shopify-content-section3 h3 { color: #29255B; margin: 0; padding: 0 0 3px 0;font-weight: 600;}
.inner_page.shopify-content-section3 ul { font-size: 16px;}
.shopify-content-section3  ul li{    width: 40%;}
.shopify-content-section3  ul li a{color: #333333;}
.shopify-content-section3  ul li a:hover{color: #29255B;}
.sp-phone-icon{ background-image: url("images/sp-phone.png"); padding-left: 23px;  background-position: left 4px;background-repeat: no-repeat}
.sp-mail-icon{ background-image: url("images/sp-email.png"); padding-left: 23px;  background-position: left 6px;background-repeat: no-repeat}

.inner_page.shopify-content-section4{ color: #333333; background-color: #fff;    padding: 50px 0;  text-align: center;font-size: 16px; }
.shopify-content-section4 .shopify-content-section-right{text-align: left;padding-top: 30px;padding-right: 30px;padding-left: 25px;}
.shopify-content-section4 h2 {color: #29255B; font-size: 30px; font-weight: 700; margin-bottom: 44px; position: relative; padding-bottom: 16px;}
.shopify-content-section4 h2:after { content: ''; position: absolute; width: 82px;  background-color: #408834; height: 5px; left: 0; bottom: 0;}
.shopify-content-section4 ul li { background-image: url("images/sp-bullet.png"); background-repeat: no-repeat; background-position: left 9px; padding-left: 20px;    list-style: none!important;margin-bottom: 8px;}
.inner_page.shopify-content-section4 ul { list-style: none;  margin: 0 0 25px 0;  padding: 0;font-size: 17px;}
.shopify-content-section4 .sp-green-btn{ background-color: #408834; background-image: url("images/btn-arw.png"); background-repeat: no-repeat; background-position: 95% center; border-radius: 0; padding: 13px 45px 13px 20px;  font-size: 16px;  font-weight: 600; color: #fff;    margin-top: 10px;}
.shopify-content-section4 .sp-green-btn:hover{background-color: #000;  color: #fff;background-position: 98% center;}

.inner_page.shopify-content-section5{ color: #333333; background-color: #F5F5F5;    padding: 50px 0;  text-align: center }
.shopify-content-section5 h2{ color: #29255B;  font-size: 30px; font-weight: 700; margin-bottom: 44px; position: relative; padding-bottom: 16px;}
.shopify-content-section5 h2:after { content: '';  position: absolute;width: 85px; background-color: #408834; height: 5px; left: 0; right: 0; margin: auto; bottom: 0;}
.shopify-content-section5 ul {  display: flex;}
.shopify-content-section5 ul li {padding: 0; list-style: none!important; margin-bottom: 8px; background-color: #fff; width: 25%; padding: 20px;}
.inner_page.shopify-content-section5 ul { list-style: none;  margin: 0 0 25px 0;  padding: 0;font-size: 16px;grid-gap: 5px;}
.sp-why-icon{margin-bottom: 20px;}
.inner_page.shopify-content-section5 h3{ font-size: 18px; font-weight: bold; line-height: normal; color: #29255B;    font-weight: 600;}
 .shopify-content-section5 a.sp-moreless{ color: #408834; font-weight: 600; font-family: 'Montserrat',sans-serif; text-decoration: underline;}
.shopify-content-section5 a.sp-moreless:hover{ color: #000;}
.sp-readmore{ display: none}
.sp-short-cnt {   min-height: 188px;}

.inner_page.shopify-content-section6{ color: #333333; background-color: #fff;    padding: 50px 0;  text-align: center;position: relative;  }
.inner_page.shopify-content-section6:after{ content: ''; background-image: url( "images/sp-bg.png");background-repeat: no-repeat;   background-position: left bottom; width: 300px; height: 300px; position: absolute; left: 0; bottom: -70px;}
.shopify-content-section6 h2{ color: #29255B;  font-size: 30px; font-weight: 700; margin-bottom: 44px; position: relative; padding-bottom: 16px;}
.shopify-content-section6 h2:after { content: '';  position: absolute;width: 85px; background-color: #408834; height: 5px; left: 0; right: 0; margin: auto; bottom: 0;}
.inner_page.shopify-content-section6 h4 { font-size: 16px; color: #333333; margin: 0 0 40px 0; line-height: 26px; font-weight: 400;}
.inner_page.shopify-content-section6 h6 { font-size: 16px; color: #408834; margin: 0 0 10px;  line-height: 1.5; font-weight: 400; font-style: normal;}
.inner_page.shopify-content-section6 h6 em{font-style: normal;font-weight: 500;}
.inner_page.shopify-content-section6 .review_item .reviewer-rating { float: none; padding: 10px 0;  border-bottom: none;  padding-bottom: 10px;padding-left: 0;  text-align: center;}
.inner_page.shopify-content-section6 .rating-star { margin: auto;}
.inner_page.shopify-content-section6 .container { width: 780px;}
.inner_page.shopify-content-section6 ul.review_slider:after{ content: ''; background-image: url("images/sp-testi.png"); background-repeat: no-repeat; position: absolute; width: 48px; height: 48px; top: -28px;
    left: -38px;}
.inner_page.shopify-content-section6 .slick-dots {right: -120px;  position: absolute; width: 20px;  padding: 0;  top: 0;}

.inner_page.shopify-content-section7{ background-image: url( "images/green-bottom.png"); background-repeat: no-repeat; background-position: top center; color: #fff; font-size: 16px;padding: 120px 0 50px 0;}
.inner_page.shopify-content-section7 h3{color: #fff; font-size: 24px; margin: 0 0 11px 0;font-weight: 600;}
.inner_page.shopify-content-section7 h4{color: #fff; font-size: 16px;}
.shopify-bottom-sp-left{ float: left; width: 60%;}
.shopify-bottom-sp-right{float: right; }
.shopify-bottom-sp-right .btn {background-color: #fff;border: 1px solid #fff;color: #29255B;border-radius: 0; padding: 18px 38px; font-size: 16px;font-weight: 700;    margin-left: 22px;}
.shopify-bottom-sp-right .btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.shopify-bottom-sp-right .btn-primary{background-color: #29255B;border: 1px solid #29255B; color: #fff; background-image: url("images/sp-phone-icon.png"); background-repeat: no-repeat; background-position: 20px center; padding-left: 45px;font-weight: 500;}
.shopify-bottom-sp-right .btn-primary:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.sp-short-cnt a {  color: #29255B;text-decoration: underline;}

.technology-template-shopify .get_in_contact.tech1{display: none;}
.technology-template-shopify .tree{display: none;}
.stats.technologies_sec {text-align: left;}

@media(min-width: 1200px){
    .inner_page.shopify-content-section5 h3{min-height: 44px;}
}

@media (max-width: 1199px){
	
	.shopify-banner-content h2 {font-size: 30px;}
	.shopify-banner-content h3 {font-size: 18px;}
	.shopify-content-section-right { padding-left: 28px;}
	.inner_page.shopify-content-section1 h4 {  font-size: 17px;line-height: 25px;}
	.shopify-content-section2 h2 {font-size: 26px;}
	.sp-website-title {	font-size: 17px;}
	.shopify-content-section3 h2 {font-size: 27px;}
	.inner_page.shopify-content-section3 h3{    font-size: 18px;}
	.shopify-content-section4 h2 {font-size: 25px;}
	.shopify-content-section4 .shopify-content-section-right { padding-top: 0; padding-right: 0;}
	.shopify-content-section5 h2{font-size: 25px;}
	.inner_page.shopify-content-section5 h3 {	font-size: 16px;}
	.shopify-content-section6 h2{font-size: 25px;}
	.inner_page.shopify-content-section7 h3 {font-size: 20px;line-height: normal;}
}
@media (max-width: 991px){
	.shopify-content-section-left { float: none;  width: 100%;  padding-bottom: 50px;}
	.shopify-content-section-right { padding-left: 0;  width: 100%;  text-align: left;}
	.inner_page ul.shopify-content-website li { list-style: none; width: 50%;}
	.inner_page.shopify-content-section6 .slick-dots {  right: 0;  position: absolute;  width: auto; padding: 0; left: 0; top: inherit;}
	.shopify-bottom-sp-left {  float: none;  width: 100%;  padding-bottom: 20px;}
	.shopify-bottom-sp-right {  float: none;}
	.shopify-bottom-sp-right .btn { margin-right: 20px; margin-left: 0;}
	.inner_page.shopify-content-section6 ul.review_slider:after { width: 33px;  height: 31px;  top: -31px; left: 0;  background-size: contain;}
	
	.shopify-content-section5 ul{ flex-wrap:wrap}
	.shopify-content-section5 ul li {   width: 49%;margin-bottom: 0;}
	
}
@media (max-width: 767px){
.sub-title {width: auto;}
	.inner_page.shopify-content-section6 .container {  width: auto;}
	.inner_page.shopify-content-section6 h4 {	font-size: 15px;}
	.inner_page.shopify-content-section6 {  background-size: 150px;}
.shopify-bottom-sp-right .btn { margin-right: 0;  margin-left: 0;  margin-bottom: 10px;  width: 100%;}
	.shopify-bottom-sp-right .btn-primary{ background-image: none}
	.inner_page.shopify-content-section7 {  padding: 120px 0 15px 0;}
	.shopify-content-section5 ul li {width: 100%;margin-bottom: 20px;}
	.sp-short-cnt {  min-height: auto;}
	.shopify-content-section4 .shopify-content-section-right {  padding-left: 0;}
	.inner_page.shopify-content-section3 ul {    padding: 0;}
	.shopify-content-section3 ul li {  width: 100%;  margin-bottom: 20px;}
	.sp-website-title {  font-size: 16px;  bottom: 10px;}
	.shopify-content-section1 .sp-green-btn {  font-size: 12px;}
	.shopify-content-section4 .sp-green-btn { font-size: 14px;}
	.shopify-banner-content h2 {  font-size: 26px;}
	.inner_page ul.shopify-content-website li {width: 100%;margin-bottom: 20px;}
	.inner_page.shopify-content-section6:after {  width: 200px;height: 200px;   background-size: 200px;}
	.inner_page ul.shopify-content-website li a img { width: 100%;}
	
	.inner_page.shopify-content-section7 {background-position: left 54px;background-size: 100%;padding-bottom: 0px;}
	.inner_page.shopify-content-section7 .container{background-color: #408834;}
	.shopify-bottom-sp-right {padding-bottom: 30px;}
}

@media(max-width: 480px){
    .shopify-content-section4 .sp-green-btn { width: 100%;font-size: 16px;padding: 14px 50px 14px 20px;word-break: break-word;white-space: normal;text-align: left;}
    .shopify-content-section1 .sp-green-btn {font-size: 16px;width: 100%;text-align: left;padding: 14px 50px 14px 20px;word-break: break-word;white-space: normal;}
    .shopify-content-section2 .sp-green-btn {background-position: 92% center;font-size: 16px;padding: 14px 50px 14px 20px;word-break: break-word;white-space: normal;text-align: left;}
    
    .shopify-banner-content {min-height: 230px;}
    .inner_page.shopify-content-section1 {padding: 30px 0;}
    .inner_page.shopify-content-section2 {padding: 30px 0;}
    .inner_page.shopify-content-section3 {padding: 30px 0;}
    .inner_page.shopify-content-section4 {padding: 30px 0;}
    .inner_page.shopify-content-section5 {padding: 30px 0;}
    .inner_page.shopify-content-section6 {padding: 30px 0;}
}

.wpcf7-form p {margin: 0;}
.wpcf7-form p span { color: #747574;}


