/*-----------------------------------------------------------------------------------

    Template Name: Techno - IT Solution HTML5 Template
    Author: DreamIT
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
-----------------------------------------------------------------------------------*/

/*====TECHNO HEADER TRANSPARENT==== */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: .4s; }

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff; }

.header-red .sticky {
  background: #080e1b; }

.header-red .main-menu-area.sticky {
  border-bottom: 0; }

.header-red .sticky .main-menu nav > ul > li > a {
  padding: 35px 0; }

.header-red .sticky .menu-bar {
  margin-top: 30px; }

  /*====TECHNO HEADER TOP==== */
.header-top-area {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.header-info span {
  color: #818181;
  font-size: 15px;
  font-weight: 500;
  margin-right: 54px;
  position: relative; }

.header-info span:last-child {
  margin-right: 0; }

.header-info span::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 2px;
  background: #d4d4d4;
  left: -30px;
  top: -1px; }

.header-info span:first-child::before {
  display: none; }

.header-info span i {
  font-size: 16px;
  color: #0c5adb;
  margin-right: 3px; }

.header-lang {
  padding: 16px 0 18px;
  display: inline-block; }

.lang-icon > a {
  font-size: 14px;
  color: #818181;
  margin-left: 5px;
  font-weight: 500; }

.lang-icon i {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 3px; }

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #0c5adb;
  transition: .4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: .3s; }

.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible; }

.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0; }
  .header-lang-list li a {
    display: block;
    color: #647589;
    font-size: 13px; }
    .header-lang-list li a:hover {
      color: #0c5adb; }

.pos-rel {
  position: relative; }

.menu-bar {
  margin-top: 32px;
  margin-left: 38px; }
  .menu-bar i {
    font-size: 35px;
    color: #222; }

.header-middle-area {
  padding: 28px 0; }

.header-middle-info {
  float: left;
  margin-right: 90px; }
  .header-middle-info:last-child {
    margin-right: 0; }

.header-top-2-text span {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 15px; }
  .header-top-2-text span a {
    color: #fc5546; }

.header-middle-icon {
  margin-top: 10px;
  margin-right: 15px; }
  .header-middle-icon i {
    font-size: 30px;
    color: #fc5546; }

.header-middle-text {
  overflow: hidden; }
  .header-middle-text span {
    font-weight: 600;
    font-size: 15px;
    color: #8a8a8a; }
  .header-middle-text h5 {
    color: #0e2b5c;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px; }
.header-right-icon a {
    margin: 0 7px;
    display: inline-block;
    color: #0c5adb;
    font-size: 16px;
}
/* extra info */
.extra-info {
  background: #152136;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px; }

.extra-info.info-open {
  transform: translateX(0); }

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%); }

.extra-info.extra-info-left.info-open {
  transform: translateX(0); }

.close-icon {
  margin-top: -16px;
  text-align: right; }

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #0c5adb;
  cursor: pointer;
  font-size: 20px;
  padding: 0; }

.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px; }

.extra-info.extra-info-left.info-open {
  transform: translateX(0); }

.instagram img {
  width: 100%; }

.social-icon-right > a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center; }

.social-icon-right > a:hover {
  color: #0c5adb; }

.instagram {
  overflow: hidden;
  margin: 0 -4px; }

.instagram > a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px; }

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px; }

.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px; }

.contact-list p {
  color: #fff;
  opacity: .5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px; }

.side-menu ul li:hover a {
  color: #0c5adb; }

  
  
/*====TECHNO MAIN MENU==== */
.main-menu nav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 25px; }

.main-menu nav > ul > li:first-child {
  margin-left: 0; }
.main-menu nav > ul > li > a {
    display: block;
    font-size: 18px;
    padding: 43px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
}
.main-menu nav > ul > li > a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  left: 3px; }
.main-menu-button {
    margin-top: 25px;
    margin-left: 38px;
    float: right;
}
.main-menu-button a {
    -moz-user-select: none;
    background: 0 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 0;
    padding: 13px 40px;
    text-align: center;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #0c5adb;
    font-weight: 700;
    color: #0c5adb;
}
.main-menu-button a:hover {
    background: #0c5adb;
    border: 2px solid #0c5adb;
	color:#fff;
}

/* sub-menu */
.main-menu nav > ul > li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  border-top: 3px solid #0c5adb;
  text-align: left; }

.main-menu nav > ul > li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.main-menu nav > ul > li .sub-menu li {
  display: block; }
.main-menu nav > ul > li .sub-menu li a {
    color: #616161;
    font-size: 16px;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    font-size: 400;
}
.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  color: #fff;
  background: #0c5adb; }

.header-default .header-info span i {
  color: #1f80fd; }

.header-default .header-lang-list {
  border-top: 3px solid #1f80fd; }

.header-default .header-lang-list li a:hover {
  color: #1f80fd; }

.header-default .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #1f80fd; }

.header-default .main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  background: #1f80fd; }

.header-default .close-icon > button {
  color: #1f80fd; }

.header-default .social-icon-right > a:hover {
  color: #1f80fd; }

.header-default .main-menu nav > ul > li:hover > a, .header-default .main-menu nav > ul > li.active > a {
  color: #1f80fd; }

.menu-box {
  background: #fc5546;
  margin-bottom: -37px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 99; }

.header-coral .header-lang-list {
  border-top: 3px solid #fc5546; }

.header-coral .header-lang-list li a:hover {
  color: #fc5546; }

.menu-box {
  background: #fc5546; }

.header-coral .main-menu nav > ul > li > a {
  padding: 32px 0;
  color: #ffffff; }

.header-coral .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #fc5546; }

.header-coral .main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  background: #fc5546; }

.header-coral .close-icon > button {
  color: #fc5546; }

.header-coral .social-icon-right > a:hover {
  color: #fc5546; }

.header-coral .menu-bar {
  margin-top: 24px; }

.header-coral .menu-bar i {
  font-size: 35px;
  color: #fff; }

.sticky .menu-box {
  margin-bottom: 0;
  background: none; }

.header-coral .sticky {
  background: #fc5546; }
  
/*====TECHNO FEATURE AREA ==== */

.bd-slider-button .btn-icon {
    -moz-user-select: none;
    background: #0c5adb;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    padding: 19px 32px;
    text-align: center;
    transition: all 0.3s ease 0s;
    box-shadow: none;
    letter-spacing: 1px;
	margin-top:15px;
}
.bd-slider-button .btn-icon:hover{
	background: #00247E;
}
/*====ITBari SLIDER AREA ==== */
.slider1 {
    background-image: url(/users/u23/23151/imports/15127/assets/img/slider/slider-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 950px;
	position:relative;
}
.slider_text_inner h1 {
    font-size: 90px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}
.slider_text_inner h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
}
.slider1 .button {
    cursor: pointer;
    z-index: 1;
}
/*====================================================
--<	ITBari Lines Css -->
======================================================*/
.lines {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: 90vw;
}

.lines .line {
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255, 255, 255, 0.1);
overflow: hidden;
}

.lines .line::after {
content: "";
display: block;
position: absolute;
height: 10px;
width: 100%;
top: 0;
left: 0;
background-color: #ffffff;
-webkit-animation: moveLeftBounces-one 20s linear infinite;
animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
margin-left: -25%;
}

.lines .line:nth-child(1)::after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
margin-left: 25%;
}

.lines .line-two {
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255, 255, 255, 0.1);
overflow: hidden;
}

.lines .line-two::after {
content: "";
display: block;
position: absolute;
height: 10px;
width: 100%;
top: 0;
left: 0;
background-color: #d80650;
-webkit-animation: moveLeftBounces-two 20s linear infinite;
animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
margin-left: 25%;
}

.lines .line-three {
position: absolute;
width: 2px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255, 255, 255, 0.1);
overflow: hidden;
}

.lines .line-three::after {
content: "";
display: block;
position: absolute;
height: 10px;
width: 100%;
top: 0;
left: 0;
background-color: #d80650;
-webkit-animation: moveLeftBounces-one 20s linear infinite;
animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

@keyframes moveLeftBounces-one {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
/*====TECHNO BREATCOME AREA ==== */
.breatcome_area{
	position:relative;
}
.breatcome_area:before {
    background: rgba(41,52,92,.62);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.breatcome_title {
    text-align: center;
}
.breatcome_title_inner h2 {
    color: #fff;
    font-size: 55px;
}
.breatcome_content ul li {
    color: #fff;
	text-transform:uppercase;
	font-size:14px;
}
.breatcome_content ul li i {
    margin: 0 12px 0;
}

/*====TECHNO FEATURE AREA ==== */
.feature-area {
    position: relative;
    margin-top: -85px;
}
.feature-area.home2.adtn {
    background: #eff2f7;
}
.feature-area.home2 {
    margin-top: 0;
}
.home2 .single-feature-content-inner {
    transition: .5s;
    padding: 50px 20px 45px;
}
.home2 .single-feature-content-inner {
    transition: .5s;
    padding: 50px 20px 45px;
}
.home2.adtn .single-feature-content-inner {
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
    padding: 40px 18px 40px;
    margin: 0;
    border-radius: 5px;
}
.home2.adtn .single-feature-content {
    margin-top: 0;
}
.home2 .single-feature-icon {
    margin-top: 0;
}
.home2 .single-feature-icon a {
    background: transparent;
    height: none;
    width: none;
    line-height: none;
    font-size: 45px;
    color: #0c5adb;
    transition: .5s;
}
.home2 .single-feature-icon a:hover {
    background: none;
}
.home2 .single-feature-icon a:hover{
	color:#00247e;
}

.sing-featurele{
	transition:.5s;
}
.single-feature-content {
    text-align: center;
    position: relative;
    margin-top: -50px;
}
.single-feature-content-inner {
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
    padding: 15px 6px 30px;
    margin: 0 15px;
    border-radius: 5px;
}
.single-feature-thumb {
    position: relative;
	transition:.5s;
}
.single-feature-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top,transparent 42%,#0c5adb);
	transition:.5s;
}
.single-feature-icon {
    margin-top: -40px;
    padding-bottom: 15px;
}
.single-feature-icon a {
    background: #0c5adb;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
	transition:.5s;
}
.single-feature-button {
    padding-top: 10px;
	transition:.5s;
}
.single-feature-button a {
    font-weight: 600;
    color: #0c5adb;
    border: 1px solid #0c5adb;
    padding: 3px 16px;
    border-radius: 30px;
    transition: .5s;
    display: inline-block;
}
.single_thumb_adtn {
    position: relative;
    margin-left: -110px;
}
/* Feature Area Hover Css */
.single-feature:hover .single-feature-thumb::before{
	background: linear-gradient(to top,transparent 42%,#00247e);
}
.single-feature-button a:hover {
    background: #0c5adb;
    color:#fff;
}
.singel-feature-content-title h4:hover {
    color:#0c5adb;
}
.single-feature-icon a:hover {
    background: #00247e;
}
  
/*====TECHNO ABOUT AREA ==== */

.single-about-icon {
    float: left;
}
.single-about-icon i {
    font-size: 29px;
    color: #0c5adb;
}    
.singel-about-content {
    overflow: hidden;
}
.singel-about-content p {
    width: 90%;
}
/*--- About Experience ---*/
.about-experience-content {
    background: #002C47;
    display: block;
    padding: 30px 40px 40px;
    width: 60%;
    border-top: 5px solid #0c5adb;
    margin-left: 60px;
    position: relative;
    margin-top: -70px;
}
.about-experience-year {
    float: left;
    margin-right: 45px;
}
.about-experience-year h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 0;
}
.about-experience-year span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.about-experience-text p {
    font-size: 18px;
    color: #fff;
	font-weight:700;
}
.button a {
    display: inline-block;
    background: #0c5adb;
    color: #fff;
    padding: 15px 45px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
}
/*--- About Home Three ---*/
.home3 .single-about-thumb-inner {
    text-align: center;
    margin-top: 99px;
}
.home3 .about-shape-thumb1 {
	position: absolute;
	top: 20px;
	z-index: -1;
	left: -47px;
}
.about-shape-thumb2 {
	position: absolute;
	top: -25px;
	right: 0;
	z-index: -1;
}
.about-shape-thumb3 {
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: -1;
}
.about-shape-thumb4 {
	position: absolute;
	bottom: 20px;
	right: -135px;
	z-index: -1;
}

/*--- Single About Shape ---*/
.single-about-shape {
    position: relative;
}
.single-about-shape-thumb {
    position: absolute;
    bottom: -15px;
}
/*====TECHNO SERVICE AREA ==== */
.service-area.home{
    background: #eff2f7;
}
.em-service-flipbox {
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}
.em-service-flipbox .service-flipbox-font,
.em-service-flipbox .service-flipbox-back {
	min-height: 250px;
	height: auto;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
}
.em-service-flipbox .service-flipbox-back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent -5%,#00247e);
}
.em-service-flipbox .service-flipbox-font {
    background: linear-gradient(to top,transparent 5%,#0c5adb);
}
.em-service-flipbox .service-flipbox-inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.service-flipbox-icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.service-flipbox-font .em-service-desc p {
    color: #232323;
}
.em-service-flipbox .em-service-title h3 {
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;
}
.em-service-flipbox .service-flipbox-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.em-service-flipbox .service-flipbox-back .service-batton a {
	color: #fff;
	text-transform: capitalize;
	margin-top: 22px;
	background: transparent;
	color: #fff;
	display: inline-block;
	padding: 3px 25px;
	border-radius: 30px;
	border: 2px solid #fff;
	transition: .5s;
}
.service-flipbox-back .em-service-desc p{
    color: #fff;
}
.em-service-flipbox .service-flipbox-back .service-batton a i {
	display: none;
}
.em-service-flipbox .service-flipbox-back .em-service-title h3 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.em-service-flipbox .service-flipbox-font .em-service-desc,
.em-service-flipbox .service-flipbox-back .em-service-desc {
	color: #fff;
}
/* Service Style Two */
.em-service-flipbox.style2{
	position:relative;
}
.style2.em-service-flipbox .service-flipbox-font::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,transparent -5%,#00247e);
}
.em-service-flipbox.style2 .service-flipbox-font .service-batton a {
    color: #fff;
    text-transform: capitalize;
    margin-top: 22px;
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 3px 25px;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: .5s;
}
.em-service-flipbox.style2 .service-flipbox-font .em-service-desc p {
    color: #fff;
}
.em-service-flipbox.style2 .service-flipbox-back::before {
	background:linear-gradient(to top,transparent 5%,#0c5adb);
}
.em-service-flipbox.style2 .em-service-desc p {
    color: #232323;
}

/* Service Home Two Area */
.home2 .em-service-flipbox .service-flipbox-font {
    background: transparent;
    border: 1px solid #0c5adb;
	border-radius: 8px;
}
.home2 .em-service-flipbox .service-flipbox-back {
    border-radius: 8px;
	overflow:hidden;
}
.home2 .service-flipbox-font .em-service-desc p {
    color: #fff;
}

/* Service Home Three Area */
.service-area.home3{
    background: #eff2f7;
}

/* Service Area Hover Css */
.em-service-flipbox:hover .service-flipbox-font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.em-service-flipbox:hover .service-flipbox-back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.em-service-flipbox .service-flipbox-back .service-batton a:hover {
	color: #fff;
	border-color: #0c5adb;
	background: #0c5adb;
}
/* Service Style Three Css */
.single-service-three {
    background: #fff;
    padding: 4px 4px 20px;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
}
.single-service-three:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:5px;
	width:0;
	background:#0c5adb;
	transition:.3s;
}
.single-service-three:after{
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	height:5px;
	width:0;
	background:#00247E;
	transition:1.5s;
}
.single-service-three:hover{
	transform:translateY(-10px);
}
.single-service-three:hover:before{
	width:100%;
}
.single-service-three:hover:after{
	width:100%;
}
.single-service-three-content {
    text-align: center;
    padding: 0 12px;
}
.single-service-three-icon {
    position: relative;
    margin-top: -38px;
}
.single-service-three-icon i {
    background: #0c5adb;
    color: #fff;
    height: 75px;
    width: 75px;
    line-height: 72px;
    font-size: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
}
/* Service Style Four Css */
.single-service-style-four {
    text-align: center;
    box-shadow: 0 0 10px #cccccc;
    padding: 40px 14px 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-service-style-four::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    background: #eff2f7;
    z-index: -1;
	transition:.5s;
}
.single-service-style-four:hover::before{
	width: 100%;
}
.single-service-style-four-icon i {
    height: 70px;
    width: 70px;
    background: #0c5adb;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
}
/*====TECHNO SERVICE DETAILS AREA ==== */
.service-details-pn-list ul li {
    margin-bottom: 2px;
	transition:.5s;
}
.service-details-pn-list ul li a {
    position: relative;
    display: block;
    padding: 14px 15px 14px 18px;
    background-color: #F3F6F9;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
    color: #232323;
    font-family: Muli;
}
.service-details-pn-list ul li a:hover {
    background: #0C5ADB !important;
    color: #fff !important;
}
.service-details-pn-list ul li a i {
    float: right;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-top: 5px;
}
.service-details-big-button a {
    color: #ffffff;
    background: #0c5adb;
    font-family: Open Sans;
    font-weight: 500;
    text-transform: capitalize;
    border: 0px solid #ffffff;
    border-radius: 5px;
    padding: 14px 35px 14px 35px;
    display: block;
}
.service-details-big-button a:hover {
    background: #00247e;
}

.details-big-content {
    text-align: center !important;
    padding: 0 58px;
}
.service-details-big-button a span i {
    margin-left: 20px;
}
.service-details-pn-about{
	position:relative;
	z-index:1;
}
.service-details-pn-about::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(12,90,219,.85);
    z-index: -1;
}
.service-details-pn-about-content{
    text-align: center;
}
.service-details-pn-about-content-title h3 {
    color: #fff;
}
.service-details-pn-about-content-text p {
    color: #fff;
}
.service-details-pn-about-content-button a {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #0C5ADB;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}
/*-- Main Service Details --*/
.service-main-details-inner-thumb img {
    width: 100%;
}
.service-details-video-thumb img {
    width: 100%;
}
.service-details-video .single-video{
	position:relative;
}
.service-details-video .video-icon {
    position: absolute;
    left: 0;
    bottom: 265px;
    right: 0;
}
.service-details-research-button a {
    color: #ffffff;
    background: #0c5adb;
    font-family: Open Sans;
    font-weight: 500;
    text-transform: capitalize;
    border: 0px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 14px 35px 14px 35px;
    margin-top: 15px;
	transition:.5s;
}
.service-details-research-button a:hover {
    background: #00247e;
}

/*====TECHNO TEAM AREA ==== */

.single-team {
    position: relative;
    transition: .5s;
}
.single-team-thumb {
    position: relative;
	z-index:1;
	transition:.5s;
}
.single-team-thumb-inner {
    position: relative;
	z-index:1;
	transition:.5s;
	overflow:hidden;
}
.single-team-thumb-inner:before {
    position: absolute;
    left: -70px;
    bottom: -59px;
    height: 120px;
    width: 133%;
    background: #fff;
    content: "";
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-98deg);
}
.single-team-thumb:after {
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 100%;
    width: 100%;
    background: #0c5adb;
    content: "";
    -webkit-transform: skew(1deg);
    -khtml-transform: skew(69deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    opacity: 0; 
    transition: .5s;
    z-index: -1;
}
.single-team-content {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 18px;
    z-index: 1;
    padding: 15px 10px 30px 50px;
    transition: .5s;
}
.single-team-content:before {
    background:#0c5adb;
	transition:.5s;
}

.single-team-content:before, .single-team-content:after {
    content: '';
    top: 0;
    left: 0;
    right: 50px;
    bottom: 0;
    position: absolute;
    z-index: -2;
    -webkit-transform: skew(-30deg);
    -khtml-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
}

.single-team-title h4 {
    color: #fff;
}
.single-team-sub-title {
    transition: .5s;
    position: absolute;
    left: 51px;
    top: 40px;
}
.single-team-sub-title span {
    font-size: 14px;
	color:#fff;
	transition:.5s;
}
.single-team-icon a {
    color: #fff;
    display: inline-block;
    margin: 5px;
}
.single-team-icon {
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 47px;
    top: 50px;
}
.single-team:hover .single-team-icon {
    opacity: 1;
    top: 37px;
}
.single-team:hover .single-team-thumb:after{
	opacity:1;
	-webkit-transform: rotate(-10deg);
	    -webkit-transform: skew(1deg);
	        transform: rotate(-10deg);
}
.single-team:hover .single-team-sub-title {
    margin-top: -20px;
    opacity: 0;
}
.single-team:hover .single-team-content:before {
    background:#00247e;
	transition:.5s;
}

/*====TECHNO TEAM BOSS AREA ==== */
.team-boss-area{
    background: #f9f9f9;
}
.single-about-experience-inner {
    float: left;
    margin-top: -30px;
}
.single-about-experience-inner h1 {
    font-size: 95px;
    color: #0c5adb;
    margin-right: 30px;
    font-weight: 800;
}
.singl-about-experience-content h3 {
    margin: 0;
    font-weight: 800;
}
.team-boss-button a {
    display: inline-block;
    background-color: transparent;
    border-radius: 5px;
    color: #0c5adb;
    padding: 16px 32px;
    transition: .5s;
    font-weight: 600;
    border: 1px solid #0c5adb;
    font-size: 18px;
    letter-spacing: 1px;
}
.team-boss-button .active {
    color: #fff;
    background-color: #0c5adb;
	border:1px solid #0c5adb;
	transition:.5s;
}
.team-boss-button .active:hover {
    color: #0c5adb;
    background-color: transparent;
	border:1px solid #0c5adb;
}
.team-boss-button a:hover {
    background-color: #0c5adb;
    border-radius: 5px;
    color: #fff;
	border:1px solid #0c5adb;
}



/*====TECHNO TEAM DETAILS AREA ==== */
.team-details {
    box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
    padding: 50px;
}
.team-details-content-text ul li {
    margin-bottom: 17px;
}
.team-details-content-text ul li span {
    font-weight: 800;
    margin-right: 15px;
	font-size:17px;
}
.team-details-content-icon a {
    margin: 3px;
    background: #1E73BE;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
	color:#fff;
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	transition:.5s;
}
.team-details-content-icon a:hover {
    background: #00247e;
}
.call-actn2 .single-call-do-action-title h2 {
    color: #fff;
    font-size: 90px;
    font-weight: 900;
}
.call-actn2 .single-call-do-action-title h4 {
    color: #fff;
    font-size: 24px;
}
/*====TECHNO SKILL AREA ==== */
.skill-area {
    background: #eff2f7;
}
.skill-wrapper h6 {
    padding: 18px 0 0px;
}

/*====TECHNO CASE STUDY AREA ==== */
.case-study-area {
    background:#eff2f7;
}
.case-study-area.home3{
    background: transparent;
}
.single-case-study {
    position: relative;
	transition:.5s;
}
.single-case-study-thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,.85);
	opacity:0;
	transition:.5s;
}
.single-case-study-content {
    text-align: center;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%) translateY(-50%);
    width: 85%;
    height: 130px;
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}
.single-case-study-content-title h3 {
    font-size: 22px;
}
.single-case-study-content-title a{
	transition:.5s;
}
.single-case-study-content-title a:hover{
	color:#0056b3;
}
.single-case-study:hover .single-case-study-content{
	opacity:1;
	top: 50%;
}
.single-case-study:hover .single-case-study-thumb:before {
    opacity:1;
}
.slick-prev.slick-arrow {
	 background: #0c5adb;
    border: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 6px;
	right: -45px;
    top: 46%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 44px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position:absolute;
}
.slick-next.slick-arrow {
    background: #0c5adb;
    border: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 6px;
    float: right;
    left: -45px;
    position: absolute;
    top: 46%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 44px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.style2 .single-case-study-content {
    background: transparent;
}
.style2 .single-case-study-content-title h3 {
    color: #fff;
}
.style2 .single-case-study-content-text span {
    color: #fff;
}
.case-button a {
    color: #fff;
}
.style2 .single-case-study-content-title a:hover {
    color: #fff;
}
/* Style Two */

.style-two .single-case-study-content {
    text-align: center;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 95%;
    transform: translateX(-50%) translateY(-50%);
    width: 73%;
    height: 112px;
    border-radius: 5px;
    opacity:1;
    transition: .5s;
}
.style-two .single-case-study:hover .single-case-study-content{
	top: 75%;
}



/*====TECHNO CASE STUDY DETAILS ==== */
.case-study-details-area {
    background: #F6F6F6;
}
.single-case-study-details {
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
    padding: 50px;
}
.case-study-details-title h3 {
    font-weight: 800;
}
.case-study-details-content-inner ul li span {
    font-size: 20px;
    margin-right: 10px;
	font-weight:700;
}
.case-study-details-content-inner ul li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
}
.case-study-details-content-inner ul li:last-child{
	border-bottom:none;
}
.case-study-details-icon-text span {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
	float:left;
}
.case-study-details-icon-inner a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #0C5ADB;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}
.case-study-details-full-title h3 {
    font-weight: 800;
}

/*====TECHNO IT WORK  ==== */

.single-it-work {
    text-align: center;
}
.single-it-work-content-list{
	position:relative;
}
.single-it-work-content-list::before {
	position: absolute;
	right: -75px;
	top: 26px;
	height: 1px;
	width: 130px;
	content: "";
	background: #ddd;
}
.single-it-work-content-list.three::before {
	display:none;
}
.single-it-work-content-list span {
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
	position:relative;
	height:45px; 
	width:45px; 
	line-height:45px; 
	display:inline-block; 
		transition:.3s;
}
.single-it-work-content-list span:after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 65px;
    width: 65px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.4;
		transition:.3s;
}
.single-it-work-content-list span:before {
    position: absolute;
    left: -20px;
    top: -20px;
    height: 85px;
    width: 85px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.2;
	transition:.3s;
}
.single-it-work:hover .single-it-work-content-list span,
.single-it-work:hover .single-it-work-content-list span:before,
.single-it-work:hover .single-it-work-content-list span:after{
	transform: scale(1.1);
}

/*====TECHNO CALL DO ACTION  ==== */
.call-do-action {
    background: #0c5adb;
}
.singel-call-do-action-sub-title h6 {
    color: #fff;
}
.single-call-do-action-title h2 {
    color: #fff;
}
.call-do-action-button a {
    border: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    color: #0c5adb;
    padding: 16px 32px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-family: Muli;
}
.call-do-action-button a:hover {
    background-color: #00247e;
	color:#fff;
}
.call-actn .single-video {
    position: relative;
    margin-top: -54px;
}
.call-actn .video-icon a i {
    color: #fff;
    background: #00247e;
}
.call-actn .single-call-do-action-title h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
}
.call-actn .single-call-do-action-title h2 span {
    color: #00247e;
}
.video-icon a i {
    color: #0C5ADB;
    font-size: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.73);
    height: 90px;
    width: 90px;
    line-height: 90px;
    transition: .5s;
	text-align:center;
	position:relative;
}
.video-icon {
    position: relative;
    margin-top: -13px;
    margin-left: 39px;
    text-align: center;
}
.video-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52%;
    height: 110px;
    width: 110px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
    text-align: center;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}

/*--- Call Do Action Home Three ---*/
.home3 .single-call-do-action-content {
    text-align: center;
}
.home3 .single-call-do-action-title h2 {
    margin: 0;
}
/*====TECHNO SECTION TITLE ==== */
.counter-area {
    position: relative;
    margin-top: -70px;
}
.counter-area .main-counter {
    background: #fff;
    box-shadow: 11px 11px 38px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.single_counter {
    text-align: center;
	position:relative;
}
.counter_title h4 {
    color: #0c5adb;
    font-weight: 500;
}
.single_counter:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    width: 1px;
    background: #0C5ADB;
    content: "";
}
.single_counter.admin:before {
    display:none;
}



/*====TECHNO SECTION TITLE ==== */
.section-sub-title h6 {
    letter-spacing: 2px;
    color: #0c5adb;
}
.section-title.text-center {
	text-align:center;
}
.section-main-title h1,
.section-main-title h2 {
    font-weight: 800;
	margin:0;
}
.text-left .section-main-title h1 {
    margin: 0;
}
.section-title.cl .section-main-title h1,
.section-title.cl .section-main-title h2 {
    color: #fff;
}
.section-title.cl .section-sub-title h6 {
    color: #fff;
}
.em_bar {
	background: #9B50DB none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto 5px;
	width: 62px;
	
}
.text-left .em_bar {
    margin: 0;
}
.em_bar_bg {
	height: 5px;
    width: 90px;
    background: #cbbded;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

/*====TECHNO TESTIMONIAL AREA ==== */
.testimonial-area.home3{
    background: #eff2f7;
}
.single_testimonial_content_text {
    box-shadow: 0 18px 17px 0 rgba(0,0,0,.1);
    padding: 42px 43px 30px;
    position: relative;
    background: #fff;
}
.single_testimonial_content_text:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}
.single_testimonial_thumb {
    float: left;
}

@keyframes checkAnim {
 0%,
 100% {
  box-shadow:0 0 0 5px rgba(12,90,219, 0.8)
 }
 50% {
  box-shadow:0 0 0 8px rgba(12,90,219, 0.8)
 }
}

/*====TECHNO CONTACT TOP AREA ==== */
.contact-top-area .section-title-text {
    width: 63%;
    margin: auto;
}
.single-contact-top {
    text-align: center;
    border: 1px solid #d0e5fb;
	border-radius:5px;
}
.single-contact-top-icon i {
    color: #0c5adb;
    font-size: 40px;
}




/*====TECHNO CONTACT AREA ==== */
.contact-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	position:relative;
}
.contact-area::before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(12,90,219,0.5);
}
.contact-area .section-sub-title h6 {
    color: #fff;
}
.contact-area .section-main-title h1,
.contact-area .section-main-title h2 {
    color: #fff;
}
.form-box input {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: rgba(255,255,255,0.2);
    border: 0;
    color: #fff;
}
.form-box textarea {
    width: 100%;
    background: rgba(255,255,255,0.2);
    border: 0;
    height: 170px;
    padding-left: 30px;
    padding-top: 25px;
	color:#fff;
}
.quote-btn button {
    background: #fff;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    transition: .3s;
}
.quote-btn button:hover {
    background: #00247E;
    color:#fff;
}
/*-- Contact- Style Two --*/
.contact-area.style2::before {
    position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#eff2f7;
}
.contact-area.style2 .form-box input {
    background: #fff;
    color: #333;
}
.contact-area.style2 .form-box textarea {
    background: #fff;
    color: #333;
}
.contact-area.style2 .quote-btn button {
    background: #0C5ADB;
	color:#fff;
}
.contact-area.style2 .quote-btn button:hover {
    background: #00247E;
	color:#fff;
}
.contact-area.style2 .section-main-title h1,
.contact-area.style2 .section-main-title h2 {
    color: #232323;
}
.contact-area.style2 .section-sub-title h6 {
    color: #0C5ADB;
}
/*====TECHNO BLOG AREA ==== */
.single-blog {
    border: 1px solid #ebebeb;
    overflow: hidden;
    transition: .5s;
    text-align: center;
}
.single-blog:hover {
    border-color: transparent;
    box-shadow:0 5px 30px rgba(0,0,0,0.2);
}
.blog-page-title h3 {
    font-size: 23px;
	transition:.5s;
}
.blog-page-button a {
    font-size: 15px;
	transition:.5s;
}
.blog-page-button a i {
    margin-left: 6px;
}
.itbari-blog-meta {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    padding: 10px 12px;
    position: relative;
    margin-top: -45px;
    background: #fff;
    border-radius: 5px;
}
.blog-page-button a:hover {
    color:#0C5ADB;
}
.blog-page-title a:hover {
    color:#0C5ADB;
}


/*====TECHNO SUBSCRIBE AREA ==== */

.subscribe-area .subscribe-cnt {
    background: #0c5adb;
    border-radius: 15px;
}
.single-subscribe-content-title {
    text-align: center;
}
.single-subscribe-content-title h2 {
    font-size: 31px;
    color: #fff;
}
.single-subscribe-contact {
    text-align: center;
}
.subscribe-form-inner input {
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 68%;
    background: #F6F6FC;
    border: 0;
    margin-bottom: 14px;
    margin: auto;
    border-radius: 15px;
}
.subscribe-button button {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 15px;
    background: #0c5adb;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 6px 43px;
    position: absolute;
    right: 201px;
    top: 50%;
    height: 80%;
    display: inline-block;
    transform: translateY(-50%);
}
/*====TECHNO PRICING PAGE  ==== */

.pricing-area{
    background: #eff2f7;
}
.single-pricing {
    padding: 51px 40px 60px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    transition: .5s;
}
.single-pricing.active {
    border: 1px solid #0c5adb;
}
.pricing-title h3 {
    font-size: 30px;
    color: #0c5adb;
}
.pricing-body {
    border: 1px solid #e6e6e6;
	border-radius: 8px;
	transition:.5s;
}
.single-pricing.active .pricing-body {
    border: 1px solid #0c5adb;
}
.pricing-body .featur ul li {
    margin-bottom: 13px;
}
.curencyp {
    font-size: 29px;
    font-weight: 500;
    position: relative;
    top: -15px;
	color: #0c5adb;
}
.pricing-tk h2 {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    color: #0c5adb;
}
.pricing-tk h2 span {
    font-size: 19px ;
    font-weight: 500 ;
}
.order-now a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 42px;
    color: #616161;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
	transition:.5s;
	background:transparent;
}
.single-pricing.active .order-now a {
    color: #fff;
    border: 1px solid #0c5adb;
	background:#0c5adb;
}
.single-pricing:hover {
	border: 1px solid #0c5adb;
}
.single-pricing:hover .pricing-body{
	border: 1px solid #0c5adb;
}
.single-pricing:hover .order-now a{
	background:#0c5adb;
	color:#fff;
	border: 1px solid #0c5adb;
}

/*====TECHNO ABOUT PAGE  ==== */
.about-pages .single-call-do-action-content {
    text-align: center;
}
.about-pages .single-call-do-action-title h2 {
    margin: 0;
}




/* ======================== 
     TECHNO ACCORDION AREA 
==========================*/

.main-accordion-lt {
    background: #2d2d2d;
}
.acd-items.acd-arrow {
    margin-left: 160px;
}
.panel-heading .panel-title a {
    background: #393939;
    display: block;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    color: #fff;
    font-size: 18px;
}
.faq .panel-heading .panel-title a {
    background: #eff2f7;
	color:#232323;
	transition:.5s;
}
.faq .panel-heading .panel-title a:hover {
	color:#0c5adb;
}

.faq .panel-body p {
    color: #8a8a8a;
}
.acd-items .panel-heading {
  padding: 0;
}

.panel.panel-default {
  border-color: #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}
.panel-body p {
    color: #cccccc;
}
.accordion-area .absod {
    padding: 0;
}
.panel-heading.mb-3 a i {
    font-size: 15px;
    margin-right: 10px;
}
.panel-group.symb .panel-heading a::after {
  
  content:"-";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.panel-group.symb .panel-heading a.collapsed:after {
    content: "+";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}



/*====TECHNO BRAND AREA ==== */
.brand-area {
    background: #eff2f7;
}
.single-brand{
    text-align: center;
}










/*=================================
	Cyber BLOG DETAILS AREA CSS
==================================*/
.blog-details-area {
    background: #fff;
}
/* Blog Left Sidebar CSS */
.blog_area.left-sidebar {
    background: #fff;
}
.cyber-blog-thumb img {
    transform: scale(1.01);
    transition: .5s;
    width: 100%;
}
.cyber-single-blog.admin:hover .cyber-blog-thumb img {
    transform: scale(1.2);
}
.left-sidebar .cyber-single-blog {
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
	margin-bottom:30px;
}
.left-sidebar .cyber-blog-thumb {
    overflow: hidden;
}
.left-sidebar .em-blog-content-area {
    padding: 0 30px 20px;
}
.left-sidebar .blog-page-title h2 {
    font-size: 24px;
}
.blog-page-datetime {
    background: #fff;
    width: 62%;
    padding: 12px 0 10px;
    border-radius: 0;
    position: relative;
    margin-top: -45px;
    padding-left: 24px;
}
.blog-page-datetime span {
    font-size: 18px;
}
.left-sidebar .blog-page-title a {
    color: #0d1218;
    font-weight: 600;
}
.blog-page-content-text p {
    color: #0d1218;
}
.left-sidebar .cyber-blog-meta-left {
    padding: 13px 0 16px;
}
.left-sidebar.blog2 .em-blog-content-area {
    padding: 0 22px 15px;
}
.left-sidebar.blog2 .cyber-blog-meta-left span {
    margin-right: 15px;
}
.left-sidebar.blog2 .cyber-blog-meta-left i {
    margin-right: 6px;
}
.left-sidebar.blog2 .blog-page-title {
    padding-top: 6px;
}
.left-sidebar.blog2  .cyber-blog-thumb img {
    width: 100%;
}
/* Blog Details  Content CSS */
.blog_details {
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    padding: 35px 30px 35px;
	border-radius:8px;
}
.blog_dtl_thumb img {
    width: 100%;
}
.blog_dtl_content h2 {
    color: #0c5adb;
    font-size: 35px;
    padding-top: 25px;
}
.cyber-blog-meta-left span {
    color: #0c5adb;
    margin-right: 40px;
}
.cyber-blog-meta-left i {
    margin-right: 10px;
}
.blog_dtl_content p {
    color: #616161;
}
.signatures {
	text-align: right;
	font-weight: 600;
	font-style: italic;
	font-size: 15px;
}
.blog-details-dt-icon{
	border-top:1px solid #ddd;
}
.blog-details-dt-icon a{
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.blog-details-dt-icon a:hover {
    background: #0c5adb;
    border-color: #0c5adb;
    color: #fff;
}
.blog-list .single-blog-thumb img {
    width: 100%;
}
/* POST REPLY CSS */
.blog_comments_section {
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    border-radius: 8px;
}
.commentst_content p {
    color: #0d1218;
}
.comments_thumb {
	float: left;
	overflow: hidden;
}
.commentst_content {
	overflow: hidden;
}


/* contact title css */
.request_form_title h2 {
	color: rgba(221, 221, 221, 0.79);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 47px 0 7px;
}
.request_form_title h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}

/* cyber Form Css */
.blog_reply .form_field {
	width: 100%;
}
.blog_reply .form_field_inner {
	width: 50%;
	float: left;
}
.blog_reply .form_field_inner input, .blog_reply .form_field_inner textarea {
    width: 95%;
    background: transparent;
    border: 1px solid #e6e6e6;
    height: 50px;
    padding-left: 15px;
    color: #151948;
    margin-bottom: 20px;
	transition:.5s;
}
.blog_reply .form_field_inner input:focus, 
.blog_reply .form_field_inner textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.blog_reply .text_area .form_field_inner {
	width: 100%;
}
.blog_reply .text_area .form_field_inner textarea {
    width: 97.5%;
    height: 150px;
    padding-top: 15px;
}
.blog_reply .contact_button button {
    background: #0C5ADB;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    transition: .3s;
    color: #fff;
}
.blog_reply .contact_button button:hover {
    background: #00247E;
}

.paginations {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 28px;
}
.page-numbers li {
    display: inline-block;
}
.paginations a, .page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888;
}
.paginations a:hover, .paginations a.current, .page-numbers span.current {
    background: #0c5adb;
    border-color: #0c5adb;
    color: #fff;
}
/*====Techno Widget Css ==== */

.blog-left-side > div {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
 .blog-left-side > div:last-child {
     margin-bottom: 0px;
}
 .blog-left-side h2 {
     margin-bottom: 10px;
     text-transform: uppercase;
}
.dt-recent-post-text h4 a {
    color: #232323;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
	transition:.5s;
}
.dt-recent-post-text h4 a:hover{
	color:#0c5adb;
}
.widget-details-about-thumb {
    text-align: center;
}
.widget-details-about-title {
    text-align: center;
}
.widget-details-about-text {
    text-align: center;
}
.widget-details-about-icon {
    text-align: center;
}
.widget-details-about-icon  a {
    font-size: 15px !;
    color: #fff!;
    background: #0C5ADB;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    margin: 0 2px;
    display: inline-block;
}
 .blog-left-side .content {
     padding: 0;
}
 .blog-left-side .push-bottom-large {
     margin-bottom: 0;
}
 .blog-left-side > div:last-child {
     margin-bottom: 0px;
}
 .blog-left-side > aside:last-child {
     margin-bottom: 0px !important;
}
 .blog-left-side .sub-menu li a:hover, .blog-left-side .nav .children li a:hover {
     background: transparent;
     color: #7B4CF4 ;
}
 .search {
     background: #f7f7f7;
     position: relative;
}
 .search input {
     background: #fff none repeat scroll 0 0;
     border: 0 none;
     height: 54px;
     position: relative;
     width: 100%;
     box-shadow: 0 0 2px rgba(0,0,0,0.20);
}
 .search input[type="text"] {
}
 .search input::-ms-input-placeholder, .search input::-webkit-placeholder, .search input::-moz-placeholder {
     color: #858585;
     font-size: 14px;
}
 .search button {
     background: #fff;
     border: 0 none;
     color: #fff;
     font-size: 18px;
     position: absolute;
     right: 0;
     top: 0;
     width: 16%;
     height: 100%;
     background: #0c5adb ;
}
 .search button i {
}
 .search input[type="text"] {
     padding-left: 10px;
}
/* widget list */
 .footer-middle .widget h5 {
     color: #333;
     font-size: 24px;
     text-transform: capitalize;
}
.blog-left-side .widget ul {
    list-style: none;
    color: #7B4CF4;
}
 .blog-left-side .widget ul li {
     margin: 0 0 5px;
     padding-bottom: 5px;
     padding-left: 10px;
     position: relative;
}
.blog-left-side > .widget > ul > li {
    margin: 0 0 10px;
    padding: 8px 0 15px;
    border-bottom: 1px solid #ddd;
}
 .blog-left-side .widget ul li:last-child {
     margin-bottom: 0;
	 border-bottom: 0 solid #ddd;
}
 .blog-left-side .widget ul li a {
     color: #333;
}
.blog-left-side .widget ul li a i {
    margin-right: 10px;
    font-size: 12px;
}
 .blog-left-side .widget ul li a span{
	 float:right;
 }
 .blog-left-side .widget ul li::before {
     color: #333;
     content: "\f178";
     font-family: FontAwesome;
     font-size: 18px;
     left: 0;
     position: absolute;
     top: -3px;
     display:none;
}
.sbi_photo_wrap {
    float: left;
    margin: 5px;
}
.widget-details-instagram-tp a {
    background: #062a4d;
    color: #fff;
    display: inline-block;
    padding: 2px 10px 4px;
    font-size: 14px;
	margin-top:15px;
	transition:.5s;
}
.widget-details-instagram-tp a:hover {
    background: #0c5adb;
}

/* widget select */
 .widget {
}
 .blog-left-side .widget select {
     width: 100%;
     height: 40px;
     background: #fff;
     border: 1px solid #ddd;
     padding-left: 5px;
}
 .widget .screen-reader-text {
     display: none;
}
 .textwidget select{
     width:100%;
}
/* table css */
 #wp-calendar {
     width: 100%;
}
.recent-post-image {
    float: left;
    margin-right: 3px;
}
.recent-post-text h4 {
    margin: 0;
}
.recent-post-text a {
    color: #0d1218;
    font-size: 16px;
}
.recent-post-text span {
    color: #0d1218;
}
/* tags */
.tagcloud a {
    color: #606060;
    display: inline-block;
    font-size: 14px;
    margin: 0 2px 10px 0;
    padding: 4px 15px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
	border:1px solid #e6e6e6;
}
 .tagcloud a:hover {
     color: #fff !important;
     background: #0c5adb ;
}
.archives-dt a {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    margin-top: 10px;
	transition:.5s;
}
.archives-dt a:hover{
	color:#0c5adb;
}
.archives-dt a:last-child{
	border:none;
}
 .widget_categories ul li:hover:before, .widget_archive ul li:hover:before, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .tagcloud a:hover, .r-post-content h3:hover, .r-post-content h3 a:hover {
     color: #0c5adb ;
}

/*====TECHNO FOOTER MIDDLE AREA ==== */

.footer-middle {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #111a3a;
}
.widget-title {
    color: #fff;
    font-size: 22px;
}
.company-info-desc p {
    color: #fff;
}
.menu-quick-link-container ul li a {
    color: #fff;
	position:relative;
	transition:.5s;
}
.menu-quick-link-container ul li a:before {
    position: absolute;
    content: "";
    left: -24px;
    top: 10px;
    height: 1px;
    width: 13px;
    background: #fff;
}
.menu-quick-link-container ul li {
    padding-bottom:10px;
}
.recent-post-text a {
    color: #fff;
	font-weight:500;
	transition:.5s;
}
.recent-post-image {
    float: left;
}
.follow-company-text a {
    font-size: 14px;
	transition:.5s;
}
.follow-company-text a p {
    color:#fff;
	transition:.5s;
}
.follow-company-text {
    float: left;
}
.follow-company-icon a {
    font-size: 15px;
    color: #fff;
    margin: 0 4px;
    font-weight: 500;
    display: inline-block;
	transition:.5s;
}

.footer-social-info p span {
    font-weight: 600 !important;
    color: #fff;
}
.footer-social-info p {
    color: #adb0be;
}
.recent-post-text span {
    color: #adb0be;
}
.recent-post-item.active {
    border-bottom: 1px solid #adb0be;
}
.follow-company-icon a:hover{
	color:#0c5adb;
}
.follow-company-text a p:hover {
    color:#0c5adb;
}
.menu-quick-link-container ul li a:hover{
	color:#0c5adb;
}
.recent-post-text a:hover{
	color:#0c5adb;
}

/*====TECHNO FOOTER BOTTOM AREA ==== */
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,.23);
}
.footer-bottom-content-copy p {
    color: #fff;
}
.footer-bottom-right-text {
	text-align: right;
}
.footer-bottom-right-text a {
	color: #fff;
	display: inline-block;
}
.footer-bottom-right-text .absod {
	margin-right: 30px;
	position: relative;
}
.footer-bottom-right-text .absod::before {
	position: absolute;
	content: "";
	right: -17px;
	top: 6px;
	height: 14px;
	width: 1px;
	background: #fff;
	transform: skew(-20deg);
}