
/*-------------------------------------------------------------------
[Table Of Content]

1. Color Classes Styles
2. Navbar Styles
3. Banner Area Styles
4. Faq Section Styles
5. Testimonials Section Styles
6. Services Section Styles
7. Blog Section Styles
8. Fotter Section Styles

-------------------------------------------------------------------*/




/*  colors classes start here */

.gradientbg {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.gradientColor {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s;
}

.gradientbgTransparent {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #00abd9 0%, rgb(20, 229, 132) 100%) repeat scroll 0 0;
    border: none;
}

.gradientHover:hover, .gradientHover:hover {
    cursor: pointer;
    box-shadow: 0px 5px 20px rgba(62, 214, 211, 0.7);
}

.gradientColor:hover {
    text-decoration: none;
}

.overlay {
    background: rgba(19, 32, 71, 0.33);
}

.form-control:focus {
    border-color: rgb(105, 164, 205);
}

/*  colors classes end here */






/*Navbar styles start here */

.dropdown-menu ul li {
    background-color: #f1f1f1;
}

#navigation li .dropdown-menu li {
    padding: 5px 10px;
}

.gradientBtn {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    border: medium none;
    border-radius: 30px;
    color: #fff;
    font-family: robo-medium;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}

.gradientBtn div {
    background-color: #ffffff;
}

.gradientBtn:hover div {
    color: #fff !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    box-shadow: none;

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.navbar-default .navbar-toggle .icon-bar-custom {
    background-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.navbar-fixed-top {
    background: #111;
}


.gradientBtn div span{
    color: #00abd9;
}
.gradientBtn span{
    color: #00abd9;   
}
.borderBTn:hover{
    color: #00abd9 !important;
}

.gradientBtn {
    border-radius: 50px;
    padding: 2px;
}

.gradientBtn div {
    background-color: #fff;
    border-radius: 30px;
    font-family: open-regular;
    font-size: 15px;
    padding: 6px 30px;
    transition: all 0.3s ease 0s;
}

.borderBTn:hover {
    background-color: #fff;
}

.borderBTn:hover div {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradientBtn:hover div {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.gradientBtn:hover div span {
    color: #fff !important;
}
/*Navbar styles start here */





/* banner styles start here */

.BannerPlayBtn:hover {
    background-color: #fff;
    cursor: pointer;
}

.BannerPlayBtn:hover i {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* banner styles end here */





/*faq styles start  here*/

.panel.active .panel-heading, .panel.active .panel-body {

    background: #F6F0EA; /* Old browsers */
    background: -moz-linear-gradient(45deg, #F6F0EA 0%, #F1DFD1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #F6F0EA 0%, #F1DFD1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #F6F0EA 0%, #F1DFD1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #000000;
}

.viewBlog {
    cursor: pointer;
    padding: 10px 17px;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

/*faq styles end here*/




/* testimonials styles start here */


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6bf1', endColorstr='#14e584', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}


/* testimonials styles end here */





/*services section styles start here*/

.ServiceBox:hover {
    margin-top: -10px;
    box-shadow: 0px 0px 15px rgba(29, 107, 241, 0.20);
}

.popularBox:hover {
    cursor: pointer;
    margin-top: -10px;
    box-shadow: 0px 0px 15px rgba(29, 107, 241, 0.20);
}

/*services section styles end here*/



/* blog overlay styles here*/


.blogOverlay {
    background-color: rgba(29, 107, 241, 0.20);
}

/* blog overlay styles end here*/




/* footer styles goes here*/


footer ul li a:hover, footer ul li a:focus {
  text-decoration: none;
  color: #00e1ff;
}

.SocialIcons li a:visited {
  text-decoration: none;
  color: #ffffff;
}

.SocialIcons li a:hover {
  text-decoration: none;
  color: #00e1ff;
}

/* footer styles end here*/


/* custom css goes here*/

.btn-custom{
    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border-color: #00abd9;
}

.btn-custom-outline {
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border-color: #000000;
}

.btn-custom:hover {
    background: #0076ba; /* Old browsers */
    background: -moz-linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border: #0076ba;
}

.btn-custom:focus {
    background: #0076ba; /* Old browsers */
    background: -moz-linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border: #0076ba;
}

.btn-custom-outline:hover {
    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border: #0076ba;
}


.btn-purple{
    background: #0076ba ; /* Old browsers */
    background: -moz-linear-gradient(45deg, #0076ba  0%, #00abd9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0076ba  0%, #00abd9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0076ba  0%, #00abd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border: #0076ba ;
}

.btn-purple:hover {
    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border: #00abd9;
}

.btn-purple:focus {
  background: #00abd9; /* Old browsers */
  background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border: #00abd9;
}

.btn-purple:active {
  background: #00abd9; /* Old browsers */
  background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #00abd9 0%, #0076ba  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border: #00abd9;
}

.btn-purple-outline {
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border-color: #000000;
}

.btn-purple-outline:hover {
    background: #00abd9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00abd9 0%, #0076ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border: #0076ba;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.template-demo .circle-progress-block {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2,
.template-demo .circle-progress-block {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.text-align-center{
  text-align: center;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pt-4-5{
  padding-top: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4.7rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.counter-text-font {
    color: #42495b;
    font-size: 14pt !important;
}

.counter-number-font {
    color: #00abd9 !important;
    text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 0.3);
}

.counter-custom-bg {
    background-image: url('../images/counter-bg.png');
}

.width-100-percent {
  width: 100% !important;
}

.width-90-percent {
  width: 90% !important;
}

.width-70-percent {
  width: 70% !important;
}

.text-blue {
  color: #00b0ff;
}

.text-blue-custom {
  color: #00739f !important;
}

.mt-map {
  margin-top: 15rem !important;
}

.btn-custom-secondary {
  box-shadow: 0px 5px 12px 0px rgba(206, 206, 206, 0.7);
  border-radius: 30px;
  padding: 8px 20px;
  color: #333;
}

.text-black {
  color: #333 !important;
}

.text-orange {
  color: #ff8100 !important;
}

.text-gray {
  color: #aaaaaa !important;
}

@media (min-width: 991px) {
  .img-team {
      max-width: 100%;
      padding-top: 70px;
  }  
}

.display-none {
  display: none !important;
}


.itemsContainer:hover .play{display:block}
.play{
  position : absolute;
    display:none;
    top:20%; 
    width:40px;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100
} 

.info-card {
    /* float: left; */
	-webkit-perspective: 600px;
}

.front, .back {
	background: #FFF;
	border-radius: 10px;
	transition: -webkit-transform 1s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.front {
	overflow: hidden;
	width: 100%;
	height: 21.6em;
	position: absolute;
	z-index: 1;
}

.back {
	padding: 20px;
	padding-top: 0px;
	width: 100%;
	height: 21.6em;
	-webkit-transform: rotateY(-180deg);
  /* overflow-y: scroll; */
  overflow: hidden;
}

.back::-webkit-scrollbar {
    width: 4px;
}

.back::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.back::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid black;
}

.info-card:hover .back {
	-webkit-transform: rotateY(0);
}

.info-card:hover .front {
	-webkit-transform: rotateY(180deg);
}

.width-192px {
  width: 192px !important;
}

@media only screen and (max-width: 991px) {
.width-192px {
  width: 142px !important;
}
}

.bg-gradient {
  background-color:#0076ba; /* Old browsers */
  background-image: linear-gradient(315deg,#00abd9 0%, #0076ba 74%);
  background: -moz-linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0076ba 0%, #00abd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bggradientTransparent {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #0076ba 0%, #00abd9 100%) repeat scroll 0 0;
    border: none;
}

.remove-underline:hover{
  text-decoration: none !important;
}

.font-8pt {
  font-size: 8pt !important;
}

.font-9pt {
  font-size: 9pt !important;
}

.font-10pt {
  font-size: 10pt !important;
}

.font-11pt {
  font-size: 11pt !important;
}

.font-12pt {
  font-size: 12pt !important;
}

.font-13pt {
  font-size: 13pt !important;
}

.font-14pt {
  font-size: 14pt !important;
}

.font-15pt {
  font-size: 15pt !important;
}

.font-16pt {
  font-size: 16pt !important;
}

.font-17pt {
  font-size: 17pt !important;
}

.font-18pt {
  font-size: 18pt !important;
}

.font-19pt {
  font-size: 19pt !important;
}

.font-20pt {
  font-size: 20pt !important;
}

.team-section .avatar img {
    max-width: 200px;
    height: auto;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
}

.rounded {
    border-radius: .25rem !important;
}

.dark-grey-text {
    color: #4f4f4f !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.grey-text {
    color: #9e9e9e !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.waves-effect, a.waves-light {
    display: inline-block;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.btn-team-social {
    color: #000000 !important;
    background-color: #fff !important;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-sm, .btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px;
}

.btn-team-social i {
    padding-top: 18px !important;
}

.fa, .fas {
    font-weight: 900;
}


.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.text-muted {
    color: #93a5be!important;
}

.d-flex {
    display: flex!important;
}

.text-action, a {
    color: #23262a;
    transition: all .2s ease;
}

@media (min-width: 768px) {
  .justify-content-md-end {
      justify-content: flex-end!important;
  }
}

.align-items-center {
    align-items: center!important;
}

.flex-lg-row {
    flex-direction: row!important;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select Resume/Cv';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, rgb(243, 243, 243));
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, rgb(243, 243, 243)); 
}

.width-50-percent {
  width: 50% !important;
}


.containerchk {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerchk:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerchk input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerchk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerchk .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-red {
  color: red !important;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-right {
  margin-left: auto;  
  display: block;
}

.img-align-custom {
  margin-left: auto;  
  display: block;
}

.text-align-custom {
  text-align: right;
}

@media (max-width: 991px) {
  .text-align-custom {
      text-align: center;
  }

  .img-align-custom {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}



.nav-border-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.fa-facebook:hover {
  color: #3b5998;
}

.fa-twitter:hover {
  color: #55acee;
}

.fa-instagram:hover {
  color: #E1306C;
}

.fa-youtube:hover {
  color: #cd201f;
}

.fa-linkedin:hover {
  color: #0077b5;
}

.text-shadow-none {
  text-shadow: none !important;
}

.footer-bg-image {
  background-image: url("../images/footer.png");
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

/* strat gallery */


  /* Override bootstrap column paddings */
  .tz-gallery .row > div {
      padding: 15px;
  }

  .tz-gallery .lightbox img {
      width: 100%;
      border-radius: 0;
      position: relative;
  }

  .tz-gallery .lightbox:before {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -13px;
      margin-left: -13px;
      opacity: 0;
      color: #fff;
      font-size: 26px;
      pointer-events: none;
      z-index: 9000;
      transition: 0.4s;
  }


  .tz-gallery .lightbox:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: rgba(46, 132, 206, 0.7);
      content: '';
      transition: 0.4s;
  }

  .tz-gallery .lightbox:hover:after,
  .tz-gallery .lightbox:hover:before {
      opacity: 1;
  }

  .baguetteBox-button {
      background-color: transparent !important;
  }

/* end gallery */

.disable-link {
  cursor: not-allowed;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.maxheightthirtynineem{
  max-height: 39em;
}

.background_url_onepng{
  background: url('../images/products/1.png');
}

.background_url_twopng{
  background: url('../images/products/2.png');
}

.background_url_threepng{
  background: url('../images/products/3.png');
}

.background_url_fourpng{
  background: url('../images/products/4.png');
}

.background_url_serverpng{
  background: url('../images/products/servers.jpg');
}

.background_url_upspng{
  background: url('../images/products/ups.jpg');
}


.background_url_printerspng{
  background: url('../images/products/printers.jpg');
}

.background_url_projectorspng{
  background: url('../images/products/projectors.html');
}


.background_url_blog_onepng{
  background: url('../images/blog/blog-1.jpg');
}

.background_url_blog_twopng{
  background: url('../images/blog/blog-2.jpg');
}

.background_url_blog_fourpng{
  background: url('../images/blog/blog-4.png');
}
/* custom css end here*/