/*@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
    font-family: 'Nunito Sans';
    src: url('NunitoSans-SemiBold.woff2') format('woff2'),
        url('NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a{
	color:#0d3a8d;
}
a:hover{
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
body{
	color:#2a2a2a;
	font-family: 'Nunito Sans';
	font-size:16px;
	line-height:22px;
	width:100%;
	margin:0;
	padding:0;
}
.spacer{
	width:100%;
	height:30px;
}
.padding0{
	padding:0;
}
.margin0{
	margin:0;
}
.left-padding0{
	padding-left:0;
}
.right-padding0{
	padding-right:0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #fe227a ;
  outline: 0;
  outline: thin dotted \9;
  transition: all 0.6s ease 0s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Nunito Sans';
}
.spacer-lg{
	width:100%;
	height:100px;
}
h1{
	font-size:60px;text-transform:capitalize;
	font-family: 'Nunito Sans';
	margin:15px 0;
}
.main-wrapper{
	width:100%;
}
.header-wrapper {
    min-height: 85px;
    width: 100%;
}
.header-main {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    height:auto;
    background: #011E41;
    z-index: 9999;
}
.bar-main {
    width: 100%;
    background-color: #5062ac;
    padding: 8px 25px;
    color: #fff;
    position: fixed;
    z-index: 99999;
    font-size: 14px;
}
.breadcrumb-container ol{
	padding-left:0
}
.bar-main a{
	color:#fff;
	padding:0 8px;
}
.logo {
    float: left;
    margin-right: 0;margin-bottom:13px;
    margin-top: 20px;
}
.logo img {
    width: 90%;
}
.nav-main {
    display: inline-block;
    padding-top: 16px;
    margin-left: 15px;
    text-align: right;
    width: 100%;
    padding-bottom: 5px;
}
.nav-main ul{
	margin:0;
	padding:0;
	display: inline-block;
}
.nav-main ul li{
	list-style:none;
	display:inline-block;
}
.nav-main ul li a{
	color:#fff;
	padding:8px 16px;
	font-size:18px;
	font-weight:500;
	display:inline-block;
}
.nav-main ul li a:hover{
	color:#FFB600;
} 
.nav-main ul li.current_page_item a{
	color:#FFB600;
} 
/*========= Sub Menu ==============*/

.nav-main ul li ul.sub-menu{
	display:none;
	position:relative;
	z-index:999;
}
.nav-main ul li:hover .sub-menu {
  background: #fff none repeat scroll 0 0;
  display: block;
  position: absolute;
  width: 160px;
  top:56px;
  box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
  border:solid 1px #ddd;
  border-radius: 6px;
  padding:10px 0;
}
.nav-main ul>li:hover .sub-menu:before {
    content: "";
    border-bottom: 11px solid #ddd;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    position: absolute;
    top: -11px;
    left: 38px;
    z-index: 9;
}
.nav-main ul>li:hover .sub-menu:after {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 39px;
    z-index: 10;
}
.nav-main ul li.current_page_item:hover .sub-menu {
  background: #fff none repeat scroll 0 0 !important;
}
.nav-main ul li:hover .sub-menu li{
	padding:0;
	background-image:none;
	display:block;
	width:100%;
}
.nav-main ul li:hover .sub-menu li a{
	font-size:14px;
	padding:12px 10px;
	color:#000;
	float:left;
	font-weight:normal;
	text-transform:capitalize;
	width:100%;
	text-align:left;
	line-height:18px;
}
.nav-main ul li:hover .sub-menu li:hover{
	background:#fbfbfb;
	
}
.nav-main ul li:hover .sub-menu li.current_page_item a{
	background:#fbfbfb;
	color:#000;
}
.nav-main ul li:hover .sub-menu li a:hover{
	color:#000 !important;
	border-bottom:none;
	background:#fbfbfb;
}
/*========= Sub Menu ==============*/  
.login-btn {
    background: #FFB600;font-family:Gilroy Medium;
    float: right;
    padding: 10px 45px;
    color: #fff;
    border-radius: 24px;
    margin-top: 0;
	position:relative;
	z-index:5;
	overflow:hidden;
}
/*.login-btn.pricing {
    background: #fff;
	border: solid 1px #fe227a;
	float:none;
	color:#fe227a;
	overflow:hidden;
}*/
.login-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3;
    border-radius: 50px;
    transition: all 1s ease;
    transform: translateX(-101%);
    z-index: -1;
}
.login-btn:hover {
    background: #FFB600;
	color:#fff;
	transition: all 1s ease;
}
.login-btn:hover:after {
    transform: translateX(0);
    border-radius: 0;
}
.menu-bottom {
    margin-top: 50px;
}
.menu-bottom h1 small{
	color:#ffb22c;
}
.btn_started_violet_border {
    padding: 14px 23px;
    border: 1px solid #8838db;
    color: #8838db!important;
    line-height: 12px;
    font-size: 16px;
    margin-top: 20px;
}
.btn_started_animation {
    position: relative;
    margin-right: 6px;
}
.btn_started_animation:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    animation: ripple 1.5s linear infinite;
}
.btn_started_animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    animation: ripple 1.5s linear infinite;
}
.btn_started_violet_border:hover {
    background-color: #8838db;
    border: 1px solid #8838db;
    color: #fff!important;
}
.content-main {
    margin-top: 50px;
}
div#homepagebanner {
    margin-top: 20px;
}
.content-main h1{
	font-weight:bold;
}
.footer-main {
    width: 100%;
    padding: 35px 0;
    background-color: #011E41;
    color: #fff;
    margin-top: 35px;
}
.footer-right a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
}
.footer-main h3{
	font-size:22px;
}
.footer-right{
	padding-top:25px;
}
.right-top {
    text-align: right;
}
.right-top a{
    color:#fff;
	margin-left:15px;
	font-family: 'Nunito Sans';
}
.right-top a:hover{
	color:#FFB600;
}
.single-item-wrapper {
    text-align: center;
}
#banner-text {
    margin-top: -340px;
	position:relative;
	z-index:2;
}
.banner-line:after {
    content: "";
    width: 65px;
    height: 2px;
    background-color: #FFB600;
    display: block;
    margin: 10px 0;
}
.reward-form {
    width: 100%;
    border: solid 1px #011E41;
    padding: 25px 30px 15px;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.reward-form label {
	display: block;
	font-weight: normal;
	margin-top: 15px;
}

.reward-form label span {
	color: #b70000;
}

.reward-form input {
	width: 100%;
	padding: 10px 15px;
	border: solid 1px #ccc;
	border-radius: 6px;
}
.reward-form select {
	width: 100%;
	padding: 10px 15px;
	border: solid 1px #ccc;
	border-radius: 6px;
}

.reward-form input.reward-submit {
	border-color: #013778 ;
	background-color: #013778 ;
	color: #fff;
}

.reward-form input.reward-submit:hover {
	border-color: #FFB600;
	background-color: #FFB600;
	color: #011E41;
}

.reward-form .select2-container {
	width: 100% !important;
	margin: 0 !important;
}
.home-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 92%;
    background: linear-gradient(90deg,rgba(1,30,65,0.85) 3.68%,rgba(1,30,65,0.7) 25.72%,rgba(1,30,65,0.55) 43.17%,rgba(1,30,65,0.2) 60.62%);
    z-index: 1;
}
.rt-responsive-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}
h3.author-name {
    padding-top: 20px;
    color: #5062ac;
}
.footer-bar {
    width: 100%;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    background-color: #f5f5f5;
}
.footer-bar a {
    color: #000;
    text-transform: uppercase;
    margin-left: 25px;
}
#step-main {
    background-image: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 500px;
    background-size: 100% 100%;
	margin-bottom:35px;
}
#faq-right {
    background-position: right top !important;
}
.review-box{
	width:100%;
	margin-bottom:35px;
	overflow:hidden;
}
.review-pic{
	float:left;
	width:17%;
}
.review-pic img{
	height:45px;
	width:45px;
	object-fit:cover;
	border-radius:200px;-moz-border-radius:200px;-webkit-border-radius:200px;
}
.review-detail img {max-width: 30%;}
.review-detail {
    float: right;
    display: inline-block;
    width:80%;
}
.review-detail a{
	color:#000;
}
.review-detail a:hover{
	color:#fe227a;
}
.review-top{
	width:100%;
}
.review-top img{
	width:100%;
}
.home-bottom{
	width:100%;
	background:#ffbc2d;
	padding:35px 0;
	text-align:center;
}
.home-bottom h2{
	font-size:30px;
	color:#fff;
}
.black-btn{
	background:#000;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding:10px 20px;
	border-radius: 24px;
}
.black-btn:hover{
	background:#fe227a;
	color:#fff;
}
.footer-right ul{
	padding:0;
	margin:0;
}
.footer-right ul li{
	list-style:none;
	display:block;
	padding:5px 0
}
.footer-right ul li a{
	display:block;font-family:Gilroy Medium;
	color:#2a2a2a;
}
.footer-right ul li a:hover{
	color:#fe227a;
}
.experts-listings{
	padding:0;
	margin:0;
}
.container{
	margin:0 auto !important;
}
.experts-listings li {
    list-style: none;
    display: block;
    background-image: url(../images/checklist-bullet.png);
    background-repeat: no-repeat;
    background-position: left 12px;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0 10px 45px;
}
#step-main {
    background-image: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 500px;
    background-size: 100% 100%;
	margin-bottom:35px;
}
#first-step {
    /* padding-bottom: 500px; */
    padding-top: 50px;
    margin-bottom: 35px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    border: solid 3px #011E41;
}
.steps-div {
    padding: 0 30px;
    margin-top: 35px;
}
.steps-div h4 {
    font-size: 22px;
    border-bottom: solid 1px #011e41;
    margin-bottom: 21px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
#articles-wrapper{
	background-color: #f2f3f4;
    padding-bottom: 35px;
    background-size: 100% 100%;
	margin-bottom:35px;
	padding-top:50px;
	
}
.better-way-box {
    box-shadow: 0 1px 4px 0 rgb(35 40 43 / 5%), 0 12px 36px 0 rgb(35 40 43 / 5%);
    width: 100%;
    padding: 30px;
	min-height: 500px;
	background-color:#fff;
}
.better-way-box img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin-bottom: 20px;
}
#step-main .vc_column-inner{
	padding-top:0;
}
#first-step .vc_column-inner{
	padding-top:0;
}
.footer-links {
    padding: 0;
    margin: 0;
}
.footer-links li {
    list-style: none;
    display: inline-block;
}
.footer-links li a {
    font-size: 12px;
    padding-right: 15px;
    text-decoration: underline;
}
.blue-btn {
    background-color: #5062ac;
    padding: 10px 45px;
    border-radius: 24px;
    color: #fff;
}
.cardText {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #011E41;
    padding-bottom: 7px;
}
.mainHeading {
    color: #011E41;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px 0;
}
.mainHeadingBar:after {
    content: "";
    width: 65px;
    height: 2px;
    background-color: #FFB600;
    display: block;
    margin: 30px 0;
}
.mainHeadingBar.center:after {
    margin: 30px auto;
}
.learnMore {
    color: #011E41;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: bold;
}
.cards-module .cardContent .card-link a:after {
    display: inline-block;
    content: "\e900";
    color: #FFB600;
    font-family: 'custom-icon';
    font-size: 13px;
    margin-left: 7px;
    font-weight: 200;
}
#step-inner {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(35 40 43 / 5%), 0 12px 36px 0 rgb(35 40 43 / 5%);
    padding: 50px 50px 20px;
}
#slider-bottom {
    padding: 35px 0;
}
.article-listing{
	width:100%;
	padding:0 0px 0 30px;
	margin:0;
}
.article-listing li {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    overflow: hidden;
    display: block;
}
.article-listing li .article-thumb{
	float:left;
	width:32%;
}
.article-listing li .article-thumb img{
	width:100%;
}
.article-listing li .article-right{
	float:right;
	width:64%;
	padding-top:15px;
}
.article-listing li .article-right a {
    color: #005388;
    font-size: 24px;
    font-weight: bold;
}
.per-design-middle{
	width:100%;
	background-image:url(../img/ppp-bg.png);
	background-repeat:no-repeat;
	background-position: center center;
	padding:50px 0;
	margin:35px 0;
	background-size:100% 100%;
}
.per-design-box{
	width:100%;
	background:#fff;
	border:solid 1px #fff;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
	padding:15px;
	box-shadow:-4px 3px 0px #000;-moz-box-shadow:-4px 3px 0px #000;webkit-box-shadow:-4px 3px 0px #000;
	/*box-shadow: -3px 3px 1px #000; */
}
.reviewsheadingsection {position:relative;}
.reviewsheadingsection::before {top:0px;left:0px;width:120px;height:205px;content:"";position:absolute;background-image:url(../img/come-first-left.png);background-repeat:no-repeat;background-size:contain;}
#homepagebanner.homereviewcon{position:relative;}
#homepagebanner.homereviewcon::after {top:50px;right:0px;width:120px;height:201px;content:"";position:absolute;background-image:url(../img/come-first-right.png);background-repeat:no-repeat;background-size:contain;}
.reviewsheadingsection .innerconofreviewshome {text-align:center;}
.reviewsheadingsection .innerconofreviewshome h1{text-align:center;}
.reviewsheadingsection .innerconofreviewshome h6{text-align:center;}
.pricing-main #pills-tabContent.tab-content{margin-top:60px;}
.pricing-main #pills-tabContent.tab-content .per-design-box{padding-top:50px;}
.pricing-main #pills-tabContent.tab-content .per-design-box.yellow{position:relative;}
.pricing-main #pills-tabContent.tab-content .per-design-box.yellow::after{top:-40px;right:-10px;width:100%;height:100%;content:"";position:absolute;background-image:url(../img/advance-package-icon.png);background-repeat:no-repeat;background-size:contain;}
.menu-bottom h1 span.yellow{color: #ffb22c;}
#perdesignbox.quickviewlisting.per-design-box h2{min-height: auto;}
#perdesignbox.quickviewlisting{border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;padding:20px 30px;box-shadow: -4px 3px 0px #F70079;-moz-box-shadow: -4px 3px 0px #F70079;-webkit-box-shadow: -4px 3px 0px #F70079;}
#payperdesignpage.per-design-middle{margin-bottom:0px;}
#payperdesignpage .per-design-box {width:90%;margin:0px auto;padding:30px 30px 30px 30px;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;box-shadow: -4px 3px 0px #F70079;-moz-box-shadow: -4px 3px 0px #F70079;-webkit-box-shadow: -4px 3px 0px #F70079;}
#payperdesignpage .per-design-box ul{height:auto;}
#payperdesignpage .per-design-box .design-box-btn{margin-top:0px;}
#payperdesignpage .per-design-box .design-box-btn a{position:relative;margin-top:0px;}
#payperdesignpage .per-design-box .design-box-btn a::after{top:-10px;width:100%;height:100%;content:"";position:absolute;background-image:url(../img/button-icon-right.png);background-repeat:no-repeat;background-size: contain;background-position: top center;left: 125px;}
#payperdesignpage .per-design-box .design-box-btn a::before{top:10px;left:-20px;width:100%;height:100%;content:"";position:absolute;background-image:url(../img/button-icon-left.png);background-repeat:no-repeat;background-size:contain;}
#pricingtwocols .wpb_single_image.wpb_content_element{margin-bottom:20px;}
#pricingtwocols .wpb_single_image.wpb_content_element img{padding:0px 70px;}
#topsectionscopeofwork #scope-work{padding-top: 0px;padding-bottom: 20px;}
#aboutustopsection h4{font-family:Gilroy Medium;}
#howitworkstwocols .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_center{margin-bottom:10px;}
.load-more-container ul li:nth-child(even){text-align:right;}
.load-more-container{padding-left: 20px;padding-right: 20px;}
.load-more-container2 ul li:nth-child(even){text-align:right;}
.load-more-container2{padding-left: 20px;padding-right: 20px;}
.per-design-box.yellow{
	background:#ffcd63;
}
.per-design-box h2 {
    font-size: 36px;
    /* margin-bottom: 30px; */
    min-height: 65px;
}
.per-design-box h2 span {
    display: block;
    font-size: 18px;
}
.per-design-box h4 {
    font-size: 18px;
	font-family: 'gilroylight';
}
.per-design-box h4 span{
	font-size:36px;
	color:#492bff;
	font-family: 'gilroylight';
}
.per-design-box h6{
	color:#000;
}
.per-design-box p span {
    display: block;
    color: #fe227a;
    font-size: 18px;
}
.per-design-box.yellow h6 {
    color: #000;
}
.per-design-box ul{
	padding:0;
	margin:0;
	min-height:330px;
}
.per-design-box ul li {
    list-style: none;
    display: block;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding: 4px 0 4px 40px;
}
.per-design-box ul li.cross{
background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: 1px 5px;	
}
#faqimgrightsection .vc_column-inner .wpb_wrapper .wpb_single_image.wpb_content_element{margin-bottom:0px;}
#quickfixpagebanner h1 {margin-top:0px;}
#quickfixpagebanner .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_center{}
#threetickscon .vc_column-inner .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_center{margin-bottom:15px;}
#threetickscon img{padding:0px 25px;}
#howitworkstwocols img{padding:0px 80px;}
.aiovg-player-container{box-shadow: 1px 0px 5px 4px rgba(238,238,238,0.5);-moz-box-shadow: 1px 0px 5px 4px rgba(238,238,238,0.5);-webkit-box-shadow: 1px 0px 5px 4px rgba(238,238,238,0.5);}
.per-design-box.yellow ul{position:relative;z-index:10;}
#scope-bottom-right.vc_hidden{opacity:1 !important;}
.vjs-poster{background-color:none !important;}
#photosoutsection::before{position:absolute;content:"";top:0px;left:0px;background: url(../img/bad-impression-left-icon.png);height:76px;width:80px;bottom: auto;
background-repeat: no-repeat;background-size: cover;}
#photosoutsection::after{position:absolute;content:"";top:0px;right:0px;background: url(../img/bg-icons-right-side.png);height:200px;width:142px;bottom: auto;
background-repeat: no-repeat;background-size: cover;}
#photosoutmainsection{background:#FFF9EC;margin-top:0px;padding:20px 50px 20px 50px;background-size:cover;margin-bottom:0px;position:relative;}
#photosoutmainsection::after{position:absolute;content:"";top:0px;right:30px;background: url(../img/pen-icons.png);height:60px;width:60px;bottom: auto;
background-repeat: no-repeat;background-size: cover;}
#photosoutmainsection #photosthatstandsinnercon .vc_column-inner>.wpb_wrapper>.wpb_raw_html>.wpb_wrapper{padding:100px 100px;margin:75px 0px;}
#photosoutsection #photosoutinnercon .vc_column-inner>.wpb_wrapper>.wpb_raw_html>.wpb_wrapper{padding:100px 0px 100px 100px;margin:75px 0px;}
/*#photosoutsection #photosoutinnercon .vc_column-inner .wpb_wrapper{padding:100px 100px;margin:100px 0px;} */
#quickfixbanner img {padding:0px 50px;}
#photosoutmainsection #photosoutinnerimagecon{} 
#photosoutmainsection #photosoutinnerimagecon>.vc_column-inner>.wpb_wrapper{padding:50px 50px 50px 100px;} 
#photosoutmainsection #photosoutinnerimagecon .wpb_wrapper img{} 
#photosoutsection #photosoutinnerimagecon{}
#photosoutsection #photosoutinnerimagecon>.vc_column-inner>.wpb_wrapper{padding:50px;}
#photosoutsection #photosoutinnerimagecon .wpb_wrapper img{}
#pricingsectionoffix::before{position:absolute;content:"";top:0px;left:0px;background: url(../img/best-class-designer-left-icon.png);height:226px;width:450px;bottom: auto;
background-repeat: no-repeat;background-size: cover;}
#pricingsectionoffix::after{position:absolute;content:"";top:0px;right:0px;background: url(../img/best-class-designer-right-icon.png);height:200px;width:172px;bottom: auto;
background-repeat: no-repeat;background-size: cover;}
#quickfixpagebanner{background-repeat: no-repeat !important;background: url(../img/heading-banner.png);margin-top:0px;padding:0px 0px 0px 0px;background-size:cover;margin-bottom:0px;position:relative;}
#photosoutsection{background:#F3F1FF;margin-top:0px;padding:0px 100px 0px 100px;margin-bottom:0px;position:relative;}
#pricingsectionoffix{background-repeat: no-repeat !important;background: url(../img/pricing-section-1.png);margin-top:0px;padding:15px 0px 90px 0px;background-size:cover;margin-bottom:20px;position:relative;}
#photosoutinnerimagecon .wpb_single_image.wpb_content_element.vc_align_center{margin-bottom:0px;}
#faqsection{margin-top:10px;}
#faqimgrightsection > .vc_column-inner{padding-top:0px;} 
#pricingsectionoffix h1 {margin-top:0px;}
#whatwegetsection{background-repeat: no-repeat !important;background: url(../img/what-we-get.png);margin-top:0px;padding:0px 0px 85px 0px;background-size:100%;margin-bottom:0px;}
#faqbg{background-repeat: no-repeat !important;background: url(../img/have-question.png);margin-top:0px;padding:90px 0px 135px 0px;background-size:100%;margin-bottom:0px;}
.topheader{padding:8px 0px;}
.topheader p img.emoji{color:#fff;}
.topheader p{font-size:14px;margin-bottom:0px;text-transform:uppercase;}
.topheader p span{background-repeat: no-repeat !important;background: url(../img/tick.png);background-size: contain;background-position: left center;padding-left: 25px;}
.topheader p span.middle{margin: 0px 20px;}
.topheader i{color:#FFC444;font-size:24px;margin-right:7px;position: relative;top: 2px;}
.topheader{background:#181516;color:#fff;text-align:center;}
.footertopheading{width:100%;}
.footertopheading h2 {text-align:center;color:#000;}
.abovefootersection{padding-bottom: 80px;}
.abovefootersection h2 {text-align:center;color:#000;margin-top:80px;position:relative;margin-bottom:40px;}
.abfooinnercon{background-image: url(../img/bg-bottom.png);background-repeat: no-repeat;background-position:center;padding: 100px;margin:-100px -100px;}
.abovefootertextcon {background-image: url(../img/bg.png);background-repeat: no-repeat;background-position:center;background-size:cover;padding:70px 110px;margin:60px 0px 0px 0px;text-align: center;color: #fff;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.abovefootertextcon .ftextsection{}
.abovefootertextcon h4{font-size: 36px;font-weight: 500;line-height: 46px;}
.abovefootertextcon h6{font-size: 20px;line-height: 30px;margin: 10px 0px 10px 0px;}
.abovefootertextcon p{margin-bottom: 10px;font-size: 18px;line-height: 24px;}
.abovefootertextcon p span.underline{text-decoration:underline;}
.abovefootertextcon p span.coloured{color:#00ff89;}
.redtext{color:#FE227A;}
.yellowtext{color:#FFB32C;}
.bluetext{color:#2C84FF;}
.royalbluetext{color:#492BFF;}
.no-results.not-found .page-content .widget_search{display:none;}
#simpledesignsection .vc_column-inner{padding-top:0px;}
#complexdesigncon .wpb_text_column.wpb_content_element {margin-bottom: 0px;}
#sowbottomsection h5 {font-family: Gilroy Medium;}
#ourworkmainsection.content-main{margin-top:0px;}
#player.video-js{background-color:transparent;}
.video-js{background-color:transparent !important;}
.vjs-poster{background-color:transparent !important;}
#perdesignbox h6.yellowtext{color:#FFB32C;}
#perdesignbox ul {min-height:auto;height:auto;}
#faqsection .vc_column-inner h4{background-image: url(../img/q.png);background-repeat: no-repeat;background-position: top left;background-size:24px;padding-left:40px;}
#faqsection .vc_column-inner p{padding-left:40px;font-size:16px;line-height:24px;margin-bottom:8px;}
#homehowitworks {}
#homehowitworks img{}
#homethreecols{}
#homethreecols img{padding: 0px 30px;}
#homewhatweget{}
#homewhatweget img{}
#yellowbg{}
#yellowbg .wpb_text_column.wpb_content_element {margin-bottom:20px;}
#contactusmainsection{}
#contactusmainsection .vc_column-inner{padding-right:50px;}
.vc_toggle.vc_toggle_text_only.vc_toggle_color_default {}
.vc_toggle.vc_toggle_text_only.vc_toggle_color_default .vc_toggle_title h4{text-decoration: none;font-size:22px;line-height:32px;}
ul li.cross .showtextsection i.fa-question-circle{color:#1BE647;margin-left:5px;}
ul li .showtextsection i.fa-question-circle{color:#555;margin-left:5px;}
.showtextsection {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}
.showtextsection .showtext {
visibility: hidden;
width: 200px;
background-color: #fff;
color: #000;
text-align:justify;
border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
padding: 15px 15px;
position: absolute;
z-index: 1;
box-shadow: 1px 4px 8px 0px #aaa;
border: 0px solid #ddd;
font-size: 12px;line-height:18px;
}

.showtextsection:hover .showtext {
  visibility: visible;
}
.pricing-btn {
    background-color:transparent;
    display:inline-block;
    padding: 7px 25px;border:0px solid #492bff;background:#492bff;
    color: #fff;
	box-shadow: 0 0 0 1px #492bff;
    border-radius: 24px;
	position:relative;
	z-index:5;
	margin:0 5px;
	overflow:hidden;
}
.pricing-btn:hover {border:0px solid #492bff;color:#fff;background:#fff;}
.pricing-btn.demo {
    color: #fff;background:#fe227a;border:0px solid #fe227a;
	box-shadow: 0 0 0 1px #fe227a;
}
.pricing-btn.demo:hover {border:0px solid #fe227a;color:#fff;background:#fff;}
#tryitnow.pricing-btn.tryitnow {margin: 20px 0px;color: #fff;background:#FF8500;border:0px solid #FF8500;
	box-shadow: 0 0 0 1px #FF8500;-moz-box-shadow: 0 0 0 1px #FF8500;-webkit-box-shadow: 0 0 0 1px #FF8500;
}
#tryitnow.pricing-btn.tryitnow::after{background:#FF8500;}
#tryitnow.pricing-btn.tryitnow:hover {border:0px solid #FF8500;color:#fff;background:transparent;}
#priceaccordian .wpb_raw_code.wpb_content_element.wpb_raw_html{margin-bottom:0px;}
.pricing-btn.black {
	box-shadow: 0 0 0 0px #000;
	background-color:#000;
	color:#fff;
}
.pricing-btn.black:hover {
	background-color:#fe227a;
	color:#fff;
}
.pricing-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #492bff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 1;
    border-radius: 50px;
    transition: all 1s ease;
    transform: translateX(-100%);
    z-index: -1;
}
.pricing-btn.demo:after {
    background-color: #fe227a;
}
.pricing-btn.black:after {
    background-color: #fe227a;
	border:solid 1px #fe227a;
}
.pricing-btn:hover {
    color: #fff;
    transition: none;
}
.pricing-btn:hover:after {
    transform: translateX(0);
    border-radius: 0;
}
#scope-work {
    background-size: 100% 100%;
    padding: 120px 0 180px;
}
#wprmenu_bar .menu_title a {
    top: 0px !important;
    color: #fff !important;
}
ul#pills-tab {
    text-align: center;
    text-align: center;
    display: inline-block;
    width: 100%;
}
ul#pills-tab li.nav-item {
    display: inline-block;
}
.nav-link {
    background: #ebebeb;
}
.nav-pills .nav-link {
    background: #ebebeb;
    border-radius: 24px;
    padding: 8px 25px;
    color: #808080;
    text-transform: uppercase;
	font-family: 'gilroyextrabold';
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #492bff;
}
.pricing-main {
    width: 100%;
    background-image: url(../img/pricingpackagebg.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding:0px 0 50px;
    margin: 35px 0;
    background-size: 100% 100%;
}
.freebies span{
	font-family: 'gilroylight';
	font-size:80px;
}
.inner-banner {
    width: 100%;
	text-align:center;
}
.inner-banner img {
    width: 100%;
	height:auto;
}
.guide-post-top {
    width: 100%;
    background-image: url(../images/guide-right-top.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom: 0px;
}
.guide-post-main{
	width: 100%;
    background-image: url(../images/ebook-dotts.png);
    background-repeat: no-repeat;
    background-position: 99% top;
    padding-bottom: 80px;
	text-align: justify;
	background-size: 34px;
	padding-top: 45px;
}
.guide-left-bottom{
    background-image: url(../images/guide-left-bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 120px;
}
.work-image{
	margin:0 !important;
	border-radius:6px;
}
.work-detail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
	margin-bottom:20px;
}
.per-design-middle .container {
    margin-left: auto !important;
    margin-right: auto !important;
}
.design-box-btn{
    text-align: center;
}
.design-box-btn a {
    /* text-align: center; */
    background: #000;
    color: #fff;
    padding: 8px 50px 9px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 24px;
}
.design-box-btn a:hover {
    background: #fe227a;
}
#trusted .container{
	margin:0 auto !important;
}
.review-detail h4 {
    font-size: 22px;
}
.review-detail p {
    font-size: 15px;
}
#contact-top {
    background-size: 100%;
    background-position: right top !important;
}
#about-bg {
    background-size: 100% 100%;
    margin-top: 45px;
}
#about-top {
    padding: 0px 0 0px 75px;
}
#about-top p {
    padding-top: 45px;
    padding-right: 80px;
    line-height: 26px;
}
#about-bottom {
    background-size: 100%;
    padding: 170px 0 317px;
    text-align: justify;
}
.search-main {
    margin-top: 30px;
}
.search-main input {
    width: 100%;
    padding: 15px 10px 15px 65px;
    border: solid 1px #bbb;
    border-radius: 36px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}
h3.page-title {
    color: #3a3c4c;
    font-size: 24px;
    margin-top: 32px;
    display: block;
}
.search-box {
    background: #fff;
    padding: 0px;
    margin-top: 25px;
	border-radius: 8px;
}
.search-box h1 {
    margin-top: 0;
    font-size: 24px;
}
.page-header h2.page-title {
    font-size: 22px;
    margin-top: 60px;
    color: #fe227a !important;
}
ul.trusted-clients {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
ul.trusted-clients li {
    list-style: none;
    display: inline-block;
    width: 16%;
    padding: 0 8px;
}
ul.trusted-clients img {
    width: 100%;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    position: absolute !important;
}
.mobile-login {
    display: none !important;
}
.contact-info {
    padding-top: 75px;
}
#scope-bottom-right {
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
}


#scope-work-main {
    background-size: 100% 100%;
    padding: 1px 0 200px;
}
.popup-left {
    width: 100%;
    border: solid 1px #f5f5f5;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 10px #ccc;
}
.popup-top {
    padding-top: 0px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}
.modal-body h3 {
    font-size: 18px;
}
.popup-form input {
    width: 100%;
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 3px 5px;
    margin-top: 15px;
}
.popup-form input.continue-btn {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    background: #fe227a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 24px;
    cursor: pointer;
    border: solid 1px #fe227a;
}
.privacy input[type="checkbox"] {
    width: auto;
}
.privacy span {
    margin: 4px 0 0;
}
#scope-blue {
    background-position: right center !important;
    background-size: 90px;
}
.wpcf7 .ajax-loader {
    visibility: hidden;
	display: none !important;
}
.footer-logo {
    padding-top: 30px;
    text-align: right;
}
.footer-main h1 {
    font-size: 44px;
    font-weight: bold;
	padding-top: 20px;
}
.footer-main h1 span {
    font-size: 44px;
    font-weight: bold;
	display: block;
	color: #FFB600;
}
.footer-logo img {
    width:100px;
}
.modal-body .work-detail img{
	margin-bottom:0;
	width: 100%;
    height: auto;
}
.footer-sep {
    width: 100%;
    padding: 25px 0 35px;
}
.footer-sep img {
    width: 100%;
}
.mainHeadingBar.footer:after {
    content: "";
    width: 65px;
    height: 2px;
    background-color: #FFB600;
    display: block;
    margin: 15px 0 25px;
}
.footer-links ul{
	padding:0;
	margin:0;
}
.footer-links ul li{
	list-style:none;
	display:block;
}
.footer-links ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 15px;
}
.footer-links ul li a:hover {
	color: #FFB600;
}
#our-vision {
    background-position: right bottom !important;
}
#our-vision p {
    padding-left: 50px;
}
#our-vision h3 {
    padding-left: 50px;
}
#our-vision .vc_column-inner {
    padding-top: 5px;
}
.vision-right {
    padding-top: 70px;
    padding-left: 50px;
    padding-bottom: 50px;
}
.footer-socials {
    width: 100%;
}
.footer-socials ul {
    padding: 0;
    margin: 18px 0 0 10px;
}
.footer-socials ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.footer-socials ul li a {
    color:#000;
}
.footer-socials ul li a:hover {
    color:#fe227a;
}
#faq-left{
	width:100%;
	background-image: url(../img/faq-left.png);
    background-repeat: no-repeat;
    background-position: left 90px;background-size:15%;
}
.faq-main h3{
	margin-top:30px;
}
.faq-main h3 a{
	margin-top:30px;
	color:#000;
}
.faq-main h3 a:hover{
	margin-top:30px;
	color:#fe227a;
}
#faq-bottom{
	width:100%;
	background-image: url(../img/faq-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;background-size:15%;
}
<!--============= first load more ============-->
.load-more-container {
  background: #fff;
/*  width: 500px;
  min-height: 500px;
  margin: 20px auto;*/
  position: relative;
}
.load-more-container ul {
  list-style-type: none;
  padding: 0;
}
.load-more-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.load-more-container ul li {
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  float: left;
  border-radius: 2px;
}
.load-more-container ul li:nth-child(1n + 5) {
  max-height: 0;
  opacity: 0;
  transition: 0s ease-in;
}
.load-more-container .load-more-btn {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    background-image: url(../img/plus_icon.png);background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -55px;
	margin:0px auto;
}
.load-more-container .load-more-btn .loaded {
  display: none;
}
.load-more-container #load-more {
  display: none;
}
.load-more-container #load-more:checked ~ ul li:nth-child(1n + 5) {
  max-height: 999px;
  opacity: 1;
  transition: 1s ease-in;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded {
  display: block;
  background-image: url(../img/minus_icon.png);background-size:contain;background-color:#fff;
  background-repeat: no-repeat;
  background-position: center center;
  width:30px;
  height:30px;
  margin-top:70px;
}
.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
  display: none;
}
<!--============= first load more ============-->

<!--============= second load more ============-->
.load-more-container2 {
  background: #fff;
/*  width: 500px;
  min-height: 500px;
  margin: 20px auto;*/
  position: relative;
}
.load-more-container2 ul {
  list-style-type: none;
  padding: 0;
}
.load-more-container2 ul:after {
  content: "";
  display: table;
  clear: both;
}
.load-more-container2 ul li {
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  float: left;
  border-radius: 2px;
}
.load-more-container2 ul li:nth-child(1n + 5) {
  max-height: 0;
  opacity: 0;
  transition: 0s ease-in;
}
.load-more-container2 .load-more-btn {
  width:30px;
    height:30px;
    display: block;
    cursor: pointer;
    background-image: url(../img/plus_icon.png);background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -55px;
	margin:0px auto;
}
.load-more-container2 .load-more-btn:hover {
 
}
.load-more-container2 .load-more-btn .loaded {
  display: none;
}
.load-more-container2 #load-more2 {
  display: none;
}
.load-more-container2 #load-more2:checked ~ ul li:nth-child(1n + 5) {
  max-height: 999px;
  opacity: 1;
  transition: 1s ease-in;
}
.load-more-container2 #load-more2:checked ~ .load-more-btn .loaded {
  display: block;
  background-image: url(../img/minus_icon.png);background-size:contain;background-color:#fff;
  background-repeat: no-repeat;
  background-position: center center;
  width:30px;
  height:30px;
  margin-top:70px;
}
.load-more-container2 #load-more2:checked ~ .load-more-btn .unloaded {
  display: none;
}
.buy-main {
    margin-bottom: 0 !important;
}
.gray-box {
    background-color: #EAEAEA;
    padding: 25px;
}
.gray-box h4{
	font-weight:bold;
}
.footer-socials {
    padding: 0;
    margin: 0;
    text-align: right;
}
.footer-socials li{
	list-style:none;
	display:inline-block;
}
.footer-socials li a{
	width:40px;
	height:40px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	color:#fff;
	border:solid 1px #fff;
	border-radius:24px;
	margin-left:10px;
}
.footer-socials li a:hover{
	background-color:#fff;
	color:#011E41;
}
.footer-socials li a i{
	font-size:18px;
}
@media (min-width: 992px) and (max-width: 1120px) {
.logo img {
    width: 100%;
}
.nav-main {
    float:left;
    padding-top: 6px;
    margin-left: 0;
}	
.login-btn {
    margin-top: 7px;
}
h1 {
    font-size: 46px;
}
.nav-main ul li a {
    font-size: 14px;
	padding: 10px 8px;
	display:inline-block;
}
.nav-main ul li:hover .sub-menu {
    width: 180px;
    top: 39px;
}
.per-design-box h2 {
    font-size: 36px;
}
#about-top {
    padding: 105px 0 120px 65px;
}
#about-bottom {
    padding: 35px 0 193px;
}
	
}

@media (min-width: 768px) and (max-width: 991px) {
.nav-main {
    display: none;
}
h1 {
    font-size: 36px;
}
.pricing-btn {
    padding: 7px 15px;
    margin: 0 2px;
}	
.footer-logo img {
    width: 84%;
}
.review-pic {
    width: 60px;
}
.review-pic img {
    height: 60px;
    width: 60px;
}
.review-detail {
    width: 65%;
}
.per-design-box {
    padding: 15px 0px;
}
.per-design-box h2 {
    font-size: 30px;
}
.per-design-box h5 {
    font-size: 18px;
}
.per-design-box ul li {
    background-position: left 10px;
    padding: 4px 0 4px 28px;
    background-size: 15px;
    font-size: 14px;
}
.per-design-box {
    padding: 15px 10px;
}
.design-box-btn a {
    padding: 8px 15px;
}
.courses li {
    width: 30%;
}
.courses li a img {
    height: 170px;
}
.courses li a h4 {
    font-size: 20px;
}
.login-btn {
    display: none;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    background-color: transparent !important;
	top: 18px !important;
}
.logo img {
    width: 140%;
}
ul.trusted-clients li {
    padding: 0 5px;
}
.footer-right {
    padding-top: 10px;
}
.courses li iframe {
    height: 165px !important;
}
#contact-bottom p {
    font-size: 14px;
}
#about-top {
    padding: 70px 0 15px 0px;
	font-size:14px;
}
#about-bottom {
    padding: 65px 0 97px;
    font-size: 14px;
}
.mobile-login {
    display: block !important;
}
#mg-wprm-wrap li.menu-item a {
    padding: 18px 14px !important;
}
	
}
/*@media only screen and (min-width: 600px) {
.login-btn {
    margin-top: 15px;
}
.footer-logo img {
    width: 100%;
}
.footer-main h3 {
    font-size: 16px;
}
.footer-right {
    padding-top: 10px;
}	
	
	
}*/

@media (max-width: 767px) {
.nav-main {
    display: none;
}
.login-btn {
    margin-top: -40px;
}
h1 {
    font-size: 42px;
    margin: 0px;
}
.menu-bottom h1{
	text-align:center;
}
.review-detail {

}
.footer-bar {
    text-align: center;
}
.footer-right ul {
    margin: 0 0 25px;
}
.per-design-box {
    box-shadow: 0px 0px 1px #000;
}
.filter-tabs li {
    font-size: 16px;
	margin-bottom: 0;
}
.courses li a img {
    height: 140px;
}
.modal-title {
    font-size: 22px;
}
.courses {
    padding-left: 0;
}
.courses li {
    width: 47%;
}
.courses li a h4 {
    font-size: 16px;
}
ul.trusted-clients li {
    width: 30%;
    margin-bottom: 10px;
}
.login-btn {
    display: none;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    background-color: transparent !important;
}
.nav-pills .nav-link {
    padding: 8px 18px;
    font-size: 14px;
}
.courses li iframe {
    height: 135px !important;
}
#contact-bottom p br {
    display: none;
}
#about-top {
    padding: 5px 15px 5px 22pxx;
    font-size: 12px;
    line-height: 17px;
}
#about-top .vc_col-sm-5 {
    width: 50%;
}
#about-bottom {
    font-size: 12px;
    line-height: 17px;
	padding:40px 0 15px;
}
#about-bottom .vc_col-sm-6 {
    display: none;
}
#about-bottom .vc_col-sm-5 {
    width: 50%;
    float: right;
    padding-right: 15px;
    margin-top: -20px;
}
.mobile-login {
    display: block !important;
}
	#mg-wprm-wrap li.menu-item a {
    padding: 18px 14px !important;
}
.footer-right .col-sm-3 {
    width: 50%;
    float: left;
}
	
	
}

@media (max-width: 480px) {
.logo img {
    width: 160px;
}
.login-btn {
    margin-top: -32px;
}
h1 {
    font-size: 30px;
    margin: 0px;
}
.pricing-btn {
    padding: 7px 20px;
    margin: 0 2px;
    font-size: 14px;
}
#left-element {
    background-size: 20%;
}
.review-pic {

}
.review-pic img {

}
.footer-right ul {
    margin: 0 0 25px;
}	
.per-design-box h2 {
    font-size: 36px;
}
.nav-pills .nav-link {
    padding: 6px 15px;
    font-size: 12px;
	margin-bottom:5px;
}
.filter-tabs {
    margin-top: 0;
    overflow: hidden;
	padding-left:0;
}
.filter-tabs li {
    font-size: 14px;
    margin-bottom: 0px;
    float: left;
    width: 50%;
    text-align: left;
}
.courses {
    padding-left: 0;
}
.courses li {
    width: 98%;
    margin: 0 1% 10px;
}
.courses li a img {
    height: auto;
}
.modal-title {
    font-size: 20px;
}
.courses li a h4 {
    font-size: 16px;
}
ul.trusted-clients li {
    width: 48%;
    margin-bottom: 10px;
}
#about-top {
    padding: 5px 15px 5px 22px;
    font-size: 16px;
    line-height: 22px;
}
#about-top .vc_col-sm-5 {
    width: 100%;
}
#about-bg {
    background-image: none !important;
}
#about-bottom {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}
#about-bottom .vc_col-sm-5 {
    width: 100%;
    padding-right: 15px;
    padding-left: 20px;
}
#scope-work {
    padding: 0px 0 45px;
}
#mg-wprm-wrap li.menu-item a {
    text-align: center;
}
.custom #wprmenu_menu_ul {
    padding: 25% 0 10px !important;
}
	div#mg-wprm-wrap ul li span.wprmenu_icon {
    right: 32% !important;
    top: 10px !important;
}
.footer-right .col-sm-3 {
    width: 50%;
    float: left;
}
.page-template-our-work .content-main {
    margin-top: 0;
}
.page-template-free-guides .content-main {
    margin-top: 0;
}
.pink-bg-heading {
    margin-bottom: 25px;
    overflow: hidden;
}
.help-menu-responsive{
	position:relative;
	margin-top:-100px;
}
.footer-main {
    padding: 35px 0 0;
}
.footer-bar {
    padding: 0px 0 8px;
}
.logo {
    margin-top: 12px;
}
.footer-logo img {
    width: 144px;
}
.contact-info {
    padding-top: 0;
}
#faq-left {
    background-image: none !important;
}
#faq-bottom {
    background-image: none;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    position: fixed !important;
}
	
	
}



