@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/


body {
    font-family: 'Lato' !important;
}

.gray{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.zoom{
    transform: scale(1.07);
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

p{
    font-size: 16px;
    line-height: 28px;
}

a{
    text-decoration: none !important;
}

/*******common css*************/
/******************************/




/*****************************/
/*********header**************/

.manu_ul .active  {
    color: #40b753 !important;
    font-weight: 900;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #0e1014;
    border-color: transparent;
}

.css-typing {
    margin-top: 40px;
}

.css-typing p {
    border-right: .15em solid orange;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    color: #000000;
}
.css-typing p:nth-child(1) {
    width:100%;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
    width:100%;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
    width:100%;
    opacity: 0;
    -webkit-animation: type3 2s steps(40, end);
    animation: type3 2s steps(40, end);
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(4) {
    width:100%;
    opacity: 0;
    -webkit-animation: type4 2s steps(40, end);
    animation: type4 2s steps(40, end);
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(5) {
    width:100%;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(6) {
    width:100%;
    opacity: 0;
    -webkit-animation: type 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        border: none;
    }
}

@-webkit-keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        border: none;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

/*@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}*/

@keyframes type4 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type4 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}
@-webkit-keyframes blink {
    50% {
        border-color: tranparent;
    }
}

/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/

.logo {
    width: 200px;
    padding-top: 5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #032a47;
    font-weight: 900;
    background-color: #ffffff;
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fa:hover{
    background-color: #525253; 
    color: #ffffff;
}

.language_btn{
    position: relative;
    top: 5px;
    padding: 6px 10px;
    font-size: 18px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 2px;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.language_btn_btn{
    background-color: #40b752 !important; 
    color: #ffffff;
}

.language_btn:hover{
    background-color: #40b752; 
    color: #ffffff;
}

.top_row{
    position: relative;
    height: 100vh;
    background-image:url('../images/top_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center bottom;
}

.top_row .container{
    padding-top: 100px;
}

.top_two_row p{
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 22px;
}

.top_two_row img{
    width: 30px;
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #40b753;
}


/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/

.m_bg_row{
    background-image:url('../images/m_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:left center;
}

.carousel-caption{
    width: 40%;
    background-color: transparent;
    /*right: 0%;*/
    left: 9%;
    padding-bottom: 0px;
    bottom: 20px;
    padding-top: 0px;
    text-align: left;
    text-shadow: none !important;
}

.carousel-caption h1{
    color: #40b753;
    font-weight: 900;
}

.carousel-caption p{
    font-size: 16px;
    color: #000000;
}

.cap_blue_div{
    position: relative;
    height: 100vh;
    background-color: rgba(0,72,137, 0.7);
    text-align: left;
    text-transform: uppercase;
    padding: 30px 50px;
}

.caption_text_div{
    position: absolute;
    bottom: 30px;
}

.heading{
    font-size: 32px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}

.sub_heading{
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    text-align: center;
}

/*========================*/

.container .title{
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    overflow: hidden;
}

.content .content-overlay {
    z-index: 9;
    background: rgba(0,0,0,0.8);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border: 10px solid #7b3db8;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
    opacity: 1;
}

.content-image{
    width: 100%;
}

.content-details {
    z-index: 19;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3{
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p{
    color: #ffffff;
    font-size: 0.8em;
}

.fadeIn-bottom{
    top: 80%;
}

.fadeIn-top{
    top: 20%;
}

.fadeIn-left{
    left: 20%;
}

.fadeIn-right{
    left: 80%;
}

/*=================*/

.port_col_row{
    margin-right: 3px;
    margin-left: 3px;
}

.content-image{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    margin-bottom: 6px;
}

.img_div_1{
    height: 280px;
}

.service_ul li{
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.lucid_col{
    background-color: #ffffff;
    padding: 30px 30px 20px 30px;
    border-radius: 5px;
    border-left: 3px solid #004889;
    min-height: 150px;
    margin-bottom: 30px;
}

.lucid_col h1{
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}

/**
 * Tabs. - by Amal
 */
ul.primary {
    /*float: right; /* LTR */ border-bottom: none; display: inline-block;  
    text-transform: uppercase; 
    font-size: 1em; margin: 10px 0; padding: 0;
}
ul.primary li {
    float: left; /* LTR */ list-style: none; margin: 0 2px;
}
ul.primary li a:link,
ul.primary li a.active,
ul.primary li a:active,
ul.primary li a:visited,
ul.primary li a:hover,
ul.primary li.active a {
    display: block; float: left; /* LTR */  height: 2.60em; line-height: 2.60em; padding: 0 18px 8px; background-color: #a6a7a2; color: #000; 
    font-weight: bold; border-width: 1px 1px 0 1px; border-style: solid; border-color: #a6a7a2;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0 0;
}
ul.primary li.active a,
ul.primary li.active a.active,
ul.primary li.active a:active,
ul.primary li.active a:visited {
    background-color: #fff; border-color: #7b3db8;
}
ul.primary li a:hover {
    color: #fff;
}
ul.primary li.active a:hover {
    color: #000;
}
.element-invisible{ display: none }

/**
 * Default Form - by Amal
 */
.form-item { margin-bottom: 20px; }
.form-file {  float: left; width: 42.5% }
.filter-guidelines {  margin-bottom: 25px; }
.form-actions {  margin-bottom: 25px;}
#edit-account{ display: inline-block }
#edit-account .form-item-pass-pass1{
    width: 48%; margin-right: 2%; margin-bottom: 0;float: left;
}
#edit-account .form-item-pass-pass2{
    float: left; width: 48%; margin-bottom: 0; margin-left: 2%;
}
.form-item .form-text,
.form-select,
.text-full {
    display: block; width: 100%; padding: 6px 12px;  border: 1px solid #7b3db8; border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}
.description { font-size: 12px }
.form-required { color: #ff3333 }
.form-text.error { border-color: #ff3333 }

.form-actions input[type=submit] {
    padding: 15px 30px; background-color: #000000; border: 1px solid transparent; color: #ffffff; border-radius: 5px; font-weight: 900;
}
.form-actions input[type=submit]:hover {
    background-color: #40b753;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-default {
    color: #000000;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #ffffff;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: transparent;
    border-bottom: 2px solid #63a70a;
    border-radius: 0px;
    color: #63a70a;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    font-weight: 900;
}

.btn-default:hover {
    background-color: transparent;
    border-bottom: 2px solid #63a70a;
    border-radius: 0px;
    color: #63a70a;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
}

.btn-default.active:focus {
    background-color: transparent;
    border-bottom: 2px solid #63a70a;
    border-radius: 0px;
    color: #63a70a;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #000000;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: transparent;
    background-image: none;
    border: 1px solid #7b3db8;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.form-group {
    margin-bottom: 25px;
}

.custom_btn {
    padding: 15px 30px;
    background-color: #000000;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 900;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn:hover {
    padding: 15px 30px;
    background-color: #40b753;
    border: 1px solid #40b753;
    color: #ffffff;
    /*border-radius: 0px;*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service_col{
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #cccccc;
    text-align: center;
}

.service_col img{
    position: relative;
    margin-top: -60px;
}
/*********** view-gallery ************/

.view-gallery {
    
}

.view-gallery table tr td .views-field {
    padding: 5px
}

/*#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    height: 50px;
    border-radius: 50px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    height: 45px;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}*/

.why_us_bottom_row p{
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
}

.you_tube_div{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height: 350px;
}

.you_tube_div .text_div {
    padding: 20px;
    background-color: rgba(0,0,0, 0.4);
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 380px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.you_tube_div:hover .text_div {
    opacity: 1;
}


.inner_page_top_banner{
    height: 250px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.instructor_div{
    padding: 5px; 
    background-color: #7b3db8;
    margin-bottom: 5px;
}

.instructor_div_2{
    padding: 5px; 
    background-color: #f5f4f4;
    margin-bottom: 5px;
}

.class_div{
    padding: 15px;
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
    text-align: center;
}
.class_div h3 { margin-top: 0px; margin-bottom: 20px }

.course_select_div{
    padding: 30px 25px; 
    background-color: #0e1014;/*#40b752*/
    margin-bottom: 5px;
}

.custom_btn_2 {
    background-color: #000000; border: 1px solid transparent; color: #ffffff; border-radius: 5px; font-weight: 600;
    /*margin-bottom: 10px;*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_btn_2:hover {
    background-color: #7b3db8;
    border: 1px solid #7b3db8;
}

.form-control-feedback {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}



/*****************************/
/*********body**************/



/*hexagon shapes grid*/

#hexGrid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-family: sans-serif;
    list-style-type: none;
}

.hex {
    position: relative;
    visibility:hidden;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
    transition: all 0.5s;
    backface-visibility: hidden;
    will-change: transform;
    transition: all 0.5s;
}
.hex::after{
    content:'';
    display:block;
    padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
    position: absolute;
    width:96%;
    padding-bottom: 110.851%; /* =  width / sin(60) */
    margin: 2%;
    overflow: hidden;
    visibility: hidden;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    transition: all 0.5s;
}
.hexIn * {
    position: absolute;
    visibility: visible;
    outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
    -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
    transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}




/*** HEX CONTENT **********************************************************************/
.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.hex h1, .hex p {
    width: 100%;
    padding: 5%;
    box-sizing:border-box;
    font-weight: 300;
    opacity: 1;
}

#demo1 {
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    bottom: 45%;
    font-weight: 700;
    padding-top:50%;
    font-size: 1.5em;
    z-index: 1;
}
/*.hex h1:before, .hex h1:after {
  display: inline-block;
  margin: 0 0.5em;
  width: 0.25em;
  height: 0.03em;
  background: #ffffff;
  content: '';
  vertical-align: middle;
  transition: all 0.3s;
  text-align:center;
}*/

#demo2 {
    color: #ffffff;
    top: 55%;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;

}

.img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.img:before, .img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity 0.5s;
}
.img:before {
    background: rgba(22, 103, 137, 0.3)
}
.img:after {
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}

/*** HOVER EFFECT  **********************************************************************/



/*.hexLink:hover h1, .hexLink:focus h1,
.hexLink:hover p, .hexLink:focus p{
opacity:1;
transition: 0.8s;
}


.hexIn:hover .img:before,
.hexIn:hover .img:after,
.hexIn:hover .hexLink {
  opacity: 1;
}*/


/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
    #hexGrid{
        padding-bottom: 4.4%
    }
    .hex {
        width: 20%; /* = 100 / 5 */
    }
    .hex:nth-child(9n+6){ /* first hexagon of even rows */
        margin-left:10%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
    #hexGrid{
        padding-bottom: 5.5%;
        font-size: 13px;
    }
    .hex {
        width: 25%; /* = 100 / 4 */
    }
    .hex:nth-child(7n+5){ /* first hexagon of even rows */
        margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
    #hexGrid{
        padding-bottom: 7.4%;
        font-size: 14px;
    }
    .hex {
        width: 33.333%; /* = 100 / 3 */
    }
    .hex:nth-child(5n+4){ /* first hexagon of even rows */
        margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
    #hexGrid{
        padding-bottom: 11.2%;
        font-size: 12px;
    }
    .hex {
        width: 50%; /* = 100 / 3 */
    }
    .hex:nth-child(3n+3){ /* first hexagon of even rows */
        margin-left:25%;  /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 8px;
    }




}


/*hexagon shapes grid*/



/*****************************/
/*********footer**************/

.footer_row{
    /*background-image:url('../images/footer_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;*/
    background-color: #0e0e0e;
}

.contact_div{
    padding-left: 80px;
    padding-right: 80px;
}

.map_col{
    position: relative;
    margin-top: -10%;
}

.footer_logo_div{
    margin-top: 25%;
    margin-bottom: 25%;
    color: #fff;
}

.bottom_p{
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    font-weight: 600;
}

.footer_links a{
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer_links a:hover{
    color: #40b753;
}

.footer_links p{
    margin-bottom: 5px;
}


/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #000000;
    width: 32px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 10px;
    border: 1px solid #000000;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #40b753;
    color: #ffffff;
    border: 1px solid #000000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/