.assignfixedwidth {

	max-width: 1170px;

	margin: 0 auto;

}



.transition-all {

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

}



/*Flex fix class*/

.row.display-flex {

  display: flex;

  flex-wrap: wrap;

}

.row.display-flex > [class*='col-'] {

  display: flex;

  flex-direction: column;

}



.col-reset {

	padding-left: 0;

	padding-right: 0;

}



.row-padding {

    padding-top: 45px;

    padding-bottom: 45px;

}



.row-less-padding {

	padding-top: 35px;

	padding-bottom: 35px;

}



.top-medium-row-padding {

	padding-top: 15px;

	padding-bottom: 15px;

}



.page-title {

	margin: 0;

	color: #ffffff;

    font-size: 35px;

    font-family: 'Titillium Web', sans-serif;

    text-align: center;

}



.bookstudiobg{

	padding-top: 40px;

    padding-bottom: 40px;

	background: url("../images/bookstudiobg.jpg") no-repeat;

    background-position: center;

    background-size: cover;

}



.bookcamerasbg{

	padding-top: 40px;

    padding-bottom: 40px;

	background: url("../images/bookcamerasbg.jpg") no-repeat;

    background-position: center;

    background-size: cover;

}



.contactbg{

    padding-top: 40px;

    padding-bottom: 40px;

    background: url("../images/contactusbg.jpg") no-repeat;

    background-position: center;

    background-size: cover;

}



.aboutusbg{

    padding-top: 40px;

    padding-bottom: 40px;

    background: url("../images/aboutusbg.jpg") no-repeat;

    background-position: center;

    background-size: cover;

}



.inner-page-breadcrumb {

	padding: 0;

	margin-bottom: 0;

	background-color: #333333;

}



.inner-page-breadcrumb li {

	color: #fac72e;

	font-family: 'Montserrat', sans-serif; 

	font-size: 16px;

}



.inner-page-breadcrumb li.active {

	color: #ffffff;

}



.inner-page-breadcrumb > li + li:before {

    content: "\f105";

    font-family: FontAwesome;

    padding: 0 5px;

    color: #cccccc;

}



.light-bg {

	background-color: #f1f1f1;

}



.white-bg {

    background-color: #ffffff;

}



/*booking*/

.form-main-box {

	height: auto;

    background-color: #ffffff;

    background-image: url(../images/form-box-bg.jpg);

    background-position: center;

    background-size: cover;

    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

}



.form-box-left {

	background-color: transparent;

    padding-top: 30px;

    padding-bottom: 30px;

    padding-left: 25px;

    padding-right: 25px;

}



.form-left-title {

	margin: 0;

	color: #ffffff;

    font-size: 35px;

    font-weight: 600;

    font-family: 'Titillium Web', sans-serif;

    text-align: left;

    text-transform: capitalize;

    letter-spacing: 1px;

    line-height: 40px;

    margin-bottom: 15px;

}



.form-left-description {

	color: #ffffff;

	margin: 0;

	letter-spacing: 1px;

	line-height: 20px;

}



.form-box-right {

	background-color: #ffffff;

    padding-top: 30px;

    padding-bottom: 30px;

    padding-left: 45px;

    padding-right: 45px;

}



.form-box-right .form-title {

	font-weight: 700;

    color: #122244;

    font-size: 20px;

    margin: 0;

    margin-bottom: 20px;

}



.form-box .form-group {

	margin-bottom: 20px;

}



.form-box .form-group label {

	color: #3e485c;

	margin-bottom: 6px;

}



.form-box .form-group label span {

	color: #da0e2b;

}



.form-box .form-group .form-control {

	color: #333333;

	background-color: #ebecee;

	border: 1px solid transparent;

    height: 40px;

    -webkit-box-shadow: none;

    box-shadow: none;

    color: #3e485c;

    font-size: 14px;

    transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

}



.form-box .form-group input[type="file"] {

    float: initial;

    width: 100%;

    padding: 7px;

}



.form-box .form-group textarea.form-control {

    height: auto;

}



.form-box .form-group .form-control:focus {

	border: 1px solid #3e485c;

	color: #333;

	font-weight: 600;

	background-color: #ffffff;

}



.form-book-btn {

	background-color: #ef8c1e;

    font-weight: 700;

    padding: 12px 30px;

    border-radius: 4px;

    color: #ffffff;

    margin-top: 10px;

}



.form-book-btn:hover, .form-book-btn:focus {

	color: #ffffff;

	background-color: #f13800;

}



a.dark-form-book-btn {

    display: inline-block;

    background-color: #f13800;

    border: 0;

    padding: 10px 25px;

    border-radius: 25px;

    color: #ffffff;

    font-weight: 700;

    margin-top: 10px;

}

a.dark-form-book-btn:hover {

    background-color: #ef8c1e;

    color: #ffffff;

}



span.multiselect-native-select {

    display: block !important;

}



span.multiselect-native-select .btn-group {

	width: 100%;

}



span.multiselect-native-select .btn-group button.multiselect {

	width: 100% !important;

    text-align: left !important;

    height: 40px !important;

    border-radius: 3px !important;

    background-color: #ebecee !important;

    border: 0 !important;

}



span.multiselect-native-select .open > .dropdown-menu {

    display: block;

    top: 100%;

}



.multiselect-container {

	width: 100%;

}



.multiselect-container > .active > a, .multiselect-container > .active > a:hover, .multiselect-container > .active > a:focus {

    /*background-color: #1c62d8;*/

    background-color: #fac72e;

}



.multiselect-container > .active > a > .checkbox {

	 color: #ffffff !important;

}



/*listing*/

.filter-box {

    display: block;

    background-color: #ececf0;

    padding: 20px 20px;

}



.listing-box {

    display: block;

    background-color: #ffffff;

    padding: 10px;

}



.view-filters {

    display: none;

}



.filter-main-title {

    margin: 0;

    font-size: 24px;

    font-family: 'Titillium Web', sans-serif;

    font-weight: 800;

    margin-bottom: 20px;

}



.filter-list-box h3 {

    margin: 0;

    font-size: 20px;

    font-family: 'Titillium Web', sans-serif;

    font-weight: 600;

    margin-top: 10px;

    margin-bottom: 10px;

    cursor: pointer;

}



.filter-list-box h3 span {

    float: right;

    font-size: 12px;

    margin-top: 4px;

    margin-right: 10px;

}



.filter-list-box h3 a {

    display: inline-block;

    width: 100%;

}



ul.filter-list {

    padding: 0;

    margin: 0;

    margin-left: 20px;

}



ul.filter-list li {

    margin-bottom: 5px;

    list-style-type: circle;

}



ul.filter-list li:hover, ul.filter-list li.active {

    list-style-type: disc;

    font-weight: 800;

}



ul.filter-list li a {

    font-family: 'Montserrat', sans-serif;

    color: #333333;

    font-weight: 500;

    font-size: 14px;

}



.mb-0 {

    margin-bottom: 0;

}



.filter-box .panel {

    background-color: #ececf0;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);  

}



.filter-box .panel-title > a:before {

    float: right !important;

    font-family: FontAwesome;

    content:"\f147";

    font-size: 14px;

    margin-top: 4px;

    padding-right: 5px;

}

.filter-box .panel-title > a.collapsed:before {

    float: right !important;

    content:"\f196";

    font-size: 14px;

    margin-top: 4px;

    color: #9a9a9e;

}

.filter-box .panel-title > a:hover, 

.filter-box .panel-title > a:active, 

.filter-box .panel-title > a:focus  {

    text-decoration:none;

}



.filter-box .panel-heading {

    padding: 0;

}



.product-listing-title {

    margin: 0;

    font-size: 24px;

    font-family: 'Titillium Web', sans-serif;

    font-weight: 800;

}



.product-listing-count {

    text-align: right;

    margin: 0;

    margin-right: 10px;

}



.product-listing-count span {

    font-size: 15px;

    font-weight: 600;

    color: #da0e2b;

}



.product-listing-heading-row {

    padding-bottom: 20px;

    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

}



.product-box {

    display: block;

    padding: 10px;

    text-align: left;

    margin-bottom: 20px;

    margin-top: 10px;

}



.product-box:hover {

    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.55);

    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.55);

    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.55);

}



.product-box a:hover {

    color: red;

}



a.product-img {

    display: block;

    width: 100%;

    height: 230px;

    margin: 0 auto;

    float: left;

    padding: 10px;

}



.product-img-sub {

    position: relative;

    width: 100%;

    height: 210px;

    margin: 0 auto;

}



.product-img-sub img {

    /*position: absolute;*/

    bottom: 0;

    left: 0;

    right: 0;

    top: 0;

    margin: auto;

    max-width: 90%;

    max-height: 100%;

    transition: all 0.3s linear;

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

}



.product-box:hover .product-img-sub img {

    max-width: 100%;

}



.prod-availability {

    display: inline-block;

    width: 100%;

    padding-bottom: 10px;

    margin-bottom: 10px;

    border-bottom: 1px solid #cccccc;

}



.prod-availability i {

    font-size: 8px;

    vertical-align: middle;

}



.prod-yes {

    color: green;

}



.prod-no {

    color: red;

}



.prod-availability span {

    font-size: 13px;

    font-weight: 600;

    margin-bottom: 10px;

}



.prod-details {

    display: inline-block;

    width: 100%;

}



.prod-name {

    display: inline-block;

    width: 100%;

    border-top: 1px solid #cccccc;

    padding-top: 10px;

}



.prod-name a {

    display: block;

    margin: 0 auto;

    margin-bottom: 8px;

    overflow: hidden;

    font-size: 14px;

}



.prod-action {

    display: inline-block;

    width: 100%;

}



.prod-action a.view-prod-link, .prod-action a.add-cart-link {

    display: inline-block;

    margin-right: 5px;

    font-size: 14px;

    font-weight: 600;

}



.vikrant-pagination-nav {

    margin-top: 20px;

    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

}



.vikrant-pagination-nav .pagination li a {

    border: 0;

    margin-right: 10px;

    border: 1px solid transparent;

    border-radius: 50%;

    color: #333333;

    font-family: 'Titillium Web', sans-serif;

    background-color: transparent;

}



.vikrant-pagination-nav .pagination li a:hover, .vikrant-pagination-nav .pagination li a:focus {

    border: 1px solid #da0e2b;

    background-color: transparent;

}



.vikrant-pagination-nav .pagination > .active > a,.vikrant-pagination-nav .pagination > .active > a:hover, .vikrant-pagination-nav .pagination > .active > a:focus {

    background-color: #da0e2b;

    border-radius: 50%;

    border-color: #da0e2b;

    padding: 5px 11px;

    color: #ffffff;

}



.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover  {

    color: #da0e2b;

    border: 1px solid transparent;

}





/*Description*/

.product-carousel .owl-nav .owl-prev {

    padding: 5px 14px;

    font-size: 18px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background: #fac72e;

    opacity: 1;

    float: left;

    position: absolute;

    left: 0%;

    top: 30%;

}



.product-carousel .owl-nav .owl-next {

    padding: 5px 14px;

    font-size: 18px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background: #fac72e;

    opacity: 1;

    float: left;

    position: absolute;

    right: 0%;

    top: 30%;

}



.product-carousel .owl-dots .owl-dot span {

    width: 13px;

    height: 13px;

    margin-top: 40px;

    background: #ffffff;

    border: 2px solid #333;

}



.product-carousel .owl-dots .owl-dot.active span, .product-carousel .owl-dots .owl-dot:hover span {

    background-color: #333333;

}



.product-carousel img {
    /* max-width: 400px; */
	width: auto;
    height: auto;
	max-width: 600px;
	height: auto;
    /* max-height: 480px; */
    margin: 0 auto;
	
}



.product-description-box {
	margin-top: 60px;
	
    display: block;

    padding: 0 20px;

}



.product-description-box h3 {

    margin: 0px;
    /*margin-bottom: 20px;*/
	margin-bottom:3px;

}
/* .product-description-box p.shortdetails {
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    color: #808080;
} */

.product-description-box .shortdetails p {
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    color: #808080;
}


.product-controls {

    display: inline-block;

    width: 100%;

    background-color: #ffffff;

    padding: 10px;

    border-top: 1px solid #cccccc;

    border-bottom: 1px solid #cccccc;

}



.product-controls span {

    display: block;

    float: left;

    margin-top: 10px;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

}



.green {

     color: green;

}



.red {

     color: #da0e2b;

}



.yellow-bg {

    background-color: #ef8c1e;

}



.small-btn {

    float: left;

    margin-top: 0;

    padding: 10px 15px;

}



.prod-description {

    margin-top: 20px;

}



.prod-description-content {

    padding: 20px 10px;

    display: block;

    font-size: 14px;

}



.prod-desc-tabs li a {

    font-weight: 800;

    letter-spacing: 1px;

    padding: 15px 15px;

    color: #999999;

    font-size: 14px;

}



.prod-desc-tabs > li.active > a, .prod-desc-tabs > li.active > a:hover, .prod-desc-tabs > li.active > a:focus {

    color: #333333;

}



h3.feature-title {

    background-color: #f2f2f2;

    color: #333333;

    margin-bottom: 0;

    margin-top: 0 !important;

    border: 1px solid #dddddd;

    font-size: 14px;

    padding: 10px 10px;

}



/*Team*/

.bod-title {

    margin: 0;

    font-size: 28px;

    font-family: 'Titillium Web', sans-serif;

    font-weight: 600;

    text-align: center;

    letter-spacing: 1px;

    padding-bottom: 25px;

    margin-bottom: 35px !important;

    text-transform: uppercase;

    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

}



.team {

    width: 90%;

    margin: 0 auto;

    border: 1px solid #dcdcdc;

    margin-bottom: 20px;

    border-top-left-radius: 40px;

    border-top-right-radius: 40px;

    border-bottom-right-radius: 40px;

}



.team img {

    width: 70%;

    margin: 0 auto;

}



.team h3, .team p {

    text-align: center;

}



.team h3 {

    font-size: 16px;

    text-transform: uppercase;

    font-family: 'Titillium Web', sans-serif;

    color: #000000;

    padding: 10px 0;

    border-radius: 20px;

    background-color: #f1f1f1;

}



.team p {

    font-size: 14px;

}



.bod-sub-title {

    text-align: center;

    margin-top: 0;

    margin-bottom: 25px;

    font-family: 'Montserrat', sans-serif;

}



/*Studio*/

.bod-title-refined {

    margin: 0;

    font-size: 28px;

    font-family: 'Titillium Web', sans-serif;

    font-weight: 600;

    text-align: left;

    letter-spacing: 1px;

    padding-bottom: 15px;

    margin-bottom: 24px !important;

    text-transform: uppercase;

    box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -webkit-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

    -moz-box-shadow: 0px 15px 40px -15px rgba(220, 220, 220, 0.8);

}

.studio-carousel {

    max-height: 100%;

    background-color: #ffffff;

    /*border: 1px solid #b3b3b3;*/

    position: relative;

    /*padding: 5px;*/

    margin-bottom: 20px;

    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

}

.studio-carousel .owl-dots {

    position: absolute;

    bottom: 2%;

    right: 0;

    left: 0;

}

.studio-carousel .owl-dots .owl-dot span {

    width: 10px;

    height: 10px;

    background: #ffffff;

    border: 2px solid #fff;

}



.studio-carousel .owl-dots .owl-dot.active span, .studio-carousel .owl-dots .owl-dot:hover span {

    background-color: red;

    border-color: red;

}



.studio-carousel img {

    display: block !important;

    width: auto !important;

    /*max-height: 300px !important;*/

    height: 100% !important;

    max-width: 100% !important;

    margin: 0 auto;

}



.studio-carousel .item span {

    position: absolute;

    left: 0;

    bottom: 10%;

    color: #ffffff;

    width: auto;

    background-color: rgba(218, 14, 43, 0.8);

    padding-left: 2%;

    padding-right: 2%;

    padding-top: 1%;

    padding-bottom: 1%;

    font-weight: 700;

}



.studio-title {

    font-size: 26px;

    font-family: 'Titillium Web', sans-serif;

    font-weight: 700;

    margin: 0;

    letter-spacing: 1px;

    text-align: left;

    text-transform: capitalize;

}



.studio-description {

    display: block;

    margin-bottom: 20px;

}



.studio-description ul {

    padding-left: 20px

}



.studio-description ul li {

    list-style-type: circle;

    font-size: 18px;

    font-weight: 600;

}



.studio-title-separator {

    display: inline-block;

    width: 80px;

    height: 4px;

    border-radius: 5px;

    background-color: #fac72e; 

    margin-bottom: 10px;

    margin-top: 10px;

}



.right-block {

    display: block;

    float: right;

    width: 100%;

    background-color: #ffffff;

    padding: 0 10px 10px 10px;



    text-align: center;

}



.right-block h3 {

    font-family: 'Titillium Web', sans-serif;

    margin: 0;

    font-weight: 800;

    text-align: center;

    padding-top: 10px;

    padding-bottom: 10px;

    margin-bottom: 10px;

    font-size: 20px;

    color: #f3f3f3;

    background-color: #1c62d8;

    text-transform: uppercase;

    border-radius: 40px;

}



.no-mt-mb {

    margin-top: 0;

    margin-bottom: 0;

}



.right-block a {

    display: block;

    padding: 10px 20px;

    text-decoration: none;

    background-color: #ffffff;

    color: #333333;

    font-weight: 600;

    font-size: 18px;

}



.right-block a:hover, .right-active {

    color: #fac72e !important;

    font-size: 20px;

}



/*about*/

.about-title {

    font-family: 'Titillium Web', sans-serif;

    margin: 0;

    font-weight: 600;

    font-size: 24px;

    margin-bottom: 10px;

}



.about-leadership {

    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

}



.leadership-box {

    padding-left: 15px;

    padding-right: 15px;

}



.about-description {

    margin: 0;

    line-height: 24px;

    color: #333333;

    font-size: 16px;

}



.custom-hr-mt-mb {

    margin-top: 40px;

    margin-bottom: 40px;

}



.about-video {

    width: 70%;

    height: 485px;

    margin-top: 10px;

}



.video .about-video {

	object-fit: fill;

}



.studio-video-sub-title {

    font-size: 18px;

}



.about-ul-box {

    color: #333333;

}



.about-ul-box ul {

    padding: 0 0 23px 1em;

    line-height: 26px;

    margin-top: 10px;

}



.about-ul-box ul li {

    font-size: 18px;

    font-weight: 400;

    line-height: 1.9em;

}



.about-ul-box h3 {

    font-family: 'Titillium Web', sans-serif;

    margin: 0;

    font-weight: 500;

    letter-spacing: 1px;

    font-size: 24px;

    margin-bottom: 10px;

}



.hr-dark-border-top-custom {

    border-top: 1px solid #464646;

}



.about-carousel {

    max-height: 100%;

    background-color: #ffffff;

    position: relative;

    margin-bottom: 20px;

    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

}

.about-carousel .owl-dots {

    position: absolute;

    bottom: 2%;

    right: 0;

    left: 0;

}

.about-carousel .owl-dots .owl-dot span {

    width: 10px;

    height: 10px;

    background: #ffffff;

    border: 2px solid #fff;

}



.about-carousel .owl-dots .owl-dot.active span, .about-carousel .owl-dots .owl-dot:hover span {

    background-color: red;

    border-color: red;

}



.about-carousel img {

    display: block !important;

    width: 100% !important;

    height: 100% !important;

    max-width: auto !important;

    margin: 0 auto;

}



.about-sub-title {

    margin: 0;

    font-size: 24px;

    margin-top: 30px;

}



.about-sub-title span {

    color: #ef8c1e;

}



.about-sub-title span {

    margin: 0;

    font-size: 24px;

    margin-top: 30px;

}



.dark-grey-bg {

    background-color: #f2f2f2;

}



/*portfolio*/

.inner-awesome-projects-area {

    text-align: center;

    position: relative;

    overflow: hidden;

    float: left;

    width: 50%;

    height: auto;

}

.inner-awesome-projects-area:after,

.inner-awesome-projects-area:before {

    content: "";

    width: 2px;

    height: 2px;

    border-radius: 50%;

    background: rgba(225, 225, 225, .55);

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0)

}

.inner-awesome-projects-area:hover:after,

.inner-awesome-projects-area:hover:before {

    -webkit-transform: scale(800);

    -moz-transform: scale(800);

    -ms-transform: scale(800);

    -o-transform: scale(800);

    transform: scale(800)

}

.inner-awesome-projects-area:before {

    -o-transition: all .5s linear .3s;

    -moz-transition: all .5s linear .3s;

    -ms-transition: all .5s linear .3s;

    -webkit-transition: all .5s linear .3s;

    transition: all .5s linear .3s

}

.inner-awesome-projects-area:hover:before {

    -moz-transition-delay: 0s;

    -webkit-transition-delay: 0s;

    -o-transition-delay: 0s;

    -ms-transition-delay: 0s;

    transition-delay: 0s

}

.inner-awesome-projects-area:after {

    -o-transition: all .5s linear .6s;

    -moz-transition: all .5s linear .6s;

    -ms-transition: all .5s linear .6s;

    -webkit-transition: all .5s linear .6s;

    transition: all .5s linear .6s

}

.inner-awesome-projects-area:hover:after {

    -moz-transition-delay: .2s;

    -webkit-transition-delay: .2s;

    -o-transition-delay: .2s;

    -ms-transition-delay: .2s;

    transition-delay: .2s

}

.inner-awesome-projects-area img {

    width: 100%;

    height: auto

}

.inner-awesome-projects-area .box-content {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background: 0 0;

    color: #fff;

    padding-top: 40px;

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

    -ms-transition: all .3s linear 0s;

    -o-transition: all .3s linear 0s;

    -webkit-transition: all .3s linear 0s;

    -moz-transition: all .3s linear 0s;

    transition: all .3s linear 0s;

    z-index: 1

}

.inner-awesome-projects-area:hover .box-content {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -moz-transition-delay: .4s;

    -webkit-transition-delay: .4s;

    -o-transition-delay: .4s;

    -ms-transition-delay: .4s;

    transition-delay: .4s

}

.inner-awesome-projects-area .title {

    font-size: 21px;

    font-weight: 700;

    text-transform: uppercase;

    border-bottom: 1px solid #fff;

    padding-bottom: 20px;

    margin-top: 40px;

    color: #000;

    font-family: 'Titillium Web', sans-serif;

}

.inner-awesome-projects-area .description {

    font-size: 16px;

    padding: 0 10px;

    font-weight: 700;

    margin: 15px 0;

    font-family: 'Montserrat', sans-serif;

    color: #000;

}

.inner-awesome-projects-area.explore:before, .inner-awesome-projects-area.explore:after{

    background-color: none;

}

.mb-30 {

    margin-bottom: 30px;

}

.showreel-video {

    width: 100%;

    height: 350px;

    padding: 5px;

    border: 1px solid #f1f1f1;

    background-color: #f1f1f1;

}



/*Booking After Enquiry Forms*/

.form-title2 {

    font-weight: 700;

    color: #122244;

    font-size: 26px;

    margin: 0;

    margin-bottom: 20px;

    padding-top: 10px;

    padding-bottom: 10px;

}

.form-title3 {

    font-weight: 700;

    color: #3c3c3c;

    font-size: 22px;

    margin: 0;

    margin-bottom: 10px;

    font-family: 'Titillium Web', sans-serif;

}

.hr-booking {

    margin-top: 10px;

    margin-bottom: 20px;

    border: 0;

    border-top: 1px solid #d2d2d2;

}

.bookstudio-table-form {

    display: block;

    padding: 0 20px;

    background-color: #ffffff;

}

.applicant-detail2 input {

    width: 100%;

    outline: none;

    padding: 0 5px;

}

.applicant-detail2 table {

    background-color: #ffffff;

}

.applicant-detail2 table thead, .applicant-detail2 table tbody {

    background-color: #f1f1f1;

}

.applicant-detail2 table > thead > tr > th, .applicant-detail2 table > thead > tr > td {

    text-align: center;

    vertical-align: middle;

}

.table-srno-main {

    width: 50px;

}

.table-srno {

    width: 50px !important;

}



/*User Dashboard Styles*/

.user-dashboard-dd-btn {

    text-transform: uppercase;

    font-family: arial;

    background-color: #f13800;

    color: #fff;

    padding: 3px 12px;

    font-size: 11px;

    border-radius: 30px;

    outline: none !important;

}

.user-dashboard-dd-btn:hover {

    background-color: #eb1108;

    color: #fff;

}

.user-dashboard-dd-btn:focus {

    color: #fff;

}

.user-dashboard-dd {

    min-width: 280px;

    right: 0;

    left: auto;

    margin: 5px 0 0;

    padding: 0;

    font-family: 'Titillium Web', sans-serif;

    z-index: 10000;

    border-color: transparent;

    border-top: 2px solid #333333;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

}

.user-dashboard-dd > li > a, .user-dashboard-dd li:first-child {

    padding: 6px 25px !important;

}

.user-dashboard-dd li:first-child span {

    font-family: arial;

    font-size: 13px;

    color: #777;

}

.user-dashboard-dd li a:last-child {

    padding: 10px 25px !important;

}

.divider2 {

    height: 1px;

    overflow: hidden;

    background-color: #e5e5e5;

}

.dashboard-main-box {

    height: auto;

    background-color: #ffffff;

    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);

}

.dashboard-box-left {

    background-color: #ffffff;

    padding-top: 30px;

    padding-bottom: 30px;

}

.dashboard-box-right {

    background-color: #f3f4f9;

    padding-bottom: 30px;

}

.dashboard-intro {

    padding-left: 25px;

    padding-right: 25px;

    padding-bottom: 20px;

}

.dashboard-intro h4 {

    margin: 0;

    font-weight: 700;

}

.dashboard-intro p {

    margin: 0;

    font-size: 13px;

    color: #777;

    margin-top: 5px;

}

.padding-reset {

    padding-left: 0;

    padding-right: 0;

}

.dashboard-menu {

    padding-top: 10px;

    border-top: 1px solid #efefef;

}

.dashboard-menu li a {

    display: block;

    padding: 10px 20px;

    border-left: 4px solid transparent;

    font-weight: 500;

}

.dashboard-menu li a:hover {

    color: #000000;

    background-color: #f5f5f5;

}

.dashboard-menu li.active a {

    border-left: 4px solid #f13800;

    color: #f13800;

    font-weight: 600;

}

.dashboard-title {

    background-color: #ffffff;

    background-image: url(../images/dashboard-bg.jpg);

    background-repeat: no-repeat;

    background-position: center;

    padding-top: 40px;

    padding-bottom: 55px;

    padding-left: 45px;

    padding-right: 45px;

}

.dashboard-title h3 {

    margin: 0;

    color: #ffffff;

}

.dashboard-content {

    padding-left: 20px;

    padding-right: 20px;

}

.dashboard-content-inner {

    background-color: #ffffff;

    padding-top: 20px;

    padding-bottom: 20px;

    padding-left: 25px;

    padding-right: 25px;

    margin-top: -20px;

    border: 1px solid #efefef;

}

.dashboard-basic-title {

    margin: 0;

    margin-top: 5px;

    font-weight: 600;

    color: #000;

}

.dashboard-form .form-group label {

    font-size: 12px;

    color: #777777;

    margin-bottom: 7px;

}

.dashboard-form .form-group .form-control {

    font-size: 13px;

    outline: none !important;

    box-shadow: none !important;

    -webkit-box-shadow: none !important;

    -moz-box-shadow: none !important;

}

.dashboard-form .form-group input[type="file"] {

    float: left;

    width: 100%;

    padding: 8px;

    margin-bottom: 15px;

}

.dashboard-form .form-group .form-control[readonly] {

    background-color: #f3f4f9;

    border-color: transparent;

    color: #333;

    font-weight: bold;

}

.dashboard-btn {

    display: inline-block;

    text-decoration: none;

    color: #ffffff !important;

    padding: 6px 20px;

    font-size: 14px;

    margin-top: 10px;

    border-radius: 5px;

    opacity: 0.8;

    outline: none !important;

}

.dashboard-green {

    background-color: #429f4d;

    border-color: #429f4d;

}

.dashboard-red {

    background-color: #da0e2b;

    border-color: #da0e2b;

}

.dashboard-yellow {

    background-color: #ff9307ba;

    border-color: #ff9307ba;

}

.dashboard-primary {

    background-color: #4f2d7f;

    border-color: #4f2d7f;

}

.dashboard-btn:hover, .dashboard-btn:focus {

    opacity: 1;

}

a.enquiry {

    display: block;

    padding: 10px 15px;

    margin-left: 15px;

    margin-right: 15px;

    background-color: #f3f4f9;

    margin-bottom: 5px;

}

a.enquiry:hover {

    background-color: #eaecf7;

}

.enquiry-project {

    margin: 0;

    width:70%;

    display:inline-block;

    float:left;

    font-size: 17px;

    color: #000000;

}

.enquiry-id {

    margin: 0;

    width:30%;

    display:inline-block;

    text-align:right;

}

.enquiry-service {

    margin: 0;

    width:100%;

    display:inline-block;

    float:left;

    margin-top: 10px;

    font-size: 12px;

    color: #676767;

}

.enquiry-date {

    margin: 0;

    width:100%;

    display:inline-block;

    margin-top: 10px;

    font-size: 12px;

    color: #676767;

}

.enquiry-details {

    padding: 0 20px;

}

.enquiry-details .enq-details-title {

    margin: 0;

    color: #4f2d7f;

    font-weight: 600;

    margin-bottom: 20px;

    margin-top: 10px;

}

.enquiry-details p {

    margin: 0;

    font-weight: 500;

    padding-top: 8px;

}

.enquiry-details p strong {

    color: #000000;

}


.calltoactionarea a.emailicon i {
    /* background: red; */
    color: white;
    background-color: rgb(245 203 63);
    padding: 6px;
    border-radius: 50px;
    background-color: rgba(218, 14, 43, 0.7);
}




@media only screen and (max-width: 991px){

	.row-padding {

	padding-top: 25px;

	padding-bottom: 25px;

	}

	.page-title {

	font-size: 24px;

	}

	.form-box .form-group {

	margin-bottom: 10px;

	}

    .view-filters {

    position:fixed;

    bottom: 20px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    left: 0px;

    width:50%;

    background-color: rgba(0,0,0,0.90);

    color: #ffffff;

    cursor: pointer;

    z-index: 9999;

    display: block;

    }

    .product-box {

    text-align: center;

    }

    .add-alert {

    width: 60%;

    left: 20%;

    top: 20%;

    }

    .product-carousel img {

    max-width: 300px;

    }

    .right-block {

    padding: 15px 0 0 0;

    }

    .about-carousel img {

    max-height: auto;

    }

    .about-video {

    width: 100%;

    }

    .inner-awesome-projects-area .box-content {

    padding-top: 10px;

    }

    .inner-awesome-projects-area .title {

    font-size: 14px;

    padding-bottom: 15px;

    margin-top: 35px;

    }

    .inner-awesome-projects-area .description {

    font-size: 13px;

    margin: 10px 0;

    }

    .dashboard-box-left {

    padding-bottom: 0;

    }

    .dashboard-menu {

    display: block;

    padding-top: 0;

    text-align: center;

    }

    .dashboard-menu li {

    display: inline-block;

    }

    .dashboard-menu li.active a {

    border-left: 0;

    color: #ffffff;

    background-color: #f13800;

    }

}



@media only screen and (max-width: 767px){

	.form-box-left, .form-box-right {

	padding-left: 20px;

    padding-right: 20px;

	}

	.form-left-title {

    font-size: 20px;

    line-height: 14px;

	}

    .product-carousel img {

    max-width: 250px;

    }

    .product-description-box h3 {

    margin-top: 15px;

    }

    .inner-awesome-projects-area {

        width: 100%;

    }

    .inner-awesome-projects-area .title {

    font-size: 16px;

    margin-top: 50px;

    }

    .inner-awesome-projects-area .description {

    font-size: 12px;

    margin: 15px 0 0 0;

    }

    .inner-awesome-projects-area .box-content {

    padding-top: 70px;

    }

	.about-video {

	width: 100%;

    height: auto;

    }

    a.enquiry {

    margin-left: 0; 

    margin-right: 0; 

    }

    .enquiry-project {

    width:100%;

    font-size: 16px;

    }

    .enquiry-id {

    width:100%;

    text-align:left;

    margin-top: 6px;

    }

}



@media only screen and (max-width: 687px){

    .dashboard-menu li a {

    padding: 10px 10px;

    font-size: 12px;

    }

}



@media only screen and (max-width: 480px){

	.bookstudiobg, .bookcamerasbg, .contactbg, .aboutusbg {

    padding-top: 20px;

    padding-bottom: 20px;

    }

    .page-title {

    font-size: 22px;

    text-align: left;

	}

    .add-alert {

    width: 80%;

    left: 10%;

    top: 25%;

    }

    .product-carousel img {

    max-width: 200px;

    }

    .vikrant-pagination-nav .pagination li a {

    margin-right: 5px;

    }

    .product-description-box h3 {

    font-size: 18px;

    }

    h3.feature-title {

    font-size: 14px;

    }

    .small-btn {

    float: left;

    margin-right: 10px;

    }

    .form-book-btn {

    font-size: 11px;

    }

    .user-dashboard-dd-btn {

    font-size: 9px;

    }

}





@media only screen and (max-width: 320px){

	.user-dashboard-dd-btn {

    padding: 3px 8px;

    font-size: 8px;

    }

}