/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

/* General CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
}

ul li,
li {
    font-family: 'Raleway', sans-serif;
}

html {
  margin: 0 auto;
    overflow-x: hidden;
}
body {
  margin: 0 auto;
  overflow-x: hidden;
  
}

.padding-0 {
    padding: 0px;
}
.crisp-client .crisp-1[data-position-reverse=true][data-full-view=true] .crisp-40 .crisp-41{
    left: auto!important;
    right: 14px!important;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #0FA2D8;
}

#fp-nav ul li .fp-tooltip {
    color: #F2982A;
    font-family: "Lato", sans-serif;
    /*	background: rgba(255, 255, 255, 0.8);*/
}

.slide.ng-enter,
.fade.ng-leave {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.slide.ng-enter {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.slide.ng-leave {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


/* General CSS */

#navigation-block {
    float: left;
    width: 100%;
}

#navigation-block .navigation-widget {
    float: left;
    width: 100%;
}

#navigation-block .navigation-widget .navbar-box {
    float: left;
    width: 100%;
    position: fixed;
    /*bottom: 0px;*/
    min-height: 80px;
    box-shadow: 0px 0px 10px #000000;
    text-align: center;
    z-index: 9;
    background-color: #FFF;
}

#navigation-block .navigation-widget .navbar-box ul {
    margin: 30px auto;
    padding: 0px;
}

#navigation-block .navigation-widget .navbar-box img {
    position: absolute;
    bottom: 25px;
    left: 20%;
}

#navigation-block .navigation-widget .navbar-box ul li {
    display: inline-block;
}

#navigation-block .navigation-widget .navbar-box ul li a {
    color: #222222;
    padding: 30px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

#slideshow-block {
    float: left;
    width: 100%;
    background: url(../image/banner1.jpg);
}

#slideshow-block .slideshow-overlay {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: rgba(0, 0, 0, 0.63);
}

#slideshow-block .slideshow-widget {
    float: left;
    width: 100%;
}

#slideshow-block .slideshow-widget .slideshow-text-box {
    float: left;
    width: 100%;
    padding: 12em 0px;
}

#slideshow-block .slideshow-widget .slideshow-text-box h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.4em;
    line-height: 1.4em;
    padding: 25px 30px 30px 30px;
    text-transform: capitalize;
    font-weight: 100;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
}
#slideshow-block .slideshow-widget .slideshow-text-box h4{
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    /* background: black; */
    /*box-shadow: inset 0px 0px 30px -10px;*/
    margin-bottom: 40px;
    font-size: 22px;
}
#slideshow-block .slideshow-widget .slideshow-text-box h4 span{
    box-shadow: inset 0px 0px 50px -10px;
    padding: 20px;
}

#slideshow-block .slideshow-widget #owl-demo .owl-buttons {
    display: none;
}


/* What We Do */

#what-we-do-block {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: #F6F6F6;
}

#what-we-do-block .what-we-do-widget {
    float: left;
    width: 100%;
}

#what-we-do-block .what-we-do-widget .what-we-do-text {
    float: left;
    width: 100%;
    text-align: justify;
}

#what-we-do-block .what-we-do-widget .what-we-do-text h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
    text-align: center;
}

#what-we-do-block .what-we-do-widget .what-we-do-text p {
    font-size: 18px;
    line-height: 28px;
    color: #524C4C;
}

#what-we-do-block .what-we-do-widget .what-we-do-text ul li {
    font-size: 16px;
    line-height: 28px;
    text-transform: normal;
    color: #524C4C;
    text-align: justify;
    list-style: none;
    padding: 5px;
}

#what-we-do-block .what-we-do-widget .what-we-do-text ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    margin-left: -15px;
    margin-right: 5px;
}

#what-we-do-block .what-we-do-widget .what-we-do-image {
    float: left;
    width: 100%;
    padding-top: 24%;
}

#what-we-do-block .what-we-do-widget .what-we-do-image #owl-demo1 img {
    width: 100%;
}

#what-we-do-block .what-we-do-widget .what-we-do-image #owl-demo1 .owl-buttons {
    display: none;
}


/* Contact Us Block */

#contact-us-block {
    float: left;
    width: 100%;
    background: url(../image/Contact-Us-bg-min.png);
}

#contact-us-block .contact-us-overlay {
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px 0px 60px 0px;
    background: transparent;
}

#contact-us-block .contact-us-widget {
    float: left;
    width: 100%;
}

#contact-us-block .contact-us-widget .contact-us-overview {
    float: left;
    width: 100%;
    text-align: center;
}

#contact-us-block .contact-us-widget .contact-us-overview h2 {
    font-size: 4em;
    line-height: 1.4em;
    /*text-transform: uppercase;*/
    color: #FFFFFF;
}

#contact-us-block .contact-us-widget .contact-us-overview p {
    font-size: 18px;
    line-height: 32px;
    text-transform: normal;
    color: #FFFFFF;
}

#contact-us-block .contact-us-widget .contact-form-widget {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

#contact-us-block .contact-us-widget .contact-form-widget .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

#contact-us-block .contact-us-widget .contact-form-widget .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.92);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contact-us-block .contact-us-widget .contact-form-widget .form-submit-box {
    float: left;
    width: 100%;
    text-align: center;
}

#contact-us-block .contact-us-widget .contact-form-widget .form-submit-box .btn-1a {
    background: #0fa2d8;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    width: 220px;
    height: 52px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}

#contact-us-block .contact-us-widget .contact-form-widget .form-submit-box .btn-1a:before {
    position: absolute;
    /*content: "\f178";*/
    font: normal normal normal 18px/1 FontAwesome;
    left: 65%;
    top: 35%;
    opacity: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}

#contact-us-block .contact-us-widget .contact-form-widget .form-submit-box .btn-1a:hover:before {
    opacity: 1;
    left: 78%;
}

#contact-us-block .contact-us-widget .contact-form-widget #success_message {
    display: none;
}


/* Clientèle */

#clientèle-block {
    float: left;
    width: 100%;
    background: #ffffff;
}
#clientèle-block h1{
    margin-bottom: 20px;
}
#clientèle-block .clientèle-widget {
    float: left;
    width: 100%;
}

#clientèle-block .clientèle-widget #sync1 .clientele-info-wrap {
    float: left;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

#clientèle-block .clientèle-widget #sync1 .clientele-info-wrap img {
    display: block;
    width: auto;
    margin: 0 auto;
}

#clientèle-block .clientèle-widget #sync1 .clientele-info-wrap a.weblink {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 0px 15px 0px;
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

#clientèle-block .clientèle-widget #sync1 .clientele-info-wrap p {
    font-size: 18px;
    line-height: 32px;
    text-transform: normal;
    color: #524C4C;
    font-family: 'Raleway', sans-serif;
}

#clientèle-block .clientèle-widget #sync1 .clientele-info-wrap a.portfoliolink {
    font-size: 18px;
    color: #0fa2d8;
    line-height: 24px;
    padding: 15px 0px;
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

#clientèle-block .clientèle-widget #sync1 .owl-prev {
    position: absolute;
    left: 0px;
    top: 98%;
    font-size: 5em;
}

#clientèle-block .clientèle-widget #sync1 .owl-next {
    position: absolute;
    right: 0px;
    top: 98%;
    font-size: 5em;
}

#clientèle-block .clientèle-widget #sync1 .item {
    background: transparent;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#clientèle-block .clientèle-widget #sync2 .item {
    background: transparent;
    padding: 25px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#clientèle-block .clientèle-widget #sync2 .item img {
    margin: 0 auto;
    width: 100%;
}
#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .synced .item {
    background: #0c83e7;
}


/* Our Process */

#our-process-block {
    float: left;
    width: 100%;
    background: #F6F6F6;
}

#our-process-block .our-process-widget {
    float: left;
    width: 100%;
}

#our-process-block .our-process-widget .our-process-wrapper {
    float: left;
    width: 100%;
}

#our-process-block .our-process-overview {
    float: left;
    width: 100%;
    text-align: center;
}

#our-process-block .our-process-overview h2 {
    font-size: 2.4em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
}

#our-process-block .our-process-overview p {
    font-size: 18px;
    line-height: 32px;
    text-transform: normal;
    color: #524C4C;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process {
    float: left;
    width: 100%;
    display: block;
    padding: 20px 0px;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process {
    margin: 0 auto 37px;
    padding: 0;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .number {
    position: relative;
    width: 90px;
    height: 90px;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .number svg#circle-outline {
    top: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    stroke: #444;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .number svg#circle-outline circle {
    transition: 1s ease-in-out;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate .number svg#circle-outline circle {
    stroke-dashoffset: 0;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(2) .number svg#circle-outline circle {
    transition-delay: 1.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(3) .number svg#circle-outline circle {
    transition-delay: 2.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .number span {
    font-size: 45px;
    line-height: 90px;
    color: #444;
    font-family: 'Lato', sans-serif;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate .number span {
    opacity: 1;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(2) .number span {
    transition-delay: 1.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(3) .number span {
    transition-delay: 2.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .number svg#line {
    display: block;
    margin: 0 auto;
    height: 39px;
    stroke: #444;
    top: 90px;
    position: absolute;
    left: 63%;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .number svg#line line {
    transition: .5s ease-in-out;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate .number svg#line line {
    stroke-dashoffset: 0;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(1) .number svg#line line {
    transition-delay: 1s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(2) .number svg#line line {
    transition-delay: 2s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .title {
    position: relative;
    text-align: left;
    opacity: 0;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate .title {
    transition: 1s ease-in-out;
    opacity: 1;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(1) .title {
    transition-delay: .5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(2) .title {
    transition-delay: 1.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(3) .title {
    transition-delay: 2.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .title h3 {
    display: inline-block;
    font-size: 24px;
    line-height: 45px;
    text-transform: none;
    text-align: left;
    /*padding: 0 30px;*/
    margin-top: 0px;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .title svg#arrow-right {
    position: absolute;
    top: 33px;
    width: 30px;
    height: 20.64px;
    fill: #cec9c9;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .description {
    padding: 13px 0 0;
    opacity: 0;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate .description {
    transition: 1s ease-in-out;
    opacity: 1;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(1) .description {
    transition-delay: .5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(2) .description {
    transition-delay: 1.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process.animate:nth-of-type(3) .description {
    transition-delay: 2.5s;
}

#our-process-block .our-process-widget .our-process-wrapper .our-process .process .description p {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
}

.marketing-strip{
	background: #03a9f4 !important;
    box-shadow: inset 0px 1px 10px 0px #eee;
}
.marketing-strip p{
	    color: #fff !important;
    margin-bottom: 0px;
    padding: 10px 0px;
    font-size: 20px !important;
    font-weight: 600;
}
/* Testimonials */


/*#testimonials-block {
	float: left;
	width: 100%;
	padding: 60px 0px;
}
#testimonials-block .testimonials-overview {
	float: left;
	width: 100%;
	text-align: center;
}
#testimonials-block .testimonials-overview  h2 {
	font-size: 4em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #524C4C;
}
#testimonials-block .testimonials-widget {
	float: left;
	width: 100%;
	padding: 60px 0px;
}
#testimonials-block .testimonials-widget .testimonial-carousel .item{
	padding: 35px;
}
#testimonials-block .testimonials-widget .testimonial-carousel .item p{
	text-align: justify;
	font-size: 15px;
}
#testimonials-block .testimonials-widget .testimonial-carousel .item p:before{
	position: absolute;
	content: "\f10d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 30px;
	top: 0px;
	left: calc(50% - 18px);
}
#testimonials-block .testimonials-widget .testimonial-carousel .item h5{
	font-size: 20px;
	text-align: center;
	margin: 30px 0px;
}
#testimonials-block .testimonials-widget .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 36%;
	left: 0px;
	font-size: 30px;
}
#testimonials-block .testimonials-widget .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 36%;
	right: 0px;
	font-size: 30px;
}*/

.bv-form .help-block {
    margin-bottom: 0;
    position: absolute;
    bottom: -15px;
}


/* Portfolio Templets */

#portfolio-block {
    float: left;
    width: 100%;
}

#portfolio-block .portfolio-widget {
    float: left;
    width: 100%;
}

#portfolio-block .portfolio-widget .portfolio-overview {
    float: left;
    width: 100%;
    text-align: center;
}

#portfolio-block .portfolio-widget .portfolio-overview h2 {
    font-size: 4em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
}

#portfolio-block .portfolio-widget .portfolio-overview p {
    font-size: 18px;
    line-height: 32px;
    text-transform: normal;
    color: #524C4C;
}

#portfolio-block .portfolio-widget .portfolio-wrapper {
    float: left;
    width: 100%;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 33.33%;
    height: 60px;
    text-align: center;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs {
    /*border-bottom: 2px solid #dddddd; */
    cursor: pointer;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active {
    background: #4285F4;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li > a {
    border: none;
    color: #666;
    display: block;
    margin: 8px 0px !important;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    /*color: #4285F4 !important; */
    background: transparent;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -11px !important;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}


/*#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active{
	background: #f6f6f6;
}*/

#portfolio-block .portfolio-widget .portfolio-wrapper .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #FFFFFF;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .tab-pane {
    padding: 15px 0;
    min-height: 475px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .tab-content {
    padding: 20px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card {
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 30px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-website-box .portfolio-views {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-website-box .portfolio-views {
    float: left;
    width: 100%;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-website-box .portfolio-views img {
    width: 100%;
    display: block;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content {
    padding: 0px;
    background: transparent;
    box-shadow: none;
    border: none;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane {
    padding: 0px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-website-box .portfolio-views .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #bbbbbb;
    background-color: transparent;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-website-box .portfolio-views .nav-pills > li > a {
    border-radius: 0px;
    color: #bbbbbb;
    font-size: 36px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-website-box .portfolio-views .nav-pills > li {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-website-box ul.nav.nav-pills {
    text-align: center;
}


/* Close Templet */

.close-temp {
    position: absolute;
    right: 15px;
    top: 15px;
}


/* Why Obbserv */

#why-obbserv-block {
    float: left;
    width: 100%;
    padding-top: 120px;
}

#why-obbserv-block .why-obbserv-widget {
    float: left;
    width: 100%;
}

#why-obbserv-block .why-obbserv-widget .why-obbserv-image-box {
    float: left;
    width: 100%;
}

#why-obbserv-block .why-obbserv-widget .why-obbserv-image-box img {
    width: 100%;
}

#why-obbserv-block .why-obbserv-widget .why-obbserv-content-box {
    float: left;
    width: 100%;
    text-align: center;
}

#why-obbserv-block .why-obbserv-widget .why-obbserv-content-box h2 {
    font-size: 32px;
    line-height: 54px;
    padding: 15px 0px;
    /*text-transform: uppercase;*/
    letter-spacing: 5px;
}

#why-obbserv-block .why-obbserv-widget .why-obbserv-content-box p {
    font-size: 18px;
    line-height: 28px;
}

#why-obbserv-block .why-obbserv-widget .why-obbserv-content-box ul li {
    font-size: 16px;
    line-height: 28px;
    color: #524C4C;
    text-align: justify;
    list-style: none;
    padding-bottom: 15px;
}

#why-obbserv-block .why-obbserv-widget .why-obbserv-content-box ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    margin-left: -15px;
    margin-right: 5px;
}


/* Portfolio Templets */

#portfolio-block {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

#portfolio-block .portfolio-widget {
    float: left;
    width: 100%;
}

#portfolio-block .portfolio-widget .portfolio-overview {
    float: left;
    width: 100%;
    text-align: center;
}

#portfolio-block .portfolio-widget .portfolio-overview h2 {
    font-size: 4em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
    margin-top: 0px;
}

#portfolio-block .portfolio-widget .portfolio-overview p {
    font-size: 18px;
    line-height: 32px;
    text-transform: normal;
    color: #524C4C;
}

#portfolio-block .portfolio-widget .portfolio-wrapper {
    float: left;
    width: 100%;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    height: 60px;
    text-align: center;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs {
    border-bottom: 2px solid #dddddd;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active > a {
    border: none;
    color: #FFF !important;
    background: transparent;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li > a {
    border: none;
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    /*color: #4285F4 !important; 
	background: transparent;*/
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -21px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

#portfolio-block .portfolio-widget .portfolio-wrapper .nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

#portfolio-block .portfolio-widget .portfolio-wrapper .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #FFFFFF;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .tab-pane {
    padding: 15px 0;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .tab-content {
    padding: 20px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card {
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views {
    float: left;
    width: 100%;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views img {
    width: 100%;
    display: block;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content {
    padding: 0px;
    background: transparent;
    box-shadow: none;
    border: none;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane {
    padding: 0px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #bbbbbb;
    background-color: transparent;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .nav-pills > li > a {
    border-radius: 0px;
    color: #bbbbbb;
    font-size: 36px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .nav-pills > li {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box ul.nav.nav-pills {
    text-align: center;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .item-overview-box {
    float: left;
    width: 100%;
    height: 100%;
    padding: 60px 0px;
    min-height: 475px;
    text-align: center;
    background: #eeeeee;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .item-overview-box h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .item-overview-box p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 15px 15px 15px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .item-overview-box a {
    color: #222222;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .item-overview-box i {
    border: 2px solid #222222;
    border-radius: 100%;
    font-size: 32px;
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 30px;
}

#portfolio-block .portfolio-widget .portfolio-wrapper .card .tab-content .tab-pane .portfolio-item-box .portfolio-views .item-overview-box img {
    width: auto;
    margin: 0 auto;
}


/* Resources Block */

#resources-block {
    float: left;
    width: 100%;
    padding-top: 110px;
}

#resources-block .resources-widget {
    float: left;
    width: 100%;
}

#resources-block .resources-widget .resources-overview {
    float: left;
    width: 100%;
    text-align: center;
}

#resources-block .resources-widget .resources-overview h2 {
    font-size: 4em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
}

#resources-block .resources-widget .resources-overview p {
    font-size: 18px;
    line-height: 32px;
    text-transform: normal;
    color: #524C4C;
}

#resources-block .resources-widget .resources-wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper {
    float: left;
    width: 100%;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper .case-study-image {
    float: left;
    width: 100%;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper .case-study-image img {
    width: 100%;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper .case-study-title {
    float: left;
    width: 100%;
    padding: 15px 0px;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper .case-study-title h3 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
    margin: 0px;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper .case-study-download {
    float: left;
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 40px;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper .case-study-download a {
    background: #0fa2d8;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 9px 20px;
    text-decoration: none;
    position: relative;
    border: 2px solid #0fa2d8;
    font-family: 'Raleway', sans-serif;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
}

#resources-block .resources-widget .resources-wrapper .case-study-wrapper .case-study-download a:hover {
    color: #ffffff;
    border-radius: 2px;
    font-size: 18px;
    padding: 9px 20px;
    text-decoration: none;
    position: relative;
    /*border: 2px solid #0fa2d8;*/
    font-family: 'Raleway', sans-serif;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs {
    border-bottom: 2px solid #dddddd;
    cursor: pointer;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li.active > a,
#resources-block .resources-widget .resources-wrapper .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li > a {
    border: none;
    color: #666;
    display: block;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 600;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li.active > a,
#resources-block .resources-widget .resources-wrapper .nav-tabs > li > a:hover {
    border: none;
    /*color: #4285F4 !important; */
    background: transparent;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    height: 60px;
    width: 50%;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li.active {
    background: #4285F4;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li.active > a {
    color: #ffffff;
    display: block;
    margin: 10px 0px;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li > a::after {
    content: "";
    /*background: #4285F4; */
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -11px;
    transition: all 250ms ease 0s;
    transform: scale(0);
    color: #ffffff;
}

#resources-block .resources-widget .resources-wrapper .nav-tabs > li.active > a::after,
#resources-block .resources-widget .resources-wrapper .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

#resources-block .resources-widget .resources-wrapper .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #FFFFFF;
}

#resources-block .resources-widget .resources-wrapper .tab-pane {
    padding: 15px 0;
}

#resources-block .resources-widget .resources-wrapper .tab-content {
    padding: 20px;
}

#resources-block .resources-widget .resources-wrapper .card {
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 30px;
    margin-top: 30px;
}


/* Services Block */

#services-block {
    float: left;
    width: 100%;
    padding: 0 0 90px 0px;
}

#services-block .services-widget {
    float: left;
    width: 100%;
}

#services-block .services-widget .services-overview {
    float: left;
    width: 100%;
    text-align: center;
}

#services-block .services-widget .services-overview h2 {
    font-size: 4em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
}

#services-block .services-widget .services-overview p {
    font-size: 18px;
    line-height: 32px;
    text-transform: normal;
    color: #524C4C;
}

#services-block .services-widget .services-wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

#services-block .services-widget .services-wrapper .nav-tabs {
    border-bottom: 2px solid #dddddd;
    cursor: pointer;
}

#services-block .services-widget .services-wrapper .nav-tabs > li.active {
    background: #4285f4;
}

#services-block .services-widget .services-wrapper .nav-tabs > li.active > a {
    border: none;
    color: #ffffff !important;
    background: transparent;
    margin: 10px 0px;
}

#services-block .services-widget .services-wrapper .nav-tabs > li.active > a,
#services-block .services-widget .services-wrapper .nav-tabs > li.active > a:focus,
#services-block .services-widget .services-wrapper .nav-tabs > li.active > a:hover {
    border-width: 0;
}

#services-block .services-widget .services-wrapper .nav-tabs > li > a {
    border: none;
    color: #666;
    display: block;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 600;
}

#services-block .services-widget .services-wrapper .nav-tabs > li.active > a {
    border: none;
    color: #fff !important;
    background: transparent;
}

#services-block .services-widget .services-wrapper .nav-tabs > li > a:hover {
    border: none;
    /*color: #fff !important; */
    background: transparent;
}

#services-block .services-widget .services-wrapper .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    height: 60px;
    width: 50%;
}

#services-block .services-widget .services-wrapper .nav-tabs > li > a::after {
    content: "";
    /*background: #4285F4; */
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -11px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

#services-block .services-widget .services-wrapper .nav-tabs > li.active > a::after,
#services-block .services-widget .services-wrapper .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

#services-block .services-widget .services-wrapper .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #FFFFFF;
}

#services-block .services-widget .services-wrapper .tab-pane {
    padding: 15px 0;
}

#services-block .services-widget .services-wrapper .tab-content {
    padding: 20px;
}

#services-block .services-widget .services-wrapper .card {
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 30px;
    margin-top: 30px;
}

#services-block .services-widget .services-wrapper .services-detail-box {
    float: left;
    width: 100%;
}

#services-block .services-widget .services-wrapper .services-detail-box .services-box1 {
    float: left;
    width: 100%;
    background: #eeeeee;
}

#services-block .services-widget .services-wrapper .services-detail-box .service-content-box {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
}

#services-block .services-widget .services-wrapper .services-detail-box .service-content-box h3 {
    font-size: 32px;
    line-height: 32px;
    padding: 30px 0px;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin: 0px;
}

#services-block .services-widget .services-wrapper .services-detail-box .service-content-box p {
    font-size: 16px;
    line-height: 26px;
}

#services-block .services-widget .services-wrapper .services-detail-box .service-image-box {
    float: left;
    width: 100%;
}

#services-block .services-widget .services-wrapper .services-detail-box .service-image-box img {
    width: 100%;
}

#services-block .services-widget .services-wrapper .services-detail-box .services-box2 {
    float: left;
    width: 100%;
    background: #FFFFFF;
}

#services-block .services-widget .services-wrapper .services-detail-box .services-box3 {
    float: left;
    width: 100%;
}


/* counter */

.counterdata {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: rgba(234, 234, 234, 0.73);
}

.counterdata .what-we-do-widget {
    float: left;
    width: 100%;
}

.counterdata .what-we-do-widget .what-we-do-text {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.counterdata .what-we-do-widget .what-we-do-text h2 {
    font-size: 2.4em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
    text-align: center;
}

.counterdata .what-we-do-widget .what-we-do-text p {
    font-size: 18px;
    line-height: 28px;
    color: #524C4C;
}

.counterdata .what-we-do-widget .what-we-do-text ul li {
    font-size: 16px;
    line-height: 28px;
    text-transform: normal;
    color: #524C4C;
    text-align: justify;
    list-style: none;
    padding: 5px;
}

.counterdata .what-we-do-widget .what-we-do-text ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    margin-left: -15px;
    margin-right: 5px;
}

.counterdata .what-we-do-widget i {
    color: #ff8d26;
    font-size: 31px;
    text-align: center;
}

.counterdata .what-we-do-widget .counter_name {
    color: #636363;
    font-size: 23px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 21px;
}

.counterdata .what-we-do-widget .counting {
    color: #505050;
    font-size: 29px;
    text-align: center;
    bottom: 14%;
    position: absolute;
    right: 0px;
    left: 0px;
}

.counterdata .what-we-do-widget .what-we-do-image {
    float: left;
    width: 100%;
}

.counterdata .what-we-do-widget .what-we-do-image #owl-demo1 img {
    width: 100%;
}

.counterdata .what-we-do-widget .what-we-do-image #owl-demo1 .owl-buttons {
    display: none;
}


/* card */

.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    /*margin: 1rem;*/
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.mater-button {
    display: inline-block;
    margin: 0.3em;
    padding: 1.2em 5em;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.mater-button a {
    display: inline-block;
    margin: 0.3em;
    padding: 1.2em 5em;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 15px;
    text-align: center;
}

.mater-button:hover {
    box-shadow: 1px 6px 15px rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
}

.mater-button:visited {
    color: white;
    text-decoration: none;
}

.mater-button:active {
    color: white;
    text-decoration: none;
}

.mater-button:focus {
    color: white;
    text-decoration: none;
}

.green {
    background-color: #4CAF50;
    color: white;
}

.red {
    background-color: #F44336;
    color: white;
}

.blue {
    background-color: #03A9F4;
    color: white;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
}

.orange {
    background-color: #ff8d26;
    color: white;
}

.ripple {
    position: absolute;
    background: rgba(0, 0, 0, .25);
    border-radius: 100%;
    transform: scale(0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-animation: ripple .75s ease-out;
    -moz-animation: ripple .75s ease-out;
    animation: ripple .75s ease-out;
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.mater-button-center {
    margin-top: 20px;
    text-align: center;
}

.mh200 {
    min-height: 200px;
}

.align-center {
    text-align: center;
}

.process-circle {
    border: 2px solid black;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    /*padding-left: 28px;*/
}

.bak-img {
    background: rgba(234, 234, 234, 0.73) !important;
}

.service-left {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.service-left .media-left {
    border-right: 1px solid #f2982a;
}

.service-left .media-heading {
    text-align: left;
    font-size: 25px;
    color: #484848;
    margin-bottom: 12px;
}

.service-left i {
    color: #5d5d5d;
    font-size: 36px;
    padding-top: 7px;
}

.service-left .media-body {
    padding-left: 10px;
}

.service-left p {
    text-align: left;
    font-size: 14.5px;
    color: #545454;
}

.service-right {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.service-right .media-right {
    border-left: 1px solid #f2982a;
}

.service-right .media-heading {
    text-align: right;
    font-size: 25px;
    color: #484848;
    margin-bottom: 12px;
}

.service-right i {
    color: #5d5d5d;
    font-size: 36px;
    padding-top: 7px;
}

.service-right .media-body {
    padding-right: 10px;
}

.service-right p {
    text-align: right;
    font-size: 14.5px;
    color: #545454;
}

#services-block {
    padding-top: 110px !important;
}

.reach_us {
    background: #0fa2d8 !important;
    color: white;
    text-align: center;
}

.reach_us_text {
    padding-bottom: 2px !important;
    padding-top: 10px !important;
    font-size: 14px !important;
}

/*Expert Panel*/

#expert-panel-block {
    float: left;
    width: 100%;
    padding-top: 110px;
    text-align: center;
}
#expert-panel-block h2 {
    font-size: 3em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #524C4C;
    padding-bottom: 20px;
}
#expert-panel-block .expert-info{
	    padding-bottom: 10px;
        min-height: 460px;
}
#expert-panel-block .expert-info h4{
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    #navigation-block .navigation-widget .navbar-box img {
        position: initial;
        bottom: 25px;
        left: 0;
        right: 0;
    }
    #navigation-block .navigation-widget .navbar-box ul {
        margin: 9px auto;
        padding: 0px;
    }
}

@media only screen and (max-width: 987px) {
    #navigation-block .navigation-widget .navbar-box ul li a {
        padding: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    #our-process-block .our-process-overview h2 {
        font-size: 2em !important;
        line-height: 1.4em;
    }
}

@media only screen and (max-width: 425px) {
    #our-process-block .our-process-widget .our-process-wrapper .our-process .process .number {
        top: -2px !important;
        /* left: 100px; */
    }
}

@media only screen and (max-width: 425px){

#contact-us-block .contact-us-widget .contact-form-widget .form-submit-box .btn-1a {
    font-size: 15px;
    width: 100% !important;
    height: 35px;
}

#navigation-block .navigation-widget .navbar-box {
    float: left;
    width: 100%;
    position: absolute;
    /*bottom: 0px;*/
    min-height: 80px;
    box-shadow: 0px 0px 10px #000000;
    text-align: center;
    z-index: 9;
    background-color: #FFF;
}
}

#what-we-do-block .what-we-do-widget .what-we-do-text ul li{
	margin-left: -27px !important;
}

@media only screen and (max-width: 768px){
#why-obbserv-block .why-obbserv-widget .why-obbserv-content-box ul li {
    font-size: 13px;
    line-height: 22px;
    margin-right: 15px;
    margin-left: -15px;
}
}
.pad-bottom-30{
    padding-bottom: 30px;
}
.reach_us p{
     font-size: 16px;
}

.reach_us p strong{
     font-size: 18px;
}

#clientèle-block .clientèle-widget #sync1 .owl-prev {
    top: 32% !important;
} 

#clientèle-block .clientèle-widget #sync1 .owl-next {
    top: 32% !important;
} 

#clientèle-block .clientèle-widget #sync2 .owl-prev {
    position: absolute;
    left: 0px;
    top: 11%;
    font-size: 5em;
} 


#clientèle-block .clientèle-widget #sync2 .owl-next {
    position: absolute;
    right: 0px;
    top: 11%;
    font-size: 5em;
} 

/*Modals*/

.header-tp .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.header-tp .navbar-default {
    background-color: #1DB9EC;
    border-color:transparent!important;
}
.header-tp .bdr li:nth-child(odd) 
{
    border-left: 1px solid rgba(255, 255, 255, 0.44);

}

.header-tp .bdr li:nth-child(even) 
{
    border-right: 1px solid rgba(255, 255, 255, 0.44);
    border-left: 1px solid rgba(255, 255, 255, 0.44);
}
.header-tp .bdr li
{
    padding:10px 0px;
}
.header-tp .bdr li a
{
    color:#fff!important;
}

.header-tp .pddr
{
    padding-top:5px;
}

.header-tp .navbar-right {
    float: right !important;
    margin-right: 30px;
}

.header-tp  .nav > li {
    position: relative;
    display: inline-block;
}

.btn-blu {
    display: inline-block;
    padding: 10px 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #0D4459;
    border-color: #0D4459;
    color: #fff;
}      
.mrgn-top
{
    margin-top:15px;
    margin-right:15px;
}    

.header-tp
{
    margin: 10px 0px;
}    

/*######################## Exit Form ##################################*/
.at-login-form .btn-fb
{
    display: inline-block;
    padding: 18px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #4568B2;
    width: 100%;
    margin-top: 10px;
    color:#fff;
}
.at-login-form .modal{
    top: 10%;
}
.at-login-form .btn-gp
{
    display: inline-block;
    padding: 18px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px;
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 10px;
    color:#000;
}

.at-login-form .btn-lgin
{
    display: inline-block;
    padding: 17px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0px;
    background-color: #ff8b35;
    width: 100%;
    margin-top: 27px;
    color: #fff;
}
.at-login-form .signup-or-separator {
    background: none;
    height: 34px;
    position: relative;
    text-align: center;
}
.at-login-form .signup-or-separator--text {
    background-color: #fff;
    display: inline-block;
    padding: 8px;
}

.at-login-form .h6 {
    font-size: 14px;
    font-weight: bold;
    color: #757575;
    line-height: 1.1;
    text-rendering: optimizelegibility;
}

.at-login-form .signup-or-separator hr {
    margin: -25px auto 10px;
    width: 100%;    
 }
 
 .at-login-form .form-control-form {
    display: block;
    width: 100%;
    height: 52px;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 3px;
}   
 .at-login-form .frgt-pswd
{
    margin: 5px 0 10px;
color: red;
}

 .at-login-form .btn-gst
{
    display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
margin-top: 40px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #000;
border-radius: 0px;
background-color: transparent;
}
#exit_page_form{
	padding: 35px 10px;
}
.exit-popup-form{
	background: #011e56;
}
 


 .at-login-form .ta-l
{
    text-align:left;
    margin-top: 5px;
}

 .at-login-form .modal-dialog {
    width: 60%;
    margin: 30px auto;
}

.at-login-form .modal-content
{
    padding: 0px 0px;
    background: #011e56;
}

.at-login-form  .modal-header {
    padding: 0px 0px;
    border-bottom: 0px solid #e5e5e5;
}
.at-login-form .modal-body{
	padding: 0px;
}
.at-login-form .modal-body h3{
    margin-top: 0px;
}
.at-login-form .modal-footer{
    text-align: center;
    border-top: none !important;
    padding: 0px !important;
}
.at-login-form .modal-footer h4{
    text-align: center;
}
.at-login-form .modal-body img{
    width: 100%;
    transform: rotateY(180deg);
}
.at-login-form .close,.at-login-form .close:hover,.at-login-form .close:focus{
	color: #fff;
	opacity: 1;
}
.exit-popup-form h2,.exit-popup-form h4{
	text-align: center;
	padding: 0px;
    margin: 0px;
	color: #fff;
	line-height: 40px;
}
.exit-popup-form h2:first-of-type{
    padding-top: 20px;
}
.padding-0{
	padding: 0px;
}
.blue-bg-nav
{
    background-color:#1DB9EC;
}
/*########################  Exit Form ##################################*/


.margin-b93{
        margin-bottom: 93px;
}
#more-footer{
    display: none;
}
#more-footer{
    float: left;
    width: 100%;
}
#more-footer h1,#more-footer h2{
    font-size: 24px;
    padding-top: 20px;
}
#more-footer h1 strong,#more-footer h2 strong{
    font-weight: normal;
}
#more-footer h3{
    font-size: 20px;
}
.phonelink a{
    color: #0fa2d8!important;
    font-family: sans-serif;
    
}

.phonelink a i{
    margin-right: 3px;
}
/*GDPR*/
.GDPR-Popup-Block {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
    overflow: hidden;
}
.GDPR-Popup-Box {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    width: 360px;
    background: #f19835;
    padding: 20px;
    color: #fff;
}
.GDPR-Popup-Box h6 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #1c1c1c;
    font-weight: 600;
}
.GDPR-Popup-Box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.GDPR-Popup-Box a.agreeWithdata {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    word-spacing: 0.5px;
    padding: 6px 15px;
    color: #2f2f2f;
    background: #f19835;
    border: 2px solid #2f2f2f;
}
.GDPR-Popup-Box a.btnlink {
    color: #2a76ff;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
}
/*GDPR*/