
	Theme Name: Info Stream Solutions
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#4c4c4c;
	font-size:16px;
	line-height:26px;
}
body a {	
	color:blue;
	text-decoration:underline;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
	 clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	
	text-decoration:none;
}
a:focus {
	outline:0;
	text-decoration:none;
}
a:hover,
a:active {
	outline:0;
	text-decoration:none;
}
input:focus, button:focus, textarea:focus {	
	border:0px solid #04A4CC;
}
ul,li,h1,h2,h3,h4
{list-style-type:none;margin:0;padding:0}

.text-left{text-align:left;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* header */

.header {
   
    position: absolute;
    width: 100%;
    z-index: 9;
	background-color: rgba(35, 59, 51, 0.68);
}


.sticky11{
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(123, 123, 123, 0.4);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}


/* logo */
.logo {
}
.logo-img {
}
/* nav */
/* nav */.com-details .address
.main-nav{
	color:#015198;
}
.nav_area > ul > li{
	display:inline-block;
	padding:0px 25px;

	
}
.nav_area ul li a {
   
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
	font-weight:700;
	letter-spacing:2px;
	padding:45px 0px;
}
.nav_area ul li a:hover,
.nav_area ul li.current-menu-item a{
	
}
.sub-item {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 555;
	left: 28%;
	transform: translateX(-50%);	
	-o-transform:  translateX(-50%);
	-ms-transform:  translateX(-50%);
    -moz-transform:  translateX(-50%);
	-webkit-transform:  translateX(-50%);
	
}

.sub-item.fetured-active{left: 50%;}

ul.sub-menu li a span {
display: table-cell;
vertical-align: middle;
height: 55px;
}
.small-menu ul.sub-menu li a span.menu-icon {
    min-width: 55px;
}
.small-menu ul.sub-menu{
	padding:5px 10px;
}
.small-menu ul.sub-menu li a{
	padding:10px 15px;
}
.small-menu ul.sub-menu li .menu-icon img {
    width: 45px;
}
.small-menu ul.sub-menu li a span.menu-label{
	    letter-spacing: 1px;
}
.nav_area ul li.small-menu ul li a{
	font-size:15px;
}
ul.sub-menu{
	padding:25px;
    width: 350px;
}

ul.sub-menu li a span.menu-label {
     padding: 0 15px;
	    letter-spacing: 4px;
}

ul.sub-menu li a span.menu-icon {
    min-width: 100px;
}

.sub-item .sub-menu, .sub-item .featured-box {
display: table-cell;
vertical-align: top;
}
ul.sub-menu li {
    display: block;    
    color: #fff;
    text-align: left;
}
ul.sub-menu li a{
	padding:35px 15px;
	display:block;
    border-bottom: 1px solid #b7b7b7;
	color:#5c5c5c;
}

ul.sub-menu li:last-child  a{border-bottom:0px;}

ul.sub-menu li a:hover{}

.nav_area > ul > li > a:after {
	content:'';
	display:block;
	margin-top: 5px;
	border-bottom: 3px solid transparent;
}

.nav_area > ul > li:hover > a:after {
    border-bottom:3px solid #8cc73f;
}


.sub-item .featured-box {
	position:relative;
    width: 60%;
    min-width: 360px;
}

.featured-content {
    background: rgba(35, 80, 86, 0.80);
    color: #fff;
    text-align: left;
	position:absolute;
	bottom:0;
	padding:25px 20px;
}

.featured-content {
  	position: relative !important;
}

.sub-item .featured-box > span {
    position: absolute;
    right: 0;
    top: 0;
    background: #0083ca;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 600;
}


.sub-item .featured-box img {
    width: 100%;
}

.featured-content h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
	padding-bottom: 10px;
}

.featured-content .content p {
    margin: 0;
    font-size: 18px;
    font-family: 'Josefin Slab';
    line-height: 32px;
}
h2.cat-title {
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-section{
	padding:35px 0;
}
.blog-section:nth-child(2n){
	background:#f7f7f7;
}
.questionnaire_form input {
    width: 100% !important;
}
.form_saved_message {
    background: #05132c;
    padding: 20px;
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.form_saved_message * {
    color: #fff;
}
.form_saved_message button {
    background: #26befa;
    border: 0;
    padding: 5px 13px;
}
.form_saved_message input[type="submit"] {
    background: #26befa;
    border: 0;
    margin-top: 5px;
    color: #fff;
    padding: 5px 15px;
}
#datacopy_href {
    pointer-events: none;
    width: 100px;
    border: 0;
    position: absolute;
    z-index: -1;
}

/*t edit start*/

body.page-id-9102 header.header div.menu-side {
    display: none;
}
body.page-id-9102 .logo-testi.logo-static {
    display: none;
}
body.page-id-9102 footer.footer {
    display: none;
}
.feedback_form_cover form {
    max-width: 700px;
    margin: auto;
    background: #061838;
    border-radius: 10px;
    padding: 35px !important;
    background-image: url('https://infostreamusa.com/wp-content/uploads/2018/09/overlay.png');
    background-size: cover; 
}
body .feedback_form_cover form input, body .feedback_form_cover form textarea {
    padding: 10px 14px 6px !important;
    font-size: 20px !important;
    border: 0;
    color: #000!important;
    border-radius: 4px!important;
}
.feedback_form_cover .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 160px;
}
body .feedback_form_cover .gform_button.button {
    width: auto !important;
    background-color: #016548;
    color: #fff!important;
    padding: 13px 31px !important;
}
.protect_your_cover .gform_title {
    display: none;
}
.protect_your_cover form .gform_button {
    background-color: #ff8400;
    color: #fff;
    padding: 10px 60px;
    border: 0;
    border-radius: 60px;
    font-weight: 600;
}
.protect_your_cover form .gform_button:hover {
    background-color: #000;
}
.grow_business_form_cover .gform_title {
    display: none;
}
.grow_business_form_cover .gform_button.button {
    background-color: #8cc63f;
    border: 0;
    color: #fff;
    padding: 15px 60px;
    margin: auto;
    border-radius: 3px;
}
.grow_business_form_cover form input {
    border: 0;
    font-size: 15px !important;
    color: #000 !important;
    padding: 12px 15px 10px !important;
}
.grow_business_form_cover form {
    max-width: 700px;
    margin: auto;
}
body.page-id-9629 header.header,
body.page-id-9629 footer.footer {
    display: none;
}
body.page-id-9606 header.header,
body.page-id-9606 footer.footer {
    display: none;
}
.elementor-9629 .elementor-element.elementor-element-2fb7020 .elementor-testimonial__image img {
    width: auto!important;
    height: auto!important;
}
.grow_business_form_cover form .gform_button.button {
    color: #fff!important;
}
.gform_confirmation_message {
    background-color: #ff8400;
    padding: 18px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
    width: 100%;
}



/*t edit end*/


/*responsive*/
@media(min-width:768px){
.nav_area ul li:hover .sub-item {
	display:table;
}
ul.menu{
	display:block !important; 
}
.logo-side {
padding: 25px 0;
}

.logo-side, .menu-side {
float: none;
display: table-cell;
vertical-align: middle;
}
.post-img {
    height: 300px;
    overflow: hidden;
}
	.post-img img{
		height:100%;
	}

}

.contact-details ul li {
    display: inline-block;
	padding-right: 15px;
	    font-size: 14px;
}

.contact-details ul li a{
    color:#fff;
}

.nav_area ul li:last-child a, .contact-details ul li:last-child{
	padding-right:0px;
}
.contact-details li:first-child {
    padding-left: 35px;
}

.contact-details{display:inline-block;}

.contact-details ul li a {
    display: inline-block;
    font-size: 22px;
    background-color: #fff;
    color: #214129 !important;
    padding: 4px 8px;
    border-radius: 3px;
}
.contact-details i.fa.fa-facebook {
    padding-left: 3px;
}

/* sidebar */
.sidebar {
}
/* footer */
.footer {
    background-image: url(../../../wp-content/uploads/2018/09/footer-bg.png); 
	padding-top: 80px;
    padding-bottom: 55px;
    color: #fff;
	background-position:center;
	background-repeat:	no-repeat;
	background-size:cover;
	font-size:12px;
	letter-spacing: 3px;
	text-transform: uppercase; 
}
.top-footer a { color: #fff;}

.top-footer { padding-bottom: 30px;}

.com-details a {color:#fff;  font-weight:700;}

.com-details { padding-top: 28px;  display: inline-block; line-height:35px;}

.com-details .address{max-width:240px; width:100%; /*margin:0 auto;*/}

.right-part ul li .add_pages { padding-left: 25px; line-height:35px;	}

.right-part {text-align: right;}



/*------------------------------------*\
	404 PAGE
\*------------------------------------*/
.letters {
    line-height: 155px;
    font-size: 150px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.letters strong {
    color: #5f636b;
    transform: rotate(24deg);
	-o-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
	-webkit-transform: rotate(24deg);
	display: inline-block;
    padding: 0 10px 0 17px;
}

.error-page h2 {
    color: #000;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

a.home-btn {
    display: inline-block;
    padding: 0 40px;
    background: #0c5156;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0 40px 0;
}
/*------------------------------------*\
   HOME PAGES
\*------------------------------------*/

.home h2.section-title{color:#2e2e2e;}

i.fa.fa-arrow-right {
    padding-left: 15px;
}
.news-section {padding: 60px 0;}
#digicont{width:100%;text-align:center;margin-bottom: 40px;margin-top:-18px;}
#digilib{
	display: inline-block;
    background: #26befa;
    color: #05132c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    height: auto;
    padding: 20px 60px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}
.archive .news-section .post-details{padding-bottom:50px}
.home-slider .slider-section {
    height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
   position:relative;
}


.home-slider .slider-section::before {
    content: '';
    display: block;
    background: url(../../../wp-content/uploads/2018/09/overlay.png);
    height: 100%;
    width: 100%;
    position: absolute;
}

.slider-section > div{ display: table; width: 100%; height: 100%; }

.slider-desc {    
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	padding-top:100px;
}
.slider-desc h2 {
    letter-spacing: 1px;
    line-height: 80px;
    font-size: 95px;
    padding-bottom: 25px;
    font-weight: 700;
}


.slider-desc a.get-btn {
    color: #080808;
    background-color: #fff;
    padding: 20px 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 55px;
}






.statistics-section { padding: 90px 0px;}

.statistics-section h2{font-family:'Josefin Slab'; color:#86be3c; font-size:70px;}

.statistics-section .statistics{
	background-image: url(../../../wp-content/uploads/2018/09/statistics-bg.png);
    background-position:center;
    background-size: 185px;
    background-repeat: no-repeat
}

.statistics-section h3{
	color: #606060;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    width: 100%;
    max-width: 174px;
    text-transform: uppercase;
	margin-top: 15px;
}

.testimonial-section {
    background-position: top center;
    background-size: cover;   
    background-repeat: no-repeat;  
	position:relative;
	padding:60px 0px 62px;
}
.testimonial-section:before {
   	background: rgba(65, 173, 216, 0.78);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    content: '';
	
}


.testimonial-section .container:before {
    content: '';
    display: block !important;
    width: 100PX;
    height: 100px;
    background: url(../../../wp-content/uploads/2018/09/quots.png) no-repeat center;
    z-index: 999;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-section h3 {
	color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 22px;
    padding: 30px 0px;
    text-transform: uppercase;}

.add-testimonial p {
	color: #fff;
    font-size: 38px;
    line-height: 50px;
    font-family: Josefin Slab, sans-serif;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
}

a.testimonial-btn {
    position: relative;
    background-color: rgba(46, 123, 154, 0.64);
    padding: 13px 45px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px;
	margin-top: 20px;
    display: inline-block;
}
h2.bottom-img:after {
    content: '';
    display: block;
    background-image: url(../../../wp-content/uploads/2018/09/bottom-border.png);
    padding: 75px 0px 0px 0px;
    background-size: 180px;
    background-position: center;
    background-repeat: no-repeat;
}

.post-section h4.post-title a {
    color: #7aae37;
    font-weight: 700;
    padding: 25px 0px;
    display: inline-block;
    font-size: 24px;
}
.post-section .rp-desc{
	font-size:22px;
	font-family:Josefin Slab, sans-serif;
}
.post-section .read-more-link a {
    color: #03acef;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 20px 0px;
}
.post-section .social-share ul li {
    display: inline-block;    
    padding-top: 20px;
    padding-right: 10px;
}


.logo-slider-section {background-color: #e5e5e5; padding: 60px 0px;}

.logo-slider .owl-item{vertical-align: middle; display: inline-block; float: none;}




.logo-item img {margin: 0 auto;}

.logo-slider.owl-theme .owl-nav [class*=owl-] , .portfolio-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    background: transparent;
    font-size: 66px;
    top: 50%;
    transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #929292;
}

.logo-slider.owl-theme .owl-prev { left: -50px;}

.logo-slider.owl-theme .owl-next{right: -50px;}


.logo-slider .owl-prev span.left {
    border-right: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
}

.logo-slider.owl-carousel .owl-item img {
     margin: 0 auto;
}

.logo-slider .owl-next span.right {
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
}

.our-project-section { background: #f6f6f6; text-align: center; padding: 50px 0 40px 0;}

.awesomebackground{padding-bottom: 1071px !important;background-repeat: no-repeat;background-position: center bottom;}
@media (max-width:850px) {.awesomebackground{padding-bottom: 0 !important;background-image: none !important;} }

.sticky-bar-section { background-color: #05132c; color: #8cc63f; padding: 20px 0;}

.sticky-left h2 {font-family: Josefin Slab, sans-serif; font-size: 34px; text-align: left; line-height:35px;}

.sticky-right a.toggle-btn {
    display: inline-block;
    background: #26befa;
    color: #05132c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    height: 62px;
    padding: 20px 60px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}

.form-div {
    opacity:0;
	position: fixed;
    background: #05132c;
    width: 100%;
    height:100%;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
	z-index:0;
    visibility: hidden;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.form-div.slidedown {visibility: visible;  opacity: 1;  transition: opacity 0.5s linear; z-index:999;}    

.form-content {
    
    padding: 45px 45px 100px;
    position: absolute;
    left: 50%;	
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.form-content .close-icon::after {display:none !important;}
.form-div.slidedown .form-content { -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
     opacity: 1;
}

.form-content .gform_body {
    padding-top: 20px;
}

.form-content span.form-con {
    font-size: 18px;
	
}

.form-content .large-select {
    width: 66.7% !important;
  
}

.form-content span.form-info {
    font-size: 22px;
	line-height:30px;
}

.form-content input[type=submit] {
    background: #26befa !important;
    color: #05132c !important;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto !important;
    display: table !important;
    padding: 0px 60px !important;
    border: none !important;
	height: 50px;
    line-height: 50px;
}

.form-div .gform_wrapper .top_label .gfield_label {display: none;}

.form-div .gform_wrapper .top_label input[type=text], .form-div .gform_wrapper .top_label select {
    height: 50px;
    line-height: 50px;
    padding: 0 15px !important;
    background: #e4e4e4;
    border: 1px solid #cecece;
    color: #9a9a9a;
    margin-bottom: 20px;    
}

.ginput_container input, .ginput_container select {
    font-size: 26px !important;
    font-family: 'Josefin Slab' !important;
    color: #9a9a9a !important;
}
.form-content p, .form-content .form-con a {
    color: #86be3c !important;
}
.form-div .gform_wrapper .top_label textarea{height:160px !important; margin-bottom: 0px !important;}

.gform_wrapper form div {
      width: 100% !important;
} 

.middle-form {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
	padding-top: 30px;
}

.form-div .gform_wrapper .gform_footer {margin: 0;}

.form-content .close-icon {
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 24px;
    background-color: #26befa;
    color: #000;
    padding: 7px 9px;
}


.form-div .gform_wrapper ul li.gfield {	margin-top: 0;}

.sticky-bar-section .container { position: relative;    max-width: 1000px;    width: 100%;} 




/*------------------------------------*\
   SUB PAGE
\*------------------------------------*/

.vertical-section h2{
	text-transform:uppercase;
	margin:0px !important;
}	
.vertical-section h3{
	color:#5b5b5b;
	margin:0px;
}
.vertical-section .vertical-txt h2{
	color:#464646 !important;
	padding-bottom:20px;
}
.vertical-desc{color:#414242 !important;} 

.subpage p a, .subpage li a{
	color: #337ab7;
   text-decoration: none;
}
.subpage img{height:auto;}
.full-section ul {
    padding-left: 18px;
    padding-bottom: 20px;
}
.full-section ul li, .left-image ul li, .right-image ul li{
    list-style-image: url(../../../wp-content/uploads/2018/09/infostream-bullet.png);
}
.overlay_bg{
	position: relative;
}
.overlay_bg:before {
    /* background:#0da5e478; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.overlay_bg .full-row{ 
	z-index: 2;
   position: relative;
}
.head-img {
    background-size: auto;/*cover*/
    height: 310px;
    display: table;
    align-items: center;
    text-align: center;
    background-position: top center;
	position:relative;
    width: 100%;
	background-attachment:fixed;
}


.head-img:before {
    content: '';
    display: block;
    background: url(../../../wp-content/uploads/2018/09/overlay.png);
    height: 100%;
    width: 100%;
    position: absolute;
}

.banner-title{
width: 100%;
position: relative;
display: table-cell;
vertical-align: bottom;
}

.banner-title h1,
.single-post .banner-title h1,
.banner-title h2 {
font-weight: 700;
font-size: 60px;
color: #fff;
text-transform: uppercase;
padding: 0 0 40px 0;
}

.single-post .banner-title h2 {
    font-size: 40px;
}

#featuredimg{
	max-width: 400px;
    float: right;
    padding-left: 25px;
}

#backdigilib{
	width: 100%;
	display: block;
	margin-top: -20px;
	margin-bottom: 19px;
	font-weight: bold;
	color: #03acef;
}

.banner-title h3{
    font-size:27px;
	color:#fff;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:700;
}

.full-section.parallax{
    background-attachment: fixed;
	background-size: cover;
    background-position: center;
}


.full-section h3 {padding: 15px 0px;}



.full-image { width: 100%;  max-height: 560px; overflow: hidden;}

.subpage p {
    margin-bottom: 25px;
}

.home h2.section-title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 0 0 30px 0;
	text-transform:uppercase;
}

.full-section h2.section-title , .img-txt h2.section-title{
font-size: 36px;
    font-weight: 500;
    margin: 0 0 40px 0;
}

.full-section h2.section-title {
    text-align: center;
}

.right-image .row, .left-image .row {display: table; width: 100%; margin: 0;}

.left-image .image-div {
    display: table-cell;
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.left-image .content-div {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 8%;
}

.right-image .content-div {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8%;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 8%;
}

.right-image .image-div {
    display: table-cell;
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.full-section.text-center h2.section-title .border{margin:30px auto 0;}

.img-txt h2.section-title:after { content: ''; display: block; clear: both;}

.img-txt h2.section-title span { display: block;}

.backimg {width: 100%; align-items: center; display:table; height:500px;}

.full-section{padding: 100px 0px;}

.backimg .full-row{display:table-cell; width:100%; max-width:1170px; vertical-align:middle;	margin:0 auto;}


.eight-box-section{
	background-image: url(../../../wp-content/uploads/2018/09/4-box-bg.png); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
}
.box-section {padding: 70px 0;}



.box{margin-bottom:25px;}

.hover-block {
    /*background-color: rgba(0,0,0,0.8);*/
	opacity: 0;
	/*transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	-webkit-transform: scale(0) rotate(-180deg);
	transition: all 0.4s ease-in;*/
   	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
	height: 270px;
    width: 270px;
    border-radius: 100%;
	display:table;
	background-color:#949494;
}

.inner-box {
  
    height: 270px;
    width: 270px;
    border-radius: 100%;
    text-align: center;
    padding: 25px 0;
	position: relative;
	overflow:hidden;
	display: table;	
	margin:0 auto;
	border:1px solid #fff;
	
}

.inner-box:hover{background-color:#949494 !important;}

.inner-box:hover .hover-block{
	opacity: 1; 
	/*transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	transition-delay: 0.2s;*/
}

.inner-box .description {width: 200px; margin: 0 auto;}

.inner-box:hover .hover-block div,.inner-box:hover .hover-block h2 {
    opacity: 1;transition-delay: 0.7s;
}

.inner-box h2 {
    font-size: 17px;   
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 20px 0;
	font-family: Josefin Slab, sans-serif;
	color:#2e2e2e;
}


.hover-block h2:after{
	content: '';
    display: block;
    background-image: url(../../../wp-content/uploads/2018/09/4-box-title.png) !important;
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: center;
    padding: 10px 0px;
    margin: 12px 0px 0px 0px;
}


.inner-box p { font-size: 20px; color: #fff; line-height: 22px; font-family: Josefin Slab, sans-serif;}

.hover-block h2{color:#fff; font-family: 'Open sans'; font-weight: 700; text-transform: uppercase;}

.inner-box .regular-block{display: table-cell; vertical-align: middle; padding: 0 25px;}

.hover-desc { display: table-cell; vertical-align: middle; padding: 0 25px;}

.fix-img {background-image:url(http://162.241.240.164/~scale/wp-content/uploads/2018/08/banner.png);}

.desc { padding: 20px 0;}

.blog-single  { padding: 50px 0;}
.blog-single h2  { 
	margin-top:1em;
	padding:0;
}


.logo-testi .testimonial-section{   padding:0;}

.logo-section {
    margin-bottom: 50px;
}
 

.logo-testi .testimonial-section:before{
	display:none;
}

.logo-testi .logo-section .container:after {
    display: block;
    content: '';
    max-width: 80%;
    border-bottom: 1px solid #fff;
    margin: 50px auto 0px;
    position: relative;
}


.logo-testi {
    position: relative;
    padding: 75px 0 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	
}

.logo-static{
	background: url(../../../wp-content/uploads/2018/09/logo-testi.png) no-repeat center;
}

.logo-testi:before {
    background: rgba(8, 154, 212, 0.73);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    content: '';
  
}

.logo-testi .testimonial-section img {
    margin-bottom: 10px;
}

.vertical-section {
    padding: 100px 0px;
	    background-position: center;
    background-size: cover;
}

.vertical-slider .vertical-item:nth-child(even) .vertical-img {
    float: right;
}

.vertical-slider  .vertical-item > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
	    padding: 0 60px;
}

.vertical-item {
    padding: 80px 0;
	position: relative;
}

.vertical-slider{
	position:relative;
}

.vertical-slider:before {
    content: '';
    display: block;
    width: 1px;
    height: 66%;
    position: absolute;
    background: #ddd;
    left:50%;    
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}


.vertical-item:first-child {
    padding-top: 0;
}

.vertical-item:last-child {
    padding-bottom: 0;
}

.vertical-slider .vertical-item:nth-child(even) .vertical-txt {
    padding-top: 100px !important;
}

.vertical-txt h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}


.vertical-item:before {
    display: block !important;
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border: 2px solid #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}


.vertical-item:after {
    display: block !important;
    height: 15px;
    width: 15px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}


.animated.vertical-item:after { background-color: #0083ca; }


.animated.vertical-item:before {  background-color: transparent;}



.slider-image {
    padding: 50px 0;
}

.slider-image.owl-carousel .owl-item img {
    max-width: 80%;
    margin: 0 auto;
}

.slider-image.owl-theme .owl-nav [class*=owl-]{
position: absolute;
    background: transparent;
    font-size: 66px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #929292;
}

.slider-image .owl-prev span.left {
    border-right: 20px solid #233b33;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
}

.slider-image .owl-next span.right {
    border-left: 20px solid #233b33;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
}

.slider-image.owl-theme .owl-next {
    right: 0px;
}

.slider-image.owl-theme .owl-prev {
    left: 0px;
}

/*------------------------------------*\
    PORTFOLIO
\*------------------------------------*/

.portfolio-section .port-hover {
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    left:50%;
    text-align: center;
    color: #fff;
    transition: all .5s;
	transform:translate(-50%, -50%);
	    z-index: 19;
	    max-width: 90%;
}

.portfolio-section .portfolio_slider:before{
	content:'';
	display:block;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.65);
	opacity:0;
	position:absolute;
	top:0;
	transition:all .5s;
	    z-index: 9;
}
    
.portfolio-section .portfolio_slider:hover:before{opacity:1;}

.portfolio_slider {  
	position: relative;	


}

span.hover-icon img {
    margin: 0 auto;
}



.portfolio_slider  .port-normal {
    position: relative;
}


.portfolio_slider  span.portfolio-icon {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.portfolio_slider  span.portfolio-icon img, 
.portfolio_slider  span.portfolio-image img {
    margin: 0 auto;
}


.portfolio-slider .owl-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.76);
    position: absolute;
    top: 0;
    z-index: 9;
}

.portfolio-item {
    position: relative;
}

.portfolio-slider .owl-item.center:before {display:none}

.portfolio-item .portfolio_slider:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 640px;
	margin-right: 10px
}

.portfolio-item .portfolio_slider:nth-child(2){
    display: inline-block;
    vertical-align: top;
}

.portfolio-item .portfolio_slider:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.port-hover h3 {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    padding: 10px 5px;
}

.portfolio_slider:hover .port-hover {
    opacity: 1;
}


.port-hover .portfolio-des {
    font-family: 'Josefin Slab' , sans-serif;
    font-size: 26px;
    line-height: 32px;
}

.port-hover .hover-icon:after {
    content: '';
    display: block;
    margin: 5px auto;
    background: url(../../../wp-content/uploads/2018/09/hover-border.png) no-repeat center;
    width: 100%;
    height: 30px;
}

.portfolio-item .portfolio_slider:nth-child(1) .port-hover .hover-icon:after{margin: 20px auto; height: 40px;}


.portfolio-section .portfolio-slider.owl-carousel .owl-nav.disabled {
    display: block;
}

.portfolio-slider .owl-next span.right {
    border-left: 30px solid #23434f;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    display: block;
}

.portfolio-slider .owl-prev span.left {
    border-right: 30px solid #23434f;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    display: block;
}

.portfolio-slider.owl-theme .owl-prev  { left: 0px; margin:0; padding:0;}

.portfolio-slider.owl-theme .owl-next  { right: 0px; margin:0; padding:0;}


.portfolio-section .portfolio-slider.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1250px;
    left: 50%;
	-o-transform:  translate(-50%,-50%);
    -moz-transform:  translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform:  translate(-50%,-50%);
}


.gallery-columns-9 br {
    display: none !important;
}
.gallery-columns-9 .gallery-item {
    width: 10% !important;
}
.gallery-columns-9 img {
    border: 0 !important;
}

.customize-support .full-section #gallery-2 .gallery-caption {
    color: #fff;
    padding: 25px 10px 0 10px;
}
#gallery-2 .gallery-caption{font-size: 17px;line-height: 23px;text-color:#ffffff !important;}

.customize-support .full-section.gallery_title_black #gallery-2 .gallery-caption{
	 color: #000;
}
.develop-data {
    padding: 50px 0;
    background: #f7f7f7;
}

.col-data h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 40px 10px 15px 10px;
}

.col-data img {
    border-radius: 100%;
	    height: 100%;
}
.round-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}
.col-data {
    margin-bottom: 30px;
}

/*------------------------------------*\
    FILTER PORTFOLIO 
\*------------------------------------*/
.portfolio-section {
    padding: 80px 0 0;
  
}

.filter-portfolio-section{
	padding: 80px 0;
    background: #f5f5f5;
}


ul.filter li {
    display: inline-block;
    padding: 20px 25px;
    background: #fff;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    margin: 3px;
    font-size: 16px;
    text-transform: capitalize;
}


.filter li.active {
    background: #234a38;
    color: #fff;
}

ul.filter {
    text-align: center;
}

.filtr-container.boxes {
    margin-top: 25px;
}


.filtr-container img {
    height: 325px;
    width: 360px;
}

.filter-port {
    position: absolute;
    top: 0;
   
    width: 100%;
    color: #fff;
}

.port-item {
    max-width: 325px;
    margin: 0 auto 55px;
	position:relative;	
}

.port-item:before {
	content:'';
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	background: rgba(0,0,0,0.65);
	opacity:0;
	transition: all .5s;
}

.filter-port {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding: 0 15px;
	opacity:0;
	transition: all .5s;
}

.port-item:hover .filter-port, 
.port-item:hover:before{
	opacity:1;
}

.filter-port a {
    display: table;
    background: #26befa;
    margin: 0 auto;
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.filter-port h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 10px;
}


.filter-port h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 10px;
}

.filter-port .filtr-desc {
    font-family: 'Josefin Slab' !important;
    font-size: 20px;
}


/*------------------------------------*\
   TEAM PAGE
\*------------------------------------*/
.team-row{
	display:inline-block;
	vertical-align:top;
	width:23%;
}
.team-desc div a {
padding: 6px 0px;
display: inline-block;
word-break: break-all;
line-height: normal;
}

.team-desc div {
padding: 10px 0px;
}

.prf_img {
    height: 200px;
    border-radius: 100%;
    width: 200px;
    background-position: center center;
    background-size: contain;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-color: #000;
}
.team-section {
    margin: 50px auto;
}
.team-desc {
    min-height: 378px;
    word-wrap: break-word;
}
.team-desc h2{
	font-size:20px;
	color:#000;
}
.team-desc p a{
	font-size:14px;	
}
.team-wcl {
    text-align: center;
    margin-bottom: 60px;
}
.team-section a {
    color: #337ab7;
    text-decoration: none;
}

.full-section ul li, .left-image ul li, .right-image ul li {
    
    margin-left: 20px;
}
.full-section blockquote{
	padding-left:50px;
	border:none;
}
a.portfolio-btn {
    font-family: 'Josefin Slab';
    font-size: 34px;
    display: inline-block;
    margin: 30px 0px !important;
    border-bottom: 1px solid #425172;
    color: #425172;
}



/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.contact-section { padding: 50px 0px;}

.contact-form-details {padding-top: 22px;}

.form-details .gform_wrapper ul li.gfield {
    margin-top: -25px !important;
  
}
.contact-desc {
    padding-bottom: 20px;
}
.contact-form-details .address {
    display: table;
	padding-top: 9px;
}
.contact-form-details i{
   width:30px;
   font-size: 20px;
}
.contact-desc i{
    font-size: 26px;
    margin-top: 6px;
}

.contact-form-details .address i.fa-map-marker {
    display: table-cell;
    vertical-align: top;
    float: none;
}
.contact-form-details .address p {
    display: table-cell;
    vertical-align: top;
    float: left;
}

.form-details .gform_wrapper .top_label input, .form-details .gform_wrapper .top_label textarea {
    height: 50px;
    line-height: 50px;
    padding: 0 15px !important;
    background: #f9f9f9;
    border: 1px solid #efefef;
    color: #919191;
    margin-bottom: 36px;
}
.form-details .gform_wrapper .top_label textarea {
    height: 160px !important;
    margin-bottom: 36px !important;
}
.form-details input#gform_submit_button_2 {
    background: #ed2026;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;   
    padding: 0px 35px !important;
	width:auto;
}

.contact-tel {
    margin-bottom: 25px;
}

.contact-tel a {
    display: block;
    margin: 0 auto 5px;
}

.ginput_container textarea {
    font-size: 26px !important;
    font-family: 'Josefin Slab' !important;
    color: #9a9a9a !important;
}
.contact-form input[type="submit"] {
    background: #26befa !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto !important;
    display: table !important;
    padding: 0px 60px !important;
    border: none !important;
    height: 50px;
    line-height: 50px;
}

.contact-desc p {
    display: inline-block;
    vertical-align: top;
}


@keyframes zoom-in {
  0% {
   	  transform: scale(.1);
	  -o-transform: scale(.1);
	  -ms-transform: scale(.1);
	  -moz-transform: scale(.1);
	  -webkit-transform: scale(.1);
  }
  100% {
    transform: none;
  }
}


.is-animated {
  animation: .6s zoom-in;
}
#gallery-2 img{border:none !important}
#gallery-2 .gallery-caption{color:#000}
.pagination {
    display: block;
    text-align: center;
}
.pagination .next,.pagination .prev {
    background: #03acef;
    padding: 8px 20px;
    color: #fff;
}
.pagination a.page-numbers {
    padding:5px 10px;
}
.pagination .current {
    color: #03acef;
    font-weight: bold;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
 .toggle , span.arrow{
    display: none;
}


@media only screen and (min-width: 1100px){
.right-image .row, .left-image .row {
    min-height: 520px;
}
}

@media only screen and (min-width:768px) {
	
	.vertical-section .content {    padding: 80px 0;    } 
	
	.box-section h2.section-title{padding-bottom:50px;}
	
	.sticky-right {    text-align: right;   }
	
	.vertical-desc ul li {    display: inline-block;    width: 49%;  }
	
	.sticky-bar-section.stick-bottom { position: fixed; bottom: 0;  width: 100%; z-index:99;}
	
	.filtr-item {display: inline-block; vertical-align: top; text-align:center;padding:0 5px}
	
	.mobile-slider{display:none !important;}

	.active-sticky .footer {padding-bottom: 130px;}
	
	.mobile-view{display:none;}
	
	nav.nav_area { display: inline-block;  }

	.right-image .image-div.mobile-img {    display: none;   }
	
	.desk-img img {    display: none;}     
	
	.menu-side { text-align:right;}	
	
	.left-image.img-txt h2.section-title .border {    float: right;   }
		
	.box{display:inline-block;	vertical-align:top;	width:49%;	float:none;}
	
	
	.sticky-left, .sticky-right { display: table-cell; vertical-align: middle; float:none;}
	
	.form-div .gform_wrapper .top_label li.gfield.gf_left_half {  padding-right: 30px !important;}
	
	.form-div .gform_wrapper .top_label li.gfield.gf_right_half { padding-left: 30px !important;}
		
	.sticky-bar-section .row{display:table; width:100%; margin:0;}
	.post-section.col-sm-4 {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 33%;
	}
	.services_sub ul.sub-menu li{
	display: inline-block;
    width: 33.3%;
    float: left;
 
	
}
/*.services_sub ul.sub-menu li a{
	 border-bottom: 1px solid #b7b7b7;
}*/
.services_sub ul.sub-menu li:nth-last-of-type(3) a, 
.services_sub ul.sub-menu li:nth-last-of-type(2) a{
	border-bottom:0;
}
.services_sub ul.sub-menu li:nth-child(3n) 
.services_sub ul.sub-menu li a span.menu-label{
	line-height: normal;
    border-right: 1px solid #b7b7b7;
    width: 100%;
	padding:0;
}
.services_sub ul.sub-menu li:nth-child(3n) a span.menu-label{
	border-right:0;
}

.services_sub ul.sub-menu{
	width:680px;
	
}
	

	
}


@media only screen and (min-width:900px) {
	.box{display:inline-block;	vertical-align:top;	width:24.5%;	float:none;}
		.filter-portfolio-section .container {
    max-width: 1200px;
    width: 100%;
}
}


@media only screen and (max-width:1200px){
	
	.inner-box, .hover-block{width:220px;height:220px; padding:25px 0px;}
	
	.inner-box img { max-width: 90px;}
	
	.hover-desc{padding:0;}
	
	.inner-box p{padding:0px 15px;}
	
	.logo-slider-section .container { max-width: 90%;}
	
	.inner-box p{font-size:16px;line-height:18px;}
	
}

@media only screen and (max-width: 991px){
    .sub-item .featured-box{display:none;}
}


@media only screen and (max-width:992px) and (min-width:768px){
	.team-row{width:32%}
	.statistics-section h2{font-size:50px;}
	
	.add-testimonial p{font-size:30px;}
	
	.nav_area > ul > li {
    padding: 0px 0px;
}
	
	.box-section .container,.news-section .container{ width: 100%;}
	
	.inner-box img { max-width: 50px;}
	
	.hover-desc{padding:0;}
	
	.inner-box p{padding:0px 15px;}
	
	.inner-box h2{font-size:14px;}
	
	.nav_area ul li a{padding:15px 10px; font-size:13px;}
	
	.menu-side { padding-right: 0;}
	
	.news-section .date{padding: 7px 0px;}
	
	.news-section h4.post-title { padding-top: 11px;}
	
	.filtr-item h4{font-size:22px;}
	
	.form-content .large-select {    width:66.5% !important;  
}
.filtr-container img{
    height: auto !important;
}
}

@media only screen and (max-width:767px) {
	
	.form-details input#gform_submit_button_2{margin:0 auto; display:table;}
	
	.banner-title{vertical-align:middle;}
	
	.banner-title h2{padding:0;}
	
	.head-img{height:150px;}
	

	
	.form-div .gform_wrapper .top_label input, .form-div .gform_wrapper .top_label textarea {
    height: 40px;   
    margin-bottom: 10px;
}
	.form-div input#gform_submit_button_1 { width: auto;}
	
	.form-content {padding: 30px 25px 20px;}
	
	.inner-box h2 {font-size: 16px;}
	
	.footer{padding:35px 0px;}
	
	.hover-block h2 {padding: 10px 15px 0;}
	
	.inner-box, .hover-block{width:250px;height:250px; padding:25px 0px;}
	
	.sticky-bar-section {display: block !important;}
	
	.logo-slider-section .container { max-width: 90%;}
	
	.logo-slider-section .container {max-width: 80%; margin: 0 auto;}
	
	.filtr-container img, .filtr-item { height: auto;}
	
	.desktop-view{display:none;}
	
	header.header {   position: relative; padding-top: 5px; padding-bottom: 5px;  background-color: #233b33; }
	
	.contact-details {/*position: absolute; right: 0; top: 10px; left: 0;  width: 100%; text-align: right;    padding-right: 16px;*/}
	
	
	.mobile-text h3 {color: #000; position: relative; padding: 13px 0px; text-transform: uppercase; letter-spacing: 4px; font-size: 28px;}
	
	.gform_wrapper.gf_browser_chrome .gform_body {width: 100% !important;}
	


.nav_area {    position: initial;  }
.nav_area  .menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    background: #000;
    z-index: 999;
   
}

span.arrow {
    display: inline-block;
    width: 10%;
    text-align: center;
	cursor:pointer;
	color:#fff;
}

label.toggle {
    display: inline-block;
    margin: 0;
}

label.toggle i {
    /* display: block; */
    /* cursor: pointer; */
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 39px;
    text-align: center;
    padding-right: 0;
    border: 2px solid #fff;
    font-size: 26px;
    /* position: absolute; */
    /* right: 0; */
}
	
	.sub-item {
    width: 100%;
    left: 0;
    transform: none;
}


.sub-item.fetured-active {    left: 0;  }

.nav_area ul li {
    display: block;
	 border-bottom: 1px solid #fff;
}
.nav_area ul li a {
    padding: 15px;
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    float: none;
    clear: both;
}

	ul.sub-menu li a{border-bottom:0px;}

.sub-item .sub-menu  {
    position: relative;
	background:#000;
	display:block;
	width:100%;
	    padding: 0 25px;
}

	.sub-item .featured-box, .nav_area > ul > li > a:after{display:none;}
	
	ul.sub-menu li a span.menu-icon {    display: none;  }
	
	.nav_area ul li .sub-menu li {    border-bottom: 0;   }

	.nav_area > ul > li > a {	display:inline-block;	width:90%;   }

	.right-image .content-div, .right-image .image-div, .left-image .image-div, .left-image .content-div {
    display: block;
    width: 100%;
}	
	
	span.arrow.close-icon i:before {    content: '\f00d';   }
	
	.desk-img {    background-image: none !important;}
	
	.right-image .content-div, .left-image .content-div{    padding: 25px 15px;}
	
	.sticky-bar-section .sticky-right{padding-top: 25px;}
	
	a.close-bar{display:none;}
	.slider-desc h2 {
    padding-bottom: 0;
    font-size: 50px;
    line-height: normal;
	}

	.post-section h4.post-title a{font-size:20px;}
	
	.news-section .post-content{padding-left:0; padding-right:0;}
	
	.news-section .post-img{text-align:center;}
	
	.img-txt h2.section-title, .full-section h2.section-title, .home h2.section-title{font-size:26px;}
	
	.add-testimonial p{font-size:18px; line-height:24px;}
		
	.logo-slider-section, .what-we-section, .news-section{padding:40px 0;}
	
	.footer-logo , .right-part, .copyright-footer{    text-align: center;  }
	
	.right-part ul li .add_pages{display:block;    padding: 5px 0;}
	
	.com-details span.address {    display: block;   }
	
	.form-div .gform_wrapper .top_label input[type=text], .form-div .gform_wrapper .top_label select {
    height: 35px;
    font-size: 20px !important;
    margin-bottom: 7px;
}
	
	.right-part {    padding-top: 40px;  }
	
	.news-section .post-details{box-shadow:none; display:table;}
	
	.mobile-text {    padding-top: 25px;  }
	
	.banner-title h2 {font-size:30px;}
	
	.subpage {    line-height: 28px;    font-size: 16px;  }	
	
	.team-desc {    min-height: auto;   }
	
	.home-slider .slider-section{height:380px}
	
	.slider-desc a.get-btn {    margin: 0;margin-top:18px;  }
	.slider-desc{padding-top:0}
	.slider-desc.text-center h2{font-size: 30px;line-height: 40px;}
	.slider-desc a.get-btn{padding:14px 22px;}
	
	.sticky-left h2, .sticky-right {    text-align: center;  }
	
	a.portfolio-btn {    display: table;    margin: 30px auto !important;  }
	
	.statistics-section .statistics {    margin-bottom: 50px;  }
	
	.statistics-section h3{max-width:100%;}
	
	.post-section {    margin-bottom: 40px;    max-width: 335px;    margin: 0 auto 40px;   }
	
	.post-section .post-details {    border-bottom: 1px solid #ddd;    padding-bottom: 15px;   } 
	
	.statistics-section {    padding: 40px 0px;  }
	
	.form-div .gform_wrapper .gform_footer{padding:0}
	
	.form-div{overflow-y:scroll;}
	
	.form-content span.form-info {    font-size: 16px;    line-height: 24px;  }
	
	.form-content .close-icon {    position: absolute;    right: 15px;  }
	
	.form-content{padding:25px 20px;height:100%;}
	
	
	
	.form-content .gform_body {    padding-top: 0;  }
	
	.portfolio-item .portfolio_slider:nth-child(1){width:60%;}
	
	.desktop-slider{display:none !important;}
	
		.portfolio-section {    padding: 80px 15px 0;  }
	
	.portfolio_slider {    height: 280px;    overflow: hidden;   }
	
	.portfolio_slider span.hover-icon img {    max-height: 50px;    display: block;    overflow: hidden;  }
	
	.port-hover h3{font-size:16px;}
	
	.port-hover .portfolio-des{font-size:18px	}
	
	/*.port-normal .portfolio-image img {    max-height: 280px;  }*/

    .port-normal .portfolio-image img {
        max-height: inherit;
        height: 280px;
        width: 100%;
        object-fit: cover;
    }
	
	.port-normal .portfolio-icon img {    max-height: 100px;  }
	
	.portfolio_slider .port-normal{background:#000;}
	
	.right-part ul li .add_pages, .com-details{line-height:20px;}	
	
	.log-slider.owl-theme .owl-dots .owl-dot.active span, .log-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
	
	.vertical-slider .vertical-item > div{display:block;}
	
	.vertical-item:before, .vertical-item:after, .vertical-slider:before{display:none !important;}
	
	.full-section, .vertical-section {    padding: 50px 0;  }
	
	.vertical-item{padding:30px 0;}
	
	.vertical-slider .vertical-item > div{padding:15px;}
	
	.vertical-slider .vertical-item:nth-child(even) .vertical-img{float:none;}
	
	.vertical-slider .vertical-item:nth-child(even) .vertical-txt {    padding-top: 0 !important;  }
	
	.filter-port h2{font-size:24px;}
	
	.filter-port h3{font-size:16px;}
	
	.gallery-columns-6 > .gallery-item {    width: 33% !important;    padding: 0 10px;  }
	
	.gallery-columns-6 > .gallery-item img {    height: auto;} 
	
	.gallery-columns-9 .gallery-item {      width: 49% !important;    display: inline-block;    vertical-align: top;
    float: none !important;  }
	
		.team-row{width:100%}
	
}
@media only screen and (max-width:640px) {
.form-content .large-select {    width: 100% !important;  }

}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
  .neww{
  	display:inline-block
  }
}


/** Question form start **/
.gform_wrapper form.questionnaire_form{
	margin-bottom: 80px;
}
form.questionnaire_form{}
form.questionnaire_form .gsection_title{
	text-transform: uppercase;
	text-align: center;
	color: #315554;
	font-size: 1.7em;
}

form.questionnaire_form .gfield .gfield_label{
	font-family: 'Josefin Slab'!important;
	font-size: 1.2em;
	font-weight: 600;
}

form.questionnaire_form .gfield .ginput_container input, form.questionnaire_form .gfield .ginput_container select{
	background: #f1f1f1;
	border: 1px solid #efefef;
	font-size: 1.2em !important;
	padding: 8px 4px !important;
	width: 100%;
}
form.questionnaire_form .gfield.highlighted .ginput_container textarea {
    font-size: 1.2em !important;
}

form.questionnaire_form .gfield .ginput_container.ginput_container_fileupload input{
	font-size: 1.1em !important;
}


form.questionnaire_form .gfield .ginput_container textarea{
	background: #f1f1f1;
	border: 1px solid #efefef;
	font-size: 1.2em !important;
	width: 100%;
}


form.questionnaire_form .gfield.highlighted .ginput_container textarea{
	background: #cad4cc;
   border: 1px solid #cad4cc;
   color: #222 !important;
   /*box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
}

form.questionnaire_form .gfield.gfield_html h4{
    font-weight: 600;
}


form.questionnaire_form .gfield .ginput_container select{
	padding: 10px 4px !important;
}

form.questionnaire_form .gfield.group_last .ginput_container{
	margin-bottom: 30px;
	/*border-bottom: 1px solid #eee;
	padding-bottom: 30px;*/
}

form.questionnaire_form .gfield.gfiled_width_50{
	width: 50%;
	float: left;
	clear: none;
}

form.questionnaire_form .gfield.gfiled_width_25{
	width: 25%;
	float: left;
	clear: none;
}


form.questionnaire_form .gfield.gfiled_width_33{
	width: 33.33%;
	float: left;
	clear: none;
}


.m_top_50i{
	margin-top: 50px !important;
}


form.questionnaire_form .gform_footer input[type="submit"] {
    background: #26befa!important;
    color: #ffffff!important;
    font-size: 18px!important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto!important;
    display: inline-block;
    padding: 0 60px!important;
    border: none!important;
    height: 50px;
    line-height: 50px;
    width: 200px !important;
}

form.questionnaire_form .gform_footer input[type="submit"]:hover{
	background: #27433B!important;
}

form.questionnaire_form .gform_footer .gform_save_link{
	background: #b8babb!important;
	color: #ffffff!important;
	font-size: 14px!important;
	letter-spacing: 0px;
	margin: 0px auto!important;
	display: inline-block;
	padding: 0 12px!important;
	border: none!important;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
}

form.questionnaire_form .gform_footer .gform_save_link:hover{
	background: #27433B!important;
}

.gform_confirmation_wrapper.questionnaire_form{
	margin-bottom: 40px;
}


@media only screen and (max-width:767px){
	form.questionnaire_form .gfield.gfiled_width_50, form.questionnaire_form .gfield.gfiled_width_25, form.questionnaire_form .gfield.gfiled_width_33{
		width: 100%;
	}
}

/*changes 17-02-2021*/
@media screen and (max-width: 767px){
    .contact-details ul {
        display: -webkit-box  ;
        display: -ms-flexbox  ;
        display: flex  ;
    }

     .contact-details ul li, .contact-details li:first-child,  .contact-details li:first-child {
        padding-left:0; 
        padding-right:5px;
     }   
     .contact-details ul {
        padding-right: 10px;
     }
    .menu-side { 
        position: initial; 
        display: -webkit-box  ;
        display: -ms-flexbox  ;
        display: flex  ;
        -webkit-box-align: center  ;
        -ms-flex-align: center  ;
        align-items: center  ;
        -webkit-box-orient: horizontal ;
        -webkit-box-direction: reverse ;
        -ms-flex-direction: row-reverse ;
        flex-direction: row-reverse ;
      }

      header.header .row:before, header.header .row:after {
        display: none;
      }
      header.header .row {
         display: -webkit-box  ;
        display: -ms-flexbox  ;
        display: flex  ;
        -webkit-box-align: center  ;
        -ms-flex-align: center  ;
        align-items: center  ;
      }
      .inner-box .regular-block h2 {
        font-size: 20px;
        font-weight: 700;
    }
    .testimonial-slider.owl-carousel .owl-stage {
        display: -webkit-box  ;
        display: -ms-flexbox  ;
        display: flex  ;
    }
    .testimonial-slider.owl-carousel .owl-item {
        margin: auto;
    }
    .testimonial-slider .add-testimonial {
        padding: 15px;
    }
    .testimonial-section h3 {
        letter-spacing: 0.04em;
        font-size: 15px;
        padding: 20px 0px;
        line-height: 1.4em;
    }
    .testimonial-slider.owl-theme .owl-nav [class*="owl-"] {
        color: #05132c;
        font-size: 24px;
        margin: 5px;
        padding: 4px 7px;
        background: rgba(255,255,255,0.7);
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
        width: 32px;
    }
    a.testimonial-btn {
        padding: 13px 15px;
        font-size: 18px;
        letter-spacing: 2px;
    }
    .testimonial-section .container::before {
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    body .banner-title h1, body .single-post .banner-title h1, body .banner-title h2 {
        font-size: 24px;
        padding: 0;
    }
}

/*End changes 17-02-2021