@FONT-FACE {
  font-family: "Myriad_Pro";
  src:url(MyriadPro-Regular.otf);
}


@FONT-FACE {
	font-family: "A_Nefel_Adeti";
	src: url("DroidKufi-Regular.ttf");
}


@FONT-FACE {
  font-family: "Barlow";
  src:url(Barlow-Light.ttf);
}
 

p{ margin:0px; padding:0px}
ul{ margin:0px; padding:0px}
li{ margin:0px; padding:0px;list-style: none;}
a{ margin:0px; padding:0px; text-decoration: none !important;}

body{ font-size:18px; margin:0px;  direction: ltr;   font-family: "Barlow"; }



.top-header{/* min-width: 1196px; width:100% ;*/ background-color:#293237; padding:4px 0;}
.content-top-header{ width:1096px; margin:auto; }



/* Buzz */
@-webkit-keyframes tel-top-header {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes tel-top-header {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.tel-top-header {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.tel-top-header:hover, .tel-top-header:focus, .tel-top-header:active {
  -webkit-animation-name: tel-top-header;
  animation-name: tel-top-header;
  -webkit-animation-duration: 0.50s;
  animation-duration: 0.50s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor:pointer;
}






.tel-top-header{ width:25px; height:34px; display:inline-block;
	vertical-align:top;}


.text-top-header {
  color: #F7F7F7;
display: inline-block;
font-size: 16px;

vertical-align: top;
width: 117px;
border: 0px solid #F00;
overflow: hidden;
direction: ltr;
text-align: right;
float: left;

width: auto;
float: right;
display: flex;
}


.text-top-header p {
margin-left:6px;
font-size: 14px;
}

.top-soical-linkes{ display:inline-block; vertical-align:top}



.facboock {
    display: inline-block;
    height: 35px;
    margin-left: 700px;
    margin-right: 5px;
  
    vertical-align: top;
    width: 28px;
	
}

.facboock:hover{ border-bottom:2px solid #fff; transition:all 0.10s ease 0s}


.tw {
    display: inline-block;
    height: 35px;
  
    vertical-align: top;
    width: 34px;
	margin-left:-5px;
}

.tw:hover{ border-bottom:2px solid #fff; transition:all 0.10s ease 0s}
 


.google-plus {
    display: inline-block;
    height: 35px;
    margin-right: 10px;
   
    vertical-align: top;
    width: 33px;
	margin-left:-5px;
}

.google-plus:hover{ border-bottom:2px solid #fff; transition:all 0.10s ease 0s}

.mess-top {
    display: inline-block;
    height: 35px;
   
    vertical-align: top;
    width: 35px;
	margin-left:-5px;
}

.mess-top:hover{ border-bottom:2px solid #fff; transition:all 0.10s ease 0s}

.youtube {
    display: inline-block;
    height: 35px;
   
    vertical-align: top;
    width: 35px;
	margin-left:-5px;
}

.youtube:hover{ border-bottom:2px solid #fff; transition:all 0.10s ease 0s}


.print{
	   display: inline-block;
    height: 35px;
   
    vertical-align: top;
    width: 35px;
	margin-left:-5px;
}

.print:hover{  border-bottom:2px solid #fff; transition:all 0.10s ease 0s}





/*****************  mainmenu    ************************/


.logo2 {
float:left;
}


/* Update Mainmenu area Style */
@-webkit-keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
          animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.mainmenu-area.stricky-fixed .main-menu,
.mainmenu-area.stricky-fixed .logo { padding-top: 0px; }



.mainmenu-area.style-two.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #F7F7F7;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
          animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.mainmenu-area.style-two.stricky-fixed .container {
    background: #F7F7F7;
    padding: 0 30px;
}
.mainmenu-area.style-four.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #000000;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
          animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.mainmenu-area.style-three.stricky-fixed{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #1da1f2;  
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
          animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}





/*
.mainmenu-area.stricky-fixed .logo {
    padding-top: 21px;
    padding-bottom: 21px;
}
*/
.mainmenu-area.stricky-fixed .main-menu .navigation li a {
color:#1da1f2;

}


/*
.mainmenu-area.stricky-fixed .appointment-button {
    margin: 20px 0;
}
*/







/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
    position: relative;
    z-index: 999999;
    background: #2f383d;
}
.mainmenu-area .logo {
    display: inline-block;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
}
.mainmenu-area .logo a {
    display: inline-block;
}
.main-menu {
    float: left;
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
}
.main-menu .navigation li {
    display: inline-block;
    float: left;
}
.main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.main-menu .navigation li a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 20px;
    opacity: 1;
    margin: 40px 30px ;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    
}

.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #000;
}


.main-menu .navigation > li:hover, 
.main-menu .navigation > li.current {
background: #e6e6e6;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 280px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 300ms ease;
    border-top: 3px solid #1da1f2;
  
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    clear: both;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}
.main-menu .navigation > li > ul > li:last-child{
    border-bottom: 0px solid #f4f4f4;    
}
.main-menu .navigation > li > ul > li > a {
    width: 100%;
    background: #ffffff;
    padding: 13px 15px 12px 30px;
    margin: 0;
    color: #222222;
    font-size: 15px;
    
    text-transform: capitalize;
    display: block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: padding .2s linear;
    transition: all 500ms ease;
    
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #1da1f2;
    background: #f7f7f7;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #A23030;
  background: url(../submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
    -moz-
  -webkit-transition: all 500ms ease;background-color: #323232;

}


.main-menu .navbar-collapse > .navigation > li:hover .dropdown-btn {   border: 1px solid #fff; }

.outer-search-box {
    float: right;
    height: 39px;
    width: 40px;
    margin: 30px 0;
    transition: all 500ms ease;
    border: 1px solid #1da1f2;
}
.outer-search-box:hover{
    border-color: #1da1f2;    
}
.outer-search-box .seach-toggle {
    background: transparent;
    color: #1da1f2;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 9px 0px;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
    background:#1da1f2;
    color: #fff;
}
.search-box {
    opacity: 0;
    position: absolute;
    right: 25px;
    top: 120%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.search-box.now-visible{
    top:100%;
    opacity:1;
    visibility:visible;	
}
.search-box .form-group{
    position:relative;
    padding:0px;
    margin:0px;
    width:100%;
    min-width:250px;
}
.search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #303443;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
    border-color:#394141;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
    background: #303443;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
    color:#fff;
    background: #394141;
}


.mainmenu-right-box {      float: right; }
.mainmenu-area .appointment-button {
    float: right;
    margin: 25px 0;
}
.mainmenu-area .appointment-button a {
    position: relative;
}
.mainmenu-area .appointment-button a:before {
    position: absolute;
    top: 3px;
    right: 5px;
    content: "";
    background: url(../images/button-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: all 500ms ease;
}
.mainmenu-area .appointment-button a:hover{

}













/********* start header***/
.header{ /*width:100%; min-width: 1196px;*/ background-color:#2f383d; }

.content-header {
    height: 100px;
    margin: auto;
    width: 1096px;
}
.loge{ display:inline-block; vertical-align:top}



.navbar {
 display: inline-block;
float:right;
text-align: left;
margin-bottom: 0;
 }

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
	
}

.navbar ul li{ display:inline-block; }

.navbar ul li a{ 
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
padding: 40px 16px;
display: inline-block;
text-decoration: none;
position: relative;}




.navbar ul li a:hover{ 
transition: all  ease-in-out 0.5s;
text-decoration: none;
background: #efefef;
color: #333;
 }





.navbar ul li:hover{ cursor:pointer}

.under-li {
display: inline-block;
margin-top: 0px;
vertical-align: middle;
display: inline-block;
margin-left: -20px;
position: relative;
z-index: 2;
}


.search-header {
    display: inline-block;
    height: 28px;
    vertical-align: top;
    width: 140px;
    border: 0px solid red;
float: right;
margin-top: 35px;
}
/** slider**/

.slider {
    background-color: #F2F2F2;
margin-bottom: 100px;
    width: 100%;
	position:relative;
	/*min-width: 1196px;*/
}
/**.content-slider{ width:1096px; margin:auto; border:1px solid #C03; position:absolute}**/


.arrow-slider-left {
    display: inline-block;
    margin-top: 145px;
    position: absolute;
    vertical-align: top;
    z-index: 10000;
}



.slider-pic {
    display: inline-block;
    vertical-align: top;
    width: 100%;
	/*min-width: 1196px;*/
	position:absolute;
	
}



.arrow-slider-rigth {
    position: absolute;
    right: 0;
    top: 145px;
}


.content-slider-bottom{ margin:auto; width:1096px}

.left-slider-bottom {
    height: 14px;
    left: 584px;
    position: absolute;
    top: 484px;
    width: 59px;
}


.center-slider-bottom {
    height: 14px;
    left: 650px;
    position: absolute;
    top: 486px;
    width: 59px;
}

.rigth-slider-bottom {
    height: 14px;
    left: 713px;
    position: absolute;
    top: 484px;
    width: 59px;
}
/**end slider**/
/**   welcom-sama   **/


.welcom-sama {

   
   /* height: 430px;*/
    width: 100%;
   /* min-width: 1196px;*/
}

.cotent-welcom{ /*width:1096px; height:430px;*/ margin:auto; }


.top-welcom{ 

background-color: #f7f7f7;
padding: 15px;
display: inline-block;
text-align: center;
width: 100%;
}

.text-top-welcom {
color: #0A76B2;
font-family: "Barlow";
font-weight: bold;
text-transform: capitalize;
text-align: center;

}


.text-top-welcom {
position: relative;
}

.text-top-welcom p {
display: inline-block;
padding-bottom: 5px;
position: relative;
}

.text-top-welcom p:after {

position:absolute;
content:"":
left:50%;
margin-left:-60px;
width:120px;
height:1px;
background:#0A76B2;
bottom:0;
}



.text-top-welcom p:before {

position:absolute;
content:"":
left:50%;
bottom:0;
margin-left:-40px;
width:80px;
height:1px;
background:#0A76B2
}



.two-text-top-welcom {
   color: #777;
display: inline-block;
font-family: "Barlow";
font-size: 16px;

width: 100%;
margin-top: 5px;
}



.top-bootom-welcom {
  
    display: inline-block;
    vertical-align: top;
}

.top-bootom-welcom :hover{ cursor: pointer;}
/** 3 coulam**/
.coullam-1{ padding-top: 10px;  height:275px; background-color:#ffffff; display:inline-block; vertical-align:top}


 .top-bootom-welcom input {
 text-transform: capitalize;
 margin-top: 10px;
 }


.text-Technical-Support {
    color: hsl(0, 2%, 18%);
    font-family: "Barlow";
    font-size: 15px;
    height: 30px;
    margin: 55px auto auto 54px;
    width: 155px;
}

.text-2-Technical-Support {
   color: #777;
font-family: "Barlow";
font-size: 12px;
margin: auto auto auto 50px;
width: 150px;
text-align: center;
overflow: hidden;
height: 60px;
}




.form-welcom-coulm-1 {
   height: 43px;
margin: 15px auto auto;
width: 142px;
margin-left: 22%;
}


/* Sweep To Top */
.coullam-1 {
	text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.coullam-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(45, 53, 71, 0.14);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.coullam-1:hover, .coullam-1:focus, .coullam-1:active {
  color: white;
}
.coullam-1:hover:before,.coullam-1:focus:before, .coullam-1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/**2**/

.coullam-2 {
	padding-top: 10px;
	text-align: center;
    background-color: hsl(0, 0%, 97%);
    display: inline-block;
    height: 275px;
    margin-left: 20px;
    vertical-align: top;
    width: 240px;
}


.pic-Target-Company {
    height: 127px;
    margin-left: 40px;
    margin-top: 10px;
    width: 160px;
}



.text-Target-Company {
    color: hsl(0, 2%, 18%);
    font-family: "Barlow";
    font-size: 15px;
    height: 30px;
    margin: 13px auto auto 54px;
    width: 155px;
}

.text-2-Target-Company {
    color: hsl(0, 0%, 47%);
   font-family: "Barlow";
    font-size: 12px;
    margin: auto auto auto 50px;
    width: 176px;
}

.input-welcom{ width: 137px;
height: 31px;
border: medium none;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
color: #FFF;
font-size: 13px;
font-family: myriad pro;
text-transform: capitalize;
border-radius: 5px;
cursor: pointer;
padding-top: 12px;
}


.input-welcom:hover{
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.46);		transition: all 0.9s ease 0s;


 }
 
.form-welcom-coulm-2 {
    height: 43px;
    margin: 10px auto auto;
    width: 137px;
}


/* Sweep To Top */
.coullam-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.coullam-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 53, 71, 0.14);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.coullam-2:hover, .coullam-2:focus, .coullam-2:active {
  color: white;
}
.coullam-2:hover:before,.coullam-2:focus:before, .coullam-2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




/**3**/






.coullam-3 {
	padding-top: 10px;
	text-align: center;
    background-color: hsl(0, 0%, 97%);
    display: inline-block;
    height: 275px;
    margin-left: 20px;
    vertical-align: top;
    width: 240px;
}


.pic-Analytics-Services {
    height: 127px;
    margin-left: 40px;
    margin-top: 10px;
    width: 160px;
}



.text-Analytics-Services {
    color: hsl(0, 2%, 18%);
    font-family: "Barlow";
    font-size: 15px;
    height: 30px;
    margin: 13px auto auto 54px;
    width: 155px;
}

.text-3-Analytics-Services {
    color: hsl(0, 0%, 47%);
   font-family: "Barlow";
    font-size: 12px;
    margin: auto auto auto 50px;
    width: 176px;
}




.form-welcom-coulm-3 {
    height: 43px;
    margin: 11px auto auto;
    width: 137px;
}


/* Sweep To Top */
.coullam-3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.coullam-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 53, 71, 0.14);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.coullam-3:hover, .coullam-3:focus, .coullam-3:active {
  color: white;
}
.coullam-3:hover:before,.coullam-3:focus:before, .coullam-3:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/**4**/

.coullam-4 {
	padding-top: 10px;
	text-align: center;
    background-color: hsl(0, 0%, 97%);
    display: inline-block;
    height: 275px;
    margin-left: 20px;
    vertical-align: top;
    width: 240px;
}


.pic-Search-Product {
    height: 127px;
    margin-left: 40px;
    margin-top: 10px;
    width: 160px;
}



.text-Search-Product {
    color: hsl(0, 2%, 18%);
    font-family: "Barlow";
    font-size: 15px;
    height: 30px;
    margin: 13px auto auto 54px;
    width: 155px;
}

.text-4-Search-Product {
    color: hsl(0, 0%, 47%);
    font-family: "Barlow";
    font-size: 12px;
    margin: auto auto auto 50px;
    width: 176px;
}




.form-welcom-coulm-4 {
    height: 43px;
    margin: 11px auto auto;
    width: 137px;
}


/* Sweep To Top */
.coullam-4 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.coullam-4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 53, 71, 0.14);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.coullam-4:hover, .coullam-4:focus, .coullam-4:active {
  color: white;
}
.coullam-4:hover:before,.coullam-4:focus:before, .coullam-4:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/***********transform-pic***/


hr {
    background-color: hsl(0, 0%, 48%);
    height: 0px;
    margin: 0;
    padding: 0;
}

.transform-pic {
    background-color:#f7f7f7;
padding:30px 0;
}


.transform-pic .sec-title h1 {
text-transform: capitalize;
font-size: 22px;
font-weight: bold;
margin: 0;
}




.content-transform-pic {
    background-color: hsl(0, 0%, 93%);
    height: 275px;
    margin: auto;
    width: 1096px;
 	vertical-align:top; 
 	position: relative;
}



.background-pic-1 {
    background: hsla(0, 0%, 0%, 0) url("../bootom-slider.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 200px;
    vertical-align: top;
    width: 100%;
 }





.background-pic-2 {
    background: hsla(0, 0%, 0%, 0) url("../bootom-slider-2.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 232px;
    margin-left: 10px;
    margin-top: 40px;
    vertical-align: top;
    width: 344px;
}


.background-pic-3 {
    background: hsla(0, 0%, 0%, 0) url("../bootom-slider-2_2.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 232px;
    margin-left: 10px;
    margin-top: 40px;
    vertical-align: top;
    width: 344px;
}


.arrow-tranform-left {
    display: inline-block;
    height: 122px;
    margin-left: -60px;
    margin-top: 60px;
    vertical-align: top;
    width: 55px;
}


.arrow-tranform-rigth {
    display: inline-block;
    height: 122px;
    margin-top: 60px;
    vertical-align: top;
    width: 13px;
}

/************** about-us***************/
.about-us{ /*width:100%;  height:510px;*/ padding: 30px 0;}
.content-about-us{  height:510px ; margin:auto;}

/**.part-1**/

.header-about-us{ width:310px; margin-top:66px ; margin-right:15px; font-size:21px; font-family:"A_Nefel_Adeti"; color:#404041;}

.line{ width:319px; height:18px; margin-right: -7px;}

.img-under-line{position: relative;  width:100%; margin-bottom: 5px;}
.img-under-line:after {
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;

position: absolute;
}
.img-under-line img {
width:100%;
height: 257px;

}




.text-our-client {
overflow: hidden;

display: inline-block;

position: absolute;

bottom: 0;

width: 100%;

right: 0;

padding: 8px;

background: #000c;

color: #fff;
}



.about-us .container > div {
float:right;
}
.part-1 {
   
    height: 448px;
    width: 316px;
	display:inline-block;
	vertical-align:top;
}
/**.part-2**/
.part-2 {
   
    display: inline-block;
    height: 448px;
    vertical-align: top;
    width: 325px;
}
.img-under-line-2{ width:100%;}

.form-read-more-2 {
    height: 23px;
    margin-top: 15px;
    width: 90px;
}


/**.part-3**/
.part-3 {
   
    display: inline-block;
    height: 448px;
    vertical-align: top;
    width: 390px;
}




.input-last-part-1{  font-family: "Barlow"; color: rgb(64, 64, 65);  height: 32px;
 border-radius: 15px; font-size: 14px; background-color: rgb(220, 220, 220); border-color: rgb(176, 176, 176); border-width: 1px;
  padding-left: 25px; width: 95%; border:1px solid #b4b4b4;}
.input-last-part-1:focus{ background-color:hsla(0, 0%, 100%, 0.64)}


.form-last-part-1,
.form-last-part-2 {
    display: inline-block;
    height: 32px;
    width: 50%;
    float:left;
    font-size: 16px;
}

.input-last-part-2{font-size: 16px;   font-family: "Barlow"; color: rgb(64, 64, 65); font-size:13px; height: 32px; border-radius: 15px; background-color: rgb(220, 220, 220); border-color: rgb(176, 176, 176); border-width: 1px; padding-left: 25px; width: 100%;  border:1px solid #b4b4b4 }

.input-last-part-2:focus{ background-color:hsla(0, 0%, 100%, 0.64)}


.form-last-part-4:last-child .input-last-part-4  { width:100% }


.form-last-part-3 {
    display: inline-block;
    height: 32px;
    margin-top: 10px;
width:100%;
    font-size: 16px;
}

.input-last-part-3{font-size: 16px;   font-family: "Barlow"; color: rgb(64, 64, 65); font-size:13px; height: 32px; 
border-radius: 15px; background-color: rgb(220, 220, 220); padding-left: 25px; border: 1px solid rgb(180, 180, 180); width: 100%;}

.input-last-part-3:focus{ background-color:hsla(0, 0%, 100%, 0.64)}
 
.form-last-part-4 {
    display: inline-block;
    height: 32px;
    margin-top: 10px;
    width: 50%;
    font-size: 16px;
    float:left;
}


.input-last-part-4{font-size: 16px;   font-family: "Barlow"; color: rgb(64, 64, 65); font-size:13px; height: 32px; 
border-radius: 15px; background-color: rgb(220, 220, 220); padding-left: 25px; border: 1px solid rgb(180, 180, 180); width:95%;}


.input-last-part-4:focus{ background-color:hsla(0, 0%, 100%, 0.64)}

.form-last-part-5 {
    display: inline-block;
    height: 32px;
    margin-top: 10px;
     width: 100%;
    font-size: 16px;
}

.input-last-part-5{font-size: 16px;   font-family: "Barlow"; color: rgb(64, 64, 65); font-size:13px; height: 32px; border-radius: 15px; background-color: rgb(220, 220, 220); padding-left: 25px; border: 1px solid rgb(180, 180, 180); width: 100%;}

.input-last-part-5:focus{ background-color:hsla(0, 0%, 100%, 0.64)}

.form-last-part-6 {
    display: inline-block;
    margin-top: 10px;
     width: 100%;
    font-size: 16px;
}

.input-last-part-6{   font-family: "Barlow"; color: rgb(64, 64, 65); font-size:13px; border-radius: 15px;                    background-color: rgb(220, 220, 220); border: 1px solid rgb(180, 180, 180); width: 100%; height: 90px;                     padding-left: 25px;}

.input-last-part-6:focus{ background-color:hsla(0, 0%, 100%, 0.64)}


/**our-clientes**/
.our-clientes-footer{ /*width:100%; min-width: 1196px; */background-color:#f3f3f3;/* height:195px; */border-bottom:2px solid #bcbbbb; }
.content-our-clientes-footer{ /*margin:auto; width:1096px; height:195px; */}


.text-our-clients {
    display: inline-block;
    height: 50px;
    margin-left: 50px;
    margin-top: 15px;
    width: 110px;
	display:inline-block
}




.arrow-our-clients-left {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

.arrow-our-clients-right{
    display: inline-block;
    margin-top: 13px;
    vertical-align: top;
}



.pic-our-client-1 {
    height: 71px;
    margin-left: 10px;
    width: 151px;
 	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
}



.pic-our-client-2 {
  
    display: inline-block;
    height: 85px;
    margin-left: 20px;
    width: 141px;
	vertical-align:top;
	margin-top:15px;
}



.pic-our-client-3 {
   
    display: inline-block;
    height: 67px;
    margin-left: 10px;
    vertical-align: top;
    width: 131px;
	margin-top:15px;
}

.pic-our-client-4 {
 
    display: inline-block;
    height: 56px;
    margin-left: 10px;
    vertical-align: top;
    width: 136px;
	margin-top:15px;
}

.pic-our-client-5 {
  
    display: inline-block;
    height: 56px;
    margin-left: 10px;
    vertical-align: top;
    width: 136px;
	margin-top:15px;
}



/**footer**/
.footer{ /*width:100%;  height:283px*/; background-color:#242020}



.footer .container > div  {  float:left }



.part-footer-1{ width:270px; height:275px; display:inline-block; vertical-align:top}


.header-fo {
color: #fff;
font-family: "Barlow";
font-size: 18px;
margin-right: 10px;
margin-top: 29px;
margin-bottom: 29px;
text-transform: capitalize;
}

.pic-location-footer {
    display: inline-block;
    height: 35px;
    margin-top: 15px;
    vertical-align: top;
    width: 32px;
}




.text-de {
display: inline-block;
color: #b0b0b0;
line-height:25px;
margin:5px 0;

}

.text-de p {
width: 100%;

text-align: right;

font-size: 15px;
display: inline;


}

.text-de i {
float: left;
margin-right: 10px;
border: 1px dashed;
text-align: center;
padding:5px;
font-size: 15px;
}
/**tel**/

.pic-tel-footer {
    display: inline-block;
    height: 35px;
    margin-top: 24px;
    vertical-align: top;
    width: 32px;
}

.text-tel{ display: inline-block;
    margin-top: 33px;
    vertical-align: top;
    width: 220px;
	color:#efefef;
	font-size:14px;
	font-family:"Barlow";
	height: 17px;
overflow: hidden;
	}
	
	/**massage**/

.pic-massage-footer {
    display: inline-block;
    height: 35px;
    margin-top: 24px;
    vertical-align: top;
    width: 32px;
}

.text-massage { display: inline-block;
    margin-top: 32px;
    vertical-align: top;
    width: 220px;
	color:#efefef;
	font-size:14px;
	font-family:"Barlow";
	}
	
	/** part-2-footer**/


.part-2-footer {
   
    display: inline-block;
    height: 275px;
    margin-left: 100px;
    vertical-align: top;
    width: 210px;
}

.header-part-2 {
    color: hsl(0, 0%, 94%);
    font-family: "Barlow";
    font-size: 18px;
    margin-left: 10px;
    margin-top: 29px;
}


/******** ***********/
.left-footer-1{ width:200px}

.left-footer-1{-moz-transition:all 0.6s; -ms-transition:all 0.6s; transition:all 0.6s}
.left-footer-1:hover{ margin-left:5px}
/******* ***/
.left-footer-2{ width:200px; margin-top:5px; transition:all 0.6s; -moz-transition:all 0.6s; -ms-transition:all 0.6s;}
.left-footer-2:hover{ margin-left:5px}

/*************/

.left-footer-3 { width:200px}

.left-footer-3 {-moz-transition:all 0.6s; -ms-transition:all 0.6s; transition:all 0.6s}
.left-footer-3:hover{ margin-left:5px}

/*********/
.left-footer-4 {width:200px}

.left-footer-4 {-moz-transition:all 0.6s; -ms-transition:all 0.6s; transition:all 0.6s}
.left-footer-4:hover{ margin-left:5px}

/*********/

.pic-footer-2-1{ margin-top:20px; width:23px; height:20px; display:inline-block; vertical-align:top}
.p-after {
    color: hsl(0, 1%, 36%);
    display: inline-block;
     font-size: 14px;
    margin-top: 20px;
    vertical-align: top;
 	
}
.p-after a{ text-decoration:none;  color: hsl(0, 1%, 36%)
}

.p-after a:hover {color:#efefef; }
.p-after a:active {color: blue;}



/*** footer-soical**/

.soical-footer-linkes{   display:inline-block; vertical-align:top;}

.head-soical-linkes {
    color: hsl(0, 0%, 94%);
      font-family: "Barlow";
    font-size: 16px;
    margin-top: 29px;
}



.facboock-foooter-soical-linkes {
    display: inline-block;
    height: 33px;
    margin-right: 35px;
    margin-top: 20px;
    vertical-align: top;
    width: 41px;
}

.google-plus-foooter-soical-linkes {
    display: inline-block;
    height: 33px;
     margin-top: 20px;
    vertical-align: top;
    width: 20px;
}


.t-foooter-soical-linkes {
    display: inline-block;
    height: 33px;
    margin-right: 7px;
    margin-top: 20px;
    vertical-align: top;
    width: 41px;
}

.rss-foooter-soical-linkes {
    display: inline-block;
    height: 33px;
    margin-right: 0;
    margin-top: 20px;
    vertical-align: top;
    width: 41px;
}




.header-news-leater{     color: #EFEFEF;
  font-family: "Barlow";
font-size: 16px;
margin-right: 1px;
margin-top: 29px;
margin-bottom: 19px;
}



.submit-footer {

}

.submit-footer input {
background: #fff;

border: 1px solid transparent;

padding: 5px 15px;

margin-top: 5px;
}


.submit-footer input:hover {
color: #fff;
background: #0051de;
}

.email-search-footer {
    display: inline-block;
    width:100%;
}

.enve,
.p-email {
  font-family: "Barlow";

font-size: 15px;

margin-bottom: 10px;

text-transform: capitalize;
color: #b0b0b0;

}
.end-web-site{/*width:100%; min-width: 1196px*/; background-color:#201d1d;/* height:45px*/

display: inline-block;

width: 100%;

padding: 5px 0;
}
.content-end-web-site{ margin:auto; }

.end-text-web-site {
    color: hsl(0, 0%, 86%);
    display: inline-block;
      font-family: "Barlow";
    font-size: 13px;
    width:100%;
    text-align:center;

}

input:focus {
    background-color:hsla(0, 0%, 100%, 0.64);}
    


.icoo {

float:right
}    
    
    .icoo i {
    
    color: #323232;

width: 35px;

height: 35px;

background: #ddd;

border-radius: 50%;

margin: 5px;

display: block;

text-align: center;

line-height: 35px;

font-size: 17px;
    
    }
    
    
    
    
    
    .icoo i:hover {
        color: #fff;
        background: #0051de;
    }
    
    .soical-footer-linkes {
    margin:15px 0;
    }
  /********************mycss**********************/
 
  .headermenu{
  	border: 0px solid #F00;
position: relative;
height: 20px;
  }
  
  .submenu {
width: 200px;

position: absolute;

left: 0px;

top: 100%;

opacity: 1;

z-index: 111111;

display: block;

border: 0px solid #F00;

border-bottom-right-radius: 4px;

border-bottom-left-radius: 4px;

box-shadow: -1px 10px 12px -14px rgba(209, 209, 209, 0.8);

background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.66);

height: 0px;

overflow: hidden;

transition: all ease-in-out 0.6s;

background: #333;
}

.link {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #8F8F8F;
	width: 97%;
	text-align: left;
	padding-left: 3%;
}
 .link:hover {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.62);
	transition: all 0.9s ease 0s;
}
.link a {
	color: #FFF;
	font-size: 80%;
	font-weight: lighter;
	text-align: left;
	padding:0 !important;
	width: 100%;
background: #333;
transition: all ease-in-out 0.6s;
}
.link a:hover {
	color: #FFF;
	transition: all 0.9s ease 0s;
}

.headermenu:hover > .submenu {
	height: auto;
	transition: all 0.9s ease 0s;
	
}

 .pic-tec{
 	margin-top: -3px;
margin-bottom: 12px;
 }


.slideall {
    
    width: 1050px;
    height: 272px;
    overflow: hidden;
    position: relative;
    margin: 0px auto auto;
    border: 0px solid red;
    text-align: left;
    direction: ltr;
margin-left: 2px;
}

#slides {
  min-width: 600000px;
  height: 272px;
  left: 0px;
  top: 0;
  position: absolute;
  border: 0px solid green;
  padding-left: 0px;
  direction: ltr;
}

.slide {
     
     text-align: left;
    padding: 0px;
 position: relative;
   
   background: hsla(0, 0%, 0%, 0) url("../bootom-slider.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 232px;
    margin-top: 40px;
    vertical-align: top;
    width: 346px
}

#right {
    position: absolute;
right: -6px;
bottom: 72px;
cursor: pointer;
z-index: 1;
}
#left {


position: absolute;
left: -48px;
bottom: 75px;
cursor: pointer;
z-index: 1;
}

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/*
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
float: none;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}*/

.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
   -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
   /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



/********************startinnerpage********/

.innerbody {
	width: 1096px;
 	border: 0px solid red;
	margin: auto;
	margin-top: 10px;
 }

.slidetexttittle {
	color: #6b6b6b;
	font-size: 100%;
font-family: "Barlow";
	border-bottom: 1px solid #d7d3d3;
	padding-bottom: 10px;
	margin-bottom: 4px;
   text-align: left;
}
.reachtext{
	width: 100%;
margin: auto;
border: 0px solid #F00;
 padding: 10px;
border-radius: 5px;
text-align: left;
padding-top: 10px;
padding-left: 1%;
position: relative;
z-index: 4444;
 }
 .innerdecrption{
	line-height: 23px;
	color: rgb(149, 149, 149);
 	border: 0px solid yellow;
  	height: auto;
 text-align: left;
font-size: 14px;
padding-bottom: 22px;
  }
  .innerdecrption li{
  	list-style: circle;
  	margin-left: 15px;
  }
  
  #form {
	border: 1px solid #E6E6E6;
	margin-top: 16px;
	width: 445px;
}

.con {
	font-weight: lighter;
	color: #098BF7;
	font-size: 100%;
 }
.condata {
	color: #616161;
	font-size: 95%;
	margin-left: 27px;
	width: 368px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D4C9C9;
 	margin-top: 15px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.condata:focus{
	border: 1px solid #9CD1E3;
}

#submit {
width: 140px;

padding-top: 6px;

padding-bottom: 6px;

cursor: pointer;

text-align: center;

background-repeat: no-repeat;

background-position: 70% 50%;

font-size: 16px;

border-radius: 10px;

background: #333;

color: #fff;

border: 1px solid transparent;

float: none;

margin: 0 auto;

    margin-top: 0px;

display: block;

margin-top: 15px;
}

#submit:hover {

    background: #098BF7;
    color: #fff;
    opacity: 0.9;
    transition: all 0.5s ease-in-out;

}
#contactus_table {
	color: rgb(88, 89, 91);
	font-size: 85%;
	padding-top: 5px;
	font-weight: lighter;
	font-family: "Barlow";
	line-height: 22px;
}

.contactus_tabletd {
	width: 64px;
	color: rgb(97, 182, 28);
	font-size: 112%;
	padding-left: 15px;
}

.contactname {
	text-align: left;
	color: #098BF7;
	font-size: 100%;
	margin-right: 3px;
	font-weight: lighter;
	padding-left: 10px;
}

.contactvalue2 {
	direction: ltr;
	font-weight: lighter;
	font-size: 100%;
	color: rgb(88, 89, 91);
	text-align: left;
	padding-left: 20px;
}

.downloadfile {
	color: #098BF7;
	font-size: 105%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-left: 0px;
}
.downloadfile:hover {
	background: #098BF7;
	color: #fff;
	transition: all 0.9s ease 0s;
}

/**************************start new event***********/
.entereddiv-news {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.entereddiv-news-text {
	float: left;
	text-align: left;
	margin-bottom: 2px;
	font-size: 15px;
	color: #4E4E4E;
}

.entereddiv-news-date {
	width: 500px;
	float: left;
	font-size: 15.2px;
	color: #098BF7;
}
.clrrr {
	clear: both;
}
.entereddiv-news-mazed {
	width: 500px;
	float: left;
	font-size: 16px;
}




.entereddiv-news-image {
	width: 235px;
	box-shadow: 0px 0px 4px 2px #098BF7;
	float: left;
	height: 150px;
	border-radius: 3px;
	margin-right: 17px;
	background-color: rgb(252, 252, 252);
	position: relative;
}

.entereddiv-news-image img {
	position: absolute;
	width: 226px;
	height: 140px;
	top: 5px;
	left: 5px;
	border-radius: 5px;
}

.entereddiv-news-image-details {
	box-shadow: 0px 0px 4px 2px rgba(11, 56, 252, 0.52);
	float: left;
	border-radius: 3px;
	background-color: #175ACF;
	position: relative;
	width: 63%;
	height: 250px;
	margin-bottom: 20px;
	margin-left: 167px;
}

.entereddiv-news-image-details img {
	position: absolute;
	width: 494px;
	top: 5px;
	left: 5px;
	border-radius: 5px;
	height: 241px;
}

.entereddiv-news-date-details {
	width: 200px;
	float: left;
	font-size: 15px;
	color: #0030FF;
	margin-left: 2px;
}

.entereddiv-news-text-details {
	width: 792px;
	float: left;
	text-align: left;
	direction: ltr;
	margin-bottom: 2px;
	font-size: 15px;
	color: black;
	margin-left: 2px;
	margin-top: 4px;
}
/******************************** end of the entered div*********************************/
/*******pagination**/
.nu {
	width: 30px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background: none repeat scroll 0% 0% #2A3037;
	box-shadow: 0px 1px 1px 0px #9CC1E1;
}

.bodycenterblock{
width: 100%;
	margin-right: 5px;
	min-height: 208px;
	margin-top: 0px;
	border: 0px solid red;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 20px;
}

.backgroundimg2 {
width: 100%;
	background: #fff;
	border: 1px solid #d3d2d1;
	text-align: center;
	margin-bottom: 7px;
}
.backgroundimg2 img {
width: 100%;
	height: 140px;
}
.backgroundimg2 img:hover {
	-webkit-box-shadow: 0px 0px 5px -1px #D4C9C9;
	-moz-box-shadow: 0px 0px 5px -1px #D4C9C9;
	box-shadow: 0px 0px 5px -1px #D4C9C9;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.9s ease 0s;
	opacity: 0.8;
}

.producttittle{
	font-size: 110%;
	font-weight: lighter;
	color: #504b4b;
 	font-size: 15px;
}
.producttittle:hover{
	color: #005B95;
	transition: all 0.9s ease 0s;
}



.searchtext{
	width: 0px;
position: absolute;
right: 1px;
top: 0px;
height: 26px;
text-align: left;
padding-left: 4px;
border: 0px none;
 color: #FFF;
overflow: hidden;
font-size: 80%;
 border: 0px solid red;
background: none repeat scroll 0% 0% rgba(34, 66, 86, 0);
 }




/******************** Home - Services 0.2 **********************/



.card--eleven {
		position: relative;
		border: 0 none;
		overflow: hidden;
		margin:10px 0;
}

.card--eleven figure img {
		-webkit-border-radius: .33333rem;
		border-radius: .33333rem;

width: 100%;
height: 340px;
}

.card--eleven .card-body {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 70px;
background: rgba(9, 9, 9, 0.7);
		visibility: visible;
		opacity: 1;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		padding: 20px;
		transition: all .3s ease
}

.card--eleven .card-body .card-contents .content-top {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: grid;
		text-align: left;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
}

.card--eleven .card-body .card-contents .content-top span {
		font-size: 2.4rem;
		color: #fff;
		margin-right: 1rem
}

.card--eleven .card-body .card-contents .content-top h6 {
		margin-bottom: 0;
font-size: 17px;
}

.card--eleven .card-body .card-contents .content-bottom {
		max-height: 0;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		overflow: hidden
}

.card--eleven .card-body .card-contents .content-bottom p {
		margin-top: 1rem
}

.card--eleven .card-body h6 {
		color: #fff;
		margin-bottom: 0
}

.card--eleven .card-body p {
		color: rgba(255, 255, 255, .9);
		margin-bottom: 2rem
}

.card--eleven:hover .card-body {
		min-height: 100%
}

.card--eleven:hover .card-body .card-contents {
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 2.66667rem
}

.card--eleven:hover .card-body .card-contents .content-top {
		display: block;
		text-align: center
}

.card--eleven:hover .card-body .card-contents .content-top span {
		display: none
}

.card--eleven:hover .card-body .card-contents .content-top h5 {
		margin-bottom: 2rem
}

.card--eleven:hover .card-body .card-contents .content-bottom {
		max-height: 300px
}

.card-style-eleven .btn {
background: #fff;
color: #009;
border:0;
border-radius:0
}
/*
.card-style-eleven .btn:hover {
background: #009;
color: #fff;
}
*/

.card-style-eleven {
padding:50px 0;
}


.under-sec:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: rgb(28, 182, 253);
}



.under-sec:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: rgb(28, 182, 253);
}


.under-sec {
display: inline-block;
position: relative;
padding: 0px 2px;
padding-top: 10px;}


.under-sec small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
background-color: rgb(28, 182, 253);
}

.under-sec small:before {
content: '';
position: absolute;
left: -40px;
top: 16px;
width: 40px;
height: 1px;
background-color: rgb(28, 182, 253);
}

.under-sec i { 
font-size: 25px;
color: rgb(28, 182, 253);}

.under-sec i:before {
font-size: 26px;
margin-left: 0;
}


.under-sec small {
position: absolute;
left: 0px;
top: 0px;
width: 100%;}



.sec-title {

position: relative;
text-align: center;
margin-bottom: 25px;}


.sec-title a {
text-transform:capitalize 

}


.sec-title img {
margin-top: -30px;
width: 50px;}





.gallery-section .owl-prev {

position: absolute;
    top: 50%;
    margin-top: -80px;
    background: url(../arrow-left.png);
    font-size: 0;
    width: 55px;
    height: 122px;
    left: -47px;

}



.gallery-section .owl-next {

position: absolute;
    top: 50%;
    margin-top: -80px;
    background: url(../arrow-rigth.png);
    font-size: 0;
    width: 55px;
    height: 122px;
    right: -37px;

}





.gallery-section .owl-dots {
    position: relative;
}
.owl-dots .owl-dot{
	background-image:none;
	width: 13px;
	height: 13px;
	margin: 5px 7px;

	padding:0px;
	background: #B2282E;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	transition: all 500ms ease;
	display: inline-block;
}
.owl-dots .owl-dot span{
	display:none;	
}
.owl-dots .owl-dot.active{
	background:#233588;
    border-radius: 15px;
width:25px;
}
.owl-dots .owl-dot:hover{
    background: #233588;
}

.owl-theme .owl-dots .owl-dot span {
display: none;
}

.gallery-section .owl-controls .owl-dots {
    display: none !important;
}




/* Sweep To Top */
.card-style-eleven .btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.card-style-eleven .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.card-style-eleven .btn:hover, .card-style-eleven .btn:focus, .card-style-eleven .btn:active {
  color: white;
}
.card-style-eleven .btn:hover:before, .card-style-eleven .btn:focus:before, .card-style-eleven .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




.under-sec:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #5e9ee0;
}



.under-sec:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #5e9ee0;
}


.under-sec {
display: inline-block;
position: relative;
padding: 0px 2px;
padding-top: 10px;}


.under-sec small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
background-color: #5e9ee0;
}

.under-sec small:before {
content: '';
position: absolute;
left: -40px;
top: 16px;
width: 40px;
height: 1px;
background-color: #5e9ee0;
}

.under-sec i { 
font-size: 25px;
color: #5e9ee0;}

.under-sec i:before {
font-size: 26px;
margin-left: 0;
}


.under-sec small {
position: absolute;
left: 0px;
top: 0px;
width: 100%;}



.sec-title {

position: relative;
text-align: center;
margin-bottom: 25px;}


.sec-title a {
text-transform:capitalize 

}


.sec-title img {
margin-top: -30px;
width: 50px;}




.top-header .fa {
	vertical-align: middle;
	background-color:rgba(255, 255, 255, 0.1);
	border:1px solid rgba(0,0,0,0.01);
	padding:3px;
	width:22px;
	height:22px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	font-size: 12px;
margin: 0;
position: relative;
color:#fff;
}
	
	
.top-header .fa:hover {
background-color: #999;
}


.top-header .fa-twitter:hover {
background-color: #18D1FF !important;
}


.top-header .fa-facebook:hover {
background-color: #4267B2;
}


.top-header .fa-google:hover {
background-color: #f00;
}


.top-header .fa-skype:hover {
background-color: #00adf2;
}

.top-header .fa-youtube:hover {
background-color: #f00;
}




.top-bootom-welcom a {
padding: 5px 15px;

background: #323232;

color: #fff;
 text-transform: capitalize;
 margin-top: 10px;
 }



 .two-text-top-welcom p {
 font-size:14px;
 }





/* Sweep To Top */

.a-ptn {
background:#323232;
color:#fff;
border-radius: 10px;

overflow: hidden;
}


.a-ptn,
.card-style-eleven .btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 5px 10px;
}
.a-ptn:before,
.card-style-eleven .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.a-ptn:hover, .a-ptn:focus, .a-ptn:active,
.card-style-eleven .btn:hover, .card-style-eleven .btn:focus, .card-style-eleven .btn:active {
  color: white;
}


.a-ptn:hover:before, .a-ptn:focus:before, .a-ptn:active:before,
.card-style-eleven .btn:hover:before, .card-style-eleven .btn:focus:before, .card-style-eleven .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


input.a-ptn:hover {
color:#333;
background:#fff;
border:1px solid #233232;
}


/* Sweep To Top */
.top-bootom-welcom a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.top-bootom-welcom a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top-bootom-welcom a:hover, .top-bootom-welcom a:focus, .top-bootom-welcom a:active {
  color: white;
}
.top-bootom-welcom a:hover:before, .top-bootom-welcom a:focus:before, .top-bootom-welcom a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/* Sweep To Top */

.a-ptn {
background:#323232;
color:#fff;
border-radius: 10px;

overflow: hidden;
}


.a-ptn,
.card-style-eleven .btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

}



 
 .background-pic-1 .hvr-bounce-out  {
width: 74px;
height: 50px;
left: 38%;
top: 50%;
margin-top: -25px;
position: absolute;
z-index: 2222;
}




.about-us .sec-title {
text-align: left;
}

.sec-title h2{
font-size: 22px;
margin: 0;
}


.about-us .sec-title h3{
font-size: 18px;
margin: 0;
text-transform: capitalize;
}



.about-us .under-sec small:before,
.about-us .under-sec:before {
display:none;
}

@media only screen and (max-width: 767px) {
 
.gallery-section .owl-controls .owl-dots {
    display: block !important;
}

.owl-controls {
margin-top: 20px;
display: block;
text-align: center;
}



 }
 
 
 
 .footer ul.ul-footer li {
 width: 50%;
float: left;
 }
 
 
 
  .footer ul.ul-footer li a {
 padding: 5px;

line-height: 30px;
position: relative;
color: #b0b0b0;
font-size: 15px;

text-transform: capitalize;
}

  .footer ul.ul-footer li a:after {
position: absolute;
top: 1px;
content: "\f105";
font-family: FontAwesome;
left: -5px;
color: #fff;
font-size: 16px;
}


/*======================================
13. BLOG  
======================================*/ 

.date-style-3 .wt-post-media{
	border-bottom:3px solid #1da1f2;
}


.date-style-3 .wt-post-media img {
width:100%;
}

.blog-post {
	position:relative;
	margin-bottom:20px;
	height: 270px;

overflow: hidden;
}

.wt-post-title{
	margin-bottom:10px;
}
.wt-post-title .post-title{
	margin:0;
}

.wt-post-meta {
	margin-bottom:10px;
}
.wt-post-meta ul {
	margin:0 -4px;
	list-style:none;
}
.wt-post-meta li {
	padding: 0;
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	font-family: 'Crete Round', serif;
}
.wt-post-meta a {
	color:#a9a9a9;
}
.wt-post-meta i {
	color:#7b7b7b;
	margin:0 5px;
}

.wt-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}
.wt-post-meta li:last-child:after {
	display:none;
}
.wt-post-text {
	margin-bottom:15px;
}
.wt-post-text p:last-child {
margin: 0;

font-size: 14px;

font-weight: normal;

padding: 10px;
}
.wt-post-readmore  {
	margin-bottom:15px;
}
.wt-post-tags {
	padding-top:10px;
}
.wt-post-tags .post-tags {
	margin:0 -3px;
	list-style:none;
}
.wt-post-tags .post-tags a {
	border:1px solid #ddd;
	padding:2px 8px;
	color:#a9a9a9;
	margin:0 3px 5px 3px;
	display:inline-block;
	text-transform:uppercase;
	font-size:10px;
	font-weight:600;
}
.wt-post-tags .post-tags a:hover{
	background-color:#1da1f2;
	color:#fff;
	}
	
/*-------------------------------------
	1. post date syle css
-------------------------------------*/

.date-style-2 .post-date {
	color:#fff;
	position:absolute;
	left:20px;
	top:0;
	width:50px;
	text-align:center;
	text-transform:uppercase;
	background-color:#1da1f2;
	z-index:1;
}
.date-style-2 .post-date strong,
.date-style-2 .post-date span  {
	display:block;
	padding:10px 5px;
}
.date-style-2 .post-date strong {
	font-size:10px;
	padding:10px 5px 5px;
	position:relative;
	background-color:#273447;
}

.date-style-2 .post-date span {
	font-size:16px;
	padding:5px 5px 10px;
}
.date-style-2 .post-date:after,
.date-style-2 .post-date .fa,
.date-style-3 .post-date:after {
	display:none;
}

.date-style-3 .wt-post-info {
	position:relative;
background-color: #ececec;
}
.date-style-3 .post-date {
	background-color:#273447;
	text-transform:uppercase;
	position:absolute;
	padding:8px 15px;
	color:#fff;
	top:-39px;
	left:0;
	height:36px;
	z-index:1;
	direction: ltr;
	margin-left: 0;
}


.wt-post-title h3 {

    font-weight: 600;
    line-height: 24px;
    color: #3d474a;
    margin-bottom: 20px;
    
    }
    
    
    
    
    .wt-post-title h3 a {
    
    font-size: 15px;color: #333;

padding: 8px;

font-weight: normal;
    }

.date-style-3 .post-date i {
	position:relative;
	background:#1da1f2;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 36px;
	line-height:36px;
	margin-top:-8px;
	margin-left:-15px;
	margin-right:15px;
}



.blog-post:hover img {
transform:scale(1.1)

}
.blog-post img {

transition:all ease-in-out 0.5s;

}
.date-style-3 .post-date strong {
	color:#1da1f2;
	margin-right:2px;
}
.date-style-3.date-skew .post-date i {
	margin-right:35px;
}
.date-style-3.date-skew .post-date i::after {
	background-color: #1da1f2;
	content: "";
	height: 100%;
	position: absolute;
	right: -12px;
	width: 25px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}
.date-style-3.date-skew .post-date:before {
	content:"";
	position:absolute;
	background-color:#273447;
	right:-12px;
	top:0px;
	height:100%;
	width:25px;
	z-index:1;
	display:block;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}


.recent-posts-entry-date .widget-post:last-child{
	border:none;
}
.recent-posts-entry-date .wt-post-date{
	background-color:#12151a;
	width:50px;
	height:60px;
	float:left;
}
.recent-posts-entry-date .wt-post-date strong{
	display:block;
	font-size:24px;
}
.recent-posts-entry-date .wt-post-date span{
	display: block;
	font-size:11px;
	text-transform:uppercase;
	font-weight: 600;
}
.recent-posts-entry-date .wt-post-info{
	margin-left:70px;
}

.recent-posts-entry-date .wt-post-info .wt-post-meta ul li{
	font-weight:normal;
	font-size:12px;
}

.recent-posts-entry-date	 .wt-post-info .post-title{
	font-weight:bold;
	margin-top: 0px;
}


.tp-chech {
    background: url(../bg3.jpg);
padding: 80px 0;
text-align: center;
margin-bottom: 30px;
background-size: cover;
background-position: center;
position: relative;
}


.tp-chech:after {
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
background:#0006;
}

.in-tot {
position: relative;
z-index: 2;

}



.desc-a h3 {
color: #fff;
font-weight: bold;
position: relative;
display: inline-block;
line-height: 25px;
text-transform: capitalize;
margin: 0;}

.desc-a h3:after {
content: "";
width: 100px;
height: 1px;
right: -120px;
top: 15px;
position: absolute;
background: #fff;
}



.desc-a h3:before {
content: "";
width: 100px;
height: 1px;
left: -120px;
top: 15px;
position: absolute;
background: #fff;
}

.dol-s  {
position: relative;
margin-bottom:15px;

}



.dol-s img {
width:100%;
height:180px;
}


.dol-s .tok  {
position: absolute;
top: 0;
left: 0;
text-align: center;
height: 180px;
width: 100%;
height: 180px;
display: grid;
vertical-align: middle;

}


.dol-s .tok i  {
width: 50px;

height: 50px;

color: #fff;

background: #002388ba;

border-radius: 50%;

line-height: 48px;

font-size: 22px;

position: absolute;

top: 50%;

margin-top: -25px;

left: 50%;

margin-left: -25px;
transition: all ease-in-out 0.5s;

transform: scale(0);}



.dol-s .tok:hover i {
transform: scale(1);
}
