﻿


body {
  font-family: 'Hind Madurai', sans-serif!important;
  font-size:14pt;
 
}        
body::-webkit-scrollbar {
    width: 12px;
    background-color: #f3f3f3;
}
body::-webkit-scrollbar-thumb {
    background-color: #404040;
    width: 12px !important;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #2b2b2b;
    width: 12px !important;
}

#totop {
    font-weight: 900;
    color: #fff;
    background: #403d3d;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 5px;
    line-height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#totop:hover{
    background-color: #00aeef;
}
#totop.top-visible {
    height: 50px;
    width: 50px;
    font-size: 25px;
}
#totop.top-visible:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

   @media screen and (max-width: 789px) {
    .top-social {
         display:none;
    }

     .headinfo {
         float:none;
         text-align:center;
    }
    .headinfo h3 {
         font-size:10pt!important;
          float:left!important;
    }
    .swiper-slide {
        /* min-height: 400px; */
        height: 60vh !important;
        background-size: cover!important;
        background-position: center right!important;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
    }

        .swiper-slide img {
            display: none;
        }

    .stitle p {
        font-size: 18px;
        padding: 4px;
    }

    .stitle h2 {
        font-size: 11px;
        padding: 4px;
    }


 
}




  .srcpanel {
    position: relative;
    height: 56px;
  margin-bottom: 12px;
}
      
            .srctext {
    position: absolute;
    width: 100%;
    padding-right: 80px;
    left: 0px;
    top: 0px;
    outline: none;
    padding: 14px;
    font-size: 14pt;
    border: 1px #dedede solid;
}
            
.srcbutton {
    position: absolute;
    line-height: 54px;
    right: 0px;
    top: 0px;
    background-color: #00aeef;
    color: white;
    border-radius: 0px 5px 5px 0px;
    padding-left: 8px;
    padding-right: 8px;
    transition: all .5s ease-in-out;
    width: 55px;
} 
            
                      .srcbutton:hover i {
    color:white;
}     
      button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
 
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 1.25em;
    padding-top: 40px;
    border: none;
    border-radius: 0;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    transition: all .5s ease-in-out;
}

      input[type=text], textarea {
    border: 0px;
  
    box-shadow: none;
   
}


   

   .swal2-close:focus{
    outline:none;
   border:none;
  
}

   .swal2-content {
 
    padding: 0!important;
    margin-top:20px!important;
  
}
   .swal2-popup {
  
    width: 90%!important;
    max-width: 1170px!important;
  
}
  

   .dark .swiper-button-white {

    background-color: #2d2d2d!important;
  
}

     .dark .swiper-button-white:hover {

    background-color: #454545!important;
  
}

     .dark .swiper-pagination-bullet-active {
    background-color: #dedede;
    opacity: 1;
}


           
 .footer-top {
    background: #151414;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
 
}
        .site-footer .widget_getintuch {
    padding-top: 0;
}
.site-footer a:hover {
     color:#fff;
     text-decoration:none;
     
}

        .dez-separator-outer {
    overflow: hidden;
}
.m-b10 {
    margin-bottom: 10px;
}

.dez-separator.style-skew {
    width: 15px;
    height: 15px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    /* -webkit-transform: skewX( 
-10deg ); */
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX( 
-10deg );
    background-color: #00aeef!important;
    /* border-radius: 50%; */
}

.dez-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}
.bg-white {
    background-color: #FFF;
}

.dez-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}
.dez-separator.style-skew[class*="style-"]:after, .dez-separator.style-skew[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
        background-color: #00aeef;
}

.dez-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}

        .widget.widget_getintuch {
            color:white;
        }
        footer .widget ul {
    list-style: none;
    margin-top: 5px;
    padding: 0px;
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
footer p, footer li {
    font-size: 13px;
    line-height: 20px;
}

        footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.30);
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_getintuch b, .widget_getintuch strong {
    display: block;
    text-transform: uppercase;
        color: #999;
}

footer a {
    color: #fff;
}

.dez-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}


.dez-social-icon li {
    display: inline-block;
    padding: 0;
     padding: 0 3px;
    font-size: 12px;
}


.dez-social-icon li .fa {
    vertical-align: middle;
}
    .dez-social-icon li a {
        display: inline-block;
        width: 45px;
        height: 45px;
        padding: 4px;
        line-height: 40px;
        font-size: 16pt;
        background-color: #383737;
        transition:all .5s ease-in-out;
    }

       .dez-social-icon li a:hover {
   
        background-color: #00aeef;
    }


.widget_services ul li {
    padding-bottom: 10px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    /* padding: 10px 10px 10px 15px; */
    margin-bottom: 0;
    line-height: 20px;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a {
    color: #fff;
    font-size:12pt;
}
.swal2-close {

    color: #2d2d2d!important;
  
}

.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #00aeef!important;
}

.swal2-header {

    height: 12px!important;
}


.headinfo {
     float:right;
}

.headinfo h3 {
    font-size:12pt; color:#ebeef0;
    margin:0px; padding:0px; line-height:45px; float:right; padding-right:15px;
}

.headinfo h3 span {
    color:#fbfbfb;
   
}

.top-social {
    margin: 0px;
    padding: 0px;
    list-style: none;
 
    margin-left: 12px;
}
.top-social li {
    margin:0px; padding:0px; list-style:none; float:left;
}

.top-social li a {
    color: #ffffff;
    text-decoration: none;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 38px;
    margin-right: 3px;
    border: 1px transparent solid;
    margin-top: 4px;
    transition:all .5s ease-in-out;
  font-size: 12pt;
}

.top-social li a:hover {
    color:white;
      border: 1px #d9131a solid;
      background-color:#00aeef;
  
}

.mtop-bar {
    height:45px; background-color:#004866; position:relative;z-index:2;
}
    .mtop-bar a {
        color:white; text-decoration:none;
    }
      .mtop-bar a:hover {
        color:#e4e4e4; text-decoration:none;
    }

 /*.mtop-bar:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    z-index: -1;
    background-color: white;
    background: linear-gradient(to left,transparent 0,rgb(2 2 2 / 45%) 90%);
}

   .mtop-bar:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    z-index: -1;
    background-color:white;
    background: linear-gradient(to right,transparent 0,rgb(2 2 2 / 45%) 90%);
}*/

.product-category-list {
    position: relative;
    transition: all .5s ease-in-out;
    margin: 12px;
    padding: 0px;
    overflow: hidden;
    min-height: 295px;
    max-height:295px;
}

.product-category-list img {
    transition: all .5s ease-in-out;
    height:100%;
  
}

.product-category-list h2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    color: #ffffff;
    text-align: center;
    transition: all .5s ease-in-out;
    text-align: center;
    margin: 0px;
    padding: 10px;
    transform-origin: 2% 20%;
    display: inline-block;
    /* text-shadow: 2px 2px 3px #ffffff; */
    font-size: 16pt;
    background-color: #00aeef;
}

.product-category-list:after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 9;
    width: 100%;
    transition: all .5s ease-in-out;
}

    .product-category-list:hover img {

        transform:scale(1.1);
    }

#breadcrumbs {
    position:relative; height:400px; z-index:1; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover; background-attachment:fixed;
}

    #breadcrumbs:before {

          position: absolute;
    z-index: -1;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 120%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.3) 90%);
    background: linear-gradient(to bottom,transparent 0,rgb(0 0 0 / 70%) 90%);
    }

.breadcrumbs-content {
    position: absolute;

    bottom: 5%;
    /* transform: translate(15px ,-50%); */
}
.br-content {

}
.br-content h2 {
     display:inline-block;
     color:white;
     font-size:24pt;
}


.sitemap a {
   color:#ffffff;

}
.sitemap a:hover {
     color:#e9e9e9;
     text-decoration:none;

}

.sitemap {
    font-size: 12pt;
    padding: 2px;
    color:#cecece;
}
    .sitemap i {
        margin-left:4px;margin-right:4px; color:#00aeef;
    }

    .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 0px;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 50pt;
    position: absolute;
    transform: translate(0px, -50%);
    color: #ffffff;
    /* background-color: #00000087; */
    /* padding: 15px; */
    text-shadow: 0px 0px 5px #000000c7;
}

    .owl-nav .owl-next {
    right: -25px;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 22pt!important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.00)!important;
}
.owl-nav .owl-prev {
   left: -25px;
}

.owl-prev i, .owl-next i {
    padding: 10px;
    font-size: 22pt;
      background-color: #0000005c;
      color: #00aeef;
}


.form-control {
 
    font-size: 12pt;
        display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;

    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

}

.btn {

    min-width: 240px;
    padding: 14px;
    font-size: 16pt;
}

.p-list .cont {
    margin: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #fcfcfc;
    transition: all .5s ease-in-out;
   border:none!important;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 14%); */
}

.p-list .cont:before {
    position: absolute;
   z-index:1;
    content: '';
    left: 0px;
    bottom: 0px!important;
    width: 100%;
    height: 30%;
    /*background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.9) 90%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.9) 90%);
    transition:all .5s ease-in-out;*/
}

.p-list .cont h2 {
    font-size: 12pt;
    margin: 0px;
    padding: 8px;
    background-color: #f9f9f9!important;
   padding-top:20px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #423f3f;
    transition: all .5s ease-in-out;
    z-index: 1;
    text-align: center;
    min-height: 60px;
    vertical-align: middle;
}


.p-list .cont:hover:before {

    height: 80%;

}
   .p-list .cont:hover h2 {

         color:#00aeef!important;text-decoration:none;
    }

    .p-list .cont:hover .text{

        transform:scale(1.1);
    }

.p-list .container169 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    transition: all .5s ease-in-out;
    overflow:hidden;
}

.p-list .container32 {
    position: relative;
    width: 100%;
    padding-top: 66.66%; 
    transition: all .5s ease-in-out;
    overflow:hidden;
}

.p-list .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
    width: 100%;
    height: 100%;
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.team {
    padding:6px; border:1px #eee solid; margin:5px; text-align:center; padding-bottom:90px; position:relative;
}
.team h2 {
   margin:0px; padding:5px; font-size:14pt;
}

.team p {
   margin:0px; padding:5px; font-size:12pt;
}
.team-title {
    position:absolute; left:0px; bottom:10px; width:100%;
}

.satir {
    padding:4px; font-size:13pt;
}


.satir i {
    margin-right: 4px;
    /* padding: 5px; */
    width: 38px;
    height: 38px;
    background-color: #dedede;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #6d6d6d;
    border: 1px #7f7c7c dotted;
}
    .satir a {
         color:#272727;
         text-decoration:none;transition:all .5s ease-in-out;
    }

       .satir a:hover {
         color:#000000;
         text-decoration:none;
         margin-left:4px;
    }

.maps-container {
    position: relative;
    background-color: #004866;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.maps-container:after {
    content: '';
    position: absolute;
    left: -15%;
    top: 0px;
    bottom: 0px;
    width: 70%;
    background-color: #00aeef;
    z-index: -1;
    transform: skew(10deg, 0deg);
}

.blog-post {
    position: relative;
    margin-bottom: 5px;
}

.blog-md .dez-post-media {
    width: 350px;
    float: left;
    margin-right: 30px;
}
.dez-media, .dez-media, .dez-post-media {
    background-color: #FFF;
    position: relative;
}
.dez-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-md .dez-post-info {
    border: none;
}
.dez-post-title {
    margin-bottom: 10px;
}


.date-style-2 .post-date {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
}

.dez-post-meta ul li {
    padding: 0;
    display: inline-block;
    font-weight: bold;
}
.post-date {
    background-color: #d9534f!important;
}

.dez-post-readmore {
    margin-bottom: 15px;
}

.btn-danger {
    color: #fff;
    background-color: #00aeef;
    border-color: #d43f3a;
}

.pl-list h2 {
    margin:0px; padding:5px; font-size:16pt; display:inline-block; font-weight:bold;
}
.pl-list ul {
    margin: 0px;
  
    list-style: none;
    border: 1px #ffffff solid;
    padding:0px;
 
   
}

.pl-list ul li {
    margin:0px; padding:6px; list-style:none; position:relative;padding-left:12px; font-size:10pt; border-bottom:1px #e6e6e6 dotted; font-weight:bold; border:1px #e8e8e8 solid; border-left:26px #00aeef solid;border-right:8px #e8e8e8 solid; margin-top:4px; background-color: #f9f9f9; border-radius:4px; transition:all .5s ease-in-out;
}
.pl-list ul li:before{
    position:absolute; left:-20px; top:7px;
    content: "\f00c";
    font-family:'FontAwesome';
    color:white;
}


.pl-list ul li:hover {
     padding-left:18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size:24px;
}
.widget .sub-menu {
    margin:0px; padding:0px; list-style:none;
}

.widget .sub-menu li {
    
}

    .widget .sub-menu li a {

        transition:all .5s ease-in-out;
        position:relative; display:block;
    }
    .widget .sub-menu li a:hover {
        color:#00aeef;
        margin-left:8px;

    }

     .widget .sub-menu li a i {

        margin-right:4px;
    }


 .cont {
    margin: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #fcfcfc;
    transition: all .5s ease-in-out;
    border: 1px #272337 solid;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 14%); */
}
      .owl-nav .owl-prev, .owl-nav .owl-next {
           font-size:22pt!important;
           text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.00)!important;
      }


     .flex-container {
  display: flex;
  width: 100%;
 
}

.column-1 {
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 30%; /* sets initial width to 70%*/
}

.column-2 {
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 70%; /* sets initial width to 70%*/
}

.box {

  padding: 10px;

}

@media only screen and (max-width: 900px) {
  .flex-container {
    flex-direction: column;
  }

  .box {
    margin: 0 0 0 0;
  }
}


.owl-item{
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 100%;
flex: calc(100%);
}

 
	.owl-carousel .owl-stage {
		display: flex;
	}
	.owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
     .owl-carousel .thumbnail {
          display: flex;
          flex-direction: column;
          margin: 0 15px;
      }
      .owl-carousel.caption {
          display: flex;
          flex: 1 0 auto;
          flex-direction: column;
      }
			.owl-carousel .flex-text {
				flex-grow: 1;
			}



.info-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e8e8e8;
    position: relative;
    z-index: 1;
}

.info-banner:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
    background-color: #f3f3f3;
    z-index: -1;
    width: 100%;
}

a {
    text-decoration:none!important;
}

@media only screen and (min-width: 380px) and (max-width: 767px)
 {

.blog-md .dez-post-media {
    width: 100%;
    float:none;
    margin-right: 0px;
}
}