*{
    margin:0px; padding:0px; box-sizing:border-box;
}

body{    
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
}
 

p { 
    font-size: 14px;
    line-height: 150%;
}

img{max-width: 100%;}
a{
    text-decoration: none !important;
}

h1, .h1, h2, .h2, h3, .h4 {
         margin-top: 0;
}


.container-fluid{    max-width: 1280px;}


.read-btn {
    width: 190px;
    border: 1px solid #464b4b;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #464b4b;
    position: relative;
    padding: 0 0 0 22px;
    margin: 20px 0 0;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    font-weight: 500;
}

.read-btn span{
    width: 50px;
    height: 40px;
    display: block;
    border-left: 1px solid #464b4b;
    background: url(../images/btn-icon.png)center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.fa-message-lines{
    content: "\f061";
}

/*Navigation*/
 .navigation{
    padding: 1em;
}
.logobg img{
    width: 100%;
}
.menu nav {
  float: right;
  margin-bottom: 0px !important;
}
.menu nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;}

    .menu nav ul li {
    float: left;
    margin: 0px 5px;
    position: relative;
}

.menu nav ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    font-weight: normal;
}

.active1 a{
    background: #57b952;
    padding: 10px 20px !important;
    color: #ffffff !important;
}

.active1 a img {
    margin-right: 3px;
}

.active1:hover, .active1:active{
    border-radius: 2px;
    box-shadow: 3px 4px 3px 0px #6262624a;
}

.menu .navbar-toggler, .close-icon{
    display: none;
}



/*new slider*/
.heading{position:absolute; bottom:190px; text-align:center; width:100%; z-index:11;}
.caption{position:absolute; top:30%; text-align:center; width:100%; z-index:11;}
.caption img{width:auto !important; height:auto !important; margin:0 auto;}
.header_fixed{position:fixed !important;   transition:0.5s; background:#fff; padding: 5px 0 !important;}
.header_fixed .fixed{display:inline-block !important;}
.header_fixed .dskt{display:none;}
.header_fixed .logo img{height:5em;}
.header .menu{padding:1em;}
.header_fixed .navbar-nav li a{color: rgb(0, 0, 0);}

.fixed{display:none;}

.logobg{ position:absolute; top:0px; left:-50px; z-index:1;  transition:0.5s;}
.header{ position:absolute; padding:20px 30px; top:0px; width:100%; z-index:15;  transition:0.5s;}
.logo{ float:left; }
.menu{ float:right; padding:2px 0;}

.right{ float:right; width:20%; text-align:right;}

.banner{width:100%; height:100vh;  position:relative; background-size:cover;}
.banner img{width:100%; height:100vh; object-fit:cover;}

.arrow{ position:absolute; bottom:20px; left:20px; z-index:9;  animation:MoveUpDown 3s linear infinite; transition:all .7s;  cursor:pointer;}
/*
.nav{position:fixed; bottom:20px; right:20px; z-index:11;}*/

.carousel-caption{
    right: 10%;
    left: 30%;
    text-align: end;
}

.carousel-caption1{
    right: 10%;
    left: 30%;
    text-align: end;
}

@keyframes MoveUpDown {
0%, 100% {
bottom:0px
}
50% {
bottom:40px
}
}
.banner-home{position:relative; width:100%; background-size: cover;}
.banner-home .owl-carousel .item img{
    width:100%; height:auto; background-size: cover;
}

.logo img {
    height: 4.5em;
}

.navbar-nav > li > a{
    color: #ffffff;
    font-weight: 300;
}

#home-banner .carousel-caption h5{
    font-size: 35px;
}


/*About-section*/
.about-section{
    background: url(../images/about-back.jpg) left top no-repeat;
    background-size: cover; 
}

.abt{  
}

h2{
    text-transform: uppercase;
    margin-bottom: 0.8em;
    font-size: 3.4em !important;
}

.abt p{ 
    margin-bottom: 18px;
}

.abt img{
    padding-left:8em;
}

/*Portfolio*/
.portfolio{
    background: url(../images/port.jpg) left top no-repeat;
    background-size: cover;
    padding: 6em 0;
}

.port{
    box-shadow: 4px 3px 6px 2px #b4b4b473;
    position: relative;
}

.port img{
    width: 100%;
}

.portmain {
    z-index: 9;
    position: relative;
}

.port.port1::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #57b852;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
}
/*
.port1 img{
    padding: 4em 3em;
}

.port2 img{
    width: 70%;
    margin: 2em 4em;
}

.port3 img{
    width: 46%;
    margin: 4em 6em;
}

.port4 img{
    width: 32%;
    margin: 4em 7em;
}*/

.port_text{
    margin: 24px 0px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #3f883b;
}

/*products*/
.products{
    background: url(../images/products_back.jpg) left top no-repeat;
    background-size: cover;
    padding: 6em 0;
}

.products h2{
    color: #ffffff;
}

.products .row{
    border-bottom: 1px solid #ddcd878a;
}

.products .row .col-md-4:hover {
    border-bottom: 4px solid #bda126;
}

.products img{
    padding: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;   
    width: auto !important; 
}

.prod{
    background: #00000087;
}

.prod1{
    outline: 1px solid #ddcd878a;
    outline-offset: -14px;
}

.prod1 span{
    /*position: absolute;
    right: 3.6em;
    top: 2em;
    color: #bec767;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;*/
	
	
}

.prod1 span {
    background: #ccc;
    top: 37px;
    right: 24px;
    padding: 6px 8px;
    background: #bec767;
    color: #fff;
    padding-left: 0;
	font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
	position: absolute;
	
}


.prod1 span:before { 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 32px solid transparent;
    border-right: 32px solid #bec767;
    right: 100%;
    top: 0;
}



.port_text1{
    margin: 14px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.site-section .owl-nav{
    display: none;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 0px;
    background: #ffffff;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

/*philosophy*/
.philosophy{
    background-size: cover;
    padding: 6em 0;
    background: url(../images/phil-back.jpg);
}

.philosophy h2{
    text-align: center !important;
}

.phil{
    width: 90%;
    margin: 0 auto;
}

.phill{
    width: 100%;
}

.phil1{
    position: absolute;
    left: 14%;
    bottom: 18%;
    font-size: 1.2em;
    font-weight: 500;
}

.phil2{
    position: absolute;
    left: 35%;
    top: 21%;
    font-size: 1.2em;
    font-weight: 500;
}

.phil3{
    position: absolute;
    left: 54%;
    bottom: 17%;
    font-size: 1.2em;
    font-weight: 500;
    width: 14%;
}

.phil4{
    position: absolute;
    right: 12%;
    top: 13%;
    font-size: 1.2em;
    font-weight: 500;
    width: 14%;
}

.relative{
    position: relative;
}


/*news and EVENt*/
.news-event{
    background-size: cover;
    padding: 6em 0;
    background: linear-gradient(#0303034f, #03030340), url(../images/shutterstock_1300567765.jpg) left top no-repeat;
    background-size: 100%;
}

.news-event h2 {
    color: #ffffff;
}

/*new and event home carousel*/
.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.bbb_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px
}

.bbb_slider_nav {
    margin-top: 10em;
}

.bbb_nav {
    display: inline-block;
    width: 46px;
    height: 46px;
    box-shadow: 2px 4px 5px rgb(0 0 0 / 56%);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin: 16px;
     
    border: 1px dashed #ffffffd4;
}

.bbb_nav:last-child {
    margin-right: 0px
}

.bbb_nav i {
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_nav:hover i {
    color: #474747;
}

.bbb_item {
    color: #FFFFFF;
    border-radius: 1px;
}
/*
.bbb_image {
    width: 100%;
    height: 212px
}*/

.bbb_image img {
    width: auto !important;
    max-width: 100% !important;
    height: 360px;
}

.bbb_category a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
}

.bbb_category a:hover {
    color: #0e8ce4
}

.bbb_content {
    margin-top: 14px;
    width: 100%;
}

.bbb_name {
    float: left
}

.bbb_name a {
    font-size: 16px;
    color: #000000
}
.bbb_marks {
    position: absolute;
    left: 18px;
    top: 18px
}

.bbb_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .bbb_slider_container {
        margin-top: 15px
    }
}

.cat1{
    text-transform: uppercase; 
    font-size: 16px;
}

.date_of_event{
    
    text-align: end;
    font-size: 15px;
    text-transform: uppercase;
}

.bbb_content p{
    font-size: 22px;
    line-height: 150%;
    margin: 10px 0; 
}

.read-btn1{
    color: #ffffff;
    border-bottom: 1px solid;
    font-size: 1.4em;
}

/*footer_part*/
.footer_part{
    background: url(../images/Footer.jpg) left top no-repeat;
    background-size: cover;
}

.ver11{
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
}

.ver11 a{
    text-transform: uppercase;
}

.footer_part .col-md-1, .footer_part .col-md-11{
    padding: 0px !important;
}

.foot1{
    border-right: 1px solid;
    padding: 7em 0em;
    min-height: 385px !important;
}

.foot1 ul{
    margin-left: 4em;
}

.foot1 ul li{
    display: block;
}

.foot1 ul li a{
    font-size: 4em;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.foot2{
    padding: 6em 2em;
}

.foot2 h3{
    color: #4fb852;
    font-size: 4em;
    font-weight: 400;
}

.foot2 p{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.6em;
}
.foot3{
    font-size: 16px;
    font-weight: 500;
    padding: 30px 10px;
    border-top: 1px solid;
    margin-bottom: 10em;
}

.foot3 span{
    float: left;
    font-size: 16px;
    margin-right: 1rem;
}

/* form starting stylings ------------------------------- */
.foot2 form{
    margin: 3em 0em;
}

.foot2 .group{ 
    position:relative; 
    margin-bottom:45px; 
  }

  .foot2 input{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #757575;
    background: transparent;
  }

  .foot2 input:focus { outline:none; }
   
  .foot2 label{
    color:#999; 
    font-size:16px;
    font-weight:300 !important;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
   
  .foot2 input:focus ~ label, .foot2 input:valid ~ label 		{
    top:-22px;
    font-size:14px;
    color:#5264AE;
  }
 
  
  /* BOTTOM BARS ================================= */
  .bar 	{ position:relative; display:block; width:300px; }

  .bar:before, .bar:after 	{
    content:'';
    height:2px; 
    width:0;
    bottom:1px; 
    position:absolute;
    background:transparent; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .bar:before {
    left:50%;
  }
  .bar:after {
    right:50%; 
  }
  
  /* active state */
  input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
  }

  .social_links{
      border-top: 1px solid;
      margin-top: 1em;
  }

  .col-xs-15{
    width: 20%;
    float: left;
    padding: 2em 1em;
    border-right: 1px solid;
    text-align: center;
  }

  .social_links a{
      color: #000000;
      font-size: 1.4em;
  }

  .copy1{
    color: #ffffff;
    padding: 1em 3em;
    margin-top: 10em;
    font-size: 1.2em;
    text-transform: uppercase;
  }

  .label1 {
    border-right: 1px solid black;
    float: left;
    min-height: 80rem;
  }
  
  .label-text1 {
    display: block;
    transform: rotate(-90deg);
    text-align: right;
    margin-top: 8em;
    padding: 2em 0em;
    color: #000000;
  }

  .label1{
      color: #000000 !important;
      width: 100%;
  }

  /*Chat box*/
  /* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
  }

  .fa-message-captions:before{
      content:"\e1de"
    }

    .form-control-feedback {
        position: absolute;
    top: 10px;
    right: 8px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 26px;
    }


.inner_banner {
        height: 550px;
}

.inner_banner_content h5 {
    margin: 0;
}
 

.inner_banner_content {
    position: absolute;
    bottom:10%;
    
}

.inner_banner {
    height: 550px;
    position: relative;
    background-size: 100% 100% !important;
}

.inner_banner_content h5 {
    margin: 0;
    font-size: 37px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}



.about-section.aboutpage {
    background: url("../images/abouot_sect_bg.jpg");
    background-size: 4%;
}

.aboutbottom img {
    padding: 0;
    max-width: 180px;
}


.aboutbottom h4 {
    text-transform: uppercase;
    color: #57b952;
    font-weight: bold;
    padding: 32px 0;
    text-align: right;
}


.aboutbottom {
    margin-bottom: 50px;
}


.aboutpage h2 {
    font-size: 35px !important;
    margin-bottom: 24px;
}

section {
    padding: 50px 0;
}


section.our_presences {
    background: url('../images/presentce_bg.jpg');
    background-size: 100%;
}



section.our_presences h2 {
    color: #fff;
}

h2.title{font-size: 35px !important;
    margin-bottom: 24px;
    text-transform: uppercase;}

    .map-presenc {
        text-align: center;
        margin-bottom: 40px;
    }


    .map-presenc img {
        max-width: 70%;
        width: 100%;
    }
    .presenc_data {
        background: #fff;
        padding: 20px 40px; 
    }



    .presenc_data ul {
        list-style: none;
        margin: 0;
    }



    .presenc_data ul li {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 10px;
    }
    
    .presenc_data ul li:last-child{
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; ;
    }



    .presenc_data ul li img {
    width: 55px;
    margin-right: 30px;
    vertical-align: middle;
}



.presenc_data ul li h3 {
    font-weight: normal;
    padding-top: 14px;
    margin-bottom: 0;
}



.presenc_data ul li h5 {
    font-size: 30px;
    padding-left: 20px;
    color: #008349;
    padding-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.presenc_data.listdata h4 {
    color: #008349;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.presenc_data.listdata li {
}


.presenc_data.listdata li {
    position: relative;
    padding-left: 21px;
    vertical-align: middle;
    border: none;
    padding-bottom: 16px;
    margin: 0;
    font-size: 16px;
}


.presenc_data.listdata li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #a8cf45;
    left: 0;
    border-radius: 50%;
    top: 6px;}



    footer {
        background: url("../images/footer_bg.jpg");
        padding-top: 80px;
    }

    .left-footer ul {
        list-style: none;
    }


    .left-footer ul a {
        color: #000;
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        text-transform: uppercase;
        /* font-weight: 600; */
    }


    footer .foot2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    footer .foot2 h3 {
        margin-top: 0;
        font-size: 40px;
    }


    footer .foot2 p {
        font-size: 13px;
        letter-spacing: 1;
    }


    .foot2 i.fa.fa-send-o {
        color: #4fb853;
    }

    .footer-addess li {
        width: 50%;
        float: left !important;
        font-size: 14px;
        display: flex !important;
        padding-right: 10px;
        height: 70px;
    }

    .footer-addess li img {
        object-fit: contain;
            align-self: flex-start;
            flex: 0 0 auto;
            padding-top:0;
    }

    .footer-addess li p {
        color: #000;
        font-size: 14px;
        line-height: 150%;
        padding-left: 16px;
    }
 

.footer-addess li p a {
    padding-left: 0;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    line-height: 150%;
    padding-left: 0;
}


.footer-addess {
    margin-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}



.copyright li {
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
}

.copyright li:last-child {
    float: right;
}

.footer-addess li:last-child {
    height: initial;
}



.copyright {
    background: url("../images/footer_bg_green.png");
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}



footer .foot2 form {
    margin-bottom: 0;
    margin-top: 10px;
}

footer .foot2 .group {
    margin-bottom: 00;
}

.footer-addess ul {
    float: left;
    width: 100%;
}

ul.copry-rig {
    color: #fff;
    font-size: 13px;
}
ul.copry-rig a {
    color: #ffff;
}

.product_listing .nav-tabs > li.active > a img.white {
    display: inline-block;
}

.product_listing .nav-tabs > li.active > a img.green {
    display: none;
}



.product_listing ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
}



.product_listing .nav-tabs > li {
    width: 100%;
    text-align: center;
    padding-right: 10px;
}

.product_listing .nav-tabs > li > a {
    background: #fefbe0;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    color: #57b852;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: block;
    border-radius: 0;
    border: none; 
}


.product_listing .nav-tabs > li > a img {
    vertical-align: middle;
    max-width: 35px;
    margin-right: 6px;
}



.product_listing .nav-tabs > li > a img {
    vertical-align: middle;
    max-width: 35px;
    margin-right: 6px;
    display: none;
}




.product_listing .nav-tabs > li > a img.green {
    display: inline-block;
}


.product_listing .nav-tabs > li.active > a {
    background: #57b852;
    color: #fff;
}



.product_listing .nav-tabs > li > a:hover, .product_listing .nav-tabs > li > a:focus{border:none}

.product_img {
    height: 400px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}


.product_img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.one_product {
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    cursor: pointer;
}



.one_product h3 {
    font-size: 20px;
    font-weight: normal;
}

.produc_list {
    margin: 50px 0;
}

.produuct_details .modal-dialog {
    width: 750px;
    max-width: 80%;
}


.product-details_p button.close {
    /* position: absolute; */
    /* right: 12px; */
    font-size: 26px;
    color: #000;
    opacity: 1;
}


.produc-detailss h4 {
    font-size: 35px;
    font-weight: 500;
    color: #57b952;
    text-transform: uppercase;
}



.produc-detailss h6 {
    font-size: 18px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}



.produc-detailss ul {
    list-style: none;
    padding: 15px 20px;
    background: #e9e9e9;
    color: #000;

}



.produc-detailss ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}



.produc-detailsimg img {
    width: 100%;
}

.produc-detailss ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #57b952;
    top: 10px;
    border-radius: 50%;
    left: 0;
}




.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7;
}


.leadership_listing_1 .box_left {
    width: 47%;
}
.leadership_listing_1 {
    display: flex;
    margin-bottom: 30px;
}


.leadership_listing_1 .box_right {
    background: #fff;
    padding: 25px;
    width: 53%;
}



.personshit_content h3 {
    color: #57b952;
    font-size: 20px;
}

.max-height250{max-height: 215px;}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #a8cf45 !important;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #a8cf45 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #a8a8a8;
}

.personshit_content h5 {
    margin: 13px 0 22px;
    color: #000;
}

.color_green{color:#54df58}
 

.md_message {
    background: url(../images/bg_md.jpg) !important;
    color: #fff;
    background-size: 100% !important;
}

.missin_v_vission {
    background: url(../images/bg_md.jpg) !important;
    color: #fff;
    background-size: 100% !important;
    padding: 50px 0;
}

.missin_icon {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.missin_icon img {
    max-width: 80px;
}

.missin_icon h4 {
    font-size: 32px;
    padding: 0 16px;
    font-weight: bold;
    letter-spacing: 1;
}

.mission_content p {
    font-size: 19px;
    width: 74%;
    /* margin: 0 auto; */
}

.mission_content {
    border-right: 2px solid #ccc;
}

.missin_v_vission .col-md-6:last-child .mission_content {
    border: none;
    padding-left: 93px;
}

section.ValueBg {
    background: url("../images/value_bg.jpg") !important;
    color: #000;
    padding: 0;
}

.values_1 ul {
    list-style: none;
}
 
.values_1 ul li {
    width: 77%;
    display: inline-block;
    margin-bottom: 79px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}


.values_1 {
    background: url("../images/tree_value.png");
    background-repeat: no-repeat;
    background-size: 53%;
    background-position: center bottom;
    padding: 80px 0 0 0;
}

.values_1 h2.title {
    margin-bottom:90px;
}

.values_1 ul.righ-s li {
    margin-left: 23%;
}

.saffires_section {
    background: url("../images/gree_bgn.jpg");
    background-repeat: no-repeat; 
    padding: 80px;
    color: #fff;
    background-size: 100% 100%;
}

.saffires_section_content p {
    font-size: 16px;
}

.saffires_section_image {
    text-align: center;
}

.saffires_section_image img {
    max-width: 66%;
    margin: 0 auto;
}

.saffires_section_content {
    margin-bottom: 50px;
}

.saffires_section_content h2 {
    font-size: 25px !important;
    font-weight: 600;
}

.inner_banner:before {
    content: '';
    position: absolute;
    background: url("../images/logo-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 109%;
    width: 523px;
    height: 244px;
    max-width: 100%;
}


#home-banner .owl-nav.disabled {
    display: none;
}


.contact_forms form input.form-control {
    height: initial;
    border-radius: 20px;
    padding: 8px 15px;
}

.contact_forms form textarea.form-control {
    height: initial;
    border-radius: 12px;
    padding: 8px 15px;
    margin-bottom: 30px;
}

.contact_forms form {
    background: #fff;
    padding: 25px;
    border-top: 3px solid #57b952;
}

.contact_forms form .form-group {
    margin-bottom: 20px;
}


.contact_forms button.btn.btn-primary.text-right {
    background: #57b952;
    border: none;
    border-radius: 24px;
    padding: 10px;
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
}

.contat-details {
    background: url(../images/contact_bg.jpg);
    padding: 20px;
    color: #fff;
}


.onee_contact {
    margin: 25px 0;
    /* float: left; */
    padding: 0 20px;
}


.onee_contact h2 {
    font-size: 24px !important;
    margin-bottom: 8px;
}

.onee_contact p {
    margin-bottom: 11px;
    line-height: 150%;
}


.onee_contact ul {
    list-style: none;
}

.onee_contact ul li {
    vertical-align: middle;
    margin-bottom: 8px;
}


.onee_contact ul li img {
    width: 23px;
    vertical-align: middle;
    margin-right: 21px;
}

.onee_contact ul li a {
    vertical-align: text-bottom;
    color: #fff;
}



.contaclos img {
    max-width: 47%;
    padding: 15px;
}

.contaclos {
    background: #fff;
}


.menu nav ul li.nav-item.has_submenu ul.dropdown {
    position: absolute;
    width: 250px;
    display: none;
    transition: ease all .2s;
    background: #fff;
    padding: 13px 0;
}

.menu nav ul li.nav-item.has_submenu ul.dropdown a {
    color: #000;
    padding: 7px 15px;
}

.menu nav ul li.nav-item.has_submenu ul.dropdown a:hover {
    color: #57b952;
}



.menu nav ul li.nav-item.has_submenu:hover ul.dropdown{display: block;}

.menu nav ul li.nav-item.has_submenu:hover:after{transition: ease all .2s;
    transform: rotate(180deg);}

.menu nav ul li.nav-item.has_submenu:after {
    content: '';
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 12px;
    right: 0;
    color: #fff;
    transition: ease all .2s;

}

 
.header_fixed .menu nav ul li.nav-item.has_submenu:after {
    color: #000;
}

.header_fixed .menu nav ul li.nav-item.has_submenu:hover ul.dropdown {
    background: #fff;
}

.menu nav ul li.nav-item.has_submenu ul.dropdown li {
    display: block;
    width: 100%;
}

.aboutbottom_bttna_pdf {
    background: #fff;
    padding: 20px;
    text-align: center;
}


.aboutbottom_bttna_pdf h3 {
    color: rgb(170, 22, 22);
    font-size: 16px;
}



.aboutbottom_bttna_pdf img {
    padding: 0;
    width: 59px;
}

.aboutbottom_bttna_pdf a {
    color: #fff;
    display: block;
    margin-top: 8px;
    background: #57b952;
    padding: 9px;
}



.downloadlist.row {
    margin-top: 22px;
}

.inside_sec {width: 100%;float: left;}
.inside_sec p {font-size: 20px;line-height: 32px;color: #5f5f5f;font-weight: 400;}
.inside_sec p span {font-weight:600;}

.list-detail {width:100%; float:left; margin:30px 0 0;}

.detail_img {width:40%; float:left; border:1px solid #d7d7d7;}
.detail_img img {width:100%;}
.listdetail_content h2 sup{font-size: 10px;top: -17px;}
.listdetail_content {width: 60%;float: left;padding: 0 0 0 60px;}
.listdetail_content span {font-size:14px; color:#408f60; text-transform:uppercase; display:block;}
.listdetail_content h2 {font-size: 24px !important;line-height: 15px !important;color: #5f5f5f !important;font-weight: 600 !important; text-transform: capitalize !important;}
.listdetail_content h4 {width: 151px;height: 41px;background: url(../images/btn_bg.png)no-repeat;display: block;color: #fff;line-height: 41px;padding: 0 0 0 15px; margin:25px 0 30px;}
.listdetail_content ul li {position: relative;font-size: 16px;color: #5f5f5f;font-weight: 400;line-height: 30px;padding: 0 0 0 20px;list-style: none;}
.listdetail_content ul li:before {position:absolute; top:12px; left:0; content:""; background:#40676e; width:8px; height:8px; border-radius:50%;}
.listdetail_content h5 {font-size: 20px;width: 311px;height: 41px;background: url(../images/bigbtn_bg.png)no-repeat;display: block;color: #fff;line-height: 41px;padding: 0 0 0 15px; margin:25px 0 30px;}

.model_detail_crop {width: 100%;float: left;border: 1px solid #d7d7d7;margin: 0 0 20px;}
.model_detail_crop ul li {width: 34%;float: left;padding:0;border-right: 1px solid #d7d7d7;}
.model_detail_crop ul li:before {display:none;}
.model_detail_crop ul li h3 {height: 45px;font-size: 13px;line-height: 45px;border-bottom: 1px solid #d7d7d7;background: #418e62;color: #fff; padding:0 0 0 10px;}
.model_detail_crop ul li:last-child {border-right:0;}
.model_detail_crop ul li p {font-size: 14px;color: #5e5e5e;padding: 10px 0 10px 10px;line-height: 22px;}
.model_detail_crop ul {display: flex;}

.table {margin-bottom: 0;}
.model_detail_crop table tr th {height: 45px;line-height: 45px;border-bottom: 1px solid #d7d7d7;background: #418e62;color: #fff; padding:0 0 0 10px;}
.model_detail_crop table tr td {color: #5e5e5e;padding: 10px 0 10px 10px;line-height: 22px;border-right: 1px solid #d7d7d7}
.model_detail_crop table tr td:last-child {border-right: 0}


 
@media (min-width: 992px) {
    
}
.home-blog .section-title {
    padding-bottom: 15px;
}
.home-blog .media {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .home-blog .media {
        margin-top: 30px;
    }
}
.bg-sand {
    
}
.media.blog-media {
    margin-top: 30px;
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}
.media.blog-media .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    position: absolute;
    padding: 0;
    top: 20px;
    left: 20px;
    text-align: center;
    box-shadow: none;
    transform: translateX(0);
    color: #fff;
    transition: background-color 0.3s ease;
}
.media.blog-media .circle .day {
    color: #fff;
    transition: color 0.25s ease;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 0;
}
.media.blog-media .circle .month {
    text-transform: uppercase;
    font-size: 14px;
}
.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}
.media.blog-media > a:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s;
    background: rgb(12 198 82 / 35%);
}
.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}
.media.blog-media:hover .circle {
    background-color: rgba(255, 255, 255, 0.9);
}
.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
}
.media.blog-media:hover .media-body h5 {
    color: #0cc652;
}
.media.blog-media:hover .media-body a.post-link {
    color: #0cc652;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 30px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 30px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
    color: #57b952;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}



/****************** media details **************************/


.blog-listing {
    
}
.gray-bg {
   
}
/* Blog 
---------------------*/
.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog-grid .blog-info {
  padding: 20px;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #20247b;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-aside .widget-body {
  padding: 15px;
}
.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fc5356;
  margin: 0;
}
.blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-aside .widget-author h6 {
  font-weight: 600;
  color: #20247b;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.blog-aside .post-aside {
  margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
  color: #20247b;
  font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #20247b;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: #fc5356;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.article .article-title {
  padding: 15px 0 20px;
}
.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.article .article-title .media .media-body {
  padding-left: 8px;
}
.article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}

.article-content.listdetail_content
{width: 100%}

.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
img {
    max-width: 100%;
}
.blog-listing img {
    vertical-align: middle;
    border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-name p {
  font-size: 18px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}
.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}
.contact-form .send {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
    font-weight: 700;
    color: #20247b;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}
.section-title {
    padding-bottom: 45px;
}
.contact-form .send {
    margin-top: 20px;
}
.px-btn {
    padding: 0 50px 0 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #20247b;
    background: none;
    border: none;
}
.px-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 30px;
    background: transparent;
    border: 1px solid rgba(252, 83, 86, 0.6);
    border-right: 1px solid transparent;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    width: 60px;
    height: 60px;
}
.px-btn .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}
.px-btn .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/****************** media details  **************************/

.our_pernter1 {
    background: #ccc;
    padding: 10px;
    text-align: center;
}



.pertnerImage img {
    width: 100%;
}


.our_pernter1 h3 {
    background: #fff;
    margin: 0;
    padding: 20px 10px;
    font-size: 17px;
}


.modulepopup h2.title {
    font-size: 22px !important;
    margin-bottom: 16px;
}

button.backbtn {
    background: none;
    border: none;
    font-size: 16px;
}

button.backbtn i {
    font-size: 12px;
    vertical-align: middle;
    padding-right: 5px;
}


.mailsser button {
    background: none;
    padding: 0;
    border: none;
}


.mailsser button span.form-control-feedback {
    pointer-events: initial;
}



.thankss_banner{
	    height: 250px;
}
.thanks_holder {
    padding: 34px 20px;
}

.right_check {
    width: 100%;
}

.thanks_holder h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #5b5b5b;
}


.thanks_holder p {
    text-align: center;
    font-size: 24px;
    color: #5a5957;
}

.thanks_holder a {
    background: #57b952;
    border: none;
    color: #fff;
    width: 120px;
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
    display: block;
}


.right_check {
    color: #57b952;
    border-radius: 50%;
    border: 2px solid #57b952;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 11px;
    font-size: 31px;
    margin: 0 auto;
    padding: 17px 0;
}


.thanks_holder i {
     color: #57b952;  
}

.thanks_page {
    background: #fff;
}




.socialfoot2 {
    position: fixed;
    bottom: 5%;
    right: 15px;
    color: #ffffff;
    font-size: 22px;
    line-height: 12px;
    z-index: 99;
}


.socialfoot2 ul {
    list-style: none;
}

.socialfoot2 ul li { 
    margin: 0 0 15px;
}


a.read-btn1:hover {
    color: #57b952;
}

.listdetail_content h2 img{width: 10px}

.video_box{background:url(../images/video_bg.png)no-repeat; width:354px; height:90px; position:absolute; bottom:10%; left:10%; z-index:10; transition:all .7s;}

.video_icon {width:80px; float:left;}
.video_icon a img {display:block; margin:10px auto 0;}
.video_detail {width: 160px;float: left;padding: 10px 0 0 0;}
.video_detail h4 {font-size:16px; color:#301305; font-weight:400; line-height:22px; text-transform:capitalize;}
.video_detail span {font-size: 18px;color: #959595;font-family: 'Hind', sans-serif;font-weight: 600;margin: 3px 0 0;display: block;}

.modal-open .modal {background: rgba(255,255,255, 0.8);}
.modal.main .modal-dialog {width:60%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0;-webkit-transform: translate(-50%, -50%);}
.modal-content {background: #f4f4f4; border:1px solid #b9b9b9; box-shadow:none;border-radius: 0;float: left;width: 100%;}
.modal-header {min-height: 0;padding: 0;border-bottom: 0;}
.modal-header .close {margin-top: 0;opacity: 1;position: absolute;top: -17px;right: -17px;z-index: 99;}
.modal-header .close:focus {outline:none;}
.modal.main .modal-body {padding:10px;}
.modal-body {position: relative;padding: 30px 0 30px 30px;}


.home-blog.bg-sand.press-release{margin-top: 50px}
.press-release-inner h2{font-size: 16px!important;color: #0cc652;margin: 15px 0 0;text-align: center;text-transform: capitalize;}
.press-release-inner h5{text-align: center;font-size: 13px}
.press-release .media.blog-media{border: 5px solid #787c7a}
.press-release-inner .media.blog-media a{min-width: 170px}
.picture-gallery{cursor: pointer;}