                                /*
Template Name: Meghna Responsive HTML5/CSS3 Portfolio Template
Author: Muhammad Morshed
Author URI: http://themeforest.net/user/morsheds
Description: Meghna Responsive HTML5/CSS3 Portfolio Template
Version: 1.0
Tags: one-page, single-page, portfolio, custom-colors, post-formats, responsive, html5, css3
*/


/* Table of Content
==================================================
	#Homec
	#Navigation
	#About
	#Service
	#Portfolio
	#Our Team
	#Pricing
	#Blog
	#Contact
*/


/*=================================================================
	Basic Setup
==================================================================*/

/* Choices */
/*===============================
=            Choices            =
===============================*/

#instafeed .item {
    margin-bottom: 40px;
}
#instafeed .item a img {
    width: 100%;
}

#portfolio .fab.fa-instagram {
    padding-right: 20px;
}

#portfolio .section-title {
    margin: 70px 0 50px;
}

ul.categories {
    padding-left: 0;
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
  }
  
  .choices:focus {
    outline: none;
  }
  
  .choices:last-child {
    margin-bottom: 0;
  }
  
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    user-select: none;
  }
  
  .choices.is-disabled .choices__item {
    cursor: not-allowed;
  }
  
  .choices[data-type*="select-one"] {
    cursor: pointer;
  }
  
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
  }
  
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0;
  }
  
  .choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5;
  }
  
  .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
  }
  
  .choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00BCD4;
  }
  
  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
  }
  
  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
  }
  
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
  }
  
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
  }
  
  .choices[data-type*="select-multiple"] .choices__inner,
  .choices[data-type*="text"] .choices__inner {
    cursor: text;
  }
  
  .choices[data-type*="select-multiple"] .choices__button,
  .choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #ccc;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
  }
  
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus,
  .choices[data-type*="text"] .choices__button:hover,
  .choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
  }
  
  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    min-height: 44px;
    overflow: hidden;
  }
  
  .is-focused .choices__inner,
  .is-open .choices__inner {
    border-color: #b7b7b7;
  }
  
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
  }
  
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
  }
  
  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  
  .choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
  }
  
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
  }
  
  .choices__list--single .choices__item {
    width: 100%;
  }
  
  .choices__list--multiple {
    display: inline;
  }
  
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #004e92;
    color: #FFFFFF;
    word-break: break-all;
  }
  
  .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
  }
  
  [dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
  }
  
  .choices__list--multiple .choices__item.is-highlighted {
    background-color: #0a66b2;
    border: 1px solid #ccc;
  }
  
  .is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
  }
  
  .choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
  }
  
  .choices__list--dropdown.is-active {
    display: block;
  }
  
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7;
  }
  
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0;
  }
  
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }
  
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
  }
  
  [dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
  }
  
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
      right: auto;
      left: 10px;
    }
    
    
  }
  
  @media(max-width: 640px){
  .mast-h1.mast-h2 {
      font-size:30px;
    }
    
  }
  
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
  }
  
  .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
  }
  
  .choices__item {
    cursor: default;
  }
  
  .choices__item--selectable {
    cursor: pointer;
  }
  
  .choices__item--disabled {
    cursor: not-allowed;
    user-select: none;
    opacity: .5;
  }
  
  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
  }
  
  .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  
  .choices__button:focus {
    outline: none;
  }
  
  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
  }
  
  .choices__input:focus {
    outline: 0;
  }
  
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
  }
  
  .choices__placeholder {
    opacity: .5;
  }
  
  .choices__input.is-hidden,
  .choices[data-type*="select-one"] .choices__input.is-hidden,
  .choices[data-type*="select-multiple"] .choices__input.is-hidden {
    display: none;
  }
  
  /*=====  End of Choices  ======*/
/* #o365 ul {
    padding-left: 30px!important;
} */
html {
    font-size: 14px;
}

#blog-page nav.post-pagination {
    margin: 0 auto;
    text-align: center;
}

ul {
    padding-left: 0!important;
}

ul li {
    list-style: none;
}

#o365 .container ul.o365-ul li, #blog-posts ul li, .single-service ul li {
    list-style: disc;
    font-size: 1.3em;
    color: #747474;
    margin-left: 30px;
}

#blog-page ul.categories {
    padding-left:0;
}


/* End Choices */

#blog-form .ske-container {
    margin: 5% 17%;
}

#blog-form .ske-container h2.dark-title {
    margin-left: 15px;
}

ul.categories li {
    display: inline;
    font-size: 2.5em;
}

ul.categories li .fab.fa-facebook-square {
    color: #3b5998;
}

ul.categories li .fab.fa-twitter-square {
    color: #38A1F3;
}

ul.categories li .fab.fa-linkedin-square {
    color: #0E76A8;
}

canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100vmax !important;
    height: 100vmax !important;
}

footer .row {
    margin: 0!important;
}

body {
    background-color:#fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #053359;
}


figure {
    margin: 0;
}

a {
	
	-webkit-transition: all .15s ease-in 0s;
	   -moz-transition: all .15s ease-in 0s;
		 -o-transition: all .15s ease-in 0s;
			transition: all .15s ease-in 0s;
}

iframe {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

#nav-dots {
    display: block;
}

.kill-margin-bottom {
	margin-bottom: 0 !important;
}

.btn {
    background-color: transparent;
    padding: 8px 24px;
	border-radius: 0;
    margin-top: 15px;
	-webkit-transition: all .2s ease-in 0s;
	   -moz-transition: all .2s ease-in 0s;
		 -o-transition: all .2s ease-in 0s;
			transition: all .2s ease-in 0s;
}

.btn:focus {
	color: #ddd;
}

.btn-blue {
    border: 1px solid #0a66b2;
    color: #0a66b2;
    background: transparent;
    font-weight: 700;
}

.btn-blue:hover {
    background-color: #0a66b2;
    color: #fff;
    font-weight: 00;
}

.btn-white {
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
}


.btn-white:focus, 
.btn-white:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}


.btn-transparent:focus {
    background-color: transparent;
    border-color: #0a66b2;
}

.btn-transparent:hover {
    background-color: #0a66b2;
	border: 1px solid transparent;
    color: #fff;
}

label {
    font-weight: 500!important;
    color: #747474;
}

.form-control {
    /* background-color: #ececec; */
	border-radius: 4px;
	padding: 5px 10px;
	/* border: 0 none; */
}

.form-control:focus {
	box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
   color: #747474;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #747474;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  
}


#loading-mask {
    /* background: linear-gradient(#000428, #004e92); */
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}

.border {
    border-top: 1px solid #053359;
    height: 1px;
    margin: 25px auto 0;
    position: relative;
    width: 35%;
}

.border:before {
    background-color: #053359;
    border: 1px ridge #053359;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

hr {
    width: 70%;
}

.title h2.light-title {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
}

.title {
    margin-bottom: 30px;
}

h2.dark-title {
    font-weight: 700;
    font-size: 30px;
    padding: 0 10px;
    color: #053359;
    display: inline;
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(0,0,0,0.05) 25%);
}

.color {
    color: #0a66b2;
}

.sub-title {
    padding: 0 0 50px;
}

.sub-title > h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}



.parallax-section {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*=================================================================
	Home Slider
==================================================================*/
.sl-slide a {
    color: #fff;
}

.carousel-caption .text-center {
    margin: 3% 0;
}

#logo img {
    width: auto;
    height: 40px;
    margin-top: 5px;
}

#home {
    position: relative;
}

#slitSlider .row .col-md-4, #slitSlider .row .col-md-3 {
    padding: 3%;
}

#slitSlider .carousel-caption {
	padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    text-shadow: 0 1px 2px rgba(0,0,0, 0.2)!important;
    background-color: rgba(15,21,43,0.5);
}

#slitSlider .carousel-caption a {
    font-size: 1.2em;
}

#slitSlider .carousel-caption {
    padding-top: 80px;
}


#slitSlider .carousel-caption h2 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 5em;
    font-weight: 700;
    margin: 10% auto 2%;
    text-transform: uppercase;
}


.sl-slide .sli-txt {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: 300;
    text-align: center;
    margin: 5% auto 2%;
    width: 60%;
}

.sl-slide .btn {
    margin: 2% auto 0;
}

#slitSlider .carousel-caption > .text-center {
    vertical-align: middle;
    margin: auto;
}

#slitSlider .carousel-caption h3 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.flip-text {
  position: relative;
  width: 100%;
  margin: 30px 0 40px 0;
  font-size: 3em;
  font-weight: 600;
  font-family: 'Raleway';
  text-align: center;
}

.flip-text p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.flip-text1 {
  position: relative;
  width: 90%;
  margin: 0 30px;
  font-size: 3em;
  font-weight: 600;
  font-family: 'Raleway';
  text-align: center;
}

.word {
  position: absolute;
  width: auto;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*=================================================================
	Navigation
==================================================================*/
/* #nav-con {
    background-color: transparent;
    color: #e5e5e5;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    padding: 5px 12px;
    margin-top: 14px;
    margin-left: 12px;
    font-weight: 500;
}

#nav-con:hover {
    color: #fff;
    border: 1px solid #fff;
} */

#nav-con {
    background-color: transparent;
    color: #053359;
    border-radius: 8px;
    border: 1px solid #053359;
    padding: 5px 12px;
    margin-top: 14px;
    margin-left: 12px;
    font-weight: 500;
}

#nav-con:hover {
    color: #053359;
    border: 1px solid #053359;
}

.con-current a {
    background-color: #004e92;
    color: #fff;
    border-color: none;
}



.sticky-wrapper.is-sticky #nav-con {
    background-color: transparent;
    color: #053359;
    border-radius: 8px;
    border: 1px solid #053359;
    padding: 7px 15px;
    margin-top: 12px;
    margin-left: 10px;
}

.navbar-inverse {
    background-color: rgba(0,0,0,0);
	width: 100%;
    z-index: 1001;
    border-radius:0px!important;
}

.navbar-inverse  #logo img {
    display: none;
}

.sticky-wrapper.is-sticky .navbar-inverse  #logo img {
    display: block;
    
}

.navbar-fixed-top {
    border-width: 1px!important;
    
}

.navbar-brand {
	height: auto;
	padding: 8px 0;
}

.navbar-brand h1 {
	margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
    /* color: #e5e5e5; */
    color: #053359;
    font-size: 14px;
    line-height: 26px;
    padding: 20px 15px;

	-webkit-transition: background .2s ease-in-out 0s;
	   -moz-transition: background .2s ease-in-out 0s;
		 -o-transition: background .2s ease-in-out 0s;
			transition: background .2s ease-in-out 0s;
}


.navbar-inverse .navbar-nav > li > a:hover {
    /* color: #fff; */
    color: #0a66b2;
    font-weight: 600;
}


.sticky-wrapper.is-sticky #nav-con:hover {
    color: #0a66b2;
    border: 1px solid #0a66b2;
}

.sticky-wrapper.is-sticky .navbar-inverse {
    background-color: #fff;
    box-shadow: 0 .225rem 1rem rgba(0,0,0,.075);
}

.sticky-wrapper.is-sticky .navbar {
    margin-bottom: 0;
  }

.sticky-wrapper.is-sticky .navbar-inverse .navbar-nav > li > a {
    color: #053359;
}

.sticky-wrapper.is-sticky .navbar-inverse .navbar-nav > li > a:hover {
    color: #0a66b2;
}

.navbar-inverse .navbar-nav > li.current > a {
    /* color: #fff; */
    color: #0a66b2;
    font-weight: 600;
}

.sticky-wrapper.is-sticky .navbar-inverse .navbar-nav > li.current > a {
    color: #0a66b2;
    font-weight: 600;
    background-color: rgba(10,102,178,0.05);
}

.blog-page .tab-content .tab-excerpt .fa-calendar {
    margin-right: 5px;
}

/*=================================================================
	About us section
==================================================================*/

#about {
    padding: 50px 0;
    /* background-image: url("../img/bg01.jpg");
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; */
}

#about .col-md-6 img {
    width: 90%;
    margin-left:10%;
    padding-top: 17%;
}

#about .col-md-6 h2 {
    text-align: left;
}

.divider-center {
    margin: 30px auto 50px;
    border: 1px solid #0a66b2;
    width: 40px;
}

.divider-left {
    margin: 30px 0 50px;
    border: 1px solid #0a66b2;
    width: 40px;
}

.abt-txt {
    font-size: 1.3em;
    color: #747474;
    font-weight: 300;
    padding-right: 30px;
    line-height: 2;
    padding-top: 10px;
}

.abt-wrap {
    padding-left: 50px;
    border-right:none;
    border-left-width: 3px;
    border-left-style: solid;
    border-image: 
        linear-gradient(
        to bottom, 
        #0a66b2, 
        rgba(0, 0, 0, 0)
        ) 1 100%;
}

.abt-content {
    color: #747474;
}

.abt-item {
    margin-bottom:20px;
}

.abt-item i {
    margin-right:10px;
}

.rating {
    display: inline;
}

.rating i.fas.fa-star {
    margin-right: 5px;
    font-size: 1.7em;
    margin-top: 10px;
}

.about-card h4 {
    font-size: 3em;
    margin-top: 30px;
}

.icon-box {
	position: relative;
	width: 160px; 
	height: 92.38px;
    background-color: transparent;
	margin: 46.19px auto 60px;
    padding: 20px 0;
    
	border-left: solid 3px #ddd;
	border-right: solid 3px #ddd;
	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);

	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;

	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
}

.icon-box:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	background-color: inherit;
	left: 20.4315px;

	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	   -moz-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		 -o-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
	top: -56.5685px;
	border-top: solid 4.2426px #ddd;
	border-right: solid 4.2426px #ddd;
}

.icon-box:after {
	bottom: -56.5685px;
	border-bottom: solid 4.2426px #ddd;
	border-left: solid 4.2426px #ddd;
}

/*=================================================================
	Our Benefits
==================================================================*/

#main-features {
    padding: 70px 0;
}

.feature-media {
	margin-bottom: 30px;
}

.feature-desc a {
	margin-right: 20px;
}


/*===============================================================
	Item counter section
==================================================================*/

#counter {
    background-image: url(../img/parallax/city.jpg);
    padding: 70px 0;
}

.counters-item {
    border: 1px solid #4e595f;
    padding-bottom: 30px;
}

.counters-item > div {
    margin: 10px 0;
}

.counters-item span {
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    line-height: 50px;
}

.counters-item i {
    margin-bottom: 15px;
}

.counters-item h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 0;
}


/*=================================================================
	Services section
==================================================================*/

#service {
    padding: 50px 0;
    margin: 50px 0;
    background-image: url("../img/servicebg.png");
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}

#service h4 {
    margin: 40px 0 10px;
}

#service .col-md-4 {
    padding: 0 25px;
}

img.service-img {
    width:70%;
    height:auto;
    margin: 0 15%;
}

.ser-card {
    /* border: 2px solid #f0f1f2; */
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,.1);
    padding: 40px 20px 30px;
    margin:0 auto 30px;
}

.ser-card:hover {
	transform:scale(1.1);
}

.ser-card ul li {
    margin-bottom:10px;
}

.ser-card ul {
    margin-top:20px;
}

.ser-card ul li a {
    color: #053359;
    font-size:1.1em;
}

#service{
	
  text-align: center;
	padding-top:350px;
	
}
.container.hidden-sm.hidden-md.hidden-xs{
	
	display:inline-block;
}

/* #service .rdg-expertise-category span {
    text-align: right;
}

.rdg-expertise-category { 
    float: left; 
    min-height: 150px; 
    width: 90%;
    display:flex;flex-direction:column; padding-bottom: 20px;
    padding-right: 20px;
    color: #9a9a9a;
}
.rdg-expertise-category span {
    margin-top:auto;
    font-size: 1.3em;
    font-weight: 500;
}

.rdg-expertise-description { 
    min-height: 150px; display: flex;flex-direction:column; padding-bottom: 20px; width: 300px;
    color: rgba(0, 0, 0, 0.4);
}

.rdg-expertise-description ul li {
    margin-bottom: 7px;
}

.rdg-expertise-description ul li a {
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.7);
}

.rdg-expertise-description ul li:last-child {
    margin-bottom: 0!important;
}

.rdg-expertise-description ul {
    margin-top: auto;
}

.rdg-expertise-description span { margin-top:auto; }

.rdg-expertise-bar { 
    margin: auto; height: 0; width: 0; overflow: hidden; }

@keyframes rdg-expertise-bar-animation-keyframe {
   0%   { height: 0; width: 0; }
  100% {width: 16px;height: 130px;} 
}
.rdg-animated-delay-0 {animation: 1.5s forwards 0s rdg-expertise-bar-animation-keyframe; width: 0px;}
.rdg-animated-delay-1-5 {animation: 1.5s forwards 1.5s rdg-expertise-bar-animation-keyframe; width: 0px;}
.rdg-animated-delay-3 {animation: 1.5s forwards 3s rdg-expertise-bar-animation-keyframe; width: 0px;}
.rdg-animated-delay-4-5 {animation: 1.5s forwards 4.5s rdg-expertise-bar-animation-keyframe; width: 0px;}
.rdg-animated-delay-6 {animation: 1.5s forwards 6s rdg-expertise-bar-animation-keyframe; width: 0px;}


.rdg-design-bg {background-color: #FFBC42;}
.rdg-dev-bg {background-color: #47b8e0;}
.rdg-consult-bg {background-color: #41D3BD;} */


/* div {
  border: #d12a45 1px dotted; 
} */

/* About Card */
@media (min-width: 1200px) {
    .about-card.top-right {
        margin-top: 0;
    }
}

.about-icon i {
    font-size: 2.5em;
    color: #053359
}

.about-card {
    perspective: 1000px;
    border-radius: 12px;
    margin-top: 30px;
    position: relative;
    text-align: left;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    -webkit-transition:background 1s ease!important;
    -moz-transition:background 1s ease!important;
    -ms-transition:background 1s ease!important;
    -o-transition:background 1s ease!important;
    transition: background 1s ease!important;
    background: linear-gradient(309deg, #ffffff 100%, #ffffff 100%);
    background: #fff;
  }
  
  .about-card:hover {
    background: linear-gradient(315deg, rgb(56, 143, 172) 0%, #0a66b2 74%);
    color: #fff;
  }
  
  .left-col {
    margin-top: 60px;
  }
  
  .about-card h3 {
    font-size: 1.4em;
    color: #053359;
    font-weight: 600;
  }
  
  .about-card p {
    color: #747474;
    padding: 10px 0 0;
  }
  
  
  .about-card:hover h3,
  .about-card:hover p, .about-card:hover .about-icon i {
    color: #fff;
  }
  

/* 
  /* .design-back {
    background-color: #FFBC42;
  }

  .dev-back {
      background-color: #41D3BD;
  }

  .consult-back {
    background-color: #6a60a9;
} */


/* Flip End */

.service-divider {
    border: 2px solid #004e92;
    width: 40px;
    margin: 25px 0 10px;
}

.flip-card i {
    font-size: 2.5em;
}

.flip-card .fa-code {
    color: #41D3BD;
}

.flip-card-front .fa-pencil-ruler {
    color: #FFBC42;
}

.flip-card-front .fa-handshake {
    color: #6a60a9;
}

/*=================================================================
	Portfolio section
==================================================================*/

#showcase {
    padding: 75px 0;
}

#showcase .portfolio-filter ul {
    padding: 30px 0
    ;
}

.portfolio-filter {
    margin-bottom: 15px;
}

.portfolio-filter ul li {
    display: inline;
}

.portfolio-filter ul li a {
	color: #053359;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	padding: 5px 15px;
	position: relative;
}

.portfolio-filter ul li a:hover {
    font-weight: 600;
    text-decoration: none;
}

.portfolio-filter ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0a66b2;
	content: '';
	
	-webkit-transition: top 0.3s;
	   -moz-transition: top 0.3s;
		 -o-transition: top 0.3s;
			transition: top 0.3s;
}

.portfolio-filter ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #0a66b2;
	content: '';
	
	-webkit-transition: height 0.3s;
	   -moz-transition: height 0.3s;
		 -o-transition: height 0.3s;
			transition: height 0.3s;
}

.portfolio-filter ul li a:hover::before {
	top: 100%;
	opacity: 1;
}

.portfolio-filter ul li a:hover::after {
	height: 100%;
}

.og-grid .mix > a {
	display:block;
	overflow:hidden;
	position:relative;
}

.og-grid .mix a img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.og-grid .mix a:hover img {
	-webkit-transform: scale(1.4) rotate(15deg);
	   -moz-transform: scale(1.4) rotate(15deg);
		-ms-transform: scale(1.4) rotate(15deg);
		 -o-transform: scale(1.4) rotate(15deg);
			transform: scale(1.4) rotate(15deg);
}

.hover-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43, 44, 48, 0.8);
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.hover-mask h3 {
	color: #ddd;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	top: 110px;
}

.hover-mask span {
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	height: 50px;
	left: 42%;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 50px;
}

.og-grid .mix a:hover .hover-mask {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}


/*=================================================================
	Our skills
==================================================================*/

#team-skills {
    padding: 70px 0;
    background-image: url(../img/parallax/skills.jpg);
}

.skill-chart > h3 {
    border-bottom: 1px solid;
    margin: 25px 0 15px;
    padding-bottom: 10px;
}

.chart {
    display: block;
    position: relative;
}

.percent {
    display: inline-block;
    font-size: 1.6em;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 150px;
    z-index: 2;
}

.chart canvas {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 0;
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}



/*=================================================================
	Our Team
==================================================================*/

#our-team {
    padding: 70px 0;
}

.about-team {
    color: #fff;
    padding-bottom: 40px;
}

.about-team .title h1 {
    color: #fff;
}

.team-mate {
	background-color: #303136;
	border: 1px solid #4e595f;
}

.member-photo {
	overflow: hidden;
	position: relative;
}

.member-photo img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.member-photo:hover img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}

.member-title {
	border-bottom: 1px solid #4e595f;
	padding: 10px 15px;
}


.member-photo .mask {
    background-color: rgba(43, 44, 48, 0.8);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.member-photo:hover .mask {
    cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-mate h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin: 0 0 5px;
}

.member-info {
	padding: 15px;
}

.mask ul {
    text-align: center;
    position: relative;
    top: 125px;
}

.mask ul li {
    display: inline-block;
    margin-right: 15px;
}

.mask ul li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.mask ul li a:hover {
    background-color: #0a66b2;
    border: 1px solid transparent;
}


/*=================================================================
	Twitter Feed
==================================================================*/

#twitter-feed {
	background-image: url("../img/parallax/twitter.jpg");
	padding-bottom: 100px;
	padding-top: 80px;
}

.twitter-bird span {
    border: 2px solid #0a66b2;
    border-radius: 50px;
    color: #0a66b2;
    display: inline-block;
    margin-bottom: 50px;
    height: 90px;
    width: 90px;
}

.twitter-bird span i {
    line-height: 90px;
}

.tweet {
    margin-bottom: 10px;
}

.tweet a {
    color: #0a66b2;
}

/*=================================================================
	Pricing section
==================================================================*/

#pricing {
    padding: 70px 0;
}

.pricing {
	background-color: #2b2c30;
}

.price-title {
  background-color: #2b2c30;
  padding: 30px 0 20px;
}

.price-title > h3 {
    color: #0a66b2;
    font-family: Oswald;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.price-title > p {
    font-size: 18px;
    font-weight: 400;
}

.price-title .value {
	color: #0a66b2;
	font-size: 30px;
}

.pricing li {
    border-top: 2px solid #3F4045;
    font-weight: 400;
    padding: 10px 0;
}

.pricing li:last-child {
    border-bottom: 2px solid #3F4045;
}

.pricing li:nth-child(2n) {
    background-color: #2F3035;
}

.pricing a.btn {
    text-transform: uppercase;
	margin: 20px 0;
}

/*=================================================================
	Testimonial section
==================================================================*/

#testimonial {
    padding: 30px 0;
    /* background-image: url('../img/clientbg-01.png');
    background-size: cover;
    background-position: center!important; */
}

#testimonials .owl-wrapper-outer {
  top: -25px;
}


.client-info {
  margin: 0 auto;
  width: 45%;
}

.client-thumb img {
  margin: 50px auto 30px;
  width: 90%;
}

.client-meta {
  margin: 0 0 10px;
}

.client-meta h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #053359;
  margin: 15px 0 5px .0;
}

.client-comment {
    color: #747474;
}

.client-meta span {
  font-size: 12px;
}

.client-comment .social-profile {
	text-align: center;
}

.client-comment .social-profile li {
	display:inline-block;
    margin: 0 6px 0 0;
}

.social-profile ul li {
    float: left;
    margin: 0 6px 0 0;
}


.social-profile li a i {
  line-height: 33px;
}

.social-profile li a:hover {
	color: #fff;
}

.owl-pagination,
.owl-buttons {
	text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: transparent;
    border: 2px solid #053359;
    border-radius: 50px;
    display: block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #0a66b2;
    border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
	max-width: 150px;
	width: 100%;
}

#our-clietns .owl-next, 
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i, 
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
    margin: 10px;
}


/*=================================================================
	Latest Posts
==================================================================*/

#blog {
    padding: 50px 0;
}

.note {
    -webkit-box-shadow:2px 2px 3px rgba(44, 44, 44, .2), 5px 5px 0 #f9f9f9;
}

#blog img, .single-service.ottosourcing img {
    filter: brightness(70%);
}

.all-post {
	margin-top: 30px;
}

.btn.viewall {
    border: 1px solid #0a66b2;
    color: #0a66b2;
    background: transparent;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 16px;
}

.btn.viewall:hover {
    background-color: #0a66b2;
    color: #fff;
}

.media-wrapper {
    color: #fff;
}

#blog .fa-calendar, #blog .note .post-tag .fa-tags, .single-service.ottosourcing  .fa-calendar, .single-service.ottosourcing .note .post-tag .fa-tags {
    margin-right: 10px;
    font-size: 1em;
    color: #fff;
}

.fa.fa-chevron-right {
    margin-left: 7px;
}

.post-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.overlay-txt {
    z-index: 2;
}

.post-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    margin-right: 30px;
    font-family: 'Raleway';
    font-weight: 600;
}

.col-md-6 .post-title {
    font-size: 2em;
}

.col-md-4 .post-title {
    font-size: 1.2em;
}

.post-title button{
    margin-left: 10px;
}

.post-title button:first-child {
    margin-left: 0px;
}

.post-top {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
}

.post-date {
    text-transform: uppercase;
}

.note .post-tag {
    margin-top: 10px;
}

#blog .note a, .single-service.ottosourcing article a {
    color: #fff!important;
}

#blog .note a:hover {
    color: #fff;
    text-decoration: underline;
}

#blog .col-md-4, #blog .col-md-6 {
    margin-top: 30px;
}
/*=================================================================
	Contact
==================================================================
*/
#contact {
    padding: 50px 0;
}

#contact-us .con-info a {
    color: #053359;
}

#contact-us .con-info a:hover {
    color: #053359;
    text-decoration: underline;
}


.contact-info h3 {
    margin-top: 0!important;
    margin-bottom: 20px;
}

#contact-us {
    padding: 70px 0;
}

.contact-form, .google-map {
    margin-bottom: 40px;
}

.contact-info, .contact-form {
    margin-top: 20px;
}

.contact-form .form-control {
	background-color: transparent;
    border: 1px solid #747474;
    border-radius: 4px;
	height: 38px;
}

.contact-form input:hover, 
.contact-form textarea:hover
{
    border-color: #0a66b2;
}

.contact-button:hover {
    background-color: #0a66b2;
    color: #fff;
}

.contact-page #cf-submit {
    margin-top: 30px;
}

.contact-button {
    background-color: transparent;
    border: 1px solid #0a66b2;
    color: #0a66b2
	padding: 12px 0;
	width: 100%;
	margin: 0;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-info p {
	margin-bottom: 25px;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
	margin: -5px 0 0 15px;
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #0a66b2;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

.container.contact .con-info a {
    color: #053359!important;
}


#map-canvas {
    width: 95%;
    border-radius: 4px;
    -webkit-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 5px #f9f9f9;
}

.contact-page #map-canvas {
    height: 340px;
}

#contact-us #map-canvas {
    height: 320px;
}

.or {
    width: 100%; 
     text-align: center;
     color: #747474;
     border-bottom: 1px solid #e5e5e5;
     line-height: 0.1em;
     margin: 35px 0;
  }
  
  .or span { 
      background:#fff; 
      font-size: 1.3em;
      padding:0 10px; 
  }
  
.single-service.office .service-p .fas.fa-arrow-right {
    color:#004e92;
    margin: 0 10px;
} 
/*=================================================================
	Footer section
==================================================================*/
.bg-one {
    background-image: url("../img/footerbg.png");
    background-position:top; 
    background-repeat: no-repeat;
    background-size: cover;
}

footer a {
    color: #053359;
}

footer a:hover {
    color: #053359;
    text-decoration: underline;
}

footer .col-lg-4, footer .col-lg-5 {
    padding-left: 100px;
    padding-top: 3em;
}

footer .col-lg-5 {
    padding-right: 150px;
}

footer .col-lg-3 {
    padding-top: 3em;
    padding-left: 100px;
}

footer .col-lg-4 i {
    font-size: 1.1em;
    /* color: #fff; */
}

.social-txt {
    padding: 15px 85px;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    /* color: #fff; */
}

/* .social-row {
    background-color: #0a66b2;
} */

.social-icon > ul {
    margin: 30px 0 0;
}

.social-icon > ul > li {
    display: inline-block;
}

.social-icon > ul > li > a {
    display: block;
    margin-right:10px;
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li > a > i {
    /* color: #fff; */
    display: inline-block;
    font-size: 1.5em;
    padding-top: 5px;

	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);

	-webkit-transition: all 400ms ease-out 0s;
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
			transition: all 400ms ease-out 0s;
}

.social-icon > ul > li:hover a i {
    opacity: 1;
    filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.copyright {
    padding: 50px 0 20px 0;
    font-size: 0.85em;
    /* color: #fff; */
}

.footer-title {
    font-size: 1.5em;
    font-family: 'raleway';
    font-weight: 600;
    /* color: #fff; */
}

/* .footer-content {
    color: #fff;
} */

.footer-content ul li {
    margin-bottom: 10px;
}

.copyright > img {
    margin-bottom: 15px;
}

.footer-divider {
    width: 30px;
    border: 2px solid #0a66b2;
    margin: 20px 0;
}

#scrollUp {
    border: 1px solid #747474;
    bottom: 15px;
    color: #747474;
    display: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: #0a66b2;
    color:#fff;
    border: 1px solid #0a66b2;
}

footer img {
    height: 70px;
    width: auto;
    margin-bottom: 3%;
}

/*=================================================================
	Blog Page
==================================================================*/
.single-blog-page #blog-banner {
    background-image: url('../img/bg01.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

#blog-banner {
    padding:70px 0;
}

#blog-banner .dark-title {
    margin-top: 50px;
}

.single-blog-page .post-item .entry {
    margin-bottom: 0;
    border: none;
    background-color: #fff;
}

.single-blog-page .post-item .entry img {
    width: 100%;
    margin: 30px 0;
}

.single-blog-page .post-item .entry .post-excerpt {
    padding-left: 0;
}

.single-blog-page .post-item .entry p {
    font-size: 1.2em;
}

.single-blog-page #blog-banner {
    padding-top: 150px;
    padding-bottom: 50px;
}

.blog-title img {
    width: 30%;
    margin-left: auto;
}

.blog-icon {
    border: 1px solid #0a66b2;
    border-radius: 50%;
    color: #0a66b2;
    display: inline-block;
    padding: 16px 20px;
}

#blog-page {
	margin: 0 0 40px;
}

.post-item .entry {
	border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    background: #fff;
}

.entry .post-excerpt {
	padding: 0 20px;
}

.col-md-6 .post-excerpt {
    min-height: 145px;
}


.col-md-4 .post-excerpt h3 {
    font-size: 18px;
}

.post-excerpt h3 a, .post-excerpt h4 a {
    color: #0a66b2!important;
}

.post-excerpt p {
    color: #747474;
}

.blog-cathead {
    margin-bottom: 30px;
}

.blog-cat .all-post {
    margin-top: 0px;
    margin-bottom: 20px;
}

.blog-cat .btn.viewall {
    margin-top:0;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev,
#gallery-post .owl-next,
#post-thumb .owl-next {
    padding: 5px 17px;
    position: absolute;
    top: 45%;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev {
    left: -45px;
}

#gallery-post .owl-next,
#post-thumb .owl-next {
    right: -45px;
}

#gallery-post:hover .owl-prev,
#post-thumb:hover .owl-prev {
    left: 0;
}

#gallery-post:hover .owl-next,
#post-thumb:hover .owl-next {
    right: 0;
}

#gallery-post,
#post-thumb {
    overflow-x: hidden;
}

#post-thumb .owl-buttons {
    color: #fff;
}

.post-meta {
	background-color: #f1f1f1;
	border-top: 1px solid #f4f4f4;
    font-size: 13px;
    color: #747474;
	margin: 20px 0 0;
	padding: 0 20px 10px;
}

.post-meta a {
    color: #747474;
}

.post-meta a:hover {
    color: #0a66b2;
}

.post-meta > span {
	border-right: 1px solid #9a9a9a;
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding-right: 10px;
}

.post-meta > span:last-child {
    border-right: 0;
}

.post-meta > span > i {
    margin-right: 5px;
}

.post-meta a:hover {
	color: #0a66b2;
}

.post-excerpt .more {
    margin-top: 20px;
}

.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}

.post-excerpt .more a:hover {
    background-color: #0a66b2;
    color: #fff;
}

aside.widget {
    margin-bottom: 25px;
}

.widget-title > h3 {
	color: #053359;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}


#search-form {
	position: relative;
}

#search-submit {
	background: none;
	border: 0;
	color: #C8C8CA;
	display: block;
	font-size: 16px;
	height: 32px;
	outline: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 32px;
}

.widget-content .tab-content {
	background-color: #f9f9f9;
	padding: 20px;
}

.tab-post-nav {
    background-color: #f2f2f2;
    margin-bottom: 0;
}

.tab-post-nav li {
	float: left;
}

.tab-post-nav li.active a {  
	border-top: 3px solid #0a66b2;
	background-color: #f9f9f9;
    color: #0a66b2;
    font-weight: 600;
}

.tab-pane.active .clearfix:first-child {
	margin-bottom: 25px;
}

.tab-excerpt > span {
	display: block;
	font-size: 12px;
    margin-bottom: 10px;
    color: #747474;
}

.tab-excerpt h4 {
	margin-top: 20px;
}

.tab-excerpt h4 a {
    color: #053359;
}

.tab-excerpt h4 a:hover {
	color: #0a66b2;
}

.tab-post-nav li a {
	border-top: 3px solid transparent;
    display: block;
    color: #777;
	padding: 13px 18px;
    text-align: center;
}

.categories li {
    margin-bottom: 10px;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.categories > li:hover a {
    padding-left: 10px;
    color: #0a66b2;
}

.categories > li:last-child {
    border-bottom: 0;
}

.categories li a {
    padding-left: 5px;
}

.widget-content .tag {
	background-color: #0a66b2;
    color: #fff;
    border-radius: 4px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px 13px;
    font-weight: 600;
    border: 2px solid #0a66b2;
}

.widget-content .tag:hover {
    background-color: transparent;
    border: 2px solid #0a66b2;
    color: #0a66b2;
    text-decoration: none;
}

a.readmore {
    font-weight: 600;
    margin-left: 5px;
}

.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
}

.post-pagination ul li {
    margin-right: 5px;
    float: left;
    list-style:none!important;
}

.post-pagination ul li:last-child {
    margin-right: 0;
    
}

.post-pagination ul li.disabled a {
    cursor: not-allowed;
}

.post-pagination ul li.disabled a:hover {
    color: #9aa8b3;
}

.post-pagination ul li a {
	color: #9aa8b3;
	display: block;
	padding: 8px 18px;
}

.post-pagination ul li a:hover, 
.post-pagination ul li.active a {
    color: #0a66b2;
    border: 1px solid #0a66b2;
}

#blog-banner h1 {
    color: #053359;
    margin-top: 30px
}

.banner-txt {
    font-size: 1.5em;
    color: #747474;
    margin-top: 50px;
}

.sp-date {
    font-size: 1.2em;
    color: #747474;
    margin-top: 40px;
}

.sp-date .fa-calendar, .sp-tags .fa-tags {
    margin-right: 7px;
}

.sp-tags {
    font-size: 1.2em;
    color: #747474;
    margin-top: 8px;
}

/*=================================================================
	Single Blog Page
==================================================================*/

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

blockquote {
    border-left: 5px solid #0a66b2;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}

.next-prev {
    margin: 10px 0 20px;
    padding: 10px 0 10px;
}

.next-prev a:hover {
    color: #0a66b2;
}

.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
	max-width: 120px;
	padding: 5px;
    width: 100%;
    border-radius: 50em;
    -webkit-box-shadow:1px 1px 3px rgba(44, 44, 44, .2), 2px 2px 0 #f9f9f9;
}

.comment-reply-form > h3,
.author-about > h4,
.comments > h4 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}

.author-bio h5 {
    display: inline-block;
}

.post-item .comments-section {
    margin-top: 35px;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-wrap {
	border: 1px solid #e5e5e5;
	border-radius: 1px;
	margin-left: 20px;
	padding: 10px;
	position: relative;
}

.comment-wrap .author-avatar {
	margin-left: -25px;
	margin-right: 20px;
}

.author-comment {
    margin-bottom: 15px;
    overflow: hidden;
}

.author-comment cite a:hover, .replay:hover {
    color: #0a66b2;
    text-decoration: underline;
}

.author-comment cite {
    margin-bottom: 2px;
    padding-top: 4px;
}

.comment-content {
    margin-left: 45px;
}

.comment-list ul li {
    padding-left: 25px;
}

.comment-reply-form {
    margin-top: 80px;
}

#comment-form {
    margin-top: 35px;
}

#comment-form .form-control:hover {
    border-color: #0a66b2;
}

.form-group:last-child,
.form-group:last-child input {
  margin: 0;
}
      

/* Contact Page */
.contact-page .container.contact {
    margin-top: 100px;
    margin-bottom: 100px;
}

#meeting-form {
    margin-top: 50px;
    width: 70%;
    margin-left: 15%;
}

.contact-page select {
    border: 1px solid #053359;
    background-color: transparent;
    color: #747474;
}

/* Service Page */
#service-page {
    padding: 70px 0;
}

.service-card img {
    height: 200px;
    margin: 5% auto;
}

#service-page .col-md-3 ul {
    font-size: 1.2em;
    margin-top: 30px;
    margin-left: 0;
    list-style: none;
}

#service-page .col-md-3 ul li {
    margin: 10px 0;
}

#service-page .col-md-3 ul li a {
    color:#053359;
    font-weight: 400;    
}

#service-page .col-md-3 ul li a:hover{
    text-decoration: underline;
    font-weight: 600;
    color:#0a66b2;
}

#service-page .service-card {
    perspective: 1000px;
    border-radius: 12px;
    vertical-align: middle;
    position: relative;
    border-radius: 12px;
    top: 0px;
    padding: 30px;
    -webkit-transition: all 0.3s ease!important;
    -moz-transition: all 0.3s ease!important;
    -ms-transition: all 0.3s ease!important;
    -o-transition: all 0.3s ease!important;
    transition: all 0.3s ease!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    transform: translatey(0px);
	animation: float 5s ease-in-out infinite;
}

.card-1, .card-2, .card-3 {
    height: 640px;
}

.service-card.card-4 {
    min-height: 300px!important;
    margin-top: 30px;
}

.service-card.card-4 .btn.btn-blue {
    margin: 0 auto;
}

.service-card.card-4 .service-t, .service-card.card-4 .service-s {
    text-align: left;
}

.service-card.card-4 .service-s {
    margin-left:0;
    font-size: 1.1em!important;
}

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

@media (max-width: 1000px) {
    .service-card.card-4 .service-t, .service-card.card-4 .service-s {
        text-align: center!important;
    }
    .service-card.card-4 .service-s {
        margin-left: 5%;
    }
    .card-4-btn {
        margin: 0 auto;
        text-align: center;
    }
}

@keyframes float {
	0% {
		box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 10px 7px 0px rgba(0,0,0,0.15);
		transform: translatey(-10px);
	}
	100% {
		box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
		transform: translatey(0px);
	}
}

/*
.service-card:hover {
    top: -5px;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
} */

.service-des {
    color: #747474;
    font-size: 1.2em;
    margin: 40px auto 30px;
}

.page-des {
    color: #747474;
    font-size: 1.2em;
    margin: 40px auto 30px;
    width:60%;
    text-align: center;
}

.service-s {
    color: #747474;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    height: 120px;
}

.card-1 .service-t, .card-1 .service-s, .card-2 .service-t, .card-2 .service-s, .card-3 .service-t, .card-3 .service-s {
    text-align: center;
}

.service-card.card-1 .service-s, .service-card.card-3 .service-s {
    padding-top: 30px;
}

.service-t {
    color: #747474;
    font-size: 1.7em;
    margin: 20px auto 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.first-letter {
    initial-letter: 5;
  }
  

/* Single Service */
.single-service {
    padding: 70px;
}

.single-service .title {
    margin: 5% 0!important;
}

.service-p {
    color: #747474;
    font-size: 1.2em;
    margin: 20px 0;
    width: 60%;
}

.single-service {
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}

/* Design Service */
.single-service.uxui {
    background-image: url("../img/ux-bg.png");
    background-size: contain;
}

.single-service.webdesign {
    background-image: url("../img/ux-bg.png");
    background-size: contain;
}

.single-service.video {
    background-image: url("../img/video-bg.png");
    background-size: contain;
}

/* Dev Service */
.single-service.fullstack, .single-service.ottosourcing {
    background-image: url("../img/fullstack-bg.png");
    background-size: contain;
}

.single-service.specialapps, .single-service.androidios {
    background-image: url("../img/app-bg.png");
    background-size: contain;
}

.single-service.cms {
    background-image: url("../img/cms-bg.png");
    background-size: contain;
}

/* Consult Service */
.single-service.seo {
    background-image: url("../img/seo-bg.png");
    background-size: contain;
}

.single-service.ecm {
    background-image: url("../img/ecm-bg.png");
    background-size: contain;
}

/* .single-service.office {
    background-image: url("../img/office-bg.png");
    background-size: contain;
} */

/* Process */
#process {
    padding: 70px 0;
}

/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
    #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
  
    #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
      position: absolute;
      content: "";
      width: 9px;
      height: 9px;
      background-color: #bdbdbd;
      border-radius: 9px;
      box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
  }
  /* Some Cool Stuff */
  .demo-card:nth-child(1) {
    order: 1;
  }
  
  .demo-card:nth-child(2) {
    order: 4;
  }
  
  .demo-card:nth-child(3) {
    order: 2;
  }
  
  .demo-card:nth-child(4) {
    order: 5;
  }
  
  .demo-card:nth-child(5) {
    order: 3;
  }
  
  .demo-card:nth-child(6) {
    order: 6;
  }
  
  #timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
  }
  #timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }
  #timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
      display: flex;
      flex-flow: column wrap;
      width: 1170px;
      height: 1750px;
      margin: 0 auto;
    }
  }
  #timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
      border-left: 1px solid #bdbdbd;
    }
  }
  #timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 100px;
    max-width: 94%;
    z-index: 2;
    border-radius: 8px;
  }
  @media (min-width: 480px) {
    #timeline .demo-card {
      max-width: 80%;
      box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
    .mast-h2 {
      font-size:15px;
    }
  }
  @media (min-width: 720px) {
    #timeline .demo-card {
      max-width: 80%;
    }
    
  }
  @media (min-width: 1000px) {
    #timeline .demo-card {
      max-width: 450px;
      height: 400px;
      margin: 90px;
      margin-top: 45px;
      margin-bottom: 45px;
    }
    #timeline .demo-card.demo-card--step6 {
         height: 520px;
     }
     #timeline .demo-card.demo-card--step1 {
          height: 420px;
      }
    #timeline .demo-card:nth-child(odd) {
      margin-right: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
      border-left-width: 15px;
      border-left-style: solid;
      left: 100%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
      left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
      margin-left: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
      border-right-width: 15px;
      border-right-style: solid;
      right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
      right: 489.5px;
    }
    #timeline .demo-card:nth-child(2) {
      margin-top: 200px;
    }
  }
  #timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
  }
  #timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    border-radius: 50em;
    margin: 15px;
    padding: 5px 0;
    font-size: 30px;
    height: 55px;
    width: 55px;
    text-align: center;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.3);
  }
  #timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: inherit;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    line-height: 1rem;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 {
      font-size: 165%;
      line-height: 1.2rem;
    }
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
    
  }
  #timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
  }
  #timeline .demo-card .body {
    border-top: 0;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  @media (min-width: 1000px) {
    #timeline .demo-card.demo-card--step2 .body, #timeline .demo-card.demo-card--step3 .body, #timeline .demo-card.demo-card--step4 .body, #timeline .demo-card.demo-card--step5 .body {
      height: 315px;
    }
    #timeline .demo-card.demo-card--step6 .body {
      height: 435px;
    }
    #timeline .demo-card.demo-card--step1 .body {
        height: 335px;
    }
  }

  #timeline .demo-card .body p {
    font-size: 1.2em;
    color: #747474;
    padding: 10px 15px 15px 15px;
  }
  .demo-card--step2 .body p, .demo-card--step3 .body p, .demo-card--step4 .body p, .demo-card--step5 .body p {
      margin-top: 40px;
  }


  #timeline .demo-card .body img {
    display: block;
    width: 100%;
  }


  #timeline .demo-card {
    background: linear-gradient(315deg, rgb(56, 143, 172) 30%, #0a66b2 74%);
    color: #fff;
  }
  #timeline .demo-card.head::after {
    Border-color: linear-gradient(315deg, rgb(56, 143, 172) 0%, #0a66b2 74%);
    color: #fff;
  }
  
.demo-card.demo-card--step1 .body {
    background-image: url('../img/process/1.png');
    background-size: cover;
    background-position: center;
}

.demo-card.demo-card--step2 .body {
    background-image: url('../img/process/2.png');
    background-size: cover;
    background-position: center;
}

.demo-card.demo-card--step3 .body {
    background-image: url('../img/process/3.png');
    background-size: cover;
    background-position: center;
}

.demo-card.demo-card--step4 .body {
    background-image: url('../img/process/4.png');
    background-size: cover;
    background-position: center;
}

.demo-card.demo-card--step5 .body {
    background-image: url('../img/process/5.png');
    background-size: cover;
    background-position: center;
}

.demo-card.demo-card--step6 .body {
    background-image: url('../img/process/6.png');
    background-size: cover;
    background-position: center;
}

#process {
    background-image: url('../img/processbg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

/* Robot Page */
.robot, .contact-submit {
    background-image: url('../img/robot-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.robot img {
    width: 80%;
    margin: 0 auto;
}

.robot .robot-txt {
    padding-top: 200px;
}

.rtxt {
    padding-top: 40px;
    color: #747474;
    font-size: 1.2em;
}

.robot-txt .btn-blue {
    margin-top: 50px;
}

/* Policy & Terms */
.policy .container {
    margin-top: 70px;
    margin-bottom: 30px;
}

.policy h3 {
    margin: 30px 0 10px;
    color: #053359;
    font-size:1.4em;
}

.p-sub {
    margin: 10px 0;
    color: #747474;
    font-size:1.2em;
    font-weight: 600;
}

.p-txt {
    color: #747474;
    margin: 10px 0px;
}

.policy ul li {
    list-style-type: disc;
    color: #747474;
    font-size: 14px;
    margin-left: 30px;
}

.contact-submit {
    padding: 5% 0;
}

.cs-txt {
    margin: 3% auto; 
    width: 80%;
    font-size: 1.2em;
    color: #747474;
}

.con-icon i {
    width: 55px;
    font-size: 2em;
    height: 55px;
    border-radius: 50em;
    text-align: center;
    color: #004e92;
    border: 1px solid #004e92;
    padding-top: 15px;
    margin: 30px 0;
}

.contact-submit .row {
    width: 60%;
    margin: 30px auto;
}

iframe.video {
    width: 560px;
    height: 315px;
}

/* Error Pages */
.error-page .error-container .title h2.dark-title {
    font-size: 6em;
}

.error-page .error-txt {
    font-size: 1.7em;
    color: #747474;
    margin-bottom: 30px;
    width: 70%;
    margin: 3% auto;
}

.error-container {
    margin: 150px auto;
}

.error-page {
    background-image: url('../img/robot-bg.png');
    background-size: cover;
   
}

/*CTA Modal*/
.modal-header .close {
    margin-top: -45px !important;
}

p.heading.lead {
    margin-bottom: 0!important;
}


/* Blog Pages */
#blog-page {
    margin-top: 70px;
}

#blog-page h4 {
    margin-top: 20px;
    color: #525252;
}


/* PowerApps */
/* .single-service.powerapps {
    background-image: url(../img/bg01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.single-service.powerapps .learnpt h3 {
    margin-bottom: 25px;
}

.single-service.powerapps .learnpt {
    margin-top: 60px;
}

.single-service.powerapps .learnpt .service-p {
    margin: 20px 0 0 20px !important;
    color: #053359;
}

.single-service.powerapps .service-p {
    width: 100%;
}

.single-service.powerapps .learnpt .service-p .fas.fa-check-square {
    color: #0a66b2;
    margin-right: 10px;
    font-size: 1.3em;
}

.single-service.powerapps #carousel-powerapps .carousel-inner {
    /* border-radius: 4px; */
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}

.carousel-control.left {
    background-image:none!important;
    margin-left: -12px;
}

.carousel-control.right {
    background-image:none!important;
    margin-right: -5px;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background-image:none!important;
}

.single-service.powerapps #carousel-powerapps .fa.fa-chevron-right, .fa.fa-chevron-left {
    margin-top: 190px;
    color: #004e92;
}

.single-service.powerapps #carousel-powerapps .fa.fa-chevron-right {
    margin-right: -20px;
}

.single-service.powerapps #carousel-powerapps .carousel-indicators {
    margin-bottom: -70px;
}

.single-service.powerapps #carousel-powerapps .carousel-indicators .active {
    background-color: #004e92!important;
}

.single-service.powerapps #carousel-powerapps .carousel-indicators li {
    border: 1px solid #004e92;
}

.hr-blue {
    margin-top: 120px;
    border: 3px solid #004e92;
    width: 90px;
    margin-left:0;
}

.single-service.powerapps .row.row-2 {
    margin-top: 80px;
}

#downloadable #contact-form {
    margin: 20px;
}

#o365 .single-service.office .container .row .col-md-7 .service-p {
    width: 100%;
}

#o365 .single-service.office .container .row .col-md-5 img {
    width:100%;
}

.ms-card {
    margin: 50px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    padding: 40px;
    border-radius: 12px;
}

.ms-card-sub {
    font-size: 1.3em;
}

img#pacover {
    width: 75%;
    height: auto;
    margin-left:12.5%;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.15);
}


/* New Home Banner */
.mast-row {
    padding-top:30px;
}

.info-row {
    padding-top:100px;
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.masthead ul li a {
    font-size:1.2em;
    color:#053359;
}

.masthead ul li a:hover {
    color:#0a66b2;
}

@media (max-width:992px) {
    .masthead {
        height:auto;
    }
}

.mast-h1 {
    font-weight: 300!important;
}
.mast-h2 {
    font-size:60px;
    line-height:1.2;
}
.mast-span2 {
    font-weight: 600!important;
}
.mast-header {
    margin-top: 70px;
}

.mast-header h4 {
    color: #0a66b2;
}

.mast-btn {
    border-radius: 0;
}

.mast-img {
    width:60%;
    margin:10% 20% 0%;
}

#blog .btn.btn-blue {
    margin: 30px 0;
}

.row-ser i {
    font-size:22px;
    padding-top: 18px;
    text-align: center;
    height: 60px;
    width: 60px;
    background: linear-gradient(315deg,#0083B0 0%, #0a66b2 75%);
    color: #fff;
    border-radius:50em;border: 2px solid #fff;
    box-shadow: 0 0 5px #0a66b2;
}

.row-ser h3 {
    margin-top:20px;
}

.spage-sec {
    background-image: url(../img/spagebg.png);
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 50px;
    margin-top: 50px;
}

.ser-cat, .row-ser i {
    margin: 50px 0 10px;
}

.jobs{
	font-size:13px;
}

.greenmt {
    position: fixed;
    
    bottom: 0;
    width: 100%;
    background-color:rgba(0,0,0,0.5);
    padding:10px;
    color: #fff;
    -webkit-backface-visibility: hidden;
}

#eucookielaw { 
    display:none
 }
 
#more { 
    color: #fff;
 }
