@import url(omnes-pro.css);
@import url(http://fonts.googleapis.com/css?family=Coda);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600);

/*======================================================================================================
                            Global
=======================================================================================================*/
/* latin-ext */
@font-face {
    font-family: 'Coda';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8FUsGa6aN.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }


  @font-face {
    font-family: 'Coda';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/SLXHc1jY5nQ8FUsGa6aN.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }


  
  /* latin */
  @font-face {
    font-family: 'Coda';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8FUUGaw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }







* {
    outline: none !important;
    box-shadow: none;
}

a {
    color: rgb(32, 178, 170);
}

a:hover {
    color: #000;
}

.btn {
    border-radius: 0;
    transition: background 0.5s cubic-bezier(.17,.67,.83,.67);
}

.navbar-white {
    background-color: #fff !important;
    transition: background 0.5s ease-out;

}

.navbar-white li a {
    color: #10312b !important;
}

.navbar-white .navbar-brand {
    color: #16a085 !important;
}

.navbar-white button.navbar-toggle {
    margin-top: 5px;
    margin-right: 10px;
}

.navbar-white button.navbar-toggle .ion-navicon {
    color: #000;
}

.form-control:focus {
border-color: #3acab1;
box-shadow: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
    margin: 0;
    line-height: 100%;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
    padding: 10px 5px;
    min-height: 0;
    z-index: 1;
}

button.navbar-toggle .ion-navicon {
    font-size: 2em;
    color: #fff;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    line-height: 31px;
}

.row
{
    margin-right: 0px;
    margin-left: 0px;
}

.row1
{
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}

ul li
{
    list-style: none;
    display: inline-block;
}
li a
{
    text-decoration: none;
}
#heading-text 
{
    padding-top: 10px;
}
#heading-text h3 {
    font-size: 49px;
    font-family: 'Roboto', sans-serif;
    padding-top: 58px;
    text-transform: uppercase;
}

#heading-text p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px
}

.main_content 
{
    padding: 50px 0px;
}

iframe
{
    width: 100%;
}
.form-control
{
    border-radius: 0px;
}

h5
{
color: #1abc9c;
}


.subtile01 {
    text-align: center; 
    font-size: 20px; 
    font-weight: bold; 
    color: #1b0a64;
    text-transform: capitalize;
}

.subtile01l {
    text-align: left; 
    font-size: 20px; 
    font-weight: bold; 
    color: #1b0a64;
    text-transform: capitalize;
}

.subtile02 {
    text-align: left; 
    font-size: 18px; 
    font-weight: bold; 
    color: #24080a;
}

.subtile03 {
    text-align: left; 
    font-size: 14px; 
    font-weight: bold; 
    color: #020202;
}





/*-----------------------------------------------------------------------------------------------------
                                navbar
-------------------------------------------------------------------------------------------------------*/
#navigation, .navbar-default
{
    border-radius: 0px;
    border: 0;
    background-color: rgba(0,0,0,0.59);
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
    color: #E5E5E5;
    margin: 5px 20px;
    padding: 0;
    line-height: 28px;
    font-family: "Coda";
    text-transform: capitalize;
}

.navbar {
    margin-bottom: 0px;
}


@media (max-width: 600px) {
    .navbar {
        margin-bottom: 0px;
        z-index: 1;
    }
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
    color: #fff;
}
.navbar-default .navbar-brand {
    color: #ffffff;
    font-family: "Coda";  
    padding: 5px 15px;  
    font-size: 26px;  
    line-height: 100%;  
    height: auto;
}

.nav-wrap 
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#wrapper
{
    background: url(../img/background01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}





#wrapper-inside
{
    background: url(../img/Inside-hdr.jpg);
    background-attachment: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
}





#overlay-1
{
    background-color: rgba(40, 40, 40, 0.6);
    position: relative;
}


#overlay-2
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr.jpg);
    background-attachment: relative;
    background-position: center;
    height: 372px;
}

@media (max-width: 600px) {
    #overlay-2
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr-s.jpg);
    background-attachment: relative;
    background-position: center;   
    margin-top: 50px;
    height: 112px;
}
}



#overlay-3
{
    background-color: rgba(40, 40, 40, 0.6);
    z-index: 2;
    background: url(../img/Inside-hdr02.jpg);
    background-attachment: absolute;
    background-position: center;
    height: 372px;
    
}

@media (max-width: 600px) {
    #overlay-3
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr02-s.jpg);
    background-attachment: relative;
    background-position: center;   
    margin-top: 50px;
    height: 112px;
}
}


#overlay-4
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr03.jpg);
    background-attachment: absolute;
    background-position: center;
    height: 372px;
  z-index: 2;
}

@media (max-width: 600px) {
    #overlay-4
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr03-s.jpg);
    background-attachment: relative;
    background-position: center;   
    margin-top: 50px;
    height: 112px;
}
}



#overlay-5
{
    background-color: rgba(40, 40, 40, 0.6);
    z-index: 2;
    background: url(../img/Inside-hdr04.jpg);
    background-attachment: absolute;
    background-position: center;
    height: 372px;
  
}

@media (max-width: 600px) {
    #overlay-5
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr04-s.jpg);
    background-attachment: relative;
    background-position: center;   
    margin-top: 50px;
    height: 112px;
}
}







#overlay-6
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr05.jpg);
    
    background-position: center;
    height: 372px;
}

@media (max-width: 600px) {
    #overlay-6
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr05-s.jpg);
    background-attachment: relative;
    background-position: center;   
    margin-top: 50px;
    height: 112px;
}
}


#overlay-7
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr06.jpg);
    background-attachment: relative;
    background-position: center;
    height: 372px;
}

@media (max-width: 600px) {
    #overlay-7
{
    background-color: rgba(40, 40, 40, 0.6);
    background: url(../img/Inside-hdr06-s.jpg);
    background-attachment: relative;
    background-position: center;   
    margin-top: 50px;
    height: 112px;
}
}


.starting-text
{
    padding: 17px 0px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
}

.starting-text1
{
    padding: 7px 0px;
    font-weight: bold;
    vertical-align:text-bottom !important;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
}


.rene {
    font-size: 90px;
    color: white;
    font-family: "omnes-pro", "Helvetica", sans-serif;
    font-weight: 300;
    margin-top: 250px;
}


.rene1 {
    font-size: 50px;
    color: white;
    font-family: "omnes-pro", "Helvetica", sans-serif;
    font-weight: 100;
    margin-top: 135px;
}


.rene2 {
    font-size: 50px;
    vertical-align:text-bottom !important;
    color:#41109c
    font-family: "omnes-pro", "Helvetica", sans-serif;
    font-weight: 100;
    
}


.starting-text h2 {
    font-family: "omnes-pro", "Helvetica", sans-serif;
    vertical-align:text-bottom !important;
    color: #41109c;
}

.starting-text h4 {
    font-family: "omnes-pro", "Helvetica", sans-serif;
    color: #fff;
}

.bottom 
{
    width: 100%;
    position: absolute;
    bottom: 2%;
}
.bottom a
{
    color: rgba(192, 192, 192, 0.5);
}
h5 
{
    padding-top: 22px;
    font-size: 18px;
}



.user-box .name {
    font-weight: bold;
    font-size: 18px;
    color: #41109c;
}

.user-box .address {
    margin-top: -5px;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
}

.user-box .designation {
    
    font-size: 16px;
    color: #5a2a2a;
}






.two-column-container {
    width: 100%;
   
    display: flex;
}

.column1 {
    flex: 70%;
    vertical-align: top !important;
}

.column2 {
    flex: 30%;
    padding: 10px;
    vertical-align: top !important;
}








/*-----------------------------------------------------------------------------------------------------
                            about us
------------------------------------------------------------------------------------------------------*/
.exp
{
    padding-top: 76px;
}
.progress
{
    background-color: #d4e3e4;
    border-radius: 0px;
    border-color: lightseagreen;
}
.progress-bar
{
    background-color: cadetblue;
}
.pro
{
    padding-top: 10px;
}

/*----------------------------------------------------------------------------------------------------
Our service
-----------------------------------------------------------------------------------------------------*/
.services
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-service 
{
    font-size: 16px;
    padding: 5px 10px 0px 10px;
}
.about-service h3 {
    font-family: "Coda";
    font-size: 33px;
}

.service-icon i 
{
    padding: 20px 0px;
    font-size: 5em;
    transition: font-size 0.5s;
    display: table-cell;
    vertical-align: middle;
}
.service-icon
{
    display: table;
    min-height: 140px;
    text-align: center;
    width: 100%;
}
hr
{
    border-color: rgb(101,85,124);
}
.full
{
    width: 25%;
}
.fa-code
{
    color: cadetblue;
}
.fa-desktop
{
    color: lightslategray;
}
.fa-th
{
    color: rgb(114, 184, 211);
}
.fa-gamepad
{
    color: rgba(0, 0, 128, 0.58);
}
.fa-lightbulb-o
{
    color: grey;
}
.fa-stack-overflow
{
    color: #C09553;
}
.service:hover .service-icon i
{
    font-size: 7em;
}
.service:hover .about-service h3 
{
    color: rgb(175, 104, 77)
}
.service
{
    text-align: center;
}
/*===================================================================================================
                            team
=====================================================================================================*/
#team
{
    text-align: center;
    margin-bottom: 20px;
}
#team .team-members h4
{
    font-weight: 600;
    margin-bottom: 5px;
}
.member-title
{
    font-family: "Coda";
    margin-bottom: 15px;
}
#team h2
{
    font-weight: normal;
    text-align: center;
}
.team-member-description
{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}
.team-member-description 
{
    line-height: 25px;
}
.team-member-contact
{
    padding: 20px 0px;
}
/* media query te 991 px er niche padding right hobe 45px */
#team a:hover, #blog a:hover
{
    text-decoration: none;
}
#team .fa 
{
    font-size: 21px;
}
#team ul 
{
    padding-top: 20px;
}
.team-facebook, .team-twitter, .team-google-plus 
{
    color: rgb(32, 178, 170);
} 
.team-facebook:hover
{
    color: #46629E;
}
.team-facebook:hover .fa-facebook
{
    transform:;
}
.team-twitter:hover
{
    color: #0EAACE;
}
.team-google-plus:hover
{
    color: #DD4C39;
}
.team-member-contact a {
    margin: 0px 12px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
}
/*-----------------------------------------------------------------------------------------------------
                            Works
--------------------------------------------------------------------------------------------------------*/
#web, #game, #app
{
    display: none;
}
.port
{
    padding-bottom: 50px;
}
/*------------------------------------------------------------------------------------------------------
                                price-table
--------------------------------------------------------------------------------------------------------*/
.price-column 
{
    background-color: #ffff00 !important;
    position: relative;
    z-index: 999;
    margin-bottom: 15px;
}
.price-column .price-heading 
{
    background-color: #ffff00 !important;
    position: absolute;
    padding: 0px 15px 15px;
    box-shadow: 0 2px 2px #494946;
}
.price-column .price-heading h4 
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px #41413e;
    margin-bottom: 0;
    margin-top: 0;
}
.price-column .price-heading .subtitle 
{
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 1px 1px #41413e;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 2px;
    right: 10px;
}
.price-column .price-heading .price .currency 
{
    color: white; 
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    font-size: 22px;
}
.price-column .price-heading .price .amount
{
    color: white;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    margin-right: 18px;
    font-size: 35px;
}
.price-column .price-heading .price .cents 
{
    color: white;
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    position: absolute;
    top: 1px;
    right: 0;
}
.price-content 
{
    background-color: #fffb00 !important;
}
.price-content ul
{
    margin: 0px 0px;
    padding: 0px 0px;
}
.price-content ul li:first-child 
{
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
}
.price-content ul li
{
    display: block;
    text-align: center;
    color: #f7f7f7;
    list-style: none;
    border-top: 2px solid #1b0a64;
    border-bottom: 2px solid #1b0a64;
    padding: 0 5px;
    line-height: 35px;
    transition: all 0.5s;
}

.price-column.highlight 
{
    margin-top: 0;
    box-shadow: 0 1px 8px #3b3b3b;
    position: relative;
    z-index: 999;
}
.price-column.hightligh .price-heading 
{
    background: #fbff00;
}
.price-column.hightligh .price-heading h4, .price-column.hightligh .price-heading .subtitle 
{
    color: #ffffff;
    text-shadow: 0 1px 1px #d61b08;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 2px;
    right: 10px;
}
.price-column.hightligh .price-heading .price .currency, .price-column.hightligh .price-heading .price .amount, .price-column.hightligh .price-heading .price .cents
{
    color: #c63f33;
    text-shadow: 0 1px 1px #f3a39b;
}
/*-----------------------------------------------------------------------------------------------------
                                Blog
-------------------------------------------------------------------------------------------------------*/

#blog 
{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    font-family: 'Lora', serif;
}
.post 
{
    width: 90%;
    margin-bottom: 15px;
}
.row-fluid 
{
    overflow: hidden;
    padding: 25px 0px;
    width: 100%;
}
#blog .post .post-thumbnail 
{
    overflow: visible !important;
}
#blog .post .post-thumbnail .frame, #blog .post .post-thumbnail .frame img 
{
    border-radius: 3px;
    margin-bottom: 0;
}
#blog .post .post-thumbnail .frame 
{
    padding: 8px;
    background: #b9b9bb;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}
#blog .post .post-thumbnail .post-format 
{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border: 5px solid #b8b8bb;
    position: absolute;
    top: -19px;
    left: -20px;
    background-color: #d9dad9;
    z-index: 9999;
}
#blog .post .post-thumbnail .post-format span 
{
    font-size: 33px;
    position: relative;
    top: 2px;
    color: rgb(32, 178, 170);
}
a 
{
    outline: none;
    text-decoration: none;
}
#blog .post .post-thumbnail .post-shadow 
{
    margin: 0;
    padding: 0 0 0 18px;
}
#blog .post-excerpt 
{
    margin-top: 18px;
    padding-left: 70px;
}
#blog .post h2.title a {
    color: rgb(32, 178, 170);
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #f7f7f6;
    font-family: 'Dosis', sans-serif;
}
#blog .post h2.title 
{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 20px;
}
.title 
{
    position: relative;
}
.line-dotted 
{
    border-bottom: 1px dashed #a4a4a4;
    box-shadow: 0 1px 1px #ffffff;
    width: 100%;
    clear: both;
    margin-top: 19px;
    margin-bottom: 23px;
}

.post-share a 
{
    padding: 0px 10px;
    font-size: 18px;
}
 #blog .post .post-share p 
{
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
/*---------------------------------------------------------------------------------------------------
                client
----------------------------------------------------------------------------------------------------*/
.client-name
{
    font-style: italic;
    font-size: 18px;
}
.client-comment 
{
    padding: 40px 0px 25px 0px;
}
/* ---------------------------------------------------------------------------------------------------
                            contact
 ---------------------------------------------------------------------------------------------------*/
 .input-group
 {
    padding: 18px 0px;
 }
 .send
 {
    float: left;
 }
 .map
 {
    padding: 18px 0px;
 }
 #contact
 {
    padding-bottom: 80px;
 }
.socials-icons 
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 60px;

}   
.socials-icons li 
{
    padding-left: 20px;
    padding-bottom: 10px;
    display: inline-block;
    list-style: none;
}
.socials-icons li a 
{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.8;
}
.socials-icons li a i.fa 
{
    color: #fff;
    line-height: 50px;
    font-size: 21px;
}
.socials-icons li a:hover 
{
    opacity: 1;
}
.facebook
{
    background-color: #3acab1;
}
.facebook:hover
{
    background-color: #46629E;
}
.twitter
{
    background-color: #3acab1;
}
.twitter:hover
{
    background-color: #0EAACE;
}
.google-plus
{
    background-color: #3acab1;
}
.google-plus:hover
{
    background-color: #DD4C39;
}
.instagram
{
    background-color: #3acab1;
}
.instagram:hover
{
    background-color: #4A789E;
}
.pinterest
{
    background-color: #3acab1;
}
.pinterest:hover
{
    background-color: #CB2027;
}
.skype
{
    background-color: #3acab1;
}
.skype:hover
{
    background-color: #01AEF2;
}
form
{
    width: 100%;
}
/*----------------------------------------------------------------------------------------------------
                                    FOOTER
-----------------------------------------------------------------------------------------------------*/
.main-footer
{
    background-color: rgba(26, 26, 26, 1);
    padding: 20px 0px;
}
.logo h1
{
    color: #F2F2F2;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
}
.copyright
{
    margin-top: 10px; 
    font-size: 16px;
    color: #f3f3f3;
}
.copyright a:hover
{
    text-decoration: none;
   /*  color: #137513; */
   color: darkcyan;
}
.copyright a
{
    color: #FFFFFF;
}
.theme
{
    font-family: "Coda";
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* padding-left: 5px; */
}
/* ================================================================================================================
                        Media Query
================================================================================================================== */
@media (max-width: 515px){
    .rene
    {
        font-size: 70px;
    }
}
@media (max-width: 405px){
    #heading-text h3
    {
        font-size: 45px;
    }
}
@media (max-width: 350px){
    .rene
    {
        font-size: 50px;
    }

    .rene1
    {
        font-size: 50px;
    }
    .starting-text h2
    {
        font-size: 35px;
    }
}
/* 

.shadow-team
{
    background-color: #626262;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 14px;
    position: relative;
    top: 3px;
    width: 193px;
}



 */

.ion-ios7-arrow-down {
    color: #fff;
    font-size: 3em;
}


.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #4d7ebe;
}

.btn-primary {
    color: #fff;
    background-color: #3acab1;
    border-radius: 0;
    border-color: #3acab1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #3acab1;
    border-color: #3acab1;
}

.pagination {
    border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    z-index: 99999;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #181f1d;
    border-color: #3acab1;
}

.pagination>li>a, .pagination>li>span {
    color: #1f16a0;
}

#port-items .col-md-4 {
    padding: 0;
}

.input-group-addon {
    border-radius: 0;
}

@media (max-width: 712px) {

}

@media (max-width: 400px) {
    #port-items .col-xs-6 {
        width: 100%;
    }

    .navbar-fixed-top, 
    .navbar-fixed-bottom {
        position: static;
    }

    #portfolio .btn {
        margin-bottom: 10px;
    }
}
    
    #price_table ul {
        display:table;
        margin: 0 auto;
        width:100%;
        max-width:1100px;
    
        padding: 0;
}
    #price_table li {
        display:table-cell;
        width:53.333%;
        padding:0 0 10px 0;
        transition: all 0.25s, color 0s !important;
        position: absolute;
        z-index:0;
        background: #fffb00;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
}
    
    #price_table li:first-child {
        position:relative;
        right:-1px; 
    }
    #price_table li:last-child {
        position:relative;
        left:-1px;  
    }

    
    #price_table li:hover {
        box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
        z-index:1;
        color:#000000;
        background: #fffb00;
        border-color: #1b0a64;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
    }
    
    #price_table li * {
        transition: 0 !important;
        text-decoration: none;
}
    
    #price_table li:hover * {
        color: #070707 !important;
        border-color:#1b0a64 !important;
    }
    
    
    
    #price_table li strong {
        font-size:19px;
        text-transform:uppercase;
        font-family: Raleway;
        color: #2F3740;
        letter-spacing:2.4px;
        line-height:45px;
        font-weight: 600;
        margin-bottom: 25px;
        display: block;
        text-align: center;
}
    
    #price_table ul .price_table-description {
        display:block;
        font-size:19px;
        line-height:30px;
        text-align: center;
        color: #6C6C6C;
}
    
    #price_table .price_table-price {
        font-size:84px;
        letter-spacing:2px;
        padding-top:2px;
        display:block;
        font-weight:400;
        text-align: center;
        padding-bottom:12px;
        color: #6C6C6C;
}
    #price_table .price_table-button {
        font-size:19px;
        text-transform:uppercase;
        font-family: 'Roboto', sans-serif;
        color:#2F3740;
        text-decoration:none;
        line-height:1;
        padding:2px 0 2px;
        border-top:1px solid #bbb;
        width:100%;
        margin-top:2px;
        display:block;
        text-align: center;
}
    #price_table li:hover .price_table-button {
        transition: 0;
    }
    
    
    #price_table ul a:hover {
        color:#E85700;
    }

    ul.price-table-chart li:nth-child(1) {
        box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2) !important;
        z-index: 2 !important;
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #f00 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
    }

    ul.price-table-chart li:nth-child(2) * {
        color: #fff !important;
    }

    ul.price-table-chart li:nth-child(2) .price_table-button {
        border-color: rgba(255, 255, 255, 0.27) !important;
    }

    .main_content figure {
        padding: 0px 105px;
    }

    @media (max-width: 600px) {
        .main_content figure {
          width: 100%;
          margin-top: 20px;
        }
      }
      @media (max-width: 600px) {
        .main_content {
          width: 100%;
          margin-top: 20px;
          float:initial;
        }
      }





    .post-shadow {
        width: 100%;
    }

    .input-group-addon {
        background-color: rgba(238, 238, 238, 0);
    }

    .box {
        display: flex;
       position:static;
        margin-top: 25px;
    }

    .body-box {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #f00 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
        width: 48%; 
        margin: 1%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 20px;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
        flex: 1;
      }


      .box1 {
        display: flex;
       position:static;
        margin-top: 50px;
    }

    .body-box1 {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
        width: 48%; 
        margin: 1%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 20px;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
      }


      .box2 {
        display: flex;
       position:static;
        margin-top: 15px;
    }

    .body-box2 {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
        width: 100%; 
        margin: 2%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 20px;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
      }


      .box3 {
        display: flex;
       position:static;
       margin-top: 20px;
    }

    .body-box3 {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);        
        width: 96%; 
        margin-left: 23px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 20px;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
      }


      .box4 {
        display: flex;
       position:static;
        margin-top: 25px;
    }

    .body-box4 {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
        width: 48%; 
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
      }

    .box6 {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        position:static;
    }
    
    .body-box6 {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        width: 48%; /* Adjust this width to accommodate one box per screen */
        margin: 1%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 20px;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
    }
    
    /* Media query for mobile devices */
    @media only screen and (max-width: 600px) {
        .body-box6 {
            color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
            width: 100%; /* Set to 100% to occupy full width of the screen */
        }
    }




  
      @media (max-width: 600px) {
        .body-box {
          width: 100%;
          margin-top: 20px;
        }
      }


      @media (max-width: 600px) {
        .body-box {
          width: 100%;
          margin-top: 20px;
          
        }
      }

      @media (max-width: 600px) {
        .box {
          width: 100%;
          margin-top: 20px;
          flex-direction: row;
        }
      }

      @media (max-width: 600px) {
        .body-box2 {
            margin-top: 20px;
          width: 100%;
        }
      }

        @media (max-width: 600px) {
        .body-box3 {
          width: 96%;
          margin-top: 10px;
          margin-left: 10px;
        }
      }

      @media (max-width: 600px) {
        .body-box3 {
          width: 96%;
          margin-top: 10px;
          margin-left: 10px;
        }
      }



      @media (max-width: 600px) {
        .body-box2a {
            margin-top: 150px;
          width: 100%;
        }
      }


      .box2a {
        display: flex;
       position:static;
        margin-top: 100px;
    }

    .body-box2a {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
        width: 100%; 
        margin: 1%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 20px;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
      }

    
      .box4a {
        display: flex;
       position:static;
        margin-top: 60px;
    }

    .body-box4a {
        color: #030303 !important;
        background: #ffee00 !important;
        border-color: #ff0000 !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
        width: 98%; 
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 20px;
        padding-left: 20px;
        border-color: #1b0a64;
        border-style: solid;
        border-width: 2px;
      }






  
      @media (max-width: 600px) {
        .body-box4a {
          width: 100%;
          margin-top: 20px;
        }
      }


      .video-container {
        position: relative;
        max-width: 800px; /* Adjust as needed */
      }
      
      .custom-video {
        width: 100%;
        height: auto;
      }
      
      /* Custom styling for controls */
      .custom-video::-webkit-media-controls {
        display: none;
      }
      
      .video-controls {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
        padding: 10px;
        box-sizing: border-box;
      }
      
      /* Styling for control buttons */
      .video-controls button {
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        font-size: 16px;
        margin-right: 10px;
      }
      
      /* Styling for progress bar */
      .progress-bar {
        width: 100%;
        height: 5px;
        background-color: #ccc;
      }
      
      .progress {
        height: 100%;
        background-color: #ff6600; /* Adjust progress bar color as needed */
      }
      