.icon-box {
	text-align: center;
}
.icon-box a{
	text-decoration: none !important;
}
.icon-box .icon{
    width: 100px;
    color: #fff;
    background-color: #e21b2a;
    border-radius: 50%;
    margin: auto;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box .icon-box-heading{
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}

.icon-box .icon-box-heading{
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}

p.icon-box-desc {
    font-size: 14px;
    font-weight: 400;
}
.icon-box .icon span.op-icon { height: 50px;width: 60px;    /* display: table; */ }
span.op-icon{background: url(../images/opsprites.png) no-repeat;}
span.op-icon.op-icon-1 { background-position: -14px -26px;}
span.op-icon.op-icon-2 {background-position: -21px -1236px;}
span.op-icon.op-icon-3 { background-position: -29px -734px;}
span.op-icon.op-icon-4 { background-position: -22px -1136px;}

.feature-box .feature-icon span.op-icon {     height: 50px;    width: 44px;    transform: scale(0.7);   }
span.op-icon.op-icon-5 { background-position: -22px -834px;  }
span.op-icon.op-icon-6 { background-position: -27px -934px;}
span.op-icon.op-icon-7 { background-position: -27px -1036px;}

.partner-box span.op-icon {   height: 50px;    width: 192px;    display: block;    margin-right: auto;    margin-left: auto;    opacity: .5;    transition: all .2s ease-in;}
.partner-box:hover span.op-icon {    opacity: 1;}
span.op-icon.op-icon-8 { background-position: -12px -126px;}
span.op-icon.op-icon-9 { background-position: -29px -231px;}
span.op-icon.op-icon-10 { background-position: -18px -330px;}
span.op-icon.op-icon-11 {background-position: -29px -430px;}
span.op-icon.op-icon-12 {background-position: -21px -530px;}
span.op-icon.op-icon-13 {background-position: -23px -630px;}

*{
    margin: 0px;
    padding: 0px;
}
body {
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    margin: 0px;
    padding: 0px;
}

ol, ul , li {
    list-style: none !important;
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
img{max-width: 100%;}

p {font-size: 16px;font-weight:normal;line-height: 1.4;margin-bottom: 20px;}
h1, h2, h3, h4, h5, h6 {/* font-size:16px; */font-weight:normal;line-height: 1;}


input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; } 

label.error {     display: none !important;}

section.topbar {
    background-color: #e21b2a;
    padding: 10px 0;
}

section.topbar ul {
    display: flex;
}

section.topbar ul li {
    margin-right: 30px;
    position: relative;
}

section.topbar ul.right {
    margin-right: 0;
    margin-left: 20px;
}

section.topbar * {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

section.topbar i {
    margin-right: 7px;
    font-size: 18px;
    line-height: 1;
}

section.topbar .fa-comment {
    color: #f6ff00;
}
.topbar ul.left li:after {content: "";width: 2px;height: 12px;background-color: #fff;position: absolute;right: -17px;top: 4px;}

.topbar ul.left li:last-child:after {
    display: none;
}

section.topbar ul.right li {
    margin-right: 0;
    margin-left: 20px;
}

section.topbar ul.right {
    float: right;
}

section.header {
    background: #070024;
}
.navrow {
    padding: 25px 0;
}

.navrow a {
    color: #fff;
}

.navrow ul {
    float: right;
}

.navrow ul a {
    font-size: 15px;
    padding: 12px 0;
}
.navrow li ul.sub-menu {
    float: none;
    position: absolute;
    width: 15em;
    background: #fff;
    z-index: 1;
    left: 0;
    top: 100%;
    display: none;
    border: 1px solid #ddd;
	box-shadow: 0 10px 10px rgb(0 0 0 / 60%);	
}

.navrow li:hover ul.sub-menu {
    display: block;
	
}

.navrow ul.sub-menu li {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ddd;
}

.navrow ul.sub-menu li > a {padding: 15px;color: #070024;display: block;font-size: 14px; 
    font-weight: 500;}

.navrow ul.sub-menu li:last-child {
    border: none;
}

.navrow ul.sub-menu li > a:hover , .navrow ul.sub-menu li > a:focus , .navrow ul.sub-menu li > a:active {
    background: #e21b2a;
    color: #fff;
    text-decoration: none;
}
.autowidth {
    max-width: unset;
}

.banner {
    overflow: hidden;
}

.banner h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

.banner h1 small {
    color: #fff;
    font-size: 33px;
    display: block;
}

.nospace {padding-left: 0 !important;padding-right: 0 !important;}

.banner h6 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 25px;
}

.banner li {
    display: inline-block;
    width: 48%;
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}

p {}

.banner .caption li:before {content: "\f00c";font-family: fontawesome;position: absolute;left: 0;color: #e21b2a;}

.banner .caption li {
    position: relative;
    padding-left: 26px;
}

.banner .caption ul {
    margin-bottom: 30px;
}

.button {
    display: table;
    background-color: #e21b2a;
    padding: 18px 38px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}

.caption {
    margin-top: 0;
}
.nospace-right {
    padding-right: 0;
}
.banner h1 span {position: relative;}

.banner h1 span:after {content: "";width: 100%;height: 6px;background-color: #e21b2a;position: absolute;bottom: 7px;left: 0;}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent !important;
    color: #e21b2a;
}

.nav li.active a {
    font-weight: 600; color: #e21b2a;
}
.header .navbar-nav>li {
    margin-left: 27px;
}
section.ourservices {
    padding: 40px 0;
}

.center {
    text-align: center;
}

h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

h2 small {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

section.ourservices p {
    display: block;
    font-weight: 500;
}

section.ourservices .row {
}

section.ourservices .box {
    padding: 40px 10px;
    transition: 0.3s linear 0s;
}

section.ourservices h5 {
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #000;
}

section.ourservices .box:hover {
    box-shadow: 0 6px 14px #e2e2e2;
}

section.ourservices .box:hover h5 {
    color: #e21b2a;
}

section.ourclients {
    background-color: #e21b2a;
    padding: 40px 0 80px;
}

section.ourclients h2 , section.ourclients h2 small {
    color: #fff;
}

section.ourclients img {
    margin-top: 47px;
}

section.serviceuk .box {
    margin-top: -60px;
}

section.serviceuk  h2 {
    margin-top: 70px;
}

section.serviceuk .box:before {content: "";width: 297px;height: 590px;background-image: url('../images/service-before.png');position: absolute;right: 90%;bottom: -20px;z-index: -1;background-repeat: no-repeat;}
section.ourwork {
    background-color: #080125;
    margin-top: 60px;
    padding: 60px 0;
    clear: both;
}

section.ourwork * {
    color: #fff;
}

section.ourwork li {
    display: inline-block;
    width: 15.7%;
    text-align: center;
    margin: 0.5% 0.3%;
}

section.ourwork ul {
    margin: 40px 0;
}

section.ourwork .button {
    margin: 0 auto;
}
.ourpricing ul.nav.nav-tabs {
    display: table;
    margin: 40px auto;
    border: 0;
}

.ourpricing .nav li.active a {
    border: 0 !important;
    background-color: #e21b2a;
    color: #fff;
}

.ourpricing .nav li a {
    padding: 13px 40px;
    background-color: #080125;
    color: #fff;
    border: 0 !important;
}

.ourpricing ul.nav.nav-tabs li {
    border: 0 !important;
    margin: 0 7px;
}

.ourpricing .nav li:hover a {
    background-color: #e21b2a !important;
}

.packagebox {
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 12px;
    box-shadow: 0px 11px 16px #dedede;
    margin-bottom: 20px;
    transition: 0.3s linear 0s;
}

.ourpricing .item {
    margin: 3px 4px;
    text-align: left;
}

.ourpricing .item h6 {
    font-weight: 600;
    color: #434343;
    font-size: 13px;
}

.ourpricing .item h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.ourpricing .item h4 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
}
section.ourpricing {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.ourpricing .item h4 small {
    color: #000;
    font-size: 22px;
    position: relative;
    top: -1px;
    font-weight: 600;
}

.ourpricing .item h4 span {
    color: #fe875c;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.ourpricing .item h4 span:after {content: "";width: 100%;height: 1px;position: absolute;background-color: #fe875c;top: 12px;right: 0;}

.packtop {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.packmid li {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 15px;
}

.packmid li:before {content: "\f054 ";font-family: fontawesome;position: absolute;left: 0;color: #82838e;font-size: 10px;}

.packmid  .button {
    padding: 10px 30px;
    margin-top: 20px;
    margin: 25px auto 10px;
}
.packagebox:hover {
    background-color: #080125;
}

.packagebox:hover * {
    color: #fff !important;
}

.packagebox:hover h4, .packagebox:hover h4 small {
    color: #e21b2a !important;
}

.packagebox:hover li:before {
    color: #fff;
}
.ourpricing .owl-nav > div {
    display: inline-block;
}

.ourpricing .owl-nav {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
}

.ourpricing .owl-nav .owl-next {
    float: right;
}

.ourpricing .owl-nav i {
    font-size: 40px;
    color: #ceccd3;
}

.ourpricing .owl-nav .owl-prev {
    left: -70px;
    position: relative;
}

.ourpricing .owl-nav .owl-next {
    right: -70px;
    position: relative;
}

.ourpricing .owl-nav i:hover {
    color: #e21b2a;
}
section.ourwork img {
    width: 100%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #e21b2a !important;
}


section.cta-container {
    clear: both;
    padding: 4em 0;
    width: 100%;
    background: url(../images/ctabg.jpg) no-repeat scroll center top #df0516;
    background-size: cover;
    float: left;
    position: relative;
}


.cta-container h3 {
    color: #fff;
    font-size: 24px;
    /* float: right; */
    margin-top: 0;
    margin-bottom: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}

.cta-left h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    clear: both;
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
}


.cta-center ul {
    float: none;
    margin: 10px auto 0;
    /* display: table; */
}


.contact-link li {
    margin-bottom: 0;
    display: inline-flex;
    margin-right: 10px;
}

.contact-link li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 26px;
    font-weight: normal;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    color: #000;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 50%);
}

.contact-link li a.telicon {
    background: #000;
    color: #fff;
}

.contact-link li a.chat {
    background: #fff;
}

img.cta_thumb {
    position: absolute;
    top: -121px;
    max-width: none;
    right: -70px;
    z-index: 1;
}

.second-cta {
    padding: 40px 0;
    position: relative;
    background: #ffa826;
}
.secnd-cta-title h3 {
    color: #fff;
    font-size: 19px;
    line-height: 35px;
    margin: 0;
    /* text-align: left; */
    /* text-transform: uppercase; */
    font-weight: normal;
}
.secnd-cta-title h3 span {
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    /* text-align: left; */
    display: block;
    text-transform: uppercase;
}
.cta-main-inn {
    display: flex;
    justify-content: space-between;
}
.second-cta .cta-main-center a {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    float: left;
    margin-right: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.cta-main-center a span {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: table;
    border: 1px solid #fff;
    padding: 5px 20px;
}
.second-cta a.chat-center {
    padding-left: 60px;
    background: url(../images/sprites.png) -44px -848px no-repeat;
}
.second-cta a.phone-center {
    padding-left: 45px;
    background: url(../images/sprites.png) -48px -689px no-repeat;
}
.second-cta .cta-main-center a.header-btn {
    margin-right: 0;
    padding-left: 66px;
    background: url(../images/sprites.png) -44px -994px no-repeat;
}

section.cform-section {
    background: #080125;
    background-size: cover;
    padding: 65px 0 52px;
    color: #fff;
    text-align: center;
}
section.cform-section h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 40px;
}
section.cform-section h2 span {
    display: block;
    font-size: 24px;
}
section.cform-section form {
    width: 80%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}
section.cform-section form ul li {
    display: inline-block;
    width: 33.33%;
    margin: 0;
    float: left;
    padding: 0 5px;
}
section.cform-section form ul li input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background: #ffffff;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
}
section.cform-section form ul li.full-li {
    width: 100%;
}
section.cform-section form ul li textarea {
    padding: 10px 12px;
    width: 100%;
    border-radius: 6px;
    border: none;
    background: none;
    border: 1px solid #fff;
    min-height: 130px;
    margin-top: 17px;
    outline: none;
    font-size: 13px;
    background: #fff;
}
section.cform-section form ul li input[type="submit"] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    background: #e21b2a;
    max-width: 170px;
}

footer {
    padding: 80px 0 0 0;
    width: 100%;
    clear: both;
    background-size: cover;
    background: #e21b2a;
}
.footer-link img.flogo {
    margin-bottom: 20px;
}
.footer-link p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;}
ul.topylink {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer-link li {
    clear: none;
    margin-bottom: 6px;
    display: inline-block;
}

ul.topylink li {
    position: relative;
}
.footer-link li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    text-decoration: none;
}
.copyright {
    padding: 30px 0;
    margin-top: 60px;
    background: #080125;
}
.copy-left p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
ul.footer-quicklinks {
    float: right;
}
ul.footer-quicklinks li {
    display: inline-block;
    margin-left: 10px;
}
ul.footer-quicklinks a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.pay_acc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    float: right;
}


.copyright a:hover, .copyright a:active, .copyright  a:focus {
    color: #e21b2a !important;
    text-decoration: none;
}
.copy-left a {
    color: inherit;
}


section.banner-sec {
    background-image: url(../images/header-bckg.jpg);
    background-position: left top;
    background-color: #080123;
}

.our-testimonial {
    clear: both;
    width: 100%;
    padding-top: 6em;
    padding-bottom: 4em;
    background: url('../images/testbg.png') no-repeat scroll center top;
    background-size: contain;
}

.col-md-12.content-header {
    text-align: center;
    margin-bottom: 2em;
}

.col-md-12.content-header h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.col-md-12.content-header h2.lg-font {
    margin-top: 0;
}


div#testslider 
.test-item {
    text-align: center;
    margin: 3em 0;
    width: 100%;
    /* position: relative; */
}

div#testslider .test-item:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 2px solid #e21b2a;max-width: 300px;margin: 0 auto;right: 0;z-index: -1;top: 0;}

div#testslider p.quote {
    background: #fff;
    margin-top: 80px;
    padding-top: 5em;
    padding-bottom: 2em;
    margin-bottom: 0;
    position: relative;
}

div#testslider  p.quote strong {
    font-weight: inherit;
}

div#testslider .test-item:after {content: "\f007";width: 70px;height: 70px;background: #e21b2a;position: absolute;top: -40px;left: 0;right: 0;margin: 0 auto;border-radius: 50%;font: normal normal normal 14px/1 FontAwesome;font-size: 60px;vertical-align: middle;color: #fff;}

div#testslider .owl-stage-outer {padding-top: 4em;}
 
 
div#testslider  .owl-item.active {
    opacity: 0.5;
}

div#testslider .owl-item.active.center {
    opacity: 1;
}

div#testslider .test-item h4 {
    font-weight: 500;
    color: #e21b2a;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 260px;
    margin: 0 auto 0;
    border-top: 2px solid #cccccc;
    padding-top: 27px;
}

div#testslider .owl-dots {
    display: table;
    margin: 4em auto 0;
    clear: both;
}

div#testslider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}
 
div#testslider 
.owl-dots .owl-dot.active, 
div#testslider .owl-dots .owl-dot:hover, 
div#testslider .owl-dots .owl-dot:active {
    background: #e21b2a;
}

section.review-bar {
    padding: 30px 0;
    clear: both;
    width: 100%;
    background: #eeeeee;
}

.review-counter li span {
    padding-left: 0;
    position: relative;
    padding-top: 14px;
    display: block;
}

.banner .row {
    display: flex;
    align-items: center;
}

section.service-block {
    clear: both;
    padding: 5em 0 7em;
    width: 100%;
    float: left;
    background: #fff;
}


.serv-thumb {
    display: table;
    position: relative;
}

.serv-thumb:before {
    content: "";
    background: url('../images/flag-bg.jpg') no-repeat scroll right  top;
    position: absolute;
    left: -243px;
    height: 90%;
    width: 100%;
    z-index: 0;
    top: 0;
    max-width: 245px;
}

.service-block .serv-right h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.serv-right p {
    color: #05143a;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}

.review-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-counter span {
    font-size: 36px;
    font-weight: bold;
    color: #e21b2a;
    line-height: normal;
}

.review-counter img {
    max-width: 860px;
    mix-blend-mode: darken;
}


a.btn.btn-default.red-tbb {
    background: #e21b2a;
    color: #fff;
    border-color: #e21b2a;
    padding: 12px 50px;
    font-weight: 500;
}

a.btn.btn-default.red-tbb:hover {
    background: #121212;
    border-color: #121212;
}

.serv-right h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
}

section.combo-package {
    background: #d30c1b;
    width: 100%;
    clear: both;
    color: #fff;
}

.combo-left h5 {
    text-transform: uppercase;
    font-size: 24px;
}

.combo-left h2 {
    margin: 0;
    color: #fff;
}

.combo-packages h3 {
    font-size: 20px;
}

.combo-package h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.combo-package ul li {
    font-size: 15px;
    margin-top: 10px;
    position: relative;
    padding-left: 13px;
}

.combo-package ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    }

.combo-package .container > .row {
    display: flex;
    align-items: center;
}

img.money_seal {
    max-width: none;
}

section.service-block .row {
    display: flex;
    align-items: center;
}

.our-process {
    clear: both;
    padding: 5em 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}


.content-header h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

.content-header h2 + p {
    color: #05143a;
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
}

.container.test-down .col-md-12.content-header {
    padding-bottom: 50px;
}

.content-header h3 {
    text-transform: uppercase;
    font-weight: 600;
}


.lat-item h2.h2_01 {
    width: 48px;
    height: 48px;
    background: #080125;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 2em;
}

.lat-item {
    text-align: center;
}

.row.row-process {
    position: relative;
}

.row.row-process:before {content: "";position: absolute;top: 22px;width: 100%;height: 4px;background: #e6e5e9;z-index: 0;}

h3.lat-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    visibility: hidden;
}

p.lat-txt {
    font-size: 14px;
    visibility: hidden;
}

.lat-item-inn .lat-item-head {
    /* visibility: hidden; */
}

.lat-item img.icon_top {
    opacity: 0.2;
    filter: grayscale(1);
}

.lat-item:hover .lat-item-head {
    visibility: visible;
}

.lat-item:hover h3.lat-name , .lat-item:hover p.lat-txt {
    visibility: visible;
}

.lat-item:hover img.icon_top {
    opacity: 1;
    filter: none;
}

.lat-item:hover h2.h2_01 {
    background: #e21b2a;
}


section.email-sign {
    clear: both;
    padding: 6em 0;
    width: 100%;
}

.email-block {
    background: #f4f4f4;
    padding: 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.email-block h3 {
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.email-block p:last-child {
    margin-bottom: 0;
}

.email-block p {
    font-size: 15px;
}


.email-left.col-md-6 {
    margin-top: 50px;
    padding-right: 40px;
}

.email-right.col-md-6 {
    padding-left: 40px;
    border-left: 1px solid #ddd;
}

.email-sign .row {
    display: flex;
}

.email-block:last-child {
    margin-bottom: 0;
}

.email-block:before {content: "";width: 21px;height: 21px;background: #e21b2a;position: absolute;right: -10px;border-radius: 50%;opacity: 0.8;top: 30px;z-index: 1;}

.email-block:after {content: "";position: absolute;right: -40px;top: 40px;width: 43px;height: 1px;background: #ddd;}

.email-right .email-block:before {
    left: -10px;
    right: auto;
}

.email-right .email-block:after {
    left: -40px;
}

.row.row-flex {
    /* align-items: center; */
}

.row.let-top {
    margin-bottom: 3em;
}

.let-top li {
    margin-top: 50px;
    width: 100%;
    clear: both;
}

.let-top li h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.let-top li p {
    font-size: 15px;
    line-height: normal;
}


.sta-sign h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
}

section.sta-sign {
    clear: both;
    padding: 6em 0 2em;
    width: 100%;
}

h2.latest-head {
    margin-top: 0px;
}



section.stepages {
    padding: 80px 0 0;
    clear: both;
    overflow: hidden;
}


.step-inn {
    padding: 26px;
    border-radius: 5px;
    float: left;
    width: 100%;
    position: relative; 
    border: 1px solid #d2dae9;
    box-shadow: 0 0 10px #d2dae9;
    background: white;
    transition: all ease-in-out 0.3s;
    min-height: 100%;
}

.stepages .owl-item{
	min-height:100%;
}

.stepages .step-item {
	min-height:100%;

    display: flex;
	/* background: red; */
}

.stepages .owl-stage{
	display:flex;
	height:100%
}

.step-inn h3:before {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    /* background: url(../images/sprites.png) no-repeat scroll -43px -567px; */
    background-color: #ddd;
}
 

.step-list p {
    margin-bottom: 0;
    font-size: 14px;
    /* min-height: 130px; */
    line-height: normal;
}



.step-header h2 {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #dcdcdc;
    font-size: 22px;
    display: none;
}

.step-inn h3 {
    padding-top: 92px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
} 



.step2 .step-inn h3:before {    background-position: -43px -730px;}
.step3 .step-inn h3:before {background-position: -43px -896px;}
.step4 .step-inn h3:before {background-position: -43px -1060px;}
.step5 .step-inn h3:before {background-position: -43px -1233px;}
.step6 .step-inn h3:before {background-position: -43px -1398px;}


.vidblock .disabled {
    display: none;
}

.col-md-12.nospace-right {
    padding-top: 10em;
    padding-bottom: 10em;
    text-align: center;
}

.col-md-12.nospace-right .button {
    margin: 0 auto;
}


section.cform-section.cont-form {
    background: none;
    padding-top: 6em;
    padding-bottom: 6em;
}

section.cform-section.cont-form h2 {
    color: #000;
    margin-bottom: 10px;
}

section.cform-section.cont-form h2 + p {
    margin-bottom: 3em;
    color: #000;
}

section.cform-section.cont-form form ul li input , section.cform-section.cont-form form ul li textarea {border-color: #ddd;}

.popupform ul li{text-align: center;position:relative;width:100%;margin: 4px 0px;display:inline-block;}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea{background:#ffffff;border: 1px solid #ddd;padding: 12px 17px;width:100%;border-radius: 3px;font-size: 13px;color:#000;box-shadow:none !important;outline:none 0px !important;height: 40px;line-height: normal;}
.popupform ul li i{position:absolute;top:15px;left:14px;color: red;display: none;}
.popupform ul li textarea{height: 110px;}
.popupform ul li.last{text-align:center;}
.popupform ul li input[type="submit"]{width: 100%;color:#fff;font-size:18px;border: 1px solid transparent;text-transform: capitalize;font-weight: 600;padding: 14px 46px;letter-spacing:1px;outline:0px none;border-radius: 5px;cursor: pointer;background: #e21b2a;}
/* .popupform ul li input[type="submit"]:hover{background: #ce3c33;} */
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus{}
.popupform{width: 430px;border-radius: 10px;padding: 36px;overflow:visible;border-bottom: none;background: #ffffff;height: max-content;}
.popupform h2{font-size: 24px;/* color: #fff; */font-weight: 700;padding-left: 0;border-left: none;margin-bottom: 3px;line-height:35px;margin-top: 0;}
.popupform h2+p{line-height:19px;font-size: 13px;margin-bottom:12px;color: #000;}
.popupform .fancybox-close-small{
    border: none;
    background:#fff;
    border-radius: 0;
    text-align:center;
    box-shadow: #00000078 0 0 10px;
    right: 10px;
    top: 10px;
    overflow: visible;
    opacity: 1;
    width: 24px;
    height: 22px;
    padding: 0;
    border-radius: 3px;
    }

.popupform ul {
    margin: 0;
}

.fancybox-button:after {
    display: none;
}

.tab-content.tab-top {
    margin-top: 30px;
    clear: both;
}

.footer-link li a:hover , .footer-link li a:active , .footer-link li a:focus {
    color: #000;
}

div#testslider p.quote:before {content: "";position: absolute;top: 0;right: 0;left: 0;background: url('../images/cauma.png') no-repeat scroll center top;width: 61px;height: 60px;margin: 0 auto;}


.pg-content {
    clear: both;
    padding: 3em 0;
    width: 100%;
}

.pg-content h2 {margin: 1em 0;width: 100%;}


.pg-content p {
    margin-bottom: 30px;
}

.pg-content h4 {
    font-weight: 600;
}

.pg-content li {
    margin-bottom: 20px;
    list-style: disc inside !important;
}


.menu-left {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 100;
    padding: 0;
    transition: all ease-in-out 0.5s;
    /* display: none; */
    visibility: hidden;
}
.menu-lover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: -1;
    display: none;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.menu-linn {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    left: -460px;
    max-width: 360px;
    padding: 30px 30px 30px 50px;
    transition: all ease-in-out 0.5s;
    box-shadow: 0 0 10px #1b1b1b;
    overflow-y: scroll;
}

.menu-lclose {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.main-menu {
    position: relative;
    width: 100%;
}

.main-menu li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.main-menu li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.main-menu li .sub-menu-holder ul.sub-menu li a {
    font-size: 16px;
    color: #333;
}
.main-menu li .sub-menu-holder {
    /* display: none; */
    margin-top: 0;
}
span.fa-handle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
}
.main-menu li .sub-menu-holder ul.sub-menu {
    display: none;
    margin-top: 10px;
}

.menu-left.enable {
    left: 0;
    visibility: visible;
    transition: all ease-in-out 0.5s;
}
.enable .menu-lover {
    display: block;
}

.menu-left.enable .menu-linn {
    left: 0;
}

.main-menu li .sub-menu-holder.openable ul.sub-menu {
    display: block;
}

.sub-menu-holder.openable .fa-caret-right:before {
    content: "\f0d7";
}

.desk-menu {
	margin-left: 0;
	padding: 12px;
	border: 1px solid #070024;
	cursor: pointer;
	height: auto;
	width: 48px;
	line-height: 0;
	text-align: center;
	border-radius: 3px;
	font-size: 20px;
	color: #999;
	display: none;
	background: #fff;
}

.port_page  section.ourwork {
    margin: 0;
    background: none;
}

.port_page section.ourwork * {
    color: #000;
}

.port_page section.ourwork .button {
    display: none;
}




