/*===============Styles Desktop ==================*/

@import url('https://fonts.googleapis.com/css2?family=Damion&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;  
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size:13px; 
    margin: 0px;
    padding: 0px;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
ol, ul , li {
    /* list-style: none !important; */
    /* list-style-position:inside !important; */
    padding: 0px;
    margin: 0px;
}
a {     color:#0069bc;}

a:hover {color: inherit;}

li , p {font-size: 15px;line-height: normal;font-weight: 500;/* color: #121212; */list-style: none;line-height: 25px;}

input:focus, textarea:focus, select:focus , a:focus ,input, textarea, select , a {    outline:none !important;    /* box-shadow: none !important; */ }

img {border: none;max-width: 100%;border: 0;}

h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;font-weight: 600;color: #000;}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; } 

label.error {     display: none !important;}

header.header {
    padding: 15px 0;
    position: relative;
    /* overflow: hidden; */
    width: 100%;
}
.nav-bar li {
    display: inline-block;
    margin-right: 26px;
    position: relative;
}

nav.nav-bar {
    clear: none;
    margin-top: 25px;
    float: left;
    margin-right: 0;
}

.nav-bar li a {color: #333;font-size: 15px;text-decoration: none;font-weight: 600;padding-bottom: 25px;text-transform: uppercase;}

.nav-bar li a.active , .nav-bar li a:hover , .nav-bar li a:active , .nav-bar li a:focus {
	
color: #dd2730;
}

.nav-bar li ul.sub-menu {position: absolute;top: 100%;width: 13em;clear: both;z-index: 1;border: 1px solid #f5f5f5;display: none;}

.nav-bar li ul.sub-menu li {clear: both;display: block;margin: 0;border-bottom: 1px solid #f5f5f5;float: left;width: 100%;}

.nav-bar li ul.sub-menu li a {background: #fff;float: left;width: 100%;padding: 10px 16px;font-size: 13px;text-transform: none;}

.nav-bar li ul.sub-menu li a:hover , .nav-bar li ul.sub-menu li a:active , .nav-bar li ul.sub-menu li a:focus {background: #dd2730;color: #fff;}

.nav-bar li ul.sub-menu li:last-child {    border-bottom: none;}

.nav-bar li:hover ul.sub-menu {
    display: block;
}
 
 
header.header a.logo {
    /* margin-top: 24px; */
    float: left;
}

section.banner-section {
    padding: 8em 0;
    position: relative;
    z-index: 0;
    background: url(../images/headerbg.jpg) no-repeat scroll center top #284b9f;
    background-size: cover;
    text-align: center;
}

  

.banner-left h1 , .banner-left h2 {
    color: #fff;
    text-transform: none;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
}

.banner-left h1 span , .banner-left h2 span {
    line-height: inherit;
    position: relative;
    top: -6px;
   
}
.banner-left a.banner-btn {
    clear: both;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    padding: 18px 40px; 
    background: #dd2730;
    color: #ffff;
    border-radius: 50px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
}
 
.banner-left  img {margin: 20px 0;}

.banner-left a.banner-btn:hover , .banner-left a.banner-btn:active , .banner-left a.banner-btn:focus {
    text-decoration: none;
}


p.banner_shoulder {
     color: #fff;
     margin-top: 20px;
     margin-bottom: 30px;
     font-size: 16px;
     line-height: normal;
}

.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: none;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;border: 1px solid #dddd;}
.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: #304a8c;}
/* .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{border-color: #304a8c;}
.popupform{width: 430px;border-radius: 10px;padding: 36px;overflow:visible;border-bottom: none;background: #ffffff;}
.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;color: #304a8c;}
.popupform h2+p{line-height:19px;font-size: 13px;margin-bottom:12px;/* color: #fff; */}
.popupform .fancybox-close-small{
    border: none;
    background: #304a8c;
    border-radius: 0;
    text-align:center;
    /* box-shadow: #00000078 0 0 10px; */
    right: 10px;
    top: 10px;
    overflow: visible;
    opacity: 1;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 30px;
    border: none;
    }
.popupform .fancybox-close-small:after{color: #de443a;font-size:25px;right:4px;}
.popupform ul {
    margin: 0;
}
    


.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: 30px;
    padding: 14px;
    border: 1px solid #ddd;
	
    cursor: pointer;
    height: 48px;
    width: 52px;
    line-height: 0;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    color: #999;
	 display: none;
}

.nav-bar li:last-child {
    margin-right: 0;
}

section.service-block {
    padding: 6em 0 4em;
    width: 100%;
    overflow: hidden;
}

.serv-right h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
}

.serv-right h3 strong {
    display: block;
}

.serv-right h3 span {
    color: #dd2730;
    font-size: 36px;
    display: block;
}

.serv-right  p {
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0;
}

.step-inn {
    padding: 26px;
    border-radius: 5px;
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #d2dae9;
    box-shadow: 0 7px 27px #d2dae9;
    background: white;
    transition: none;
    min-height: 100%;
}

.stepages .owl-item{
	min-height:100%;
}

.step-item {
	min-height:100%;
    display: flex;
	/* background: red; */
}

.stepages .owl-stage{
	display:flex;
	height:100%;
	padding-bottom: 30px;
}

    
.step-item p {
    margin-bottom: 0;
    font-size: 14px;
    /* min-height: 130px; */
    line-height: 22px;
}
 
 section.stepages {
    padding-bottom: 0;
    overflow: hidden;
}

section.stepages.logo_step {}

h2.latest-head strong {
    display: block;
    color: #304a8c;
    font-size: 22px;
    font-weight: 700;
}

h2.latest-head {}

h2.latest-head {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
}

.content-header p {
    font-size: 18px;
    font-weight: 600;
}

.content-header {
    margin-bottom: 2em;
}

.port-block {
    display: flex;
}

.port-block img {
    padding: 3px;
}

section.portfolio-block {
    padding: 5em 0 6em 0;
    width: 100%;
    overflow: hidden;
}

section.cta-style {
    padding: 7em 0;
    width: 100%;
    text-align: center;
    background: url('../images/red-cta.jpg') no-repeat scroll center top #cb2331;
    background-size:cover; 
}

section.cta-style h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}

section.cta-style h2 +p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
}

.btn-cover a.btn.btn-default {
    background: #fe6256;
    margin: 0 10px;
    padding: 17px 20px;
    width: 100%;
    max-width: 190px;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
}

.btn-cover a.btn.btn-default + a.btn.btn-default {
      background: #fe7d45;
}
section.video-price {
    padding: 6em 0 24em 0;
    width: 100%;
    clear: both;
    background: url('../images/wave.png') repeat-x scroll center bottom;
    /* background-size:cover; */
}   
.container.re-container {
    /* width: 1330px; */
    padding: 0;
}

.pack-inn {
    border: 1px solid #304a8c;
    border-radius: 10px;
    position: relative;
    padding: 25px 20px 40px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -7px 22px rgb(221 221 221 / 0.7);
}

.pack-header {
    text-align: center;
}

.pack-header h3.pack-name {
    font-size: 20px;
}

.pack-header h3.pack-name strong {
   font-family: 'Damion', cursive;
 font-weight: 600;
    font-size: 30px;
    color: #cb2734;
}

h4.pack-amt {  
    display: block;
    text-align: center;
    position: relative;
    font-size: 60px;
    color: #cb2734;
    font-weight: 700;
    line-height: 40px;
}

h4.pack-amt span.old_price {
    font-size: 22px;
    color: #304a8c;
    display: table;
    margin-top: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.pack-list {
    text-align: center;
}

h4.pack-amt sup {
    position: static;
    font-size: 30px;
}

.pack-price {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pack-list li {
    clear: both;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.pack-btn a.order_now {
    display: table;
    margin: 0 auto;
    background: #304a8c;
    /* margin: 0 10px; */
    padding: 17px 20px;
    width: 100%;
    max-width: 190px;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 10px 30px #304a8c2b;
    text-decoration: none;
}

.pack-btn {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 1;
}

section.video-promo {
    padding-top: 5em;
    background: #ebeef6;
    padding-bottom: 5em;
}

h3.lat-name {
    font-size: 18px;
}

h4.lat-num {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f05468;
    font-size: 22px;
    border-radius: 50%;
    color: #fff;
    border: 17px solid #fff;
    margin-bottom: 20px;
}

p.lat-txt {
    font-size: 13px;
    color: #545454;
}

.lat-item-inn {
    margin-top: 2em;
}

.cl2 h4.lat-num {
    background: #5dd8d3;
}

.cl3 h4.lat-num {
    background: #9364d4;
}

.cl4 h4.lat-num {
    background: #ff8257;
}
h3.lat-name {
    font-size: 18px;
} 

h4.lat-num {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;  
    background: #f05468;
    font-size: 22px;
    border-radius: 50%;
    color: #fff;
    border: 17px solid #fff;
    margin-bottom: 20px;
}

p.lat-txt {
    font-size: 13px;
    color: #545454;
}

.lat-item-inn {
    margin-top: 2em;
}

.cl2 h4.lat-num {
    background: #5dd8d3;
}

.cl3 h4.lat-num {
    background: #9364d4;
}

.cl4 h4.lat-num {
    background: #ff8257;
}

footer {
    background: #181e2a;
    padding-top: 50px;
}

.footer-main-heading {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

footer * {
    color: rgb(161, 165, 176);
    font-weight: 300;
    transition: all .2s ease-in;
}
 
.list-inline>li {
    display: inline-block;
    margin: 0 7px;
}

footer hr {
    border-top: 1px solid #eee;
}

.footer-main-heading:after {
    content: '';
    width: 30px;
    height: 1px;
    margin-left: -15px;
    left: 50%;
    background: #FFF;
    display: block;
    position: absolute;
    top: 50px;
}

.footer-bottom {
    border-top: 1px solid #2a3242;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.footer-bottom p , .footer-bottom li {
    font-size: 13px;
}

.pack-inn:hover {
    background: #304a8c;
}

.pack-inn:hover h3.pack-name {
    color: #fff;
}

.pack-inn:hover h3.pack-name strong {
    color: #d8e0f5;
}

.pack-inn:hover li {
    color: #d8e0f5;
}

.pack-inn:hover h4.pack-amt {
    color: red;
}

.pack-inn:hover h4.pack-amt span.old_price {
    color: #fff;
}

.pack-inn:hover .pack-btn a.order_now {
    background: #cb2734;
    box-shadow: 0px 10px 30px #cb273454;
    color: #fff !important;
}

h3.step-name {
    font-size: 18px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.step-item:hover .step-inn , 
.step-item:hover .step-inn * {
    background: #ce2429;
    color: #fff;
}

.owl-nav.disabled {
    display: none;
} 
.serv-left img {
    max-width: none;
}
.serv-right {
    padding-top: 3em;
}

a.lets-btn {
    display: table;
    margin: 0;
    background: #304a8c;
    /* margin: 0 10px; */
    padding: 17px 20px;
    width: 100%;
    max-width: 190px;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 10px 30px #304a8c2b;
    text-decoration: none;
    border: none;
}

h4.pack-amt span.old_price:before {content: "";position: absolute;left: -7px;width: 120%;height: 1px;background: #cb2734;top: 20px;/* transform: rotate(5deg); */}     

.popupform .fancybox-close-small svg {
    color: #fff;
    width: 24px;
    margin: auto;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

header.header a.logo img {
    height: 76px;
}

.owl-carousel .owl-item .step-header  img {
    width: auto;
}

.btn-cover a.btn.btn-default:after {
    display: none;
}

.btn-cover a.btn.btn-default:hover {
    color: #fff !important;
}

a.lets-btn:after {
    display: none;
}

a.lets-btn:hover {
    background: #dd2730;
    color: #fff !important;
}




  
  





    




  
   

section.portfolio-block {
    /* text-align: center; */
    color: #858585;
}

section.portfolio-block h2 {
    font-size: 36px;
    color: #000;
    font-weight: 800;
    margin-bottom: 12px;
}

section.portfolio-block h2+p {
    line-height: 20px;
    margin-bottom: 23px;
}
.submenu-hover-none:before{visibility:hidden !important}
.portfolio-content {
    background: #fff;
    text-align: left;
    padding: 0;
    position: relative;
    height: auto;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    display: block;
    text-align: center;
}

.portfolio-content h4 {
    color: #353535;
    font-size: 21px;
	width:100%;
	display:block;
    font-weight: 800;
}

.portfolio-content a {
    visibility: hidden;
    margin-top: 23px;
    display: inline-block;
}

section.portfolio-block [class^="col-"]>div:hover .portfolio-content-hover {
    visibility: visible;
    opacity: 1 !important;
    height: 100%;
}

section.portfolio-block [class^="col-"]>div:hover .portfolio-content-hover  * {
    color: #fff;
}

section.portfolio-block [class^="col-"]>div {
    position: relative;
    margin-bottom: 13px;
    overflow:hidden;
    height: auto;
    width: 100%;
    /* border: none; */
    border: none;
}

section.portfolio-block [class^="col-"]>div:hover .portfolio-content-hover:before {
    width: 94%;
    height: 94%;
    position: absolute;
    /* border: rgba(255, 255, 255, 0.34) 1px solid; */
    content: "";
    left: 0;
    margin: 10px;
    top: 0;
    z-index: -1;
}

img {
    max-width: 100%;
}

.portfolio-content.portfolio-content-hover h6.industry-name {width: 100%;color: #ffffff !important;}
section.portfolio-block .industry-name {
    color: #a6a6a6;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
section.portfolio-block [class^="col-"]>div:hover .portfolio-content-hover a {visibility: visible;font-size: 14px;text-transform: uppercase;display: inline-block;border: #fff 2px solid;padding: 7px 17px;font-weight: 600;border-radius: 5px;margin-top: 16px;cursor: pointer;text-shadow: none;}

.portfolio-content.portfolio-content-hover {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 0 50px;
    list-style: none;
    text-shadow: none !important;
    background: rgba(47,65,139,1);
    background: -moz-linear-gradient(-45deg, rgba(47,65,139,1) 0%, rgba(234,16,41,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(47,65,139,1)), color-stop(100%, rgba(234,16,41,1)));
    background: -webkit-linear-gradient(-45deg, rgba(47,65,139,1) 0%, rgba(234,16,41,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(47,65,139,1) 0%, rgba(234,16,41,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(47,65,139,1) 0%, rgba(234,16,41,1) 100%);
    background: linear-gradient(135deg, rgba(47,65,139,1) 0%, rgba(234,16,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f418b', endColorstr='#ea1029', GradientType=1 );
}

section.portfolio-block [class^="col-"]>div:hover .portfolio-content {
    opacity: 0;
    text-shadow: #000 0 0px 1px;
    border-radius: 4px;
}

section.portfolio-block [class^="col-"]>div:hover img {
    /* -webkit-transform: scale(1.2); */
    /* transform: scale(0.9); */
    /* height: 100%; */
    /* position: absolute; */
    }

.portfolio-content h4+p {
    line-height: 19px;
    margin: 10px 0 0 0;
}


section.portfolio-block [class^="col-"]>div img {
    -webkit-transform: scale(1);
    border: #f0f0f0 1px solid;
    transform: scale(1);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    top: 0;
}
  
   
section.portfolio-block .toolbar .btn {
    /* background: none; */
    text-transform: capitalize;
    color: #000;
    position: relative;
    background: none;
    outline: none;
    padding: 8px 23px;
    margin-bottom: 7px;
}

section.portfolio-block .toolbar.mb2.mt2 {
    margin-bottom: 30px;
    text-align: center;
}

section.portfolio-block .toolbar .btn.active-pf,  section.portfolio-block .toolbar .btn:hover, section.portfolio-block .toolbar .btn:focus, section.portfolio-block .toolbar .btn:active {
    color: #fff;
    background: #c1242c;
}

section.portfolio-block .toolbar .btn::after {
    color: #000;
    z-index: 0;
    border-width: 0;
}  

   





   
   



  

   
 
 

           