﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');

body, html,form {
    font-family: 'Poppins', sans-serif;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 24px;
    /*background-color: #f0f0f0;*/
    color: #202a3c;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/* Sections Header
--------------------------------*/
.head-bg{background:#e5eef7;}
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2e6abd;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
/* ================ Custom Colored cards =============== */
.thumbnail .caption {
    padding: 0px;
}
.crd{color:#fff !important;}   
.lnk-card{box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);  padding: 1% 5% 3% 5% !important;}
.lnk-card p{font-size:12px;}
.lnk-card h4{margin-top: 10px;}
.lnk a{color:#eee;padding-bottom:10px;font-size:14px;}
.lnk a:hover{color:#fff;font-size:16px;}
.cardone{background: linear-gradient(to right, #237db6, rgba(31,38,103,0.9));color:#eee} 
.cardtwo{background: linear-gradient(to bottom, #1C7CE0, #331f6d);color:#eee}
.cardthree{background: linear-gradient(to right, #1595b6, rgba(31,38,103,0.9));color:#eee}
.cardfour{background: linear-gradient(to bottom, #1164bb, #8b7cb5);color:#eee}

.small-card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    border-radius: 20px !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.24);
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.small-card:hover
{
 background:#818f9e !important; 
 margin-top:-5px;                 
-webkit-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.43);
box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.43);}
.small-card .icon {
    position: absolute;
    top: auto;
    bottom: 8px;
    right: 5px;
    z-index: 0;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.45);
}
.card_text{
 text-shadow: 0px 15px 5px rgba(0,0,0,0.1), 10px 20px 5px rgba(0,0,0,0.05), -10px 20px 5px rgba(0,0,0,0.05);
}
 .small-card-footer {
    border-radius: 20px;
    width: 95%;
    margin-left: 6px;
    position: relative;
    text-align: center;    
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1); 
        margin-bottom: -5px;   
}
.small-card-footer a{color: #fff !important; font-size:15px;text-decoration: none;}
.bg-purple { background-color: #90ad11 !important;}
.pad{padding:0.5em}
.bg-info{background:#ffc40c !important}
.bg-primary{background:#31405d !important}
.info_btn{box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.24);}
.info_btn:hover{ margin-top:-3px;-webkit-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.43);-moz-box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.43);box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.43);}
.graph{ border-radius: 20px;box-shadow: 5px 5px 5px 5px #999;position: relative;background: #ffffff;
    border-top: 2px solid #c1c1c1;
    margin-bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;}
    
/* report Section
--------------------------------*/

#report {
  background: url("../images/report-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#report::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#report .container {
  position: relative;
  z-index: 10;
}

#report .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #14427d;
}

#report .counters p {
  padding: 0;
  margin: 20px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
  text-align:center;
}

#report .report-img {
  text-align: center;
  padding-top: 30px;
}

.text-c{text-align:left;}
.rpt-srch {
     width: auto !important;
    background-color: #fff;
    height: auto;
    padding: 15px;
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* Orange */
.warning {
  background: #ffc40c;
  color: #10151e;
  
}

.warning:hover {
  background: #fff;
  color: #000;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

.news{background:#ffc40c;padding:5px}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/

#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Marqee
-------------------------------------------------- */
.mrq
{
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    height: 40px;
    padding-top: 10px;}
.marquee {
  overflow: hidden;
}
.mrq a{color:#000;}
.contant{background:#fff;padding:2rem;}
/*img {
    width: 100%;
}*/

.sticky {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .sticky .logo1 img {
        display: none;
    }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000);
    transition: box-shadow 2s;
    z-index: 9999999;
    transition: 0.3s all;
    background: #1e2832;
}

    .fixed .logo1 img, .fixed .top_head {
        display: inherit;
        width: 60px;
    }

    .fixed .plogo {
        display: inherit;
    }

    .fixed .jetmenu > li > a {
        padding: 15px 22px;
    }

    .fixed .jetmenu > li.showhide {
        width: 70%;
        float: right;
    }

p {
    text-align: justify;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    float: left;
}

.txt_white {
    color: #fff;
}

.txt_yel {
    color: #ffad05;
}

.page-header {
    background-color: #f2f2f2;
    background-image: url("../images/subpage_bg.jpg");
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    margin-bottom: 0.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.3125rem;
    border-bottom: 1px solid #eeeeee;
    border-color: #efefef;    margin: 0px 0 0px;
}

.page-header-title {
    margin-bottom: 15px;
    margin-top: 10px;
    color: #777;
}

.page-header-subtitle {
    margin-top: 0.375rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.page-breadcrumb {
    background: #fff;
    border-radius: 17px;
    display: inline-block;
    padding: 0px 30px;
}

    .page-breadcrumb a {
        line-height: 34px;
        padding-right: 16px;
        font-size: 14px;
        color: #748491;
        position: relative;
        transition: all 400ms linear 0s;
    }

        .page-breadcrumb a:before {
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            right: 3px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
        }

        .page-breadcrumb a:last-child:before {
            display: none;
        }

        .page-breadcrumb a:last-child {
            padding-right: 0px;
        }

        .page-breadcrumb a.active {
            color: #ff7d01;
        }

.pad30 {
    padding: 30px 0px;
}

.top_head {
    background-color: #14427d;
    min-height: 35px;
   
}

    .top_head ul li {
        float: left;
        color: #fff;
        margin-right: 3px;
        padding-right: 3px;
        border-right: 1px solid rgba(193, 192, 188, 0.7);
        font-size: 10px;
        /*text-transform: uppercase;*/
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .top_head ul li a {
            color: inherit;
        }

        .top_head ul li i {
           padding:5px;
            font-size: 13px;
        }

@media only screen and (max-width: 767px) {
    .top_head {
        float: none !important;
        text-align: center;
    }
    .Pheight p{height: 290px;
    overflow: hidden;
}
        .top_head ul {
            display: inline-block;
            float: none !important;
            text-align: center;
        }

            .top_head ul li {
                float: none;
                display: inline-block;
                margin-right: 0;
                border-right: 0;
                padding-bottom: 0;
                font-size: 7px;
                padding-right: 5px;
            }

    .m100 {
        margin-top: 100px;
    }

    .page-header-title {
        font-size: 20px;
    }
}

.logo1 img {
    max-width: 77%;
}

.logo2 img {
    width: 55%;
    margin-top: 40px;
}

.text-logo h1 {
  
    margin-top: 5px;
    color: #14427d;
    font-weight: 900;
    font-size: 60px;
}

.text-logo p {
    color: #527aac;
    font-weight: 800;
    text-align: center;
    margin: 0px 0 0px;
}

.text-logo span {
    color: #10151e;
    font-weight: 800;
}

.marquee {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #4d7bac;
    padding: 3px;
    border: 1px dashed;
    border-radius: 15px 0px;
    font-size: 12px;
}

.background {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .background::before {
        background-color: rgba(17, 17, 17, 0.9);
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.img-box {
    background: white;
    border: 2px solid #f68801;
    width: 100%;
    margin-bottom: 40px;
}

.seperator-icon {
    text-align: center;
    position: relative;
}

    .seperator-icon i {
        width: 21px;
        height: 21px;
        border-radius: 50%;
        color: #FFB300;
    }

.border-title {
    font-size: 30px;
    font-weight: 400;
    padding: 0px 27px;
    line-height: 1.2em;
    float: left;
    color: #333;
    text-transform: uppercase;
}

.left-border {
    float: left;
    width: 71px;
    margin-top: 13px;
    height: 10px;
    border-bottom: solid 3px #FFB300;
}

.right-border {
    float: left;
    width: 70px;
    margin-top: 13px;
    height: 10px;
    border-bottom: solid 3px #FFB300;
    margin-bottom: 40px;
}



.read-more {
    color: #fff;
    background-color: #2e69bd;
    border-color: #2e69bd;
    font-size: 14px;
    padding: 8px 22px;
    line-height: 1.38;
}



.jetmenu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    list-style: none;
    /*background: #333333;*/
}

    .jetmenu li {
        display: inline-block;
        float: left;
    }

    .jetmenu a {
        -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear;
        outline: none;
        z-index: 10;
    }



    .jetmenu > li > a {
        padding: 5px 10px;
        
        font-size: 13px;
        font-weight: 600;
        color: #d9e2f3;
        text-decoration: none;
        display: inline-block;
    }

    .jetmenu > li:hover > a,
    .jetmenu > li.active > a {
        background: #e0e0e0;
        color: #555;
    }



    .jetmenu ul.dropdown,
    .jetmenu ul.dropdown li ul.dropdown {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        z-index: 99;
        width: 302px;
        background: #14427d;
    }

    .jetmenu ul.dropdown {
        top: 35px;
        z-index: 99999;
    }

        .jetmenu ul.dropdown li ul.dropdown {
            left: 300px;
            top: inherit;
        }

        .jetmenu ul.dropdown li {
            clear: both;
            width: 100%;
            font-size: 12px;
        }



            .jetmenu ul.dropdown li a {
                width: 100%;
                padding: 5px 15px 5px;
                display: inline-block;
                float: left;
                clear: both;
                text-decoration: none;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                font-size: 14px;
                border-bottom: 1px solid;
                background: #14427d;
                color: #eee;
            }

            .jetmenu ul.dropdown li:hover > a {
                background: #e0e0e0;
                color: #555;
            }



    .jetmenu .indicator {
        position: relative;
        left: 5px;
        top: 2px;
        font-size: 14px;
        float: right;
    }

    .jetmenu ul li .indicator {
        font-size: 12px;
        top: 1px;
        left: 10px;
    }


    .jetmenu > li > .megamenu {
        position: absolute;
        display: none;
        background: #2b3442;
        min-width: 25%;
        top: 58px;
        font-family: Segoe UI;
        font-size: 13px;
        color: #999;
        z-index: 99;
        padding: 20px 30px 20px;
        border-top: 1px solid #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .jetmenu li > .megamenu ul {
        margin: 0 0 20px 0;
        float: left;
        padding: 0;
        display: block;
        position: relative;
    }

        .jetmenu li > .megamenu ul li {
            width: 100%;
            padding: 4px 0;
        }

            .jetmenu li > .megamenu ul li.title {
                margin: 0 0 8px;
                padding: 0 0 5px;
                border-bottom: solid 1px #666;
            }



    .jetmenu li > .megamenu h5 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    /* megamenu links */

    .jetmenu li > .megamenu a {
        color: #999;
        text-decoration: none;
        font-size: 13px;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

        .jetmenu li > .megamenu a:hover {
            color: #dedede;
        }

    .jetmenu .megamenu img {
        width: 100%;
        -webkit-transition: border 0.3s linear;
        -moz-transition: border 0.3s linear;
        -o-transition: border 0.3s linear;
        transition: border 0.3s linear;
    }



    .jetmenu > li > .megamenu.half-width {
        width: 50%;
    }

    .jetmenu > li > .megamenu.full-width {
        width: 100%;
        left: 0;
    }

    .jetmenu li > .megamenu form {
        width: 100%;
    }


.overlay {
    background: url(images/overlay-bg.png) repeat;
    width: 150px;
    height: 120px;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.bggjgjjgjywrturuwehegqeq410027 p {
    margin-top: 45px;
    margin-left: 40px;
}

.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea {
    padding: 5px;
    color: #999;
    background: #444;
    font-size: 14px;
    border: solid 1px transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

    .jetmenu li > .megamenu form input[type="text"]:focus,
    .jetmenu li > .megamenu form textarea:focus {
        border-color: #e0e0e0;
    }

.jetmenu li > .megamenu form input[type="text"] {
    width: 100%;
    margin-top: 10px;
}

.jetmenu li > .megamenu form textarea {
    width: 100%;
    margin-top: 10px;
}



.jetmenu li > .megamenu form input[type="submit"] {
    width: 25%;
    float: right;
    height: 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    background: #444;
    color: #777;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

    .jetmenu li > .megamenu form input[type="submit"]:hover {
        background: #e0e0e0;
        color: #555;
    }



.megamenu .row {
    width: 100%;
    margin-top: 15px;
}

    .megamenu .row:first-child {
        margin-top: 0;
    }

    .megamenu .row:before,
    .megamenu .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .megamenu .row:after {
        clear: both;
    }

    .megamenu .row .col1,
    .megamenu .row .col2,
    .megamenu .row .col3,
    .megamenu .row .col4,
    .megamenu .row .col5,
    .megamenu .row .col6 {
        display: block;
        width: 100%;
        min-height: 20px;
        float: left;
        margin-left: 2.127659574468085%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .megamenu .row [class*="col"]:first-child {
        margin-left: 0;
    }

    .megamenu .row .col1 {
        width: 14.893617021276595%;
    }

    .megamenu .row .col2 {
        width: 31.914893617021278%;
    }

    .megamenu .row .col3 {
        width: 48.93617021276595%;
    }

    .megamenu .row .col4 {
        width: 65.95744680851064%;
    }

    .megamenu .row .col5 {
        width: 82.97872340425532%;
    }

    .megamenu .row .col6 {
        width: 100%;
    }



.jetmenu > li.right {
    float: right;
}

    .jetmenu > li.right > .megamenu {
        right: 0;
    }


.jetmenu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #999;
    background: #333;
}

    .jetmenu > li.showhide span.title {
        margin: 15px 0 0 25px;
        float: left;
    }

    .jetmenu > li.showhide span.icon {
        margin: 17px 20px;
        float: right;
    }

    .jetmenu > li.showhide .icon em {
        margin-bottom: 3px;
        display: block;
        width: 20px;
        height: 2px;
        background: #999;
    }



.blue > li:hover > a,
.blue > li.active > a {
    background: #cad6e2;
    color: #14427d;
}

.blue ul.dropdown li:hover > a {
    background: #cad6e2;
    color: #14427d;
}

.blue li > .megamenu form input[type="text"]:focus,
.blue li > .megamenu form textarea:focus {
    border-color: #02b8fa;
}

.blue li > .megamenu form input[type="submit"]:hover {
    background: #02b8fa;
    color: #fff;
}

.blue li > .megamenu a:hover {
    color: #02b8fa;
}


@media (max-width: 768px) {
    .jetmenu > li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .jetmenu > li > a {
            padding: 15px 25px;
        }

    .jetmenu a {
        width: 100%;
        background: #333;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .jetmenu ul.dropdown,
    .jetmenu ul.dropdown li ul.dropdown {
        width: 100% !important;
        left: 0;
        position: static !important;
        border: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .jetmenu ul.dropdown li {
            background: #fff !important;
            border: none;
        }

        .jetmenu ul.dropdown > li > a {
            padding-left: 40px !important;
        }

    .jetmenu > li > .megamenu {
        width: 100% !important;
        position: static;
        border-top: none;
    }

    .megamenu .row [class*="col"] {
        float: none;
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .megamenu .row:first-child [class*="col"]:first-child {
        margin-top: 0;
    }

    .megamenu .row {
        margin-top: 0;
    }

    .jetmenu > li > ul.dropdown > li > a {
        padding-left: 40px !important;
    }

    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 60px !important;
    }

    .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 80px !important;
    }
}




.content {
    margin: 0px 0px;
    padding: 0px;
    background: transprent;
}

    .content ul.items {
        font-size: 14px;
        margin: 0;
        list-style-type: square;
    }

        .content ul.items li {
            padding: 4px 0;
        }

    .content p {
        font-size: 13px;
    }

.jetmenu {
    background: #14427d;
}

    .jetmenu > li:nth-child(6) .megamenu .row [class*="col"] {
        background: #999 !important;
    }

@media (max-width: 768px) {
    .content {
        margin: 0;
    }

    .img_width {
        width: 75px;
    }
}


#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index: 991;
}

    #minimal-bootstrap-carousel .carousel-caption {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        text-align: right;
        text-shadow: none;
    }

        #minimal-bootstrap-carousel .carousel-caption .container {
            display: table;
            width: 100%;
            height: 100%;
            max-width: 1170px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

            #minimal-bootstrap-carousel .carousel-caption .container .box {
                display: table-cell;
                text-align: left;
            }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
                    vertical-align: top;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
                    vertical-align: bottom;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
                    vertical-align: middle;
                }

                #minimal-bootstrap-carousel .carousel-caption .container .box .content {
                    display: block;
                    background: no-repeat;
                }

    #minimal-bootstrap-carousel .carousel-control {
        background: none;
        width: 59px;
        height: 59px;
        font-size: 48px;
        line-height: 59px;
        color: #fff;
        background: transparent;
        visibility: visible !important;
        opacity: 1;
        font-weight: normal;
        margin-top: -20px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 50%;
        z-index: 99;
    }

@media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
}
/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}
/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
}

    #minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #minimal-bootstrap-carousel .custom-navigation li {
            border: 0;
            border-radius: 0;
            text-indent: 0;
            width: 30px;
            height: 2px;
            background: #fff;
            opacity: 0.3;
            cursor: pointer;
        }

            #minimal-bootstrap-carousel .custom-navigation li + li {
                margin-left: 10px;
            }

            #minimal-bootstrap-carousel .custom-navigation li.active {
                opacity: 1;
            }

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 400px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f;    max-height: 400px;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 365px;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f;    max-height: 400px;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
    min-height: 400px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424f;    max-height: 400px;
}

.slider-home-one {
    position: relative;
    background-color: #34424f;
}

    .slider-home-one .content {
        padding-top: 140px;
    }

        .slider-home-one .content h2, .slider-home-one .content h3, .slider-home-one .content p {
            margin: 0;
        }

        .slider-home-one .content h2 {
            font-family: 'Poppins';
            color: #fff;
            font-size: 72px;
            font-weight: bold;
            animation-delay: 0.5s;
        }

        .slider-home-one .content h3 {
            font-family: 'Poppins';
            font-size: 48px;
            font-weight: 500;
            animation-delay: 1s;
        }

        .slider-home-one .content p {
            color: #fff;
            font-size: 22px;
            font-family: 'Rubik';
            margin-top: 30px;
            animation-delay: 1.5s;
        }

        .slider-home-one .content a.banner-btn {
            background: #fff;
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 163px;
            height: 45px;
            border-radius: 4px;
            margin-top: 50px;
            line-height: 45px;
            font-family: 'Heebo';
            font-weight: 500;
            transition: all 0.4s ease;
            animation-delay: 1.5s;
        }

            .slider-home-one .content a.banner-btn:hover {
                background: #242c33;
            }

.slider-home-two {
    position: relative;
}

    .slider-home-two .content h2, .slider-home-two .content h3, .slider-home-two .content p {
        margin: 0;
    }

    .slider-home-two .content h2 {
        font-family: 'Poppins';
        color: #fff;
        font-size: 60px;
        line-height: 72px;
        letter-spacing: -0.025em;
        font-weight: bold;
        animation-delay: 0.5s;
    }

    .slider-home-two .content p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        font-family: 'Rubik';
        margin-top: 15px;
        animation-delay: 1s;
    }

    .slider-home-two .content a.banner-btn {
        color: #242c33;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 135px;
        height: 45px;
        border-radius: 4px;
        margin-top: 50px;
        line-height: 45px;
        font-family: 'Heebo';
        font-weight: 500;
        transition: all 0.4s ease;
        animation-delay: 1.5s;
    }

        .slider-home-two .content a.banner-btn:hover {
            background: #fff;
        }

.slider-home-three {
    position: relative;
}

    .slider-home-three .content {
        padding-top: 110px;
    }

        .slider-home-three .content h2, .slider-home-three .content h3, .slider-home-three .content p {
            margin: 0;
        }

        .slider-home-three .content h2 {
            font-family: 'Poppins';
            color: #fff;
            font-size: 60px;
            line-height: 72px;
            letter-spacing: -0.025em;
            font-weight: bold;
            animation-delay: 0.5s;
        }

        .slider-home-three .content p {
            color: #fff;
            font-size: 22px;
            line-height: 30px;
            font-family: 'Rubik';
            margin-top: 15px;
            animation-delay: 1s;
        }

        .slider-home-three .content a.banner-btn {
            color: #242c33;
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            width: 135px;
            height: 45px;
            border-radius: 4px;
            margin-top: 50px;
            line-height: 45px;
            font-family: 'Heebo';
            font-weight: 500;
            transition: all 0.4s ease;
            animation-delay: 1.5s;
        }

            .slider-home-three .content a.banner-btn:hover {
                background: #fff;
            }

.title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    line-height: 35px;
    position: relative;
}

    .title:after {
        content: '';
        display: block;
        border-radius: 25px;
        height: 4px;
        width: 85px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 0;
        border: none;
        background-color: #2e6bbd;
        position: absolute;
    }

    .title span {
        color: #2e6bbd;
    }

.Project-item {
    background: #fff;
    position: relative;
}

.image img {
    width: 100%;
    max-width: 100%;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: relative;
    z-index: 0;
    height: 257px;
}

.date-position {
    position: absolute;
    top: 142px;
    z-index: 999;
    width: 100%;
    height: 115px;
    background: url(../images/blog_shadow.png);
}

.Project-item .heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 20px;
    padding: 54px 0 10px 20px;
}

    .Project-item .heading a {
        color: #fff;
        text-transform: uppercase;
    }

.hr-line {
    width: 100%;
    height: 7px;
    border-right: 235px solid #000;
    background-color: #ffb300;
}

.content-box {
    padding: 20px;
}

.description {
    padding-bottom: 20px;
    line-height: 1.5;
    color: #777;
}

a {
    text-decoration: none;
    outline: 0;
    color: #10151e;
    transition: all .3s ease-out;
}

.readmore i {
    font-size: 14px;
    padding-right: 10px;
}

.newsbox {
    background: #fff;
    border: 1px solid #eee;
}

.news-head {
    background: #2e6abd;
    padding: 0px 10px;
}

    .news-head .name {
        font-size: 15px;
        color: #000;
        width: 244px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

article {
}

.newsbox .details, .newsbox .details a {
    padding: 17px 11px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 20px;
    font-size: 13px;
    text-transform: lowercase;
    color: #777;
    font-weight: normal;
}

    .newsbox .details:before {
        content: '\f10d';
        font-family: fontawesome;
        margin-right: 10px;
        font-size: 20px;
        color: #ffb300;
    }

.clientimg img {
    height: 70px;
    width: 100%;
    margin-bottom: 20px;
}

/*==================
 call SECTION
====================*/
.slider_top {
    display: table;
    width: 100%;
    background: #14427d url(../images/background.jpg) repeat-y 50% 0;
    margin-top:2px;
}
.wrapper {
    position: relative;
}
.cont {
    width: 100%;
    background: #4d5d08;
    padding: 10px 1% 10px 0;
    transform: skewX(-20deg) /*display:table-cell; float:left; background:#4d5d08; text-align:right;*/;
}
.cont .dac-organization {
    margin-top: 0px !important;
}
.dac-organization {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    transform: skewX(20deg);
    color: #fff;
}
.kisan_back {
    position: relative;
    width: 100%;
    padding: 10px 0 10px;
}
.kisancall {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left:10px;
}
.kisancall .content {
    overflow: hidden;
    margin-left: 12px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
.content {
}
.dac-organization a.view {
    border: solid 1px #eee;
    padding: 3px 15px 3px;
    margin-left: 30px;
    margin-top: 0px;
}
a.view:hover {
    background: #2e6abd;
    color: #fff;
}
a.view {
    background: #fff;
    color: #14427d;
    border: solid 1px #eee;
    padding: 4px 25px 3px;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.kisancall img {
    border-radius: 100px;
    float: left;
    margin: 0 9px 0 0;
    border: #4c7301 solid 2px;
    width: 91px;
    height: 91px;
}
.kisancall h2  {
    color:#fff;
}
.kisancall h2 small {
    color:#fff;
}
.kisancall h3  {
    font-weight: bold;
    font-size:18px;
    margin-top: 10px;
    color:#fff;
}
.kisancall h3 small {color:#fff}
.dac-organization h2 img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.dac-organization h2 {
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    font-size: 156%;
}
.dac-organization {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    transform: skewX(20deg);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .Project-item {
        margin-bottom: 40px;
    }

    .date-position {
        top: 187px;
    }

    .clientimg img {
        height: 100px;
    }

    .Project-item .heading {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    .date-position {
        top: 45px;
    }

    .clientimg img {
        height: 50px;
    }
}

.panel-box {
    background: #f9f9f9;
    padding: 2px 30px 30px;
    min-height: 421px;
}
.panel-box-info {
    background: #ffffff;
    padding: 2px 30px 30px;
    min-height: 421px;
     box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
     margin-top:5%;
}

.panel-ribbon {
    border-color: #ddd;
    margin-bottom: -6px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.ribbon-heading {
    color: #666;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .ribbon-heading .check-title {
        color: #666;
        font-size: 10px;
        margin-bottom: 0px;
        text-transform: capitalize;
        margin: 0 0 15px;
        font-weight: 600;
    }

        .ribbon-heading .check-title a {
            color: #000;
            display: block;
            padding: 5px 0px 5px 5px;
            text-decoration: none;
            background: #fff;
        }

            .ribbon-heading .check-title a i {
                margin-right: 8px;
            }

.subscrib_area {
    background: url(../images/subscrib_bg.jpg) no-repeat scroll center center;
    padding: 40px 0px;
    background-size: cover;
}

    .subscrib_area .subscrib_content h3 {
        letter-spacing: .20px;
        font-size: 25px;
        font-weight: bold;
        color: #f5f3f1;
        padding-bottom: 25px;
    }

    .subscrib_area .subscrib_content p {
        font-size: 14px;
        color: #ddd;
        line-height: 26px;
        width: 100%;
    }

.join_btn {
    display: inline-block;
    border: 1px solid #ded9d3;
    line-height: 42px;
    color: #fff;
    height: 65px;
    border-radius: 22px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .20px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    text-align: center;
}

    .join_btn:hover {
        color: #14427d;
        background:#eee;
    }

    .join_btn:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background: #ff7d01;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 22px;
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition: all 400ms linear 0s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

.social .box {
    background: #fbfbfb;
    margin: 15px 0;
    max-height: 310px;
    height: 310px;
    padding: 0px;
    border: 1px solid #b5b5b5;
    box-shadow: 1px 1px 1px 1px #bfbebe;
    border: 10px solid #FFC107;
}

    .social .box p {
        background: #FFC107;
        color: #fff;
        padding: 3px 10px;
        font-size: 22px;
        font-weight: 500;
        margin: 0px;
        text-shadow: 3px 2px 3px #1d1d1d;
        text-transform: uppercase;
    }

.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.owl-carousel .ow-client-logo img {
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.client-logo-media img {
    max-width: 100% !important;
    margin: 0px auto !important;
    width: auto !important;
}

.owl-btn-vertical-center .owl-nav {
    margin: 0px;
}

    .owl-btn-vertical-center .owl-nav .owl-prev,
    .owl-btn-vertical-center .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        margin: -15px 0;
    }

    .owl-btn-vertical-center .owl-nav .owl-prev {
        left: 0;
    }

    .owl-btn-vertical-center .owl-nav .owl-next {
        right: 0;
    }

/*-------------------------------------
	1.10 owl button show on hover
-------------------------------------*/
.owl-btn-hover .owl-nav {
    opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.footer {
    background-color: #092242;
}

    .footer .ftop {
        padding: 30px 0;
    }


    .footer .box {
        border: 1px solid #615e5e;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 94px;
    }

        .footer .box .icon {
            float: left;
            margin-right: 10px;
            color: #eee;
            width: 60px;
            display: inline-block;
            text-align: center;
            margin-top: 0px;
            font-size:45px;
        }

        .footer .box .icon-content {
            overflow: hidden;
        }

            .footer .box .icon-content h5 {
                color: #fff;
                margin-top: 0;
                margin-bottom: 0;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 16px;
                line-height: 22px;
            }

            .footer .box .icon-content p {
                color: #999;
                margin: 0px;
                line-height: 20px;
                word-break: break-all;
                font-size: 12.5px;
            }

.footer-bottom {
    background-color: #10151e;
    padding: 30px 0px 30px 0px;
    color: #787878;
    font-size: 13px;
}

.p-t30 {
    padding-top: 30px;
}

.footer-bottom .copyrights-text {
    color: #787878;
}

.footer-bottom .copyrights-nav {
    list-style: none;
    display: inline-block;
}

    .footer-bottom .copyrights-nav li {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px;
    }

        .footer-bottom .copyrights-nav li:first-child {
            margin-left: 0;
        }

        .footer-bottom .copyrights-nav li:last-child {
            margin-right: 0;
        }

            .footer-bottom .copyrights-nav li:last-child:after {
                display: none;
            }

        .footer-bottom .copyrights-nav li:after {
            content: "/";
            position: relative;
            right: -8px;
        }

        .footer-bottom .copyrights-nav li a {
            color: #787878;
        }

            .footer-bottom .copyrights-nav li a:hover,
            .footer-bottom .copyrights-nav li a:active,
            .footer-bottom .copyrights-nav li a:focus,
            .footer-bottom .copyrights-nav li.active a {
                color: #FFBC13;
            }

 

.contact-head {
    background: #f9f9f9;
    padding: 40px 30px;
}

    .contact-head h3 {
        font-weight: 600;
        font-size: 26px;
        margin: 0px;
    }

.contact-inner a i {
    color: #14427d;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}

.contact-head p {
    font-size: 16px;
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 0 solid #eeeeee;
    padding:5% 5% 0% 5%;
}

.card-block {
    border: 1px solid #eeeeee;
    padding: 1.875rem;
}

.contact-profile__container {
    position: relative;
    border-top: 3px solid #14427d;
    border-bottom: 9px solid #14427d;
    padding-bottom: 1.625rem;
}

.contact-profile__name {
    position: absolute;
    background-color: #14427d;
    color: #ffffff;
    top: -1rem;
    left: 1.875rem;
    padding: 0.25rem 0.625rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}

.contact-profile__item {
    padding-bottom: 1.1875rem;
    margin-bottom: 1.1875rem;
    border-bottom: 1px solid #eeeeee;
}

    .contact-profile__item:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

.contact-profile__icon {
    float: left;
}

.contact-profile__text {
    margin-left: 1.875rem;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.contact-profile__social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f2f2f2;
    padding: 0.6875rem 1.875rem 0.0625rem 0.625rem;
    line-height: 1;
}

    .contact-profile__social-icons::before {
        position: absolute;
        content: '';
        left: -2.1875rem;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 2.1875rem solid #f2f2f2;
        border-left: 2.1875rem solid transparent;
    }

    .contact-profile__social-icons + .contact-profile__items {
        margin-bottom: 1.875rem;
    }

.contact-profile__social-icon {
    font-size: 1.375rem;
    color: #999999;
    padding-left: 0.0625rem;
}

    .contact-profile__social-icon:focus, .contact-profile__social-icon:hover {
        color: #edac15;
    }

@media only screen and (max-width: 1024px) {
    .jetmenu > li > a {
        padding: 15px 20px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .fixed .jetmenu > li > a {
        padding: 15px 16px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    .border-title {
        font-size: 22px;
    }

    .title {
        font-size: 18px;
    }

    .ribbon-heading .check-title, .footer .box .icon-content p {
        font-size: 9px;
    }

    .panel-box {
        padding: 2px 11px 16px;
    }

    .subscrib_area .subscrib_content h3 {
        font-size: 22px;
    }
}

.plogo {
    text-align: center;
    color: #14427d;
    font-size: 18px;
    font-weight:600;
    margin: 0 0 0px;
}

@media only screen and (max-width: 768px) {
    .fixed {
        background: #fff;
    }

    .jetmenu {
        display: none;
    }

    .ribbon-heading .check-title, .footer .box .icon-content p {
        font-size: 11px;
    }

    .title {
        font-size: 16px;
    }

    .img-box {
        width: 40%;
        margin: 0px auto 21px;
    }

    .fixed .jetmenu {
        width: 89%;
    }

    .image img {
        height: auto;
    }

    .border-title {
        font-size: 18px;
        padding: 0px 15px 22px;
    }

    .left-border, .right-border {
        width: 30px;
        margin-top: 3px;
        display: none;
    }

    .logo2 img {
        width: 100%;
    }

    #minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
        min-height: 150px;    max-height: 150px;
    }

    .background h2.txt_white {
        text-align: center;
        font-size: 20px;
        line-height: 35px;
    }

    .mid {
        margin: 0px 44px;
    }

    .jetmenu > li.showhide span.title {
        display: none;
    }

    .panel-box {
        border-bottom: 35px solid #fff;
    }

    .subscrib_area .subscrib_content h3 {
        font-size: 22px;
        text-align: center;
    }

    .subscrib_area .subscrib_content p, .footer-bottom {
        text-align: center;
    }

    marquee {
        font-size: 10px;
    }
}



.portfolio .g-button-filter {
    padding: 5px 15px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 5px;
    background-color: #031219;
    border: none;
    margin: 5px;
}

    .portfolio .g-button-filter.mixitup-control-active {
        background: #eab34c;
    }

.portfolio .mix {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    border-color: #f8f8f8;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-width: 8px;
    border-style: solid;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 0!important;
    left: 0px;
    /*position: absolute;*/
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    filter: grayscale(100%);
    webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    z-index: 2;
    top: 0!important;
}

    .portfolio .mix:hover {
        filter: none;
    }

    .portfolio .mix img {
        max-width: 100%;
        height: auto;
        padding: 10px 28px 14px 14px;
        background: url(../images/annual-report-2017-2018.jpg);
        background-size: 100% 100%;
        max-height: 232px;
        transform: rotate(1deg);
        /*box-shadow: 3px 3px 5px 6px #f9f9f9;*/
    }

    .portfolio .mix .mix-hover {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 100%;
        bottom: 5px;
        background: rgba(63, 141, 172, 0.8);
        font-size: 25px;
        transition: all ease 0.5s;
        overflow: hidden;
    }

    .portfolio .mix:hover .mix-hover {
        top: 70%;
        height: 52%;
    }

    .portfolio .mix .mix-hover .icons {
        text-align: center;
        position: absolute;
        top: 27%;
        left: 0;
        right: 0;
        margin-top: -32px;
    }

        .portfolio .mix .mix-hover .icons a {
            line-height: 68px;
            width: 50%;
            color: #fff;
            width: 50%;
            float: left;
        }

            .portfolio .mix .mix-hover .icons a:hover {
                background: #ffffff;
                color: #3f8dac;
                padding: 5px 0px;
            }
/*Eliminates padding, centers the thumbnail */


.desc {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

    .desc .title_wrapper {
        position: relative;
        padding-right: 43px;
    }

        .desc .title_wrapper h5 a {
            margin-bottom: 0;
            font-size: 15px;
            line-height: 25px;
            font-weight: 700;
            letter-spacing: 0px;
            color: #444444;
        }

        .desc .title_wrapper .button-love {
            position: absolute;
            right: 0;
            top: 0;
        }

            .desc .title_wrapper .button-love a.mfn-love {
                display: inline-block;
                position: relative;
                padding-left: 24px;
                color: #3f8dac;
            }

                .desc .title_wrapper .button-love a.mfn-love i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 16px;
                }





    .desc .count {
        color: #a8a8a8;
    }

.button-love a.mfn-love i:last-child, .button-love a.mfn-love span:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-love a.loved.mfn-love i:last-child, .button-love a.loved.mfn-love span:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.gallery-block {
    width: 100%;
    max-width: 277px;
    height: 207px;
    margin: 0 10px 10px 0;
    background: #f9f9f9;
    border: 1px solid #dedede;
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

    .gallery-block .Iblock {
        position: relative;
        width: 100%;
    }

        .gallery-block .Iblock img {
            width: 100% !important;
            height: 160px !important;
            display: block;
            border-radius: 0 !important;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
            margin: 0 auto;
            max-width: 100%;
            vertical-align: middle;
            webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
            display: inline-block !important;
        }

        .gallery-block .Iblock .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.7) !important;
            display: none;
        }

.team-box {
    position: relative;
    max-height: 370px;
    min-height: 370px;
}

    .team-box:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        content: "";
        background-color: #ffbe0e;
        transition: 0.3s;
    }

    .team-box:hover:before {
        width: 100%;
    }

.team-img img {
    width: 100%;
    max-height: 220px;
    min-height: 220px;
}

.themebtn {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 1px solid white;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    background: #fdfdfd;
    padding: 15px;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-bio {
    padding: 22px 0 15px;
}

    .team-bio h6 {
        margin-bottom: 0;
        color: #444;
        font-size: 16px;
    }

table {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

    table td, table th {
        border: 1px solid #ccc;
    }

    table a {
        color: #001F6D;
    }

.modal-box {
   top:0px !important;
    display: none;
    position: absolute;
    z-index: 10000000000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    position: fixed;
}

@media (min-width: 32em) {

    .modal-box {
        width: 70%; 
    }
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

    .modal-box header h3,
    .modal-box header h4,
    .modal-box .modal-header h3,
    .modal-box .modal-header h4 {
        margin: 0;
    }

.modal-box .modal-body {
    padding: 2em 1.5em;
    border: solid 2px #cccccc;
    background-color: #ffffff;
    overflow-y: scroll;
    z-index: 10;
    height: 400px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

.modal-box a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

    .modal-box a.close:hover {
        color: #222;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        transition: color 1s ease;
    }

.img-box {
    width: 100%;
       min-height: 270px !important;
    margin: 0 10px 10px 0;
    background: #f9f9f9;
    border: 1px solid #dedede;
    outline: none;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

    .img-box .image-block {
        position: relative;
        width: 100%;
    }

        .img-box .image-block img {
            width: 100%;
            height: 160px;
            display: block;
            border-radius: 0 !important;
            border: 5px solid #FFF !important;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
            margin: 0 auto;
            max-width: 100%;
        }

        .img-box .image-block .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.7) !important;
            display: none;
        }

            .img-box .image-block .image-overlay a {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 100%;
                box-shadow: none !important;
                background: url(https://biharekvirasat.com/wp-content/plugins/gallery-images/assets/images/admin_images/zoom.light.png) center center no-repeat;
            }

    .img-box:hover .image-block .image-overlay, .img-box:hover .title-block .button-block {
        display: block;
    }


    .img-box .title-block {
        position: relative;
        margin: 0;
        padding: 15px 0 15px 0;
        -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
        text-align: center;
    }

        .img-box .title-block h3 {
            position: relative;
            margin: 0;
            padding: 0 1% 5px 1%;
            width: 98%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-weight: normal;
            font-size: 13px;
            line-height: 18px;
            color: #222222;
            text-align: center;
        }

        .img-box .title-block .button-block {
            position: absolute;
            right: 0;
            top: 0;
            display: none;
            vertical-align: middle;
            padding: 10px 10px 4px 10px;
            border-left: 1px solid rgba(0, 0, 0, .05);
        }

            .img-box .title-block .button-block a {
                position: relative;
                display: block;
                vertical-align: middle;
                padding: 3px 10px 3px 10px;
                border-radius: 3px;
                font-size: 14px;
                background: #2ea2cd;
                color: #ffffff;
                text-decoration: none !important;
            }

.previous, .Next {
    width: 40px;
    height: 39px;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    border-bottom: none;
    border-top: none;
}

    .previous a, .Next a {
        position: absolute;
        color: #777;
        text-decoration: none;
        width: 12px;
        height: 24px;
        line-height: 1;
        display: inline-block;
    }

.boxbg1 {
    background-image: -webkit-linear-gradient(90deg, #585858 0%, #000000 100%);
    background-image: -moz-linear-gradient(90deg, #585858 0%, #000000 100%);
    background-image: -o-linear-gradient(90deg, #585858 0%, #000000 100%);
    background-image: linear-gradient(90deg, #585858 0%, #000000 100%);
    border-radius: 100px 100px 100px 100px;
}

.boxbg2 {
        border: 3px solid #000;
    border-radius: 100px 100px 100px 100px;
}
    .boxbg2 img {
        background:#000;
        padding:5px;
    }
.box-info-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    padding: 30px;
    transition: all 0.2s;
    position: relative;    border: 3px solid #000;    margin-bottom: 20px;
}

    .box-info-1:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        height: 150px;
        display: inline-block;
        border: 5px solid hsla(0, 0%, 100%, 0.22);
        line-height: 120px;
        text-align: center;
        /*border-radius: 100% 100% 100% 0;*/
        margin-bottom: 29px;
        color: #f6384f;
        font-size: 32px;
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
        background: rgba(0,0,0,.1);
        content: "";
        opacity: 0;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
    }

    .box-info-1:hover:after {
        height: 100%;
        opacity: 1;
        box-shadow: 0 0 10px rgba(175,175,175,.23);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

@-webkit-keyframes f_rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.box-info-1:hover .box-info-1 {
    border-radius: 100% 100% 100% 0px;
}

.box-info-1 .box-icon {
    display: inline-block;
    float: none;
    margin: 0 0 17px 0;
    color: #fff;
}

    .box-info-1 .box-icon i {
        font-size: 60px;
    }

    .box-info-1 .box-icon img {
        margin-top: 0;
        width: 65px !important;
        height: auto !important;
    }

.box-info-1 .box-content h5 {
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    font-size: 12px;
}

.box-info-1 .arrow {
    position: absolute;
}

    .box-info-1 .arrow.right-top {
        top: -54px;
        right: -157px;
    }

    .box-info-1 .arrow.right-bottom {
        bottom: -54px;
        right: -157px;
    }

.box-info-1 .tag-number {
    position: absolute;
    display: inline-block;
    top: 19px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #fff;
    background-color: #ffbe0e; /*-webkit-animation: f_rotation 5s infinite linear;
    animation: f_rotation 5s infinite linear;*/
}

.boxbg2 .box-content h5 {
    color: #000000;
}

.boxbg2 .tag-number {
    background-color: #1e2832;
}

@media (max-width: 992px) {
    .box-info-1 .arrow {
        display: none;
    }
}

.banner-video {
    max-width: 600px;
    display: inline-block;
    box-shadow: 0 30px 70px rgb(250, 170, 5);
    transition: all .4s;
}

    .banner-video figure {
        position: relative;       z-index: 99999;
    }

figure, textarea {
    width: 100%;
}

.banner-video figcaption {
    position: absolute;
    width: 64%;
    left: 19%;
    top: 8%;    z-index: -1;
    max-height: 240px;
}

.banner-video video {
    width: 100%;
}

video {
    display: inline-block;
    vertical-align: baseline;
}


@media (min-width: 1200px) {
.text-c{text-align:center;}
}

.cont {
    width: 65%;
    display: table-cell;
    background: #14427d;
    padding: 10px 1% 10px 0;
    transform: skewX(-20deg) /*display:table-cell; float:left; background:#4d5d08; text-align:right;*/;
}
.kisan_back {
    position: relative;
    width: 35%;
    display: table-cell;
    padding: 10px 0 10px;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 10px 0 0 0px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #eeeeef;

}
.sp-module ul >li {
 display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 0px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}



.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  margin-left:8%;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-back p{margin-left:5%;margin-right:5%; margin-bottom:5px;}
.flip-card-back a{color:#fece04;}
.flip-card-back a:hover{color:#eee;}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #eee;
  color: black;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.19);
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.19);
}

/* Style the back side */
.flip-card-back {
  background-color: #10151e;
  color: #fece04;
  transform: rotateY(180deg);
}



.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}