/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Lato', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
header.header.clear {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
}
.overlay {
    background-color: #383838cf;
    padding: 15px 0;
}
.top-bar {
    line-height: 60px;
}
.top-bar .col-md-4:nth-child(2) {
   position: relative;
    display: flex;
    justify-content: center;
}
.top-bar .col-md-4:nth-child(3) {
    padding-right: 0!important;
}
.top-bar .row{
    background-color: #000;
}

.top-bar .logo {
    width: 270px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    top: -17px;
}
.top-bar .logo a
{
    display: block;
}
.top-bar .social-icon {
    line-height: 45px;
}
.top-bar .social-icon  ul.icon, .social-icon-footer ul.icon{
    padding-left:0;
    margin-bottom:0;
    padding-top: 1px;
}
.top-bar .social-icon  ul.icon li, .social-icon-footer ul.icon li{
    list-style:none;
    display:inline-block;
}
.top-bar .social-icon  ul.icon li a, .social-icon-footer ul.icon li a{
    padding:0 10px;
    display: block;
}
.top-bar .social-icon  ul.icon li a i, .social-icon-footer ul.icon li a i{
    font-size:18px;
    font-weight: 600;
    color:#fff;
    vertical-align: middle;
    
}
ul.icon li a img {
    vertical-align: middle;
}
.social-icon-footer{
    text-align:right;
}
.top-bar .contact-btn {
    text-align: right;
    line-height: normal;
}
.top-bar .contact-btn a{
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #1c33df;
    padding: 15px 50px;
    display: inline-block;
}

 /* menu navigation start */
 /* header */
.menu_bar {
  width: 55%;
  margin: 0 auto;
  z-index: 3;
 /*  background-color: #383838; */
}
nav.nav {
    background-color: #1f1e1e;
    padding-top: 24px;
}
.menu_bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.menu_bar li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.menu_bar li a:not([href]):not([tabindex]) {
    color: #fff;
}
ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1f1e1e;
    width: 190px;
    z-index: 9999;
    text-align: left;
}
li.menu-item-has-children:hover .sub-menu {
    display: block;
}
ul.sub-menu li a {
    padding: 10px 15px;
    font-size: 14px;
}
.sub-menu li:hover {
    background-color: #1c33df;
    transition: 0.5s;
}
nav.nav ul li a:hover {
    color: #1c33df;
    transition: 0.5s;
}
.top-bar .social-icon ul li a i:hover, .social-icon-footer ul li a i:hover{
    color: #1c33df;
    transition: 0.5s;
}
ul.sub-menu li a:hover {
    color: #fff!important;
}
li.menu-item-has-children {
    position: relative;
    display:inline-block;
}
ul.sub-menu li {
    display: block;
}
/* menu */
.menu_bar .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
/* menu icon */
.menu_bar .menu-icon {
  cursor: pointer;
    padding: 55px 20px 20px 20px;
    position: relative;
    user-select: none;
    justify-content: center;
    display: flex;
    z-index: 10;
}
.menu_bar .menu-icon .navicon {
  background: #5e8dff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
  top: 19px;
}
.menu_bar .menu-icon .navicon:before,
.menu_bar .menu-icon .navicon:after {
  background: #5e8dff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.menu_bar .menu-icon .navicon:before {
  top: 5px;
}
.menu_bar .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.menu_bar .menu-btn {
  display: none;
}
.menu_bar .menu-btn:checked ~ .menu {
  max-height: 100%;
}
.menu_bar .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu_bar .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu_bar .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu_bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu_bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* 48em = 768px */

@media (min-width: 48em) {
  .menu_bar li {
   display: inline-block;
  }
  .menu_bar li a {
    padding: 20px 11px;
  }
  .menu_bar .menu {
    clear: none;
    max-height: none;
  }
  .menu_bar .menu-icon {
    display: none;
  }
}
 /* menu navigation end */

/* header end */

/* footer start */
footer.footer {
    background-color: #1f1f1f;
    padding: 15px 0 5px;
}
footer.footer{
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}
/* footer end */




/* home page start */
.top-banner {
    padding-top: 260px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.top-banner h1{
    text-shadow: 0.08em 0.08em 0.15em rgba(0,0,0,0.4);
}
.top-banner p{
   font-weight: 900;
    font-size: 27px;
    text-shadow: 0.08em 0.08em 0.15em rgba(0,0,0,0.4);
    color: #fff;
    padding-top: 10px;
}
.top-banner:before {
   content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/download.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.sullivan_productions{
    padding-top: 17px;
}
.sullivan_productions h3{
    font-weight:800;
}
.sullivan_productions p,
.sullivan_productions ul{
    font-size: 19px;
    font-weight: 400;
    line-height: 35px;
    color: #666;
    padding-top: 8px;
    padding-bottom: 5px;
}
.sullivan_productions p strong{
     font-weight: 700;
     color: #4e4c4c;
}
.three-section{
    padding-top:30px;
}
.three-section .wpb_single_image.wpb_content_element.vc_align_center{
    margin-bottom:20px;
}
.three-section .part-one h4, .three-section .part-two h4, .three-section .part-three h4 {
    font-weight:800;
}
.three-section .part-one p, .three-section .part-two p, .three-section .part-three p {
    font-size:20px;
    color: #666;  
    line-height: 31px;
    padding-top: 5px;
}
.testimonial {
    padding-top: 50px;
}
.testimonial .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-right: 0;
}
.testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-left: -15px;
    margin-top: 20px;
    padding: 60px 40px 0px 40px!important;
}
.testimonial .vc_col-sm-6:nth-child(2){
    position:relative; 
}
.testimonial .vc_col-sm-6:nth-child(2):before{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    top: -10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    background: #1c33df;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 25px;
    padding: 7px;
    border: 5px solid #fff;
   
}
.testimonial .wpb_single_image.wpb_content_element.vc_align_left{
    margin-bottom:0;
}
.testimo-btn {
    line-height: 38px;
}
.testimo-btn a{
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #1c33df;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.testimonial h3{
    font-weight:800;
}
.discription {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.author-name {
    text-align:right;
    color:#c6c6c6;
    margin-top: 32px;
    font-weight: 700;
    display: block;
    font-size:20px;
    padding-top: 20px;
}
.testimonial .col-md-6.right-side {
    padding-right: 0;
}
.testimonial .col-md-6.right-side {
    margin-left: -15px;
    margin-top: 20px;
    padding: 60px 40px 0px 40px!important;
    height: 370px;
}
.testimonial .col-md-6.right-side{
    position:relative; 
}
.testimonial .col-md-6.right-side:before{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    top: -30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    background: #1c33df;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 25px;
    padding: 7px;
    border: 5px solid #fff;
   
}
.testimonial h3{
    font-weight:800;
    font-size: 29px;
    color: #ffffff;
    text-align: left;
}
.c-name {
    text-align:right;
    color:#c6c6c6;
    margin-top: 32px;
    font-weight: 700;
    display: block;
    font-size:20px;
    padding-top: 20px;
}
.ctn {
   margin-top:10px;
  padding: 80px 0 65px 0;
  
}
.ctn .vc_column-inner{
    padding-top:0!important;   
}
.ctn:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 17%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    transform: rotateY(180deg);
    content: '';
    position: absolute;
}
.ctn h3{
  font-weight:900;
  margin-bottom:0;
}
.text-audio{
    padding:50px 0;

}
 .text-audio:before{
     top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    content: '';
    position: absolute;
}   
.text-audio h3{
    font-weight:900;
}
.text-audio p{
    font-weight:400;
    color:#fff;
    font-size:20px;
    line-height: 35px;
    
}

.orange-part{
    padding:80px;
}
.orange-part:before {
    top: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 16%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/black-border.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    transform: rotateX(180deg);
    content: '';
    position: absolute;
}
.orange-part h3{
    font-weight:900;
}
.orange-part p{
    font-weight:400;
    color:#fff;
    font-size:20px;
    line-height: 35px;
    padding: 0 70px;
}
.inquire-btn a {
    color: #000000;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #ffffff;
    padding-top: 13px;
    padding-right: 40px;
    padding-bottom: 13px;
    padding-left: 40px;
}
.slider-row {
    z-index: 9;
    padding: 0!important;
}
.slider-row .vc_column-inner {
    padding:0!important;
}
.slider-row:before{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/slider-top-border.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    transform: rotateX(180deg);
    content: '';
    position: absolute;
    z-index: 10;
}
.slider-row:after{
   bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 11%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/slider-bottom-border.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    content: '';
    position: absolute;
}
.slide {
    height: 600px;
}
.slide img{
    width:100%
}
/*.main-banner .slick-dots{
    bottom: 0px!important;
}*/
.slick-dots {
    bottom: 40px!important;
    z-index: 9999;
}
.slick-dots li button:before {
    font-size: 10px!important;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #5e8dff!important;
}
.audi {
    position: relative;
}
.audi {
    display: none;
}
/* .audi:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    background: #242424;
    width: 100%;
    height: 250px;
} */
.cont {
    text-align: center;
    padding-top: 60px;
}
.cont h3{
    font-size: 29px;
    color:#fff;
    font-weight:900;
}
.cont p{
    font-size: 20px;
    color:#fff;
    margin-bottom: 17px!important;
}
audio.audio {
    width: 95%;
    margin-top: 30px;
}
/* home page end */

/* why page start */
.video-section{
    text-align: center;
    padding:50px 0;
}
.video-section:before{
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    content: '';
    position: absolute;
    transform: rotateX(180deg);
    
}
.video-section:after{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    content: '';
    position: absolute;  
}
.page-id-7 .testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: 100px;
}
.page-id-7 .testimonial .vc_col-sm-6:nth-child(2):before {
    top: 17%;
}
.page-id-7 .testimonial.two .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: 40px;
}
.page-id-7 .testimonial.two .vc_col-sm-6:nth-child(2):before {
    top: 4%;
}
.faq{
    padding: 40px 50px;
}
.faq h3{
    font-weight:900;
    letter-spacing: -2px;
    padding-bottom:10px;
}
.faq p{
    font-size: 20px;
    color: #666;
    font-weight:400;
    padding-bottom:1em ;
}
.faq p strong{
    font-weight:900;
   
}
.faq hr{
    background-color:#a0a0a0!important;
    
}
.orange-part-why{
    padding: 80px;
}
.orange-part-why h3 {
    font-weight: 900;
}
.orange-part-why p {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    padding: 0 70px;
}
.orange-part-why:after{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 9%;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    content: '';
    position: absolute;  
}
/* why page end */

/* weddinng page start */
.wedding-price-section .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.wed_pric {
    background-color: #000;
    padding: 50px 15px;
    text-align:center;
    height: 330px;
}
.wed_pric h3 {
    font-size: 60px;
    color: #fff;
    font-weight:900;
}
.wed_pric h3 strong{
    font-size: 12px;
    font-weight: 900;
}
.wed_pric p{
    font-size: 18px;
    color: #fff;
    font-weight:900;
    color:#fff;
}

.page-id-11 .wedpage .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: 33px;
}
.page-id-11 .wedpage .vc_col-sm-6:nth-child(2):before {
    top: 2%;
}
.prising-sec-wedding{
    padding-top:20px;   
}
.prising-sec-wedding .wed_pric {
    background-color: #000;
    padding: 50px 15px;
    text-align: center;
    height: 230px;
}
.prising-sec-wedding .wed_pric h3 {
    font-size: 50px;
    color: #fff;
    font-weight:900;
}
.prising-sec-wedding .wed_pric p{
    font-size: 18px;
    color: #fff;
    font-weight:900;
    color:#fff;
}
.prising-sec-wedding .vc_single_image-img {
    height: 180px;
}
.prising-sec-wedding .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.sullivan_productions.wedd{
    padding:0 86px;
}
.sullivan_productions.wedd p.ital{
    font-style: italic;
}
.badge{
    text-align:center;    
}
br.clear {
    display: none;
}
div#wp-ratedWA img {
    width: 100%;
    height: auto;
}
/* weddinng page end */

/* testimonial single page start  */
.single-testimonail {
    padding-top: 190px;
}
.title-post .wpb_text_column.wpb_content_element {
    margin-bottom: 5px;
}
.title-post h1{
    font-weight:900;
    margin-top:0;
    margin-bottom:5px;
}
.title-post ul.post-detail{
    padding-left:0;
    margin-bottom:0;
    
}
.title-post ul.post-detail li{
    list-style:none;
    display:inline-block;
    padding-right:10px;
    color:#666;
    font-size: 20px;
    position: relative;
}
.title-post ul.post-detail li:before {
    content: '';
    position: absolute;
    right: 0;
    height: 21px;
    width: 1px;
    background-color: #666;
    top: 56%;
    transform: translatey(-50%);
}
.title-post ul.post-detail li:nth-child(4):before {
    display: none;
}
.title-post ul.post-detail li:nth-child(2), .title-post ul.post-detail li:nth-child(3),.title-post ul.post-detail li:nth-child(4){
     padding-left:10px;
}
.post-text {
    border-left: 6px solid #1c33df;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 10px;
}
.post-text p{
    font-size:20px;
    color:#fff;
    font-weight:400;
    line-height: 1.2em;
}
.post-text h4{
    line-height: 4;
    color: #cccccc;
    font-style: italic;
    font-size: 20px;
}
.testimonial-single-video{
    margin-bottom:50px;
}
.testimonial-single-video .vc_column-inner{
    padding-left:0!important;
    padding-right:0!important;
}
/* testimonial single page end  */
.main-banner:after {
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4vw;
    background-image: url(https://sullivanproductions.biz/wp-content/uploads/2020/08/slider-bottom-border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    content: '';
    position: absolute;
}
.main-banner{
    position: relative;
}
article {
    margin-top: 55px;
}
body, html {
    overflow-x: hidden;    
}
.slick-track {
    height: 600px;
}
.slider-info {
 position: absolute;
    z-index: 1;
    top: 290px;
    margin: 0 auto;
    text-align: center;
    width: 1366px;
}

.main-banner {
    position: relative;
}

.slider-info h2 {
    text-shadow: 0.08em 0.08em 0.15em rgba(0,0,0,0.4);
    font-size: 49px;
    color: #ffffff;
    font-weight: 900;
}

.slider-info h4 {
    font-weight: 900;
    font-size: 27px;
    text-shadow: 0.08em 0.08em 0.15em rgba(0,0,0,0.4);
    color: #fff;
    padding-top: 10px;
}


/* contact page start */

select {
    width: 100%!important;
}
input[type=text], select, textarea, input#email, select{
    display: block!important;
    width: 100%!important;
    height: 34px!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    background-color: #fff!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}
input[type=submit] {
  background-color: #1c33df;
    color: white;
    padding: 11px 44px;
    border: none;
    font-size: 19px;
}

input[type=submit]:hover {
  background-color: #45a049;
}
label,
label, .gform_fields li{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; 
    color: #666;
    font-size: 20px;
}
label, .gform_fields li{
    display: block;
}
li#field_1_6 {
    margin-bottom: -12px;
}
input#gform_submit_button_1 {
    background-color: #1c33df;
    color: white;
    padding: 11px 44px;
    border: none;
    font-size: 19px;
    text-align: center;
    display: table;
    margin: 0 auto;
    transition: .2s;
}
input#gform_submit_button_1:hover {
    background-color: #1f1f1f;
}
.gform_wrapper textarea {
    height: 160px !important;
}
.header.sticky .overlay {
    padding:  0;
}
.header.sticky .menu_bar li a {
    padding: 10px 11px;
}
.header.sticky nav.nav {
    padding-top: 0;
}
.header.sticky .top-bar .logo {
    width: 120px;
    top: -14px;
}
.form-group {
    margin-bottom: 15px;
}
.send-btn {
    text-align: center;
}
textarea#subject {
    height: 150px!important;
}

/* contact page end */

/* media query */
@media screen and (max-width: 1025px) and (min-width: 1023px) {
.slider-info {
    width: 1024px;
}
.prising-sec-wedding .wed_pric {
    height: 280px;
}
.page-id-11 .wedpage .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: -15px;
}
.page-id-11 .wedpage .vc_col-sm-6:nth-child(2):before {
    top: -12%;
}
.orange-part-why:after {
    top: -50px;
    height: 18%;
}
.top-banner {
    padding-bottom: 78px;
}
.menu_bar {
    width: 70%;
}
.orange-part:before {
    top: -8px;
}
.slide {
    height: 495px;
}
.slider-row:before {
    top: -3px;
}
.ctn:before {
    top: -5px;
}
.main-banner .slide {
    height: 500px;
}
.slider-info {
    width: 1024px;
}
.testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: -30px;
}
.testimonial .vc_col-sm-6:nth-child(2):before{
    top: -60px; 
}
.main-banner {
    margin-top: 77px;
}

}
@media screen and (max-width: 1022px) and (min-width: 768px) {
.menu_bar {
    width: 90%;
}
.slider-info {
    width: 768px;
}
.main-banner:after {
    bottom: -15px;
    background-position: 0% 25px;
}
/* .slide img {
    height: calc(var(--vh,1vh) * 90);
} */
.main-banner {
    padding-top: 10%;
}
.main-banner:after {
    bottom: -14px;
    background-position: 100% 100%;
}
.slider-info {
    top: 25%;
}
.slick-track {
    height: 85vh;
}
.testimonial .vc_col-sm-6 {
    width: 100%;
}
.testimo-btn {
    margin-top: -35px;
}
.testimonial .wpb_text_column.wpb_content_element{
    margin-bottom:0;
}
.testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-left: 0;
    margin-top: -5px;
    padding: 60px 40px 40px 40px!important;
}
.testimonial .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.testimo-btn {
    margin-top: -61px;
}
.testimo-btn a {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #1c33df;
    padding-top: 14px;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 30px;
    display: inline-block;
}
.testimonial .vc_col-sm-6:nth-child(2):before {
    top: -40px;
}
.ctn:before {
    top: -1px;
}
.page-id-11 .wedpage .vc_col-sm-6:nth-child(2):before {
   display:none
}
.page-id-11 .wedpage .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: -6px;
}
.prising-sec-wedding .wed_pric {
    height: 330px;
}
.wed_pric {
    height: auto;
    padding: 50px;
}
.vc_row.wpb_row.vc_row-fluid.wedding-price-section.vc_column-gap-25.vc_row-o-equal-height.vc_row-flex .vc_col-sm-4 {
    width: 100%;
}
.slider-row:before {
    top: -3px;
}
.slider-row:after {
    bottom: -2px;
}
.wedding-price-section .wpb_wrapper {
    background: #000;
}
.wedding-price-section  .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0;
}
.orange-part-why:after {
    top: -25px;
}
}
@media (width:1366px) and (orientation : landscape){
.slide {
    height: 500px;
}
.orange-part-why:after {
    top: -42px;
    height: 16%;
}
.slider-row:before {
    top: -4px;
}
.ctn:before {
    top: -2px;
}
.text-audio:before {
    height: 14%;
}
.text-audio {
    margin-top: 8px;
}
}
@media (width:736px){
.slide {
    height: 405px;
}
.slider-info {
    width: 640px!important;
    top: 250px;
}
.menu_bar li a {
    padding: 13px 20px;
    font-size: 12px;
}
nav.nav ul li {
    width: 50%;
    float: left;
}
ul.sub-menu li {
    width: 100%!important;
}
.menu_bar li a {
    display: block;
    padding: 16px 20px;
}
}
@media (width:653px){
.main-banner {
    padding-top: 12%!important;
    height: 100%!important;
}
.slide {
    height: 435px!important;
}
.slider-info {
    width: 653px!important;
    top: 250px!important;
}
.menu_bar li a {
    padding: 8px 20px!important;
    font-size: 11px!important;
}
nav.nav ul li {
    width: 50%!important;
    float: left!important;
}
li#menu-item-223 ul.sub-menu li {
    width: 100%!important;
}
.orange-part:before {
    top: -1px!important;
    height: 7%!important;
}
.slider-row:after {
    bottom: 34px!important;
}
}
@media (width:600px){
.slider-info {
    width: 600px!important;
}
.main-banner {
    padding-top: 13%!important;
    height: 100%!important;
}
.slide {
    height: 400px!important;
}
.slider-info {
    top: 19%!important;
}
.testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: -3px!important;
}
nav.nav ul li {
    width: 50%!important;
    float: left!important;
}
li#menu-item-223 ul.sub-menu li {
    width: 100%!important;
}
}
@media (width:450px){
.slider-info {
    width: 450px!important;
}
.main-banner {
    padding-top: 17%!important;
    height: 100%!important;
}
.slide {
    height: 300px!important;
}
.slider-info {
    top: 19%!important;
}
.text-audio:before {
    top: -13px!important;
}
.menu_bar li a {
    font-size: 15px!important;
}
.menu_bar li a {
    padding: 15px 20px!important;
}
.orange-part:before {
    top: -1px!important;
    height: 3%!important;
}
.slider-row:after {
    bottom: 34px!important;
}
.slider-row:before {
    top: -1px!important;
}
}
@media (width:414px)
{
.slider-info {
    width: 414px!important;
}
.main-banner {
    position: relative;
    margin-top: 154px;
}
.slider-info {
    width: 414px!important;
    top: 90px;
}
.main-banner:after {
    bottom: -37px;
}
.slider-info {
    width: 300px;
    top: 100px;
}
.menu_bar li a {
    font-size: 15px;
}
.top-bar .contact-btn a {
    padding: 16px 13px;
}
.social-icon {
    display: none;
}
.menu_bar {
    width: 100%;
}
nav.nav ul {
    padding-left: 36px;
}
.menu_bar .menu-icon {
   padding: 20px 20px 20px 20px;
    margin-top: 0;
}
label.menu-icon {
    background: #383838;
}
.menu_bar {
    background-color: transparent;
}
.menu_bar ul {
    text-align: left;
}
nav.nav {
   background-color: rgba(0,0,0,0.85);
}
ul.sub-menu {
    display: block;
    position: initial;
    background-color: transparent;
}
.slider-info {
    width: 300px;
    top: 155px;
}
/* .slider-info h4 {
    font-size: 13px;
}
.slider-info h2 {
    font-size: 19px;
} */
.slide {
    height: 240px;
}
.testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-left: 0;
    margin-top: -2px;
}
.testimonial .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-left: 0;
}
.testimonial .vc_col-sm-6:nth-child(2):before {
    top: -33px; 
}
.slider-row:before {
    top: -2px;
}
ul.menu{
    display:none;
}
ul.menu.hide{
    display:block;
}
.orange-part p {
    padding: 0 45px;
}
.menu_bar .menu-icon {
    z-index: 0;
    margin-bottom: 0;
}
.top-bar .col-md-4:nth-child(1){
    display:none    
}
nav.nav {
    padding-top: 0px;
}
.top-bar .logo {
    top: -15px;
    left: 10px;
    width: 170px;
}
.main-banner {
    position: relative;
    margin-top: 0px;
    padding-top: 32%;
    height: 90vh;
    background-color: #000;
}
.slider-info {
   top: 55%;
    padding: 0 30px;
}
.slick-slide {
    height: 90vh;
}
.main-banner:after {
    bottom: -1px;
    background-position: center 0px;
    height: 6%;
}
.testimo-btn {
    line-height: 38px;
    margin-top: -37px;
}
.testimonial .vc_col-sm-6:nth-child(2):before{
    display:none;    
}
.testimonial .vc_col-sm-6:nth-child(1) .wpb_text_column.wpb_content_element{
    margin-bottom:0;
}
.ctn:before {
    top: -1px;
}
.slider-row:after {
    bottom: -1px;
}

}
@media screen and (max-width: 767px) and (min-width: 300px) {
.page-id-11 .orange-part-why:after {
    /*top: 0px;
    height: 4%;*/
}
.top-bar .contact-btn {
    margin-top: -1px;
}

header.header.clear {
    top: 0;
}
    .slider-info {
    width: 300px;
    top: 100px;
}
.menu_bar li a {
    font-size: 15px;
}
.top-bar .contact-btn a {
    padding: 16px 13px;
}
.social-icon {
    display: none;
}
.menu_bar {
    width: 100%;
}
nav.nav ul {
    padding-left: 36px;
}
.menu_bar .menu-icon {
    height: 42px;
   padding: 0;
    margin-top: 0;
}
label.menu-icon {
    background: #383838;
}
.menu_bar {
    background-color: transparent;
}
.menu_bar ul {
    text-align: left;
}
nav.nav {
   background-color: rgba(0,0,0,0.85);
}
ul.sub-menu {
    display: block;
    position: initial;
    background-color: transparent;
}
.slider-info {
    width: 300px;
    top: 155px;
}
.slide {
    height: 240px;
}
.testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-left: 0;
    margin-top: -3px;
}
.testimonial .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-left: 0;
}
.testimonial .vc_col-sm-6:nth-child(2):before {
    top: -33px; 
}
.slider-row:before {
    top: -2px;
}
ul.menu{
    display:none;
}
ul.menu.hide{
    display:block;
}
.orange-part p {
    padding: 0 17px;
}
.menu_bar .menu-icon {
    z-index: 0;
    margin-bottom: 0;
}
.top-bar .col-md-4:nth-child(1){
    display:none    
}
nav.nav {
    padding-top: 0px;
}
.top-bar .logo {
    top: -15px;
    left: 10px;
    width: 170px;
}
/* .main-banner {
    position: relative;
    margin-top: 0px;
    padding-top: 32%;
    height: 90vh;
    background-color: #000;
}
.slider-info {
   top: 55%;
    padding: 0 30px;
}
.slick-slide {
    height: 90vh;
}
.main-banner:after {
    bottom: -2px;
    background-position: center 0px;
    height: 6%;
} */
.testimo-btn {
    line-height: 38px;
    margin-top: -37px;
}
.testimonial .vc_col-sm-6:nth-child(2):before{
    display:none;    
}
.testimonial .vc_col-sm-6:nth-child(1) .wpb_text_column.wpb_content_element{
    margin-bottom:0;
}
.ctn:before {
    top: -1px;
}
.slider-row:after {
    bottom: -1px;
}
.main-banner .slick-dots {
    bottom: 10px!important;
}
.slider-info {
    top: 48%;
}
.slider-info h2 {
    font-size: 24px;
}
.slider-info h4 {
    font-size: 16px;
}
.testimo-btn a {
    font-size: 11px;
}
.social-icon-footer {
    text-align: center;
}
.single-testimonail {
    padding-top: 110px;
}
.orange-part-why p {
    padding: 0 20px;
}
.orange-part-why:after {
    top: -18px;
    height: 28px;
}
.faq {
    padding: 40px 15px;
}
.sullivan_productions.wedd {
    padding: 0 15px;
}
footer.footer {
    text-align: center;
}
.page-id-11 .wedpage .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: -3px;
}
.prising-sec-wedding .wed_pric {
    height: auto;
}
.wedding-price-section .wpb_wrapper {
    background: #000;
}
.wedding-price-section  .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0;
}
}
@media screen and (max-width: 377px) and (min-width: 375px){
.slider-info {
    top: 53%;
}
.slider-info h2 {
    font-size: 33px;
}
.slider-info h4 {
    font-size: 27px;
}
.main-banner {
    padding-top: 20%;
}
.text-audio:before {
    top: -12px;
    height: 4%;
}
}
@media (width:1024px){
  .slider-info {
    width: 1024px; 
}
}
@media(width:768px){
  .slider-info {
    width: 768px;
}
}
@media(width:414px){
  .slider-info {
    width: 411px!important;
}
.slider-row:after {
    bottom: -2px;
}
.slider-info {
    top: 60%;
}
.slider-info {
    top: 60%;
}
.slider-info h2 {
    font-size: 32px;
}
.slider-info h4 {
    font-size: 22px;
}

}
@media(width:411px){
  .slider-info {
    width: 411px!important;
}
.slider-row:after {
    bottom: -2px;
}
.slider-info {
    top: 64%;
}
.main-banner {
    padding-top: 30%;
}
.slider-info h2 {
    font-size: 32px;
}
.slider-info h4 {
    font-size: 22px;
}
.main-banner {
       padding-top: 19%;
}
.main-banner:after {
    bottom: -2px;
}
.ctn:before {
    height: 8%!important;
}
}
@media(width:375px){
  .slider-info {
    width: 375px!important;
}
}
@media(width:360px){
.slider-info {
    width: 360px!important;
}
.slider-info {
    top: 53%;
}
.slider-info h2 {
    font-size: 30px;
}
.slider-info h4 {
    font-size: 19px;
}
.text-audio:before {
    top: -14px;
}
.top-bar .social-icon ul.icon li a, .social-icon-footer ul.icon li a {
    padding: 0 9px;
}
.menu_bar li a {
    font-size: 12px;
}
ul.sub-menu li a {
    padding: 10px 15px;
}
.main-banner {
    padding-top: 20%;
}
}
@media (width:823px){
  .slide {
    height: 317px;
}
.page-id-11 .main-banner {
    padding-top: 9%;
    height: 100%;
}
.main-banner:after {
    bottom: -34px;
    background-position: 100% 100%;
}
.slider-info {
    top: 40%;
}
}
@media (width:812px){
.main-banner .slick-dots {
    bottom: 0px!important;
    display: none!important;
}    
.slider-row:before {
    top: -1px;
}
.text-audio:before {
    top: -15px;
    height: 9%;
}
.slide {
    height: 305px;
}
.main-banner {
    padding-top: 9%;
    width: 100%;
}
.slider-info {
    top: 35%;
}
.slider-row:after {
    bottom: 21px!important;
}
}
@media (width:736px){
.main-banner {
    padding-top: 10%;
    height: 100%;
}
.slide {
    height: 490px;
}
.slider-info {
    width:736px!important;
}
nav.nav ul li {
    width: 50%;
    float: left;
}
ul.sub-menu li {
    width: 100%!important;
}
.menu_bar li a {
    display: block;
    padding: 17px 20px;
}
}
@media (width:731px){
.main-banner {
    padding-top: 10%;
}
.slide {
    height: 731px;
}
.main-banner {
    height: 100%;
}
.slide {
    height: 488px;
}
.slider-info {
    width: 731px;
}
.slider-row:after {
    bottom: 36px;
}
nav.nav ul li {
    width: 50%;
    float: left;
}
li#menu-item-223 ul.sub-menu li {
    width: 100%!important;
}
}
@media (width:667px){
.main-banner {
    padding-top: 11%;
    height: 100%;
}
.slide {
    height: 444px;
}
.slider-info {
    width:667px;
}
nav.nav ul li {
    width: 50%;
    float: left;
}
ul.sub-menu li {
    width: 100%!important;
}
.menu_bar li a {
    display: block;
    padding: 17px 20px;
}
}
@media (width:640px){
.main-banner {
   padding-top: 12%;
}
.slide {
    height: 430px;
}
.slider-info {
    width: 640px!important;
    top: 250px;
}
.menu_bar li a {
    padding: 13px 20px;
    font-size: 12px;
}
nav.nav ul li {
    width: 50%;
    float: left;
}
ul.sub-menu li {
    width: 100%!important;
}
.menu_bar li a {
    display: block;
    padding: 16px 20px;
}
.main-banner {
    height: 100%;
}
}
@media (width:568px){
  .slide {
    height: 379px;
}
.main-banner {
    height: 100%;
    padding-top: 13%;
}
.slider-info {
    width: 568px!important;
}
.menu_bar ul li {
    width: 50%;
    float: left;
}
ul.sub-menu li {
    display: block!important;
    width: 100%;
}
.menu_bar li a {
    font-size: 12px;
}
.menu_bar li a {
    padding: 11px 20px;
}
}
@media (width:320px){
    .slider-info {
    width: 320px!important;
}
/* .main-banner {
    padding-top: 24%;
} */
.text-audio:before {
    top: -25px;
    height: 7%;
}
.ctn:before {
    height: 9%;
}
.slider-row:after {
    bottom: 26px;
}
.slider-row .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.top-bar .social-icon ul.icon li a, .social-icon-footer ul.icon li a {
    padding: 0 7px;
}
.menu_bar li a {
    font-size: 12px;
}
.menu_bar li a {
    padding: 14px 20px;
}
header.header.clear {
    top: 0;
}
}

@media (width:280px){
header.header.clear {
    top: 0;
}
.top-bar .contact-btn {
    margin-top: -1px;
}
.slider-info {
    width: 300px;
    top: 100px;
}
.menu_bar li a {
    font-size: 15px;
}
.top-bar .contact-btn a {
    padding: 16px 13px;
}
.social-icon {
    display: none;
}
.menu_bar {
    width: 100%;
}
nav.nav ul {
    padding-left: 36px;
}
.menu_bar .menu-icon {
   padding: 20px 20px 20px 20px;
    margin-top: 0;
}
label.menu-icon {
    background: #383838;
}
.menu_bar {
    background-color: transparent;
}
.menu_bar ul {
    text-align: left;
}
nav.nav {
   background-color: rgba(0,0,0,0.85);
}
ul.sub-menu {
    display: block;
    position: initial;
    background-color: transparent;
}
.slider-info {
    width: 300px;
    top: 155px;
}
.slide {
    height: 177px;
}
.testimonial .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-left: 0;
    margin-top: -3px;
}
.testimonial .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-left: 0;
}
.testimonial .vc_col-sm-6:nth-child(2):before {
    top: -33px; 
}
.slider-row:before {
    top: -2px;
}
ul.menu{
    display:none;
}
ul.menu.hide{
    display:block;
}
.orange-part p {
    padding: 0 17px;
}
.menu_bar .menu-icon {
    z-index: 0;
    margin-bottom: 0;
}
.top-bar .col-md-4:nth-child(1){
    display:none    
}
nav.nav {
    padding-top: 0px;
}
.top-bar .logo {
    top: -15px;
    left: 10px;
    width: 130px;
}
.main-banner {
    position: relative;
    margin-top: 0px;
    padding-top: 28%;
    height: 90vh;
    background-color: #000;
}
.slider-info {
   top: 55%;
    padding: 0 30px;
}
.slick-slide {
    height: 90vh;
}
.main-banner:after {
    bottom: -1px;
    background-position: center 0px;
    height: 6%;
}
.testimo-btn {
    line-height: 38px;
    margin-top: -37px;
}
.testimonial .vc_col-sm-6:nth-child(2):before{
    display:none;    
}
.testimonial .vc_col-sm-6:nth-child(1) .wpb_text_column.wpb_content_element{
    margin-bottom:0;
}
.ctn:before {
    top: -1px;
}
.slider-row:after {
    bottom: 24px;
}
.main-banner .slick-dots {
    bottom: 40px!important;
}
.slider-info {
    top: 48%;
}
.slider-info h2 {
    font-size: 24px;
}
.slider-info h4 {
    font-size: 16px;
}
.testimo-btn a {
    font-size: 10px;
}
.text-audio:before {
    top: -18px;
}
.social-icon-footer {
    text-align: center;
}
.faq {
    padding: 40px 10px;
}
.orange-part-why p {
    padding: 0 10px;
}
.orange-part-why:after {
    top: -44px;
}
.wed_pric {
    height: auto;
}
.page-id-11 .wedpage .vc_col-sm-6:nth-child(2) .vc_column-inner {
    margin-top: -3px;
}
.prising-sec-wedding .wed_pric {
    height: auto;
}
.sullivan_productions.wedd {
    padding: 0 15px;
}
footer.footer {
    text-align: center;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*---------- Raza Styling - Start --------------------------*/

.menu_bar li {
    position: relative;
}
#main_slider .slide,
#main_slider .slick-track{
    height: auto !important;
}
#main_slider .auto_height {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#main_slider .slider_content_wrapper {
    display: table;
    height: inherit;
    width: 100%;
}
#main_slider .slider_content_box {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}
#main_slider .slider_content {
    max-width: 92%;
    margin: 50px auto 0;
    text-align: center;
}
#main_slider .slider_title {
    text-shadow: 0.08em 0.08em 0.15em rgba(0,0,0,0.4);
    font-size: 50px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 900;
}
#main_slider .slider_description {
    font-weight: 900;
    font-size: 27px;
    line-height: 1.2em;
    text-shadow: 0.08em 0.08em 0.15em rgba(0,0,0,0.4);
    color: #fff;
    margin-top: 12px;
}


@media only screen and (min-width:768px) and (max-width:992px){
    .menu_bar li a {
        padding: 12px 11px 6px;
    }
}

@media only screen and (max-width:767px){
.header.sticky .top-bar .logo {
    width: 120px;
    top: -12px;
}
.header.sticky .overlay {
    padding: 0;
}
#main_slider .auto_height {
    height: 450px;
}
#main_slider .slider_title {
    font-size: 32px;
    line-height: 38px;
}
#main_slider .slider_description {
    font-size: 20px;
    font-weight: bold;
}
#main_slider .slider_content {
    margin: 90px auto 0;
}
.menu_bar li a {
    padding: 15px 20px;
}
.slick-dots {
    bottom: 10px!important;
}

}
body .faq .vc_tta-panel-title {
    font-size: 20px ;
}
#main_slider .auto_height {
    height: 500px;
}

#main_slider .slick-dots {
    display: none;
}
body .vendors p{
	margin-bottom: 0px;
    padding: 0px;
    font-size: 16px;
}
body .vendors a {
    font-weight: bold;
    text-decoration: underline;
    color: #1c33df;
}

body .vendors cite {
    font-style: normal;
}
body .custom-table .table td img {
   
    display: block;
    margin: 0 auto;
}
body .custom-table .table td, .custom-table .table th {
	    border-top: none;
    font-size: 19px;
   
    line-height: 35px;
    font-weight: 700;
    color: #4e4c4c;
    text-align: center;
}
.custom-tabl .small-row {
	    text-align: center;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 60px !important;
}
.custom-flip-box {
    padding-bottom:80px;
}

.custom-flip-box .col-md-6 p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
}

.custom-flip-box .col-md-6 h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.custom-flip-box .col-md-6 h3 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
}
.custom-flip-box .col-md-6 ul {
        padding: 0;
}  

.custom-flip-box .col-md-6 ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 24px;
    border-right: 1px solid #fff;
} 
.custom-flip-box .col-md-6 ul li:nth-last-child(2) {
   border:none;
}
.custom-flip-box .col-md-6 ul li img{
width: 70px;
    margin: 0px 0px;
}
.custom-flip-box .col-md-6 ul li h5 {
    color: #ffeba3;
    font-size: 16px;
    text-align: center;
    margin: 10px 0px;
}
.custom-flip-box .col-md-6 ul li h4 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
}
    .flip-card {
  background-color: transparent;
 width: 100%;
   height: 280px;
  perspective: 1000px;
}
.custom-flip-box .col-md-6 .flip-card-back ul {
        margin-top: 35%;
}
.custom-flip-box .col-md-6 .flip-card-back ul li{
    border: none;
    padding: 7px 15px;
    background-color: #1f1e1e;
    margin: 0px 8px;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-flip-box .col-md-6 .flip-card-back ul .facebook {padding: 7px 20px;}
.custom-flip-box .col-md-6 .flip-card-back ul li a{

}
.custom-flip-box .col-md-6 .flip-card-back ul li:hover {
    background-color: #080f46
}
.custom-flip-box .col-md-6 .flip-card-back ul li i {transition: transform .7s;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);color: #fff;}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  
}

.flip-card-back {
  /* background-color: #2980b9; */
  color: white;
  transform: rotateY(180deg);
}


.flip-card-front img {
    width: 100%;
        height: 280px;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
body .full-width {
        padding-left: 0px !important;
    padding-right: 0px !important;
    
}
.full-width:before {
        height: 4% !important;
}
body .full-width .hvr-grow-shadow {
        height: 250px ;
        border-radius: 0px;
            width: 100%;
}
.full-width .animateonload.filtr-item {
    padding: 0px 0px !important;
}
.full-width .portfolio-wraper .text-center{
    margin-bottom: 30px;
}
.filter_gallery_442 {
    margin: 0 auto;
}
body .full-width .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.full-width .simplefilter li {
    background-color: #1c33df !important;
    font-size: 15px;
}
.full-width .simplefilter li.active {
    background-color: #757575 !important;
}
.contact_info a {
 
}

.contact_info a:hover {
    text-decoration: none;
    color: #1c33df;
}
.contact_info p strong {
    color:#444;
}
.contact_info .vc_btn3-inline {
    width: 100%;
}
body .contact_info .vc_btn3-inline .vc_btn3-color-blue{
    border-color: #1c33df;
    background-color: #1c33df;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
}
.social-icon-footer ul li a:hover {
    color: #1c33df;
    text-decoration: none;
}

.social-icon-footer ul li a {
    color: #e2e2e2;
}
.about-logos {
	
}
.about-logos .vc_col-sm-4 {
    width: 40%;
}

.about-logos .vc_col-sm-2 {
    width: 10%;
}
.about-logos .vc_col-sm-4 h4 {
    font-size: 20px;
}
.about-logos .vc_col-sm-4 h5 {
   font-size: 13px;
}

.about-logos .vc_col-sm-2 .vc_column-inner {
    padding: 0px 0px;
}
.about-logos .vc_col-sm-4 .vc_column-inner {
    margin-top: 30px;
	padding:0px 0px;
}

.RightAlign {
	text-align:right;
}
.RightAlign #wp-rated-img {
    width: 230px !important;
    height: 220px !important;
}
.RightAlign #wp-rated-img span {
    bottom: 115px !important;
}

@media (max-width: 768px ) and (min-width: 300px) {
.custom-flip-box .vc_col-sm-6 {
    width: 100%;
}
.flip-card, .flip-card-front img {
        height: 330px;
            margin-bottom: 40px;
}
.custom-flip-box .col-md-6 ul {
    margin: 0 auto;
    display: block;
    text-align: center;
}
	.about-logos .vc_col-sm-4, 
	.about-logos .vc_col-sm-2 {
		width: 100%;
	}
	.about-logos .wpb_single_image.vc_align_left {
    text-align: center;
}
	.RightAlign #wp-rated-img {
		display: block !important;
	}
	.Hide {
		display:none;
	}

}

@media (max-width: 1024px) and (min-width:1023px) {
    .flip-card-front img {
            height: 210px;
    }
    .custom-flip-box .col-md-6 ul li img {
            width: 40px;
    }
    .custom-flip-box .col-md-6 ul li {
            padding: 0px 3px;
    }
} 

/*---------- Raza Styling - End --------------------------*/