

/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/
/*-----------------------------------
   1 ) Font Import From Google Fonts
  -----------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
    font-family: 'Koodak';
    src: url('../fonts/fonts/bkoodakbold.ttf') format('truetype'), url('assets/fonts/fonts/bkoodakbold.eot') format('eot'), url('../fonts/fonts/bkoodakbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSansWebBold';
    src: url('../fonts/fonts/IRANSans-Bold-web.woff2') format('woff2'),
    url('../fonts/fonts/IRANSans-Bold-web.woff') format('woff'),
    url('../fonts/fonts/IRANSans-Bold-web.eot') format('eot'),
    url('../fonts/fonts/IRANSans-Bold-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-size: .9em;
}
@font-face {
    font-family: 'YekanNumbers';
    src: url('../fonts/fonts/YekanNumbers-Regular.woff') format('woff');
    font-weight: bold!important;
    /*font-style: normal;*/
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/fonts/IRANSans-web.woff2') format('woff2'),
    url('../fonts/fonts/IRANSans-web.woff') format('woff'),
    url('../fonts/fonts/IRANSans-web.eot') format('eot'),
    url('../fonts/fonts/IRANSans-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-size: .9em;
}

.farsiFont{
  font-family: "YekanNumbers","IRANSansWebBold", "Koodak"!important;
}
.farsiFontReg{
  font-family: "YekanNumbers","IRANSansWeb", "Koodak"!important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  font-size: 14px;
  color: #222;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  width:100%;
  font-family: "YekanNumbers","IRANSansWeb","Koodak",'Raleway', sans-serif;
  background: url(../images/soton2.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
  background-position-y: 105px;
  background-color: rgba(1, 168, 133, 0.5);
  background-blend-mode: hard-light;
  line-height: 2;
}

.table-q td, .table-q th{
  text-align: center!important;
}

n{
  font-family: 'Raleway', sans-serif;
  direction: ltr!important;
}
hr{
  margin: 0;
  border-width: 20px;
  border-color: #00a885;
}

.row{
  margin-left: 0;
  margin-right: 0;
}

.container {
  width: 98%!important;
}
/* .navbar-nav li a:hover{
  color: #fff !important;
  background-color:rgba(144, 249, 174, 0.4) !important;
  background-image: none !important;
  } */
.navbar-nav > .active > a, .navbar-nav li a:hover {
  color: #fff !important;
  background-color:#57f2f9 !important;
  background-image: none !important;
}

.navbar-default .navbar-nav > li > a{
  color: #000!important;
}

#navbar-menu b{
  /* border-right: solid #00816a 1px;
  border-left: solid #00816a 1px; */
  border-radius: 5px;
  padding: 5px;
  background-color: #57f2f9;
}


/* .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #143a40!important;
  }
  .table-bordered {
    border: 1px solid #143a40!important;
} */
/* .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {

    border: 2px solid #143a40!important;
} */
/* table .table-bordered {
  border: 2px solid #143a40!important;

} */
table{
  border:2px solid #143a40;
}
table.table-bordered{
    border:2px solid #143a40;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:2px solid #143a40;
    text-align: center;
    vertical-align: middle;
}
table.table-bordered > tbody > tr > td{
    border:2px solid #143a40;
}
table.table-bordered > tbody > tr > td .btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem;
}

h1{
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

.typed {
	display: inline-block;
	margin: 0;
}
.typed-cursor {
	/* font-size: 40px; */
	display: inline-block;
	margin: 0 10px;
	color: #00a8ff;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.glow {
        -webkit-animation-duration: 1s;
        -webkit-animation-name: glow;
        -webkit-animation-direction: alternate;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-name: glow;
        animation-direction: alternate;
        animation-iteration-count: infinite;

    }

    @-webkit-keyframes glow {
        from { text-shadow: 0 0 0px blue; }
        to { text-shadow: 0 0 20px blue; }
    }

.glow2 {
        -webkit-animation-duration: 1s;
        -webkit-animation-name: glow2;
        -webkit-animation-direction: alternate;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-name: glow2;
        animation-direction: alternate;
        animation-iteration-count: infinite;

    }
    .img-circle{
        width:100% !important;
    }

    @-webkit-keyframes glow2 {
        from { text-shadow: 0 0 0px #8cf8ff; }
        to { text-shadow: 0 0 20px #8cf8ff; }
    }
.glow3 {
      -webkit-animation-duration: 0.75s;
      -webkit-animation-name: glow3;
      -webkit-animation-direction: alternate;
      -webkit-animation-iteration-count: infinite;
      animation-duration: 0.75s;
      animation-name: glow3;
      animation-direction: alternate;
      animation-iteration-count: infinite;

  }

  @-webkit-keyframes glow3 {
      from { text-shadow: 0 0 0px red; }
      to { text-shadow: 0 0 20px red; }
  }



.border1{
  text-shadow:-0.7px -0.7px 0 violet, 0.7px -0.7px 0 violet, 0.7px 0.7px 0 violet,0.7px 0.7px 0 violet;
}
.border3{
  text-shadow:-0.7px -0.7px 0 #2a7593, 0.7px -0.7px 0 #2a7593, 0.7px 0.7px 0 #2a7593,0.7px 0.7px 0 #2a7593;
}
.border1 a u{
  color: black;
  text-shadow:-0.7px -0.7px 0 violet, 0.7px -0.7px 0 violet, 0.7px 0.7px 0 violet,0.7px 0.7px 0 violet;
}
.border2{
  text-shadow:-1.2px -1.2px 0 white, 1.2px -1.2px 0 white, 1.2px 1.2px 0 white,1.2px 1.2px 0 white;
}
.border4{
  text-shadow:-1.5px -1.5px 1 black, 1.5px -1.5px 1 black, 1.5px 1.5px 1 black,1.5px 1.5px 1 black;
}

.blink{
  /* width:200px;
  height: 50px; */
  /* padding: 15px; */
  text-align: center;
  /* line-height: 50px; */
  animation: blink 0.8s linear infinite;
}
.blink span{
  font-size: 25px;
  /* font-family: cursive; */
  /* color: black; */
  animation: blink 0.8s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.col-md-7-{
  width: 14%;
}
.col-md-5-{
  width: 20%;
}
.col-md-4-{
  width: 30%;
  margin: 0 130px;
}



/* Style the tab */
.tab {
 overflow: hidden;
 /* border: 1px solid #bbece2;
 background-color: #eafffb; */
}

/* Style the buttons that are used to open the tab content */
.tab button {
 float: right;
 outline: none;
 cursor: pointer;
 padding: 14px 21px;
 transition: 0.3s;
 border-radius: 20px;
border: 1px solid #bbece2;
background-color: #eafffb;
}

/* Change background color of buttons on hover */
.tab button:hover {
 background-color: #eafffb;
}

/* Create an active/current tablink class */
.tab button.active {
 background-color: #bbece2;
}

/* Style the tab content */
.tabcontent {
 display: none;
 padding: 6px 12px;
 border: 1px solid #bbece2;
 border-top: none;
 background: #bbece2;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.telegram{
    background: #139bd0;
}
.whatsapp{
    background: #24cd63;
}
.google{
    background: #c62828;
}
.rss{
    background: #ff8f00;
}

.icon{
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 7px;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 28px;
}
a .icon{
    color: #dadada;
}
/*.social-icon{
    float: right;
}*/
a .icon:hover{
    background: transparent;
}
a .telegram:hover{
    color: #139bd0;
    border-color: #139bd0;
}
a .whatsapp:hover{
    color: #24cd63;
    border-color: #24cd63;
}
a .google:hover{
    color: #c62828;
    border-color: #c62828;
}
a .rss:hover{
    color: #ff8f00;
    border-color: #ff8f00;
}
a .insta_color:hover{
  border-color: #da3e65;
}
.insta_color{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec8758+0,da3e65+17,be1d91+33,a218c3+67,9717dd+83,6f3bcd+100 */
background: #ec8758; /* Old browsers */
background: -moz-linear-gradient(45deg, #ec8758 0%, #da3e65 17%, #be1d91 33%, #a218c3 67%, #9717dd 83%, #6f3bcd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ec8758 0%,#da3e65 17%,#be1d91 33%,#a218c3 67%,#9717dd 83%,#6f3bcd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ec8758 0%,#da3e65 17%,#be1d91 33%,#a218c3 67%,#9717dd 83%,#6f3bcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8758', endColorstr='#6f3bcd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 10px;
}

#clockdiv > div:first-child{
    font-size: 14px;
    padding: 9px 5px;
    margin-bottom: 2px;
    float: right;
    height: 32px;
    font-weight: bold;
}

#clockdiv > div{
	/* padding: 10px; */
	border-radius: 3px;
	background: #38E7C2;
	display: inline-block;
	height: 32px;
    float: right;
    margin: 0 3px

}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
  /*height: 10px;*/
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.smalltext{
	padding-bottom: 3px;
	font-size: 10px;
}



/* keynote */
.intro-content h2.small-heading:after {
  background-color: #F0DAC2;
}
.faq-desc-item {
    margin: 15px 10px;
}
.flip-container {
    -webkit-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotate(-180deg);
    -sand-transform: rotate(-180deg);
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    height: auto;
    min-height: 310px;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
.front,
.back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    background-color: rgb(3, 88, 122);
    width: 100%;
    border-radius: 5%;
}

.front img{
  width: inherit;
  border-radius: 10%;
  margin-top: 5%;
  max-width:190px;
}
.front h4{
  font-size: 15px
}
.front h4,
.back p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #acfbff;
}

.front h5 {
    line-height: 31px;
    font-weight: 400;
    position: absolute;
    top: 10%;
    margin-left: -50%;
    margin-top: -29px;
    width: 100%;
}
.back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotate(-180deg);
    -sand-transform: rotate(-180deg);
    transform: rotateY(180deg);
    background-color: rgb(3, 88, 122);
    z-index: 99999999;
    width: 100%;
    border-radius: 5%;
}

.back h5 {
    margin-top: 40px;
}

.back p {
  padding: 0 20px;
  color: #acfbff;
  /* font-family: 'Raleway', sans-serif; */
  line-height: 1.3em;
  font-size: 14px;
  margin-top: 10%;
}
.back a{
  color: #8dd8db;
}
/* .back p a{
  color: black;
} */
.back .info{
  /*position: absolute;*/
  bottom: 15%;
  /*left: 13%;*/
  /* display: none; */
  margin-top:30px;
}
.back .info .btn-primary{
    color: rgb(3, 88, 122);
    background-color: #acfbff;
    border:1px solid;
    border-color: #acfbff;

}
.back .info .btn-primary:hover{
    background-color: rgb(3, 88, 122);
    border-color: #8dd8db;
    color:#8dd8db;
}
.back .info .btn2{
  color: rgb(28, 168, 206);
  background-color: #fff;
  border:1px solid;
  border-color: #fff;
}
.back .info .btn2:hover{
  background-color: rgb(28, 168, 206);
  border-color: #fff;
  color:#fff;
}
#key .col-md-3 {
  padding-left: 3%;
  padding-right: 3%;
}
#key .col-md-7- {
  padding-left: 0%;
  padding-right: 0%;
}
#key .col-md-5- {
  padding-left: 1%;
  padding-right: 1%;
}
#key .col-sm-12 {
  padding-left: 3%;
  padding-right: 3%;
}
/* #key .col-xs-12- {
  padding-left: 0%;
  padding-right: 0%;
} */

/* #key .col-md-3{
  width: 20%;
} */
/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

/*@-webkit-viewport { width: device-width; }*/
/*@-moz-viewport { width: device-width; }*/
/*@-ms-viewport { width: device-width; }*/
/*@-o-viewport { width: device-width; }*/
/*@viewport { width: device-width; }*/

/*
    Page Content
------------------------------------------*/

.page-content,
section { overflow: hidden; }

/*
    On Scroll Animations
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.roomy-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}


/*text color*/

.text-muted{}
.text-primary{color: #00a885 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#00a885 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{color: rgb(240, 238, 108) !important}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #00a885;}
.bg-second{background-color: #554446 ;}
.bg-finence{background-color:rgb(19, 160, 179);}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: rgba(17,53,64,.2);}
.bg-white{background-color: #fff;}
.bg-light{
  background-color: rgba(245,245,245,.7);
}
.bg-hami{
  /* background-color: #00a88533; */
  background-color: rgba(0, 38, 168, 0.5);
}
.bg-style{
  background-color: rgba(188, 255, 241, 0.5);
}
.bg-style2{
  background-color: rgba(218, 255, 247, 0.5);
}
.bg-bg{
  background-image: url("../images/imagee.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.bg-grzilla{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e391+0,61c419+50,b4e391+100;Green+3D */
background: #b4e391; /* Old browsers */
background: -moz-linear-gradient(45deg, #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.bg-blzilla{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
background: #b3dced; /* Old browsers */
background: -moz-linear-gradient(45deg, #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

/*img {*/
    /*-moz-user-select: none;*/
    /*-webkit-user-select: none;*/
    /*-ms-user-select: none;*/
    /*-user-select: none;*/
    /*-webkit-user-drag: none;*/
    /*-user-drag: none;*/
/*}*/
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  direction: rtl;
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

/*img {*/
/*    max-width: 100%;*/
/*}*/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "YekanNumbers","IRANSansWebBold","Koodak", 'Raleway', sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 2.5;
}
h2 {
    font-size: 2.5rem;
    line-height: 1.8;
}
h3 {
    font-size: 1.500rem;
    line-height: 1.5;
}
h4 {
    font-size: 1.6rem;
    line-height: 1.5;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.4
}
h6 {
    font-size: 1.3;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#00a885;
}
.underline{
	height: 2px;
	width: 250px;
	margin: 0px auto 40px;
}
.purple{
	background: #4a148c;
}

p {
    line-height: 2;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    /* padding:0; */
    /* list-style:none; */
}

/*all overlay*/

.overlay {
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}

.table-no-border td, .table-no-border th{
  border: none!important;
  border-top: none!important;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #00a885;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #00a885;
    border:1px solid;
    border-color: #00a885;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#00a885;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #00a885;
    border-color: #00a885;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    /* padding-bottom: 2.143rem; */
    overflow: hidden;
}
.head_title h2{
    font-weight: 700;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/

/* contact */
.contact{
    /* text-align: right; */
		padding-top: 0
}
.contact i {
    width: 60px;
    height: 80px;
    border-radius: 30px;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
    font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    float: right;
    transition: all .6s ease-in-out;
}
.contact-item{
	text-align: center;
}
.contact-item:hover i{
    background-color: #4a148c;
    border: 2px solid #4a148c !important;
    color: #fff;
}
.contact h3{
	padding-bottom: 20px;
	font-size: 15px;
}
.contact p{
	font-size: 13px;
	color: #000;
}

/* price-box */
.price-box {
    padding: 25px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    margin: 15px 0px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-box p {
    line-height: 22px;
}

.price-box .pricing-catagory-name {
    color: #000;
    margin-bottom: 10px;
}

.price-box p span.price {
    color: #ed1c24;
}

.price-box p:nth-child(2) {
    color: #ed1c24;
}

.price-box ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.price-box ul li {
    font-size: 17px;
    /*list-style: none;*/
    padding: 3px 0px;
}

.price-box ul li.unavailabe {
    color: #969595;
}

.price-box .btn {
    background-color: #313131;
    color: #fff;
    border-radius: 0px;
    margin-top: 20px;
    font-size: 13px;
    padding: 5px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price-catagory:hover .price-box {
    border: 1px solid #ed1c24;
}

.price-catagory:hover .price-box .btn {
    background-color: transparent;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}

.price-box .btn:hover {
    background-color: #ed1c24 !important;
    color: #ffffff !important;
}

/*Preloader*/
#loading{
    background-color: #00a885;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% {
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% {
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% {
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% {
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% {
        transform: translate(0,50px) rotate(-180deg);
        -webkit-transform: translate(0,50px) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/

/*
Home Section style
==================*/
.home_back{
    background: url(../images/back/hafez.jpg) no-repeat scroll  center center;
    background-position-y: 173px;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    /*height: -moz-available;*/
    /*height: -webkit-fill-available;*/
}
.home{
    position: relative;
    padding-top: 173px;
    padding-bottom: 0;
    width:100%;
    /* z-index: -1; */
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border:1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.main_home .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #00a885;
}
.main_home .slick-dots{
    bottom: -200px;
}

.work_container .slick-arrow ,
.main_home .slick-arrow{
    font-size:3rem;
    color:#fff;
    top:30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;
}
.main_home .nextprevleft{
    left:-3%;
}
.main_home .nextprevright{
    right:-3%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    margin-left:10px;
}
.btn-sub {
    border-radius: 0px;
    color: white;
    background-color: #4a148c;
    padding: 10px 25px;
    margin: 10px 30px;
    border-color: #4a148c;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}
.btn-sub:hover{
    background-color: #fff;
    border-color: #4a148c;
    color: #4a148c;
}
    /*-- timeline --*/

    #work {
        padding: 5em 0;
    }
    .timeline {
      list-style: none;
          padding: 10px 0 10px;
      position: relative;
    }
    .timeline:before {
          top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        background-color: #ccc;
           left: -9px;
        margin-right: -1.5px;
    }

    .timeline > li {
      margin-bottom:10px;
      position: relative;
    }

    .timeline > li:before,
    .timeline > li:after {
      content: " ";
      display: table;
    }

    .timeline > li:after {
      clear: both;
    }

    .timeline > li > .timeline-panel {
      width: calc( 100% - 75px );
        float: right;
        border: 1px solid #d4d4d4;
         padding: 15px 15px;
        position: relative;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
          background: #fff;
    	  border-bottom: 5px solid #00a78e;
    }
    h4.timeline-title a {
        margin: 0;
        padding: 5px 0;
        color:#333;
    }
    h4.timeline-title a:hover {
        color: #00C6D7;
    }
    .timeline-body p {
        font-size: 0.9em;
        margin: 0;
        padding: 0;
        color: #777;
        line-height: 1.9em;
    }
    .timeline > li > .timeline-panel:before {
      position: absolute;
      top: 18px;
      left: -15px;
      display: inline-block;
      border-top: 15px solid transparent;
      border-right: 15px solid #ccc;
      border-left: 0 solid #ccc;
      border-bottom: 15px solid transparent;
      content: " ";
    }

    .timeline > li > .timeline-panel:after {
      position: absolute;
      top:19px;
      left: -14px;
      display: inline-block;
      border-top: 14px solid transparent;
      border-right: 14px solid #fff;
      border-left: 0 solid #fff;
      border-bottom: 14px solid transparent;
      content: " ";
    }

    .timeline > li > .timeline-badge {
      /*color: #fff;*/
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 2em;
      text-align: center;
      position: absolute;
      top: 16px;
      left: -33px;
      margin-right: -25px;
      background-color: #999999;
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
    }

    .timeline-badge.primary {
      background-color: #eb5424 !important;
    }

    .timeline-badge.success {
      background-color: #237f52 !important;
    }

    .timeline-badge.warning {
      background-color: #f0ad4e !important;
    }

    .timeline-badge.danger {
      background-color: #bb1e10 !important;
    }
    .timeline-badge.pass {
      background-color: #fdbd10 !important;
    }
    .timeline-badge.info {
      background-color: #44c7f4 !important;
    }
    h4.timeline-title {
           color: #1b242f;
        font-size: 1.2em;
            font-weight: 600;
    }
    ul.year {
        text-align: right;
    	    margin-left: 13em;
    }
    ul.year li {
         list-style: none;
        margin-top:30px;
        font-size: 1em;
        color: #fff;
        text-align: center;
        background: #1b242f;
        padding: 11px 0;
        width:60%;
        display: block;
    }
    ul.year li:nth-child(2){
    	    margin-top: 119px;
    }
    ul.year li:nth-child(3){
    	    margin-top: 129px;
    }
    ul.year li:nth-child(4){
    	    margin-top: 116px;
    }
    ul.year li:nth-child(5){
    	    margin-top: 112px;
    }
    .timeline-badge.success i {
        font-size: 0.9em;
    }
    .time-main {
        margin-top: 3em;
    }

.reg-table th, .reg-table td{
  text-align: center;
  vertical-align: middle!important;
}

/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: right;
    width:15%;
    display: inline-block;
    margin-left: 20px;
}
.features_item .f_item_icon i{
    font-size:4rem;
    color:#00a885;
}
.features_item .f_item_text{
    display: inline-block;
    /* width:75%; */
}
.features_item .f_item_text p{
    font-size:14px;
}

.features_table tr td{
  padding:5px;
}
.features_table tr td:first-child{
  width:110px;
  padding:5px;
}
.features_table tr td:first-child div{
  width:100%;
  padding-left:5px;
  border-left:2px solid #00a885;
  text-align:left;
}

/*Business Section*/
.main_business{}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}


.slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}
.business_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items{
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}
.business_slid .nextprevleft{
    left:5.9%;
}
.business_slid .nextprevright{
    right:6%;
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}



/*
work Section style
=====================*/

/*.slides{
    width:100%;
    height: auto;
}*/
/*#owl-demo .item{
    width:350px;
    height:350px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 300px;
}*/



.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.carousel-indicators{
  /* bottom: -10px!important; */
}

.main_product .carousel-control:hover{
    background-color: #00a885;
    color:#fff;
}
.main_product .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    height:150px;
    width:auto;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}

.padding{
  padding-left: 20%;
  padding-right: 20%;
}

.tooltipbox{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
  color: #000000;
  border: 2px solid #981b1f;
  border-radius: 50px;
  padding: 8px;
  font-size: 16px;
  font-style: bold;
}


/*Test Section
======================*/
#panelha .test_item:hover{
    border:1px solid #3f9c5e;
    background-color: #3f9c5e;
}
.main_test .col-lg-4{
  height: 130px;
}
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 20px;
    transition: all 0.6s;
    border:1px solid transparent;
    height: 100%;
}
.test_item:hover{
    border:1px solid #ddd;
    background-color: #fff;
}
.test_item:hover .item_img i{
    color:#fff;
    background-color: #00a885;
}

.main_test .item_img{
    float: left;
    display: inline-block;
    width:20%;
    margin-right: 10%;
}
.main_test .item_text{
    display: inline-block;
    width:70%;
}
.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    /* width: 50px;
    height: 50px;
    line-height: 50px; */
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/*Brand Section
=========================*/
.brand_item img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.6s;
    height: 100px;
}
.brand_item img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




/*call to action
=========================*/

.action_btn .btn-default:hover{
    background-color: #fff;
    color:#00a885;
}
.action-lage{
    position: relative;
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #00a885;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}


/*Footer section*/

footer{
  background: url('../images/footer.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-color: #091927cc;
  height: 600px;
}
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}

.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:12px;
    color:#aaaaaa;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: right;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 70%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #00a885;
    border-color:#00a885;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}

.main_footer{
  position: absolute;
  bottom: 0;
}
.main_footer i {
    padding: 0px 5px;
    color: #00a885;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}

@media (max-width: 480px) {
  footer{
    height: 1000px;
  }
  #clockdiv{
    display: none;
  }
  .tooltipbox{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
  background: rgb(254,252,234); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    color: #000000;
    border: 2px solid #981b1f;
    border-radius: 50px;
    padding: 10px;
    font-size: 10px;
    font-style: bold;
  }

.front img {
    /*width: 55%;*/
    border-radius: 10%;
    margin-top: 5%;
    max-width:170px;
}
.col-md-7-{
  width: 100%;
}
.col-md-5-{
  width: 100%!important;
}
.col-xs-12-{
  width: 100%
}
.col-md-4-{
  width: 100%;
  margin: 0;
}

}

@media (max-width: 768px) {
  footer{
    height: 900px;
  }
  .front img {
      /*width: 55%;*/
      border-radius: 10%;
      margin-top: 5%;
      max-width:170px;
  }
  .col-md-5-{
    width: 50%;
  }
  .col-md-4-{
    width: 100%;
    margin: 0;
  }


}
