@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px;}
body{ margin:0px; padding:0px; font-family: 'Poppins', sans-serif; font-size:15px; color:#5a5a5a; line-height:24px; background:#fff; min-height:100%; overflow-x: hidden;}
p{ margin:0px; padding:0px 0 20px 0; font-family: 'Poppins', sans-serif; font-size:15px; color:#fff; line-height:26px; }
h1{ margin: 0px; padding: 0px;  }
h2{ margin: 0px; padding: 0px;  }
h3{ margin: 0px; padding: 0px;  }
h4{ margin: 0px; padding: 0px;  }
h5{ margin: 0px; padding: 0px;  }
h6{ margin: 0px; padding: 0px;  }
h1,h2,h3,h5,h6,ul, li{padding:0px; margin:0px;}
address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#333333; border:none;}
.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { zoom: 1;}
img { max-width: 100%; height: auto;}

/*--- form group ---*/

.form-group { margin:0px;}
.form-control, input[type="text"], input[type="email"], textarea {height:44px; background:#eceded; border-radius:0px; border:none; padding:8px 15px; margin-bottom:15px; outline:none; width:100%; display:block;  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; color:#676767;box-shadow:none}
select {height:42px; background:#fff; border-radius:4px; border:none;  margin-bottom:15px; outline:none; position: relative; border-radius:4px; width:100%; display:block;}
/*select:after { position:absolute; right:15px; top:10px; content:"\f0d7"; font-family: 'fontawesome'; color:#1d1d1d; pointer-events: none; border-radius:4px;}*/
select {width:100%; height:100%; border:none; padding:8px 15px; -webkit-appearance: none; -moz-appearance:none; appearance: none; border-radius:4px; color: #2e2e2e; /*background-image:url(../images/carterIcon.png);*/ background-repeat:no-repeat; background-position:95% center;}
textarea.form-control { height:115px;}
input::-webkit-input-placeholder {color: #676767 !important; opacity: 1 !important;}
input::-moz-placeholder {color: #676767 !important;  opacity: 1 !important;}
input::-moz-placeholder {   color: #676767 !important;  opacity: 1 !important;}
input::-ms-input-placeholder { color: #676767 !important; opacity: 1 !important;}
textarea::-webkit-input-placeholder {color: #676767 !important; opacity: 1 !important;}
textarea::-moz-placeholder {color: #676767 !important;  opacity: 1 !important;}
textarea::-moz-placeholder {   color: #676767 !important;  opacity: 1 !important;}
textarea::-ms-input-placeholder { color: #676767 !important; opacity: 1 !important;}

.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus { border:1px solid #02111d;}

/*--- form group end ---*/

/*--- btn css ---*/
.welcomeArea .btn{background: #00aeef;}
.welcomeArea .btn:hover{background: #04a1db;}
.btn { display: inline-block; margin: 0px; background: #ea0098; color: #fff; padding: 15px 37px 15px 37px; border-radius:40px; transition: all 0.5s;  border: none; font-size: 14px; position: relative; z-index:1;}
.btn:hover, .btn:focus, .btn:active:focus { background: #d7098f; color: #fff; outline:none; border:none;}
.btn:hover span { margin-left:-9px;     right: 5px;}
.btn span { width:27px; height:27px; background-color:#d4ff00; position:absolute; right:0px; text-align:center; margin-right: -14px; border-radius:50%; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.btn span:before { content: ' '; width: 35px; height: 35px; background-color: rgba(255, 255, 255, 0.2); border-radius: 50%; position: absolute;left: -4px; top: -4px; z-index: -1;}
.btn span img { width:9px; display: inline-block; top: -1px; position: relative;}

/*--- btn css ---*/

::-moz-selection { color: #fff; background: #00aeef;}
::selection {  color: #fff; background: #00aeef;}

.navigation{ background-color: none; }
.navigation ul{ margin:0px; padding: 0px; list-style: none; }
.navigation ul li{ float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
.navigation ul li a{ color: #000; margin: 0px; line-height: 24px; display: block; font-size: 15px; position: relative; padding:70px 16px 8px;}
.navigation ul li a:after{position: absolute; bottom:0px; width:0%; content:""; background:transparent; height:9px; left:0px; right:0px; margin:0 auto; opacity: 0; transition: all 0.5s; background-image:url(../images/bottomTriangle.png); background-repeat:no-repeat; background-position:center;}
 
.navigation ul li a:hover:after{opacity:1; width:100%;     background-position: center;}
.navigation ul li.active a:after{opacity:1 !important; width:100% !important;     background-position: center;}
.navigation ul li a:hover:before{opacity:1; width:100%;     background-position: center;}
.navigation ul li.active a:before{opacity:1 !important; width:100% !important;     background-position: center;}
.navigation ul li:first-child a{margin-left:0px;}
.navigation ul li:hover{  color: #fff; background-position:0 0%; }
.navigation ul li { position: relative; }
.navigation ul li ul {  visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 0; width: 100%; transform: translateY(-20%);z-index: -1; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; min-width: 200px; background-color: red }
.navigation ul li:hover ul {visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%);transition-delay: 0s, 0s, 0.3s; }
.navigation ul li ul li{ display: block; margin-right: 0px;}
.navigation ul li ul li:hover{ background-color: black; }

/*-- Menu Click --*/

.RigClickMenu { width:38px; height:auto; position:relative; float:right; display:none;}
.MenuBox { width: 100%; height: 100%; position: relative; border: 2px solid #000; border-radius: 10px; padding:2px;}
.MenuBox .divBar { width: 70%; position: relative; height: 2px; background-color: #000; border-radius: 5px; margin: 5px auto;}

/*-- Menu Click Right --*/

header{ position: relative; top: 0px; left: 0px; right: 0px; z-index:2; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.main_header{width:100%; padding:0px 0px; position: relative; background:#fff}
.logo_holder { width:100%; position:relative; margin: 23px 0px;}
.callTel { position: absolute; right:27px; top: 0; margin-top:23px;}
.callTel a { font-size:22px; color:#000; line-height:20px; font-weight:700;}
.callTel a span i { font-size:18px; color:#d4ff00; -ms-transform: rotate(95deg); -webkit-transform: rotate(95deg); transform: rotate(95deg); margin-right:5px;}
.callTel a span{margin-right:10px}
.social_icons ul li{display: inline-block; margin:0px 2px;}
.social_icons {float: right; position: absolute; right:0px; top:10px;}
.down_hder .container{position: relative;}
.social_icons ul li i{color:#fff; width:30px; height:30px; border-radius:100%; border:2px solid #fff; text-align: center; line-height: 30px; transition:all 0.5s;}
.social_icons ul li i:hover{background:#fff; color:#df0000;}

/*-- bannerSlide  --*/

/*banner_section*/
.banner_section{width:100%; position: relative; z-index:1; height:680px; overflow: hidden;}
.banner_section:before { content:' '; position:absolute; bottom:0px; left:0px; width:232px; height:342px; background-image:url(../images/bannerBefore.png); background-repeat:no-repeat;}
.banner_section:after { content:' '; position:absolute; top:0px; right:0px; width:291px; height:416px; background-image:url(../images/bannerAfter.png); background-repeat:no-repeat;}
.banner_section img{width:100%;}
.bannerSlide { width: 100%; position: relative; z-index: 99999999; padding:0px 0px; margin:  0px 0px !important;     overflow: hidden;}
.bannerSlide .slick-dots { position:absolute; bottom:120px; left:0px; right:0px; margin:0px auto;}
.bannerSlide .slick-dots li button:before { font-size:45px; opacity: 1; color: #203547;}
.bannerSlide .slick-dots li.slick-active button:before { opacity: 1; color: #df0000;}

.bannerImg { width:100%; position:relative; padding:166px 0px; overflow: hidden;}
.bannerTxt{ width:100%; position:relative; padding:166px 0px; overflow: hidden;}
.bannerTxt h2 { color:#fff; font-size:47px; font-weight:700; margin-bottom: 15px;}
.bannerTxt h2 span { font-weight:700;}
.bannerTxt h2 span.redTxtH2 { color:#f90309; font-size:49px;}
.bannerTxt h2 span.greTxtH2 { color:#d4ff00; font-size:49px;}
.bannerTxt p { font-size:14px; line-height:23px; padding-right: 90px; padding-bottom:35px;}
.col-img{position:absolute;content:"";bottom:0}
.btn.org{background:#ff9c17}
/* home section Portfolio */

.titleHead { text-align:center; margin-bottom:69px;}
.titleHead h2, .titleHead h1 { font-size:37px; line-height:37px; color:#1e2537;margin-bottom: 30px;font-weight:600}
.titleHead h2 span, .titleHead h1 span { font-weight:700; color:#fa0309;}

.printPortfolio { width:100%; position:relative; margin:0px; padding:90px 0px 45px; background:url(../images/portfolio-bg.jpg) no-repeat center center #dddada; background-size:cover}
.printPortfolio .btn{background:#00aeef;padding:10px 40px 10px;}
.printPortfolio .titleHead{position:relative;margin-bottom:95px;}
.printPortfolio h2{z-index: 999;position:relative;font-weight:600}
.printPortfolio h3{position:absolute;top:-46px;font-weight:700;font-size:131px;color:#e5e5e7;right:0;left:0;margin:0}
.fullProt {width:100%; position:relative; margin:0px;text-align: center;}
/*.printPortfolio:after{content:' ';position:absolute; bottom:0px; right:0px; width:96px;height:297px;background-image:url(../images/portfolio-col-img.png); background-repeat:no-repeat;}*/
.printPortfolio:after{content:' ';position:absolute; bottom:0px; right:0px; width:96px;height:297px;}
.packages:after{content:' ';position:absolute; bottom:0px;left:0; width:110px;height:511px;
/*background-image:url(../images/package-col-img.png); background-repeat:no-repeat;*/
}
.what_clients_says:after{content:' ';position:absolute; bottom:0px; right:0px; width:109px;height:418px;background-image:url(../images/testimonial-col-img.png); background-repeat:no-repeat;}
.PorfolioBox { width:100%; height:247px; border:1px solid #dedede; overflow: hidden;margin-bottom:35px;position: relative; cursor:pointer;}
.PorfolioBox img { width:100%; height:100%; position:relative; object-fit:cover; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.PorfolioBox:hover img {-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);}

/* Home section Web Process */
.Best_Sale_box .blue_box h3{font-size:22px; position:absolute; top:195px;left: auto;right:56px;color:#fff;font-weight: 700;}
.PrintProcess { width:100%; position:relative; margin:0px; padding:125px 0px 85px; overflow: hidden; background-size:115% auto; background-color:#fff;}
.PrintProcess .titleHead{position:relative;margin-bottom:95px;}
.PrintProcess h2,.packages .titleHead h2{z-index: 999;position:relative;font-weight:600}
.PrintProcess h3{position:absolute;top:-46px;font-weight:700;font-size:131px;color:#eff0f1;right:0;left:0;margin:0}
.PrintProcess .titleHead p{color:#5c5a5a}



.HomewelcomeArea { width:100%; position:relative; margin:0px; padding:125px 0px 85px; overflow: hidden; background-size:115% auto; background-color:#fff;}
.HomewelcomeArea .titleHead{position:relative;margin-bottom:95px;}
.HomewelcomeArea h1,.titleHead h1{z-index: 999;position:relative;font-weight:600}
.HomewelcomeArea h3{position:absolute;top:-46px;font-weight:700;font-size:131px;color:#eff0f1;right:0;left:0;margin:0}
.HomewelcomeArea .titleHead p{color:#5c5a5a; margin-top: 50px;}



.packages .titleHead{position:relative;margin-bottom:95px;}
.packages .titleHead h3{position:absolute;top:-70px;font-weight:700;font-size:131px;color:#e1e1e2;right:0;left:0;margin:0}
/*.WebProcess:before { content: ' ';
width: 2600px;
height: 2600px;
background-color: #041c30;
position: absolute;
left: -180px;
right: 0px;
top: 0px;
margin: auto;
border-radius: 245px;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;}*/

 
/*.PrintProcess .row [class*="col-"]:nth-child(1) .WebProcessBox:after { content: ' '; position: absolute; width: 290px; height: 130px; border: solid 4px #aeaeae; border-color: #aeaeae transparent transparent transparent; border-radius: 50% 50% 0 0px; transform: rotate(200deg); margin-left: 130px; margin-top: 60px; top: 0px; border-style: dotted; z-index: -1;} */
.line {
    width: 100%;
    height: 10px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: visible;
    margin-bottom: 50px;box-shadow:0px 0px 9px #ddd;
} 
.line .one{left:0;position: absolute;height:60px;width:60px;border-radius: 50%;top: 0;right: 0;margin: auto;bottom: 0;background: #00a0dc;
background: -moz-linear-gradient(left, #00a0dc 0%, #624fa1 100%);
background: -webkit-linear-gradient(left, #00a0dc 0%,#624fa1 100%);
background: linear-gradient(to right, #00a0dc 0%,#624fa1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0dc', endColorstr='#624fa1',GradientType=1 );display: flex;align-items: center;justify-content: center; 
font-size:25px;color:#fff;}
.line .dot-one {position: absolute;top: 50%;width: 85px;height: 85px;left:140px;background: #fff;border-radius: 50%;-webkit-transition: .3s all ease;transition: .3s all ease;-webkit-transform: translate(-50%, -50%) scale(.5);-ms-transform: translate(-50%, -50%) scale(.5);transform: translate(-50%, -50%) scale(.5);box-shadow:0px 0px 9px #ddd;}
.line .two{left:0;position: absolute;height:60px;width:60px;border-radius: 50%;top: 0;right: 0;margin: auto;bottom: 0;background: #e44986; /* Old browsers */
background: -moz-linear-gradient(left, #e44986 0%, #f26f70 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e44986 0%,#f26f70 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e44986 0%,#f26f70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44986', endColorstr='#f26f70',GradientType=1 ); /* IE6-9 */display: flex;align-items: center;justify-content: center; 
font-size:25px;color:#fff}
.line .dot-two {position: absolute;top: 50%;width: 85px;height: 85px;left:393px;background: #fff;border-radius: 50%;-webkit-transition: .3s all ease;transition: .3s all ease;-webkit-transform: translate(-50%, -50%) scale(.5);-ms-transform: translate(-50%, -50%) scale(.5);transform: translate(-50%, -50%) scale(.5);box-shadow:0px 0px 9px #ddd;}
.line .three{left:0;position: absolute;height:60px;width:60px;border-radius: 50%;top: 0;right: 0;margin: auto;bottom: 0;background: #f8a575; /* Old browsers */
background: -moz-linear-gradient(left, #f8a575 0%, #f4806e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f8a575 0%,#f4806e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f8a575 0%,#f4806e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a575', endColorstr='#f4806e',GradientType=1 ); /* IE6-9 */display: flex;align-items: center;justify-content: center; 
font-size:25px;color:#fff}
.line .dot-three {position: absolute;top: 50%;width: 85px;height: 85px;left:645px;background: #fff;border-radius: 50%;-webkit-transition: .3s all ease;transition: .3s all ease;-webkit-transform: translate(-50%, -50%) scale(.5);-ms-transform: translate(-50%, -50%) scale(.5);transform: translate(-50%, -50%) scale(.5);box-shadow:0px 0px 9px #ddd;}
.line .four{left:0;position: absolute;height:60px;width:60px;border-radius: 50%;top: 0;right: 0;margin: auto;bottom: 0;background: #00aca4; /* Old browsers */
background: -moz-linear-gradient(left, #00aca4 0%, #00ad85 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #00aca4 0%,#00ad85 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00aca4 0%,#00ad85 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aca4', endColorstr='#00ad85',GradientType=1 ); /* IE6-9 */display: flex;align-items: center;justify-content: center; 
font-size:25px;color:#fff}
.line .dot-four {position: absolute;top: 50%;width: 85px;height: 85px;right: -80px;background: #fff;border-radius: 50%;-webkit-transition: .3s all ease;transition: .3s all ease;-webkit-transform: translate(-50%, -50%) scale(.5);-ms-transform: translate(-50%, -50%) scale(.5);transform: translate(-50%, -50%) scale(.5);box-shadow:0px 0px 9px #ddd;}
 

.steps-block{padding: 0 135px;margin-top: 60px;}
.process-block{padding: 0 60px;display: flex;justify-content: center;}
.PrintProcess .col-md-3{width:23%;margin: 0 5px;}

.HomewelcomeArea .col-md-3{width:23%;margin: 0 5px;}

.printProcessBox.box-1:before{content:'';position:absolute;left:-24px;top:-15px;background-image:url(../images/idea-bg.png); background-repeat:no-repeat; width:171px; height:87px}
.printProcessBox.box-2:before{content:'';position:absolute;left:-24px;top:-15px;background-image:url(../images/design-bg.png); background-repeat:no-repeat; width:171px; height:87px}
.printProcessBox.box-3:before{content:'';position:absolute;left:-25px;top:-15px;background-image:url(../images/revision-bg.png); background-repeat:no-repeat; width:171px; height:87px}
.printProcessBox.box-4:before{content:'';position:absolute;left:-25px;top:-15px;background-image:url(../images/printing-bg.png); background-repeat:no-repeat; width:171px; height:87px}
.printProcessBox:after{content:'';position:absolute;right:0;bottom:-40px;background-image:url(../images/after-bg.png); background-repeat:no-repeat; width:40px; height:39px}
.printProcessBox { width:100%; position:relative; margin:0px; padding:0px 20px 41px; cursor: pointer; z-index:10;box-shadow:3px 2px 8px #ddd;border-top-right-radius:50px;border-bottom-left-radius:50px;}
.PrintProcess .titleHead h2 { color:#1e2537;margin-bottom: 75px;}
.PrintProcess .titleHead h2 span { color:#98be21;}

.HomewelcomeArea .titleHead h1 { color:#1e2537;margin-bottom: 75px;}
.HomewelcomeArea .titleHead h1 span { color:#98be21;}
 
.printProcessBox:hover .NumberTop { background-color:#fa0309;}
.circleImgaCh { width:154px; position:relative; height:175px; margin: 0px auto;}
.NumberTop { width:30px; height:30px; background-color:#98be21; text-align:center; border-radius:50%; color:#fff; line-height:30px; margin-left: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.greenProcess { opacity:0;}
.imgMiddle { width:154px; height:155px; position: relative; display: table-cell; vertical-align: middle;}
.imgMiddle img { position:absolute; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; top: 0px; bottom: 0px; margin: auto;}
.middleIcon { width: 56px; height: 56px; position: relative; left: 0px; top:40px; bottom: 0px; right: 0px; margin: auto; z-index: 1; display: flex; align-items: center; justify-content: center;}
.middleIcon img { width:100%; height:auto; position:relative;}
.ProcessText { text-align:left; position:absolute;top:-12px;left:0}
.ProcessText h2 { color:#fff; font-size:18px; line-height:21px; font-weight:600; margin:10px 0px 11px;}
.ProcessText p { line-height:23px; font-size:16px; color:#fff; font-weight:300;}
.ProcessText h2 span { display:inline-block;}

.Best_Sale_box { /*background-color:#103b5f;*/ display: flex; flex-wrap: initial; flex-direction: row; justify-content: space-between; align-items: stretch; background-image:url(../images/rectBg.png); background-repeat:no-repeat; margin-top: 50px;height: 432px;}
.left_list_sale { position:absolute; margin-left:80px;     padding:20px 0px 190px;right: 185px;}
.left_list_sale h2 { font-size:30px; line-height:38px; color:#000; padding:0px; margin:0px; font-weight:300;}
.left_list_sale h2 span { font-weight:600; color:#000;}
.left_list_sale ul, .left_list_sale ul li { padding:0px; margin:0px; list-style:none;}
.left_list_sale ul li p {  font-size:16px; line-height:21px; color:#000; padding:0px 0px 0px 25px; margin:13px 0px; font-weight:400;     position: relative;}
.left_list_sale ul li p:before { content:' '; position:absolute; width:15px; height:12px; background-image:url(../images/blue_trick.png); background-position:center; background-repeat:no-repeat;margin-left: -25px; top: 0px;     top: 5px;}
.blue_box { display:flex; align-items: end; flex-direction: column; justify-content:flex-end; padding:0px 40px 40px 80px; position:relative; /*background-color: #0d63ac;*/}
.blue_box h2 {margin-bottom:10px; color: #fff; font-size:30px; font-family: 'Poppins', sans-serif; text-transform:uppercase;font-weight:normal}
.blue_box h2 span { font-weight:bold; }
.blue_box h5 {font-size:64px; line-height:64px; color:#fff; padding:0px; margin:0px 0px 25px; font-weight:600; text-transform:uppercase; font-family: 'Roboto', sans-serif;}
.blue_box .btn { background-color:#00aeef; font-size:18px; line-height:18px; color:#fff; padding:0px; margin:0px; font-weight:600; border:0px; padding:14px 30px 14px}
.blue_box .btn:hover { background-color:#04a5e1;}
.blue_box:before { content:' '; position:absolute; width:71px; height:64px; background-image:url(../images/before_triangle.png); background-position:center; background-repeat:no-repeat; left:-71px; bottom:15px; position:absolute;}
.left_pic {margin-right: 40px;width: 217px;padding: 5px 15px 0;}
/*.middle_pic img:before { content:' '; position:absolute; left:0px; top:0px; height:100%; width:100%; border-radius:50%; box-shadow:0px 0px 10px -3px #fff;}*/
.blue_box .btn:hover span { margin-right:-10px;}
.blue_box .btn span {width: 27px;height: 27px;background-color: #99cffd;position: absolute;right: 0px;text-align: center;margin-right: -14px;border-radius: 50%;top: 0px;bottom: 0px;margin: auto;margin-right: -14px;}
.blue_box .btn span img { width: 9px; display: inline-block; top: 3px; position: relative;}


/*	ft-top	*/
.ft-top { background:#000; padding:70px 0 70px;}
.ft-top h3 { font-size: 16px; line-height: 18px; font-weight:400; color:#fff; margin:0 0 20px;font-family: 'Poppins', sans-serif;}
.ft-top ul {list-style:none;}
.ft-top ul li {font-family: 'Poppins', sans-serif;font-size:13px; line-height:15px;color:#989898;font-weight:300;padding-left:15px;margin-bottom:16px;position:relative;}
.ft-top ul li a {color:#989898;}
.ft-top ul li a:hover {color:#fff;}
.ft-top ul li:before {content: "\f0dd";font-family: "Font Awesome 5 Free"; font-weight: 900; display: block;position: absolute;left: -5px;top: -1px;color: #fff;transform: rotate(-90deg);}
.ft-box.ft-boxEdit ul li {float:left; width:50%;}
.ft-logo { text-align:right; margin-top:30px;}
.ft-botm { background:#061f33; padding-bottom:15px;}
.copyRight {margin-top:18px;}
.copyRight p {color:#fff; font-size:13px;font-family: 'poppins', sans-serif; padding:0; text-align:right;line-height: 20px;}
.copyRight p span {color:#989898; font-size:13px;}
.copyRight p a {color:#f7941e;}
.copyRight p a:hover {color:#fff;}
.socialBox { float:right; margin-top:16px;}
.socialBox a {color:#fff;border:double 3px #fff;margin:0 2px;display:inline-block;border-radius:50%;width:25px;height:25px;text-align:center;font-size:11px}
.socialBox a:hover {color:#b7ff00; border-color:#b7ff00;}
.socialBox a i { vertical-align:top; margin-top:4px;}
.foot_img {
    position: absolute;
    left: 0;
    top: 0;
    width:20%;
    overflow: hidden;bottom:0
}
footer{position: relative;}
.foot_img img {
    min-width: 100%;
    height: 100%;
    max-width: inherit;
}
/*	makeArea	*/
.makeArea {display:flex; width:100%; height:95px; background:#ffc709;align-items: center;}
.makeLft {display:table-cell; width:75%; background:#ffc709; text-align:left; position:relative; height:100%; vertical-align:middle;}
 
.makeLft h2 {font-family: 'poppins', sans-serif; font-weight:500; font-size:26px; color:#000; margin-bottom:5px;}
.makeLft p {font-family: 'poppins', sans-serif; font-weight:400; font-size:21px; color:#fff; padding:0}
.makeLft p a {color:#ffde48; font-weight:700;}
.makeLft p a:hover {color:#fff;}
.makeRgt {display:table-cell; width:25%; background:#ffc709; height:100%; vertical-align:middle;}
.makeRgtTxt {margin-left:0px;text-align: right;}
.ordBtn { background:#00aeef; font-size:15px;font-family: 'Poppins', sans-serif; color:#fff; display:inline-block; padding:10px 37px; margin-left:65px; position:relative;border-radius:30px}
 
.makeLft span {font-size:18px; font-weight:400;font-family: 'Poppins', sans-serif; color:#ed008c;}
.makeRgtTxt strong {font-size:48px; font-weight:800;font-family: 'Poppins', sans-serif; color:#fff;}
.makePrice {display:inline-block; vertical-align:middle;}
.makeLft strong{color:#ed008c}
/*	benefitsArea	*/
.benefitsArea { background:url(../images/portfolio-bg.jpg) no-repeat 0 0; background-size:cover; padding: 90px 0 90px; position: relative; position:relative; margin-bottom:0px;}
.benefitsCurve img {width:100%;}
.benefitsArea h2 {font-size:31px; font-weight:500;font-family: 'Poppins', sans-serif; color:#25262a; text-align:center; margin-bottom:92px;} 
.benefitsArea h2 strong {color:#b7ff00; font-weight:700;}
.benefitsBox { margin-bottom:20px;text-align: center;}
.benefitsIcon {width:100%; margin-bottom:20px;}
.benefitsCont {width:100%; max-width:200px; display:inline-block}
.benefitsCont h3 {font-size:20px; font-weight:600;font-family: 'Poppins', sans-serif; color:#25262a; margin-bottom:18px;min-height: 44px;}
.benefitsCont h3 a {color:#ee2024}
.benefitsCont p {font-size:14px; font-weight:400;font-family: 'Poppins', sans-serif; color:#25262a; line-height:18px;}
.benefitsCont p span { display:inline-block; position:relative;}
.pkgm{margin-top:10px;} 
/*Package part (Kaustav 03-04-2019)*/
.packages .titleHead{
	margin: 0 0 75px 0;
}
.packages .titleHead.two{margin:0;}
.packages .titleHead.two h2{margin:0 0 10px;font-size:27px; line-height:27px}
.star-icon{
	width: 86px;
	height:86px;
	display: table;
	background-color: #062922;
    border: 12px solid rgba(6, 41, 34, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	border-radius:50px;
	overflow:hidden;
	margin:0 auto;
	position: absolute;
	left:0;
	right:0;
	top: -45px;
	transform: perspective(200px) rotateX(2deg);
	-webkit-transform: perspective(200px) rotateX(2deg);
}
.midalign{
    display: table-cell;
    text-align: center;
    vertical-align: middle;padding-top: 20px;
}

.star-icon img {
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.pkcg-top{
	background-color: #da1993;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	position:relative;
	padding:37px 0 100px;
}

.packages .col-md-4 {
    
}
.pckg-container{
	 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	 
	    margin:0;
}
.off p{
	padding:0;
}

.pkcg-top h3 {
    font-size: 37px;
    line-height: 39px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
	transform: perspective(200px) rotateX(1deg);
	-webkit-transform: perspective(200px) rotateX(1deg);
}
.pkcg-top h3:after{
	content:'';
	position:absolute;
	width:39px;
	height:1px;
	background-color: #fff;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	transform: perspective(200px) rotateX(1deg);
	-webkit-transform: perspective(200px) rotateX(1deg);
}
.price-block{padding:72px 8px 37px;position:relative;top:-55px; background:rgba(196,197,197,0.5);-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;margin: 0 15px;z-index: 2;}
.pkcg-top h4{
	font-size:18px;
	line-height: 24px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	transform: perspective(200px) rotateX(1deg);
	-webkit-transform: perspective(200px) rotateX(1deg);
}

.off{
	position:absolute;
	width: 90px;
	height: 90px;
	background-color: #00adef;
	border: 6px solid rgba(255, 255, 255, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	border-radius:50%;
	display:block;
	bottom:0;
	right:0;left:0;margin:auto;
	transform: perspective(200px) rotateX(1deg);
	-webkit-transform: perspective(200px) rotateX(1deg);
	z-index:3;
	
}

.off .midalign{
	position: relative;
	z-index:2
}

.off:before{
	content: "";
	  position: absolute;
	  z-index: -1;
	  left: 50%;
	  top: 50%;
	  transform: translateX(-50%) translateY(-50%);
	  display: block;
	  width: 76px;
	  height: 76px;
	  background: rgba(104,131,19,.2);
	  border-radius: 50%;
	animation: pulse-border 1.5s ease-out infinite;
	-webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.view-pkg-block{position: relative;bottom: 60px;}
.packages.inPagePc .titleHead p{font-size:16px}
.packages.inPagePc{padding:100px 0 0px;}
.packages.inPagePc:after{display:none}
.packages.inPagePc.section-two{background:#fff}
.packages.inPagePc.section-two:before{content:' ';position:absolute; bottom:0px;right:0; width:81px;height:450px;background-image:url(../images/pkg-two.png) !important; background-repeat:no-repeat;}
.printPortfolio.inpflo .titleHead p{font-size:16px;color: #2d3444;}
#portID{padding-bottom:80px}
 
/*.fullProt .collapse .dl-one{ display:none}*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
    
  50% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.12);
    opacity: 1;
  }
  
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
}

.packages .off p{
	font-size:17px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding:0 2px;
	text-transform: uppercase;
}

.price {
    text-align: center;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.pricesecond
{
    margin: 0 !important;
}
.pricesecond h5
{
    font-size: 22px !important;
}

.price h4, .price h5, .price h6{
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	vertical-align: bottom;
}
.price h6{
	color: #000;
	font-size:21px;
	line-height:25px;	
	text-decoration:line-through;
	margin:0 5px 0 0;
}
.price h4{
	color: #da1993;
	font-size:53px;
	line-height:54px;	
	font-weight:700;
}
.price h5{
	color: #000;
	font-size:16px;
	line-height:19px;
	font-weight:700;
	text-transform: uppercase;
}
.pkcg-mid {
    padding:200px 0 40px;margin: 0 15px;
	 
	text-align:center;
	-webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;position: relative;top:-212px; background:#fff;
}
.promo {
    background-color: #fdcb25;
    display: block;
    position: absolute;
    padding: 0 30px 0 30px;
     left:0;right:0;bottom:-20px;
    margin: 0 auto;width: 225px;
     
}
 
.packages .promo p{
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height: 45px;
	color: #000;
}
.pckglist {
    padding: 0px 30px 0 30px;
    overflow: hidden;
    text-align: left;
    margin: 0 0 35px 0;
}
.pckglist ul{
	list-style: none;
}

.pckglist ul li {
    font-size: 14px;
    line-height: 23px;
    color: #565656;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px 0 10px 24px;
	border-bottom: 1px solid #dfd6d2;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pckglist ul li:hover { margin-left:10px;}
.pckglist ul li:before {
    content: '\f00c';
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    color: #41c0ed;
    position: absolute; 
    left: 0;
    top: 10px;
}
.pckglist ul li:last-child{
	border-bottom: none;
}

.pkcg-mid h3 {
    color: #da1993;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
}

.pckglist.blue-arrow {
    padding: 0 30px 0 30px;
    margin: 0 0 0 0;
	/*height:inherit !important;*/
}

.pckglist.blue-arrow li{
	padding: 0 0 10px 20px;
	border:none;
}
.pckglist.blue-arrow li:before{
	color: #41c0ed;
	    top: 2px;
}
.pckg-container a.btn{
	font-size:18px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	padding-left:40px;
	padding-right:40px;position: relative;
	background-color: #da1993;top: 25px;
	 
}
.pckg-container a.btn img{
	margin:0 15px 0 0;
}

.packages{
	text-align:center;
	overflow:hidden; position:relative;
	padding:140px 0 60px;background:url(../images/portfolio-bg.jpg) no-repeat center center #dddada; background-size:cover
}
.pkcg-features{
    /*position:relative;*/
background:transparent;padding-top:42px;border:solid 1px #ddd;border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px;margin:10px 15px 0;bottom: 190px;}
.pkcg-features h3{color: #da1993;margin: 0 0 40px 0;font-size:22px}
.packages p{
	font-size:21px;
	line-height:25px;
	color: #2d3444;
	font-family: 'Poppins', sans-serif;
}
.packages .btn{
	background-color: #00aeef;
	margin: 20px 0 0 0;font-size: 16px;
}
.packages .btn span{
	background-color: #c80106;
}
.packages .col-md-4 a.btn:hover{
	background-color: #ca0d85;
}
.packages .col-md-4:nth-child(2) .pkcg-top{
	background-color: #00adef;
}
.packages .col-md-4:nth-child(2) .price h5, .packages .col-md-4:nth-child(2) .price h6{
	color: #000;
}
.packages .col-md-4:nth-child(2) .price h4{
	color: #00adef;
}
.packages .col-md-4:nth-child(2) .off{
	background-color: #da1993;	
}
 
.packages .col-md-4:nth-child(3) .pkcg-top{
	background-color: #fdcb25;
}
.packages .col-md-4:nth-child(3) .price h5, .packages .col-md-4:nth-child(3) .price h6{
	color: #000;
}
.packages .col-md-4:nth-child(3) .pkcg-top h3,.packages .col-md-4:nth-child(3) .pkcg-top h4{color:#000}
.packages .col-md-4:nth-child(3) .price h4{
	color: #edb302;
}
.packages .col-md-4:nth-child(3) .pkcg-top h3:after{
	background-color: #000;
}
.packages .col-md-4:nth-child(3) .off{
	background-color: #393939;	
}
.packages .col-md-4:nth-child(3) .promo{
	background-color: #fdcb25;
}
 

/*Package part (Kaustav 03-04-2019)*/

/* test slide */

.what_clients_says{width:100%; padding:130px 0px 130px; position: relative; background-size: cover !important;}
.what_clients_pic{position: absolute; top:0px; left:-117px; width:783px;}
.what_pic{width:110px; height: 110px; border-radius:50%; position: absolute; z-index: 0; right: 0;margin:auto; left:0;bottom: -50px;border:solid 3px #d2d2d2;}
.what_pic img{width: 100%; height: 100%; object-fit: cover; z-index: 2; position: relative; border-radius: 50%;}
  
  .slick-prev {left:47%; top: 110%;}
   .slick-next {right:47%; top: 110%; border:1px solid #000}
   .slick-prev{border:1px solid #000;}
  .slick-prev::before{content:"\f104"; font-family: "Font Awesome 5 Free"; font-weight: 900; width:35px; height:35px;  padding:5px;color: #000;}
  .slick-next::before{content:"\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; width:35px; height:35px;  padding:5px;color: #000;}
  .what_clients_says .slick-prev{width: 28px; height: 30px;}
  .what_clients_says .slick-next{width: 28px; height: 30px;}
   .what_clients_says .slick-dots li{margin:0px 15px; width: 78px; height: 78px; border-radius: 100%;  border:6px solid #fff;}
   .what_clients_says .slick-dots li a img{width:100%; height: 100%; object-fit: cover; border-radius:100%;}
  .what_clients_says .slick-dots li button{width:50px; height:50px; border-radius:100%; }
  .what_clients_says .slick-dots{right: -400px; top: 223px;}
.client.slider h5{font-size:21px;font-weight:600;color:#030303;margin:5px 0; position:relative;bottom:0;text-align: center;}
.client-slider-content{
	background:#f1f1f1;
	padding:90px 35px 16px;
	position:relative;
	min-height:375px;
	border-radius:8px;text-align: center;margin:0 10px 70px 10px;
}
.slick-slide:nth-child(2) .client-slider-content{background: #0686d1; /* Old browsers */
background: -moz-linear-gradient(left, #0686d1 0%, #475ac1 38%, #6c45b5 51%, #e6088c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0686d1 0%,#475ac1 38%,#6c45b5 51%,#e6088c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0686d1 0%,#475ac1 38%,#6c45b5 51%,#e6088c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0686d1', endColorstr='#e6088c',GradientType=1 ); /* IE6-9 */}
.slick-slide:nth-child(2) .client-slider-content p,.slick-slide:nth-child(2) .client-slider-content i{color:#fff;}
.client-slider-content p{
	font-family: 'Poppins', sans-serif;
	color:#232222;
	font-size:15px;
	padding-bottom:0; line-height:27px;
}
.client-slider-content i{
	font-size:45px;top: 20px;left: 0;right: 0;margin: auto;
	color:#d3d3d3; position:absolute; 
  -webkit-transform: scaleY(1);transform: scaleY(1);
	
} 

.what_clients_says h2{color:#031a2e; font-size:37px; line-height:37px; font-family: 'poppins', sans-serif;position: relative;z-index: 999;font-weight: 600;}
.what_clients_says .titleHead h3{position:absolute;top:-40px;font-weight:700;font-size:100px;color:#eff0f1;right:0;left:0;margin:0}
 
.what_clients_says .titleHead{margin-bottom:100px}
.what_clients_says .slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border: 5px solid rgba(244,114,117,0.7);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  box-shadow: -2px 3px 32px #ed4044;
}

.what_clients_says .slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
   border: 5px solid rgba(244,114,117,0.9);
  border-radius: 50%;
  transition: all 200ms;
  box-shadow: -2px 3px 32px #ed4044;

}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.left_what{float: right;}
.right_what{float: left;}
.what_clients_says .container{position: relative;}
.what_clients_says{background-size: cover;}


/* about inner page */
.banner_section.innerPageBan { position:relative; background-position: top center !important; height:580px; background-size: cover !important;}
/*.banner_section.innerPageBan:after{content:' ';position:absolute; bottom:0; left:0; width:62px;height:354px;background-image:url(../images/inner-col-img.png); background-repeat:no-repeat;top: inherit;}*/
.banner_section.innerPageBan:after{content:' ';position:absolute; bottom:0; left:0; width:62px;height:354px;top: inherit;}
.inPagePc .titleHead h1,.inpflo .titleHead h1{font-size: 37px;line-height: 37px;margin-bottom: 30px;font-weight: 600;}
.WebProcess .titleHead {    margin-bottom: 45px;}
.titleHead p { margin-top:15px; padding: 0px;} 


@media only screen and (min-width:1400px) {
/*.banner_section.innerPageBan {height:490px;}	*/
}
@media only screen and (min-width:1549px) {
.banner_section.innerPageBan {/*height:700px;*/min-height: 490px;}	
}
/*.banner_section.innerPageBan:before, .banner_section.innerPageBan:after { display:none;}*/
.banner_section.innerPageBan .bannerTxt{ width:100%; position:relative; padding:204px 0px; overflow: hidden;}
.banner_section.innerPageBan .bannerTxt h2 { color:#fff; font-size:47px; font-weight:700; margin-bottom: 15px;}
.banner_section.innerPageBan .bannerTxt h2 span { font-weight:700;}
.banner_section.innerPageBan .bannerTxt h2 span.redTxtH2 { color:#f90309; font-size:59px;}
.banner_section.innerPageBan .bannerTxt h2 span.greTxtH2 { color:#d4ff00; font-size:59px;}
.banner_section.innerPageBan .bannerTxt p { font-size:14px; line-height:23px; padding-right: 90px; padding-bottom:35px;}

.bringTeamStrong { width:100%; position:relative; margin:0px; padding:80px 0px 100px; overflow: hidden; background-size:cover;background-position: center center;} 
.bringTeamStrong .titleHead { text-align:center; margin-bottom:10px;}
.bringTeamStrong .titleHead h2 { color:#fff; font-size:32px; line-height:32px; font-weight:700;margin:0}
.bringTeamStrong .titleHead h2 span { color:#fe0000;}
.teambox:after { content:' '; position:absolute; width:26px; height:114px;background-image:url(../images/team-bg.png);left: 18px;bottom: 10px;z-index:1;}
.teambox{position:relative;margin-bottom: 20px;}
.salebox{padding-bottom:85px}
.Bringpara p { font-size:25px; line-height:32px; color:#fff; text-align:center;padding-bottom:50px}
.desc{font-size:22px;font-weight:600;color:#292929;padding:18px 0 2px; text-align:right}
.desg{font-size:16px;font-weight:300;color:#292929;padding:0; text-align:right}
.team-block{z-index: 1; display:block; margin-top:-186px}
.teambox img{width:100%}

.geneKnow { width:100%; position:relative; margin:0px; padding:85px 0px 100px;}
.geneKnow .titleHead { margin-bottom:140px;}
.aboutPic{position:relative;padding-left: 27px;}
.CretDig span{font-size:14px;color:#212121; line-height:23px; display:block; margin-bottom:10px}
.CretDig { width:100%; position:relative;}
.CretDig h2 { font-size:32px; line-height:36px; color:#1a1a1a; font-weight:700;     margin-bottom: 40px;}
.CretDig h1 { font-size:32px; line-height:36px; color:#1a1a1a; font-weight:700;     margin-bottom:30px;}
.CretDig h2 span { font-weight:700;}
.CretDig h2 span.blueTxt { color:#164e81;}
.CretDig h2 span.redTxtHd { color:#fd162c;}
.CretDig > p,.CretDig  p { color:#5e5d5d; font-size:14px; line-height:26px; margin-bottom:10px;}
.CretDig ul, .CretDig ul li { list-style:none; padding:0px; margin:0px;}
.CretDig ul li p { padding:0px; margin:0px;  color:#121312; font-size:14px; line-height:33px;font-weight:500}
.CretDig ul li { display: inline-block; width:100%; padding-left: 35px; position: relative;}
.CretDig ul li:before { content:' '; position:absolute; width:19px; height:19px;background-image:url(../images/icon-in.png); left: 0px; top:7px;}
.aboutPic:before { content:' '; position:absolute; width:159px; height:159px;background-image:url(../images/line-bg.png);left: -17px;bottom: -35px;z-index: -1;}
/*.aboutPic:after { content:' '; position:absolute; width:42px; height:332px;background-image:url(../images/about-pic-line.png);right:35px;bottom: -35px;z-index:1;}*/
.aboutPic:after { content:' '; position:absolute; width:42px; height:332px;right:35px;bottom: -35px;z-index:1;}
/* Packages pages */

.packages .col-md-4:nth-child(4) .pkcg-top { background-color:#bebdbd;}
.packages .col-md-4:nth-child(5) .pkcg-top { background-color:#19e4f1;}
.packages .col-md-4:nth-child(6) .pkcg-top { background-color:#f3950e;}

.packages .col-md-4:nth-child(4) .price h4, .packages .col-md-4:nth-child(4) .price h5, .packages .col-md-4:nth-child(4) .price h6 { color: #0d63ac;}
.packages .col-md-4:nth-child(5) .price h4, .packages .col-md-4:nth-child(5) .price h5, .packages .col-md-4:nth-child(5) .price h6 { color: #757575;}
.packages .col-md-4:nth-child(6) .price h4, .packages .col-md-4:nth-child(6) .price h5, .packages .col-md-4:nth-child(6) .price h6 { color: #edb302;}

.packages .col-md-4:nth-child(4) a.btn { background-color: #0d63ac;}
.packages .col-md-4:nth-child(5) a.btn { background-color: #98be21;}
.packages .col-md-4:nth-child(6) a.btn { background-color: #ee2024;}

.packages.inPagePc .pckg-container { margin-bottom:30px;}

.packages.inPagePc .col-md-4:nth-child(4) .pckg-container { margin-bottom:0px;}
.packages.inPagePc .col-md-4:nth-child(5) .pckg-container { margin-bottom:0px;}
.packages.inPagePc .col-md-4:nth-child(6) .pckg-container { margin-bottom:0px;}

.packages .col-md-4:nth-child(5) .off, .packages .col-md-4:nth-child(5) .promo {
    background-color: #ee2024;
}
.packages .col-md-4:nth-child(6) .off {
    background-color: #1d6cb0;
}

.packages .col-md-4:nth-child(5) .pkcg-mid h3 {
    color: #408dcf;
}

.packages .col-md-4:nth-child(6) .pkcg-mid h3 {
    color: #98be21;
}

.lstTextBelow { margin-top:40px;}

/* -- Blog -- */

.blogPage { width:100%; position:relative;text-align:center; padding:90px 0px 80px;}
.latestBlog { width:100%; position:relative; background-color: #fff; margin-bottom:50px; overflow: hidden; display: inline-block; vertical-align: middle;}
.blogPage .btn { margin-top:50px; background-color:#ea0098;}
.blogPage .btn span { background-color:#c80106;}
.latestBlog .leftImgBlg { width:100%; position:relative;display: inline-block; vertical-align: middle;height: 338px;}
.latestBlog .leftImgBlg img { width:100%; height:100%; position:relative; object-fit:cover;}
/*.latestBlog .leftImgBlg:after { content:' '; position:absolute; left:0px; top:0px; width:242px; height:340px; background-color:#e5eef1; -webkit-clip-path: circle(72.5% at 0 40%);
clip-path: circle(72.5% at 0 40%);}*/
.blogPage .titleHead{text-align:left;margin-bottom: 45px;}
.blogPage .titleHead h1{font-weight:600}
.blogPage .titleHead p{color:#292929}
.searchbox input{color:#272727;font-size:17px; background-color:#e7e7e7;border:none;width:90%;display: inline-block; box-shadow:none;margin:0}
.searchbox{text-align:left;background: #e7e7e7;}
.searchbox button{background:#e7e7e7;border: none;height: 54px;color:#272727}
.sidebar{text-align:left}
.search.btn{margin-top:15px;font-size: 16px;padding:12px 40px 12px 40px;}
.searchbox input:focus{border:none}
.categories ul{ list-style:none}
.categories ul li a{color:#636262;font-size:14px}
.categories ul li{color:#636262;padding-bottom:8px}
.tag-btn{background:#e7e7e7;font-size:14px;color:#636262;padding:10px 30px;display: inline-block;border-radius: 30px;margin: 0 5px 3px 0;}
.sidebar h3{font-size:32px;font-weight:600;color:#272727; margin-top:45px;margin-bottom:35px;}
.recent-post-box {
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
.recent-post-box .recent-title {
    text-align: left;
    float: left;
    width: 50%;
}
.recent_post_img {
    width: 35%;
    height:auto;
    float: left;
    margin-right: 20px;
}
.recent-title > h5 {
    font-size:23px;font-weight:600;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #333;
    line-height: 20px;
    margin-top: 0px;
    display: block;
}
.recent-title p{color:#636262;font-size:14px;line-height:18px;}
.blogPage:after{content:' ';position:absolute; bottom:0px;right:0; width:81px;height:450px;background-image:url(../images/pkg-two.png) !important; background-repeat:no-repeat;}
/*.cnt-page:after{content:' ';position:absolute; bottom:0px;right:0; width:81px;height:450px;background-image:url(../images/pkg-two.png) !important; background-repeat:no-repeat;}*/
.cnt-page:after{content:' ';position:absolute; bottom:0px;right:0; width:81px;height:450px;}
.latestBlog .leftImgBlg img { width:100%; position:relative; height:100%; object-fit:cover;}
.RigTxtBx { position:relative;  display: inline-block; vertical-align: middle; box-sizing: border-box; padding-right: 5px;padding-top: 30px;}
.listUlBg { position:relative; padding:0px; margin:0px; text-align: left;}
.listUlBg ul { list-style:none; padding:0px; margin:0px;}
.listUlBg ul li { display:inline-block; position:relative; margin:0px; padding:0px;     margin-right: 8px;}
.listUlBg .foradmin ul li { display:inline-block; position:relative; margin:0px; padding:0px;     margin-right: 8px;}
.listUlBg .foradmin ul li:before{
	display:none;
}
.listUlBg ul li a { color:#ec008c; font-size:15px; font-weight: 500;}
.listUlBg ul li a i { margin-right:4px;}
.listUlBg h2 { color:#082037; font-size:24px;     margin:10px 0px;font-weight: 600;}
.listUlBg p { color:#6c6c6c; font-size:14px; line-height:22px;}
.listUlBg > .btn { padding:12px 30px 12px 30px; font-size: 14px; margin-top:0px; background-color:#ea0098;}
.listUlBg > .btn span { width: 20px;height: 20px; top: 7px; margin-right: -9px; background-color:#d4ff00;}
.listUlBg > .btn span img { top:0px;}
.listUlBg > .btn span:before { width: 28px; height: 28px;}

/* contact */
.p-l-0{padding-left:0}
.p-r-0{padding-right:0}
.contactForm { width:100%; position:relative; margin:0px; padding:85px 0px 100px;}
.innerHed { position:relative;}
.innerHed h2, .innerHed h1 { font-size:37px; line-height:57px; color:#363736; font-weight:600; margin-bottom:15px;}
.innerHed p {
    font-size: 16px;
    line-height: 25px;
    color: #181818;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0px 0px 25px 0px;;
}

.GetTouchDiv ul, .GetTouchDiv ul li { list-style:none; padding:0px; margin:0px; width: 100%; position: relative; float: left;}
.rowList { width:100%; position:relative; margin:0px; padding:0px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.rowList:hover span {  box-shadow: 0px 0px 10px 0px #0d63ac; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.rowList span { width: 54px; height: 54px; background-color: #fff; text-align: center; position: relative; float: left; margin-right: 20px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.rowList span i { font-size:20px; color:#082a47; line-height: 54px;}
.GetTouchDiv ul li:last-child .rowList span i {-ms-transform: rotate(0deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.grpHead { float:left; position:relative;     width:auto;}
.grpHead h2 { font-size:18px; line-height:25px; color:#181818;}
.grpHead p, .grpHead a { font-size:17px; line-height:25px; color:#666666; font-family: 'poppins', sans-serif; padding: 0px;}
.GetTouchDiv ul li { margin-bottom:50px;}
.row.firstForm { margin-bottom:90px;}

.quickContact { width:100%; position:relative;padding-right: 30px;}
.quickContact .btn { padding:10px 40px;}

.mapTxt { width:100%; position:relative; height:480px;}
.mapTxt iframe { width:100%; height:100%;}


/*kanchan*/
.testimonials_pg_section{width:100%; padding:90px 0px 70px; background-size:cover !important;}
.testimonials_pg_section h1{font-weight:600;z-index: inherit;}
.testimonials_pg_section .titleHead p{color:#292929; text-align:center}
.testimonials_pg_section .client-slider-content h5{position:absolute;bottom:-29px;left:0;font-size:21px;font-weight:600;color:#000;right:0; margin:auto;bottom: -81px;}
.testimonials_pg_section .client-slider-content{margin-bottom:110px;margin-right:0;margin-left:0}
.space{height:25px; display:block;float: left;width: 100%;}
.testimonials_pg_section .col-md-4:nth-child(3) .client-slider-content{background: #0686d1; /* Old browsers */
background: -moz-linear-gradient(left, #0686d1 0%, #475ac1 38%, #6c45b5 51%, #e6088c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0686d1 0%,#475ac1 38%,#6c45b5 51%,#e6088c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0686d1 0%,#475ac1 38%,#6c45b5 51%,#e6088c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0686d1', endColorstr='#e6088c',GradientType=1 ); /* IE6-9 */}
.testimonials_pg_section .col-md-4:nth-child(3) .client-slider-content p, .testimonials_pg_section .col-md-4:nth-child(3) .client-slider-content i {color: #fff;}
.testimonials_pg_section h2{font-size:41px; line-height: 45px; color:#031a2e; font-family: 'Source Sans Pro', sans-serif; font-weight:400; text-align: center;padding-bottom:35px;}
.testimonials_pg_section h2 span{color:#f90005; font-weight:700;}
.testi_text{padding:35px; box-shadow:1px 1px 33px rgba(0,0,0,0.1); position: relative; }
.test_pic{width:85px; height:85px;    position: relative; position: absolute;
left: -23px; top: -34px;} 
.test_pic img{width:100%; height:100%; object-fit: cover; border-radius:50%; overflow: hidden; border:5px solid #cdcfe3; transition: all 0.5s ease-in-out;}
.test_monial_area:hover .test_pic img{box-shadow: -2px -1px 20px #ed4044; border: 5px solid #fff;}
.test_monial_area:hover .test_pic:before{content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border: 3px solid #f6adae;
  border-radius: 50%;
  box-shadow:2px 2px 6px #f6adae;
  animation: pulse-border 1500ms ease-out infinite;}

  .test_monial_area:hover .test_pic:after{content: "";
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
 
  border-radius: 50%;
 
  transition: all 200ms;}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.left_testi p{font-size:16px; line-height:27px; color:#3f3f3f; font-family: 'Source Sans Pro', sans-serif; }

.testi_text{padding-top:85px; padding-left:65px; position: relative;/* z-index:2;*/ padding-bottom: 45px; background:#fff;}
.testi_text:before{position: absolute; left: 0px; top:0px; width:307px; height:344px; background:url(../images/testi_icon1.png)no-repeat; content:""; z-index:-1;}
.testi_text:after{position: absolute; right: 0px; bottom:0px; width: 94px; height: 80px; background:url(../images/coma.png)no-repeat; content:""; z-index:-1;}
.testi_text h5{color:#fd0113; font-size:20px; line-height: 23px; font-family: 'Source Sans Pro', sans-serif; font-weight:700; padding-bottom:6px;}
.testi_text h6{color:#3e3d3d; font-size:14px; line-height: 18px; font-family: 'Source Sans Pro', sans-serif; font-weight:300;}
.test_monial_area{margin-top:40px; margin-bottom:45px; position: relative;}
.clients_pic{width:201px; height:182px; margin:70px auto 0px;}
.testi_pic{width:100%; margin-top: 77px;}
.test_monial_area .left_testi{float: left;}
.test_monial_area .right_testi{float: right;}
.test_monial_area:nth-child(odd) .left_testi{float: right;}
.test_monial_area:nth-child(odd) .right_testi{float: left;}
.test_monial_area .test_area_icons{position: absolute; right:-104px; top:0px; z-index:-1; width:514px;}
.test_monial_area .test_area_icons2{position: absolute; left:0px; top:0px; z-index:-1; width: 476px;}
.test_monial_area .test_area_icons3{position: absolute; right:55px; top:0px; z-index:-1; width: 476px;}
.test_monial_area .test_area_icons4{position: absolute; left:248px; top:0px; z-index:-1; width: 341px;}
.load_more_btn{position: relative; background:#fa0107; padding:12px 30px; color:#fff; font-family: 'Source Sans Pro', sans-serif; font-weight:400; font-size:20px; line-height: 25px; display: table; margin:73px auto 28px;}
.load_more_btn:hover{background:#031a2e; color:#fff;}
.load_more_btn:after{position: absolute; right:-19px; top:7px;  font-family: 'fontawesome'; content:"\f101"; width:35px; height: 35px; background:#c80106; border-radius:50%; border:3px solid rgba(225,201,202,0.4); text-align: center; line-height:29px;}

.belowBtn { text-align:center;}
.testimonials_pg_section .btn { margin:0px auto; background-color:#fa0107;}
.testimonials_pg_section .btn:hover{ background-color:#c80106;}
.testimonials_pg_section .btn span { background-color:#c80106;}
.testimonials_pg_section .btn span:before { background-color:#c80106; opacity:0.5;}

.welcomeArea { padding:85px 0;}
.welcomeArea p {color:#494848; line-height:23px; font-size:14px;}
.titleHead.titleHead-edit {margin-bottom:20px;}


 
.what_clients_pic {left: -169px; width: 827px;}

.what_pic::after{transform: rotate(-9deg);}

/* SCROLL UP */

.scrollTop {
    width: auto;
    position: fixed;
    right: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 15px;
    display: none;
}

.circle_blue {
    width: 37px;
    height: 37px;
    background-color: #15a5e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: px;
    color: #fff;
    cursor: pointer;
}


.what_clients_pic{width: 851px;}
 
.blue_box h5 span { font-size:14px;}
.blue_box h5 { margin: 0px 0px 0px;}
.price h3 span { font-size:14px;}
.price h3 {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: bottom;
    color: #edb302;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
}

.packages .col-md-4:nth-child(2) .price h3 {
    color: #00adef;
}
.packages .col-md-4:nth-child(1) .price h3 {
    color: #da1993;
}
/*New on 18-04-2019*/

.latestBlog.blog-details .leftImgBlg{
	-webkit-clip-path: none;
    clip-path: none;
	width:530px;
	float: left;
	margin:0 30px 25px 0;
	height:auto !important;
}

.latestBlog.blog-details{
	box-shadow:none;
}

.latestBlog.blog-details .RigTxtBx {
    position: relative;
    width: auto;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 15px;padding-top:0
}

.latestBlog.blog-details ul{
	margin-bottom: 20px;
}

.blog-details h3{
	font-size:25px;
	line-height:27px;
	margin-bottom:20px;
	color: #13559f;
}
.blog-details ul li {
    display: block;
    float: none;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
}

.blog-details ul li:before {
    content: ' ';
    position: absolute;
    width: 7px;
    height: 7px;
	border-radius:50%;
    background-color: #13559f;
    left: 0px;
    top: 10px;
}
/*For New Header 28-05-2019*/

.top-header a.btn{
    padding: 8px 27px 8px 27px;
	border-radius:0;
}
.header-content{
	padding:10px 0;
}
.top-header {
    background-color: #f9f9f9;
    overflow: hidden;
	    line-height: 34px;
}
.top-header .nav-top-right {
    float: right;
    color: #555;
}
.top-header .nav-top-right > li {
    position: relative;
    padding: 0 18px;
    display: inline-block;
}
.top-header .nav-top-right > li .fa{
	font-size:13px;
}
.top-header .nav-top-right > li > a{
	color: #000;
}
.top-header .nav-top-right > li > a:hover{
	color: #00aeef;
}
.top-header .nav-top-right.social-ic li {
    padding: 0 12px;
    font-size: 13px;
}

.top-header .nav-top-right > li:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #ddd;
}
.top-header .nav-top-right.social-ic li:nth-child(1):after, .top-header .nav-top-right.social-ic li:nth-child(2):after, .top-header .nav-top-right.social-ic li:nth-child(3):after{
	top: 0px;
}

.contact-info {
    padding-right: 0;
}
.phone-contact {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 14px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.collapsing, .dropdown, .dropup {
    position: relative;
}
.phone-contact {
    float: left;
    border-right: 0 solid #ddd;
    padding-right: 20px;
    line-height: 17px;
    padding-left: 20px;
    background-position: 0 2px;
    margin-top: 22px;
    font-size: 12px;
    color: #666;
}
.phone-contact.need-support {
    border-left: 1px solid #262626;
    padding-right: 0;
    padding-left: 20px;
    color: #262626;
}
.top-menu-ico {
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    border: 2px solid #5d5858;
    padding: 6px;
}

.dropdown-menu {
    position: absolute;
    top: 41px;
    left: -14px;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.inner-info p {
    padding: 0;
    color: #000;
    font-size: 13px;
    line-height: 16px;
}
.phone-contact .cnct-info {
    display: inline-block;
    cursor: pointer;
}
.phone-contact span.call-us, .phone-contact a {
    font-size: 13px;
    color: #262626;
    text-transform: uppercase;
    display: block;
}
.nav-right {
    padding-top: 20px;
}
.block-minicart {
    float: right;
    padding: 12px 0 15px 0;
}
.block-minicart .minicart {
    margin-left: 32px;
    position: relative;
    color: #00aeef;
}
.block-minicart .counter.qty {
    position: relative;
    font-size: 22px;
}
.nav-right .fa {
    font-size: inherit!important;
}
.block-minicart .counter-number {
    position: absolute;
    top: 0;
    left: 12px;
    background-color: #fdcb25;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.block-minicart .counter-your-cart {
    position: relative;
    margin-left: 19px;
}
.block-minicart .counter-label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 13px;
    color: #666666;
    min-width: 61px;
}
.block-minicart .counter-price {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    margin-right: 10px;
}
.parent-megamenu {
    position: absolute;
    left: 0;
    z-index: 1000;
    float: left;
    text-align: left;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.block-minicart .parent-megamenu {
    min-width: 307px;
    right: 0;
    left: inherit;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 20px;
    margin-top: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #00aeef;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
}
.block-minicart:hover .parent-megamenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.block-minicart .parent-megamenu:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 9px solid #00aeef;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    right: 21px;
    margin-top: -11px;
}
.minicart-content-wrapper .subtitle {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
}
.minicart-content-wrapper .subtotal {
    margin-top: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.minicart-content-wrapper span {
    color: #31629f;
    text-decoration: underline;
}
.minicart-content-wrapper .product-inner {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0 17px 0;
    list-style: none;
	overflow: hidden;
}

.product-thumb.style1 {
    float: left;
    position: relative;
    overflow: hidden;
}

.product-innfo {
    overflow: hidden;
    padding-left: 25px;
}
.minicart-content-wrapper .product-innfo {
    position: relative;
}
.header-opt-1 a {
    color: #222;
}
.product-thumb.style1 img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.product-name {
    margin-bottom: 6px;
    line-height: 20px;
}
.minicart-content-wrapper .product-name {
    max-width: 130px;
    margin-bottom: 0;
}
.product-name a {
    font-size: 14px;
    color: #31629f;
}
.header-opt-1 a {
    color: #222;
}
.minicart-content-wrapper span {
    color: #00aeef;
    text-decoration: underline;
}
.minicart-content-wrapper .price-dark ins, .minicart-content-wrapper span.price, .minicart-content-wrapper .price ins {
    font-size: 15px;
    text-decoration: none;
}
.price ins {
    font-size: 18px;
    color: #c30c0c;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: none;
    margin-right: 5px;
}
.minicart-content-wrapper .price-dark ins, .minicart-content-wrapper span.price, .minicart-content-wrapper .price ins {
    font-size: 15px;
    text-decoration: none;
}
.product-name a {
    font-size: 14px;
    color: #00aeef;
}
.remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
}
.actions a.btn{
	font-size:14px;
	padding: 10px 30px;
}
/*.newheader .navigation li {
    margin: 15px 46px 15px 0;
}
.newheader .navigation li:last-child{
	margin-right:0;
}
.newheader .navigation li a {
    padding: 0 15px 15px 15px;
}*/
.newheader .navdesk{
	background-color: #f9f9f9;
}
.navdesk{
	overflow: hidden;
}
.newheader .navigation ul li a {
    padding: 10px 16px 8px;
}
.newheader .navigation ul li{
	margin-bottom: 10px;
}
.newheader .navigation{
	float:left;
}
.pay-logo img {
    float: left;
    margin: 14px 14px 0 0;
    width: 60px;
    border-radius: 5px;
}

.newheader .RigClickMenu {
	float:left;
}


.nav-top-right.krystal-nav.mob-sec.hidden-md {
	display: none;
}
/*For New Header 28-05-2019*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------     Responsive    --------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/

/* for Latops */
@media only screen and (max-width: 1300px){



}

@media only screen and (max-width:1199px){
.banner_section:after{display:none}
.cnt-page:after{display:none}
.Best_Sale_box .blue_box h3{top: 162px;right: 28px;}
.testimonials_pg_section .client-slider-content{min-height: 418px;}
/* Ali */
.p-lft-0{padding-left:15px!important;padding-right:15px!important}
.what_clients_says .titleHead h3{font-size: 70px;top: -18px;}
.Best_Sale_box{height:358px}
.col-img,.printPortfolio:after,.what_clients_says:after{display:none}
.what_clients_says{padding: 130px 0px 125px;}
.banner_section {  background-size: 100% 100%!important;}
.navigation ul li a { margin: 0 0px; font-size: 14px;}
.callTel a { font-size: 18px; line-height: 18px;}
.callTel a span i { font-size: 14px;}
.callTel { margin-top: 36px;}
.logo_holder { margin: 21px 0px;}
.bannerTxt h2 { font-size: 34px;}
.bannerTxt h2 span { font-size: 40px !important;}
.bannerTxt p { padding-bottom: 25px;}
.bannerImg { padding: 166px 0px 140px;}
.banner_section { height: 600px;}

.webPortfolio { padding: 30px 0px 60px;}
.WebProcess { background-size: auto 100%; background-position: center;}

.Best_Sale_box { background-size: 100%;}
.left_list_sale { padding:17px 0px;right: 150px;}
.left_list_sale h2 { font-size: 30px; line-height: 40px;}
.blue_box {  padding: 0px 30px 0px 80px;}
.process-block{padding:0}
.steps-block{padding: 0px 45px;} 
.line .dot-two{left: 380px;}
.line .dot-three{left: 617px}
.line .dot-four{right: -57px;}
/*	03-04-19	*/
.makeLft h2 { font-size:20px;}
.benefitsArea {padding-bottom: 60px;}
.ordBtn {margin-left:30px;}
.makeRgtTxt strong { font-size:44px;}
.benefitsCont {max-width: 140px;}
 

/* test slider */

.what_clients_pic{width: 671px;}
.what_slider p {font-size: 17px; line-height: 30px;}
.what_slider p::before{background-size:88px; height: 75px;}
.what_pic::after{transform:rotate(-11deg);}
.what_pic {width: 100px; height: 100px;}
.what_slider h5{margin-top: 19px; font-size: 25px; line-height: 27px;}
.what_slider h6 {font-size: 15px; line-height: 14px; margin-top: 15px;}
.what_clients_says .slick-dots li:nth-child(1) {position: absolute; right: 200px; top: 29px;}
.what_clients_says .slick-dots li:nth-child(2){right: 24px;}
.what_clients_says .slick-dots li:nth-child(4){right: -36px; top: 158px;}
.what_clients_says .slick-dots li:nth-child(3){right: 93px; top: 105px;}
.what_clients_says .slick-dots li:nth-child(6){right: -24px; top: 306px;}
.what_slider {padding-right: 68px;}
.what_clients_says .slick-dots li:nth-child(5){right:222px;}

/*Package part (Kaustav 03-04-2019)*/
.price h4 {font-size: 42px;line-height: 36px;}
.pckg-container a.btn {font-size: 18px;color: #fff;font-family: 'Poppins', sans-serif;padding-left: 38px;padding-right: 38px;}
/*Package part (Kaustav 03-04-2019)*/

.ProcessText h2 { font-size: 20px; line-height: 20px; margin: 15px 0px 6px;}
.banner_section:after { width: 260px; background-size: 100%;}


/* about pages */
.banner_section.innerPageBan { height:440px;}
.geneKnow { padding: 25px 0px 100px;}
.geneKnow .titleHead { margin-bottom: 70px;}
.CretDig h2 { font-size: 41px; line-height: 48px; margin-bottom: 25px;}
.CretDig > p,.CretDig p { line-height: 28px; font-size:16px;}
.CretDig ul li p { font-size: 16px;}
.geneKnow { padding: 25px 0px 60px;}

.bringTeamStrong .titleHead h2 { font-size: 41px; line-height: 48px;}
.bringTeamStrong { padding: 60px 0px 80px;}
.bringTeamStrong .titleHead { margin-bottom:0;}
.aboutPic img{width:100%}
.Bringpara p { font-size: 16px; line-height: 28px;}

/* packages */

.packages.inPagePc {padding-top:30px;padding-bottom: 30px;}
 
.packages.inPagePc.section-two:before{display:none}
/* blogs */
.blog-sec{ text-align:center}
.banner_section.innerPageBan .blog-sec p{padding-right:0}
.recent-title > h5{font-size:18px}
.blogPage { padding:35px 0px 80px;}
 
/* contact */
.rowList span {  margin-right: 20px;}
.grpHead { width: calc(100% - 75px);}
.mapTxt { height: 350px;}

/*kanchan*/

.test_pic{left: -12px;}
.testimonials_pg_section h2 {font-size: 29px; line-height: 31px;}
.test_monial_area .test_area_icons { right: 0;}

/* kanchan add */
.what_clients_pic{width: 717px;}
.what_pic::after {transform: rotate(-12deg);}
.what_pic::after {
transform: rotate(-14deg);
}

/*New added 18-04-2109*/
.latestBlog.blog-details .leftImgBlg {
    width: 37%;
}
/*new header*/
.newheader .navigation ul li a {
    padding: 10px 10px 8px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){


}

@media only screen and (max-width:991px){
.testimonials_pg_section .client-slider-content{min-height:385px;}	
.p-l-0{padding:inherit}	
.space{display:none}	
.recent-post-box{width:50%}	
.PrintProcess h3{top: -31px;font-size: 80px;}

.HomewelcomeArea h3{top: -31px;font-size: 80px;}

.printPortfolio h3{top: -35px;font-size: 90px;}
.printPortfolio:after,.steps-block,.packages:after,.what_clients_says:after,.foot_img{display:none}
.process-block{padding:0 15px; display:block}
.col-img{display:none}	
.PrintProcess .col-md-3{width:50%;margin:0 0 60px}

.HomewelcomeArea .col-md-3{width:50%;margin:0 0 60px}

.what_clients_pic img{display: none; }
.what_clients_says .slick-dots{position: relative; right: 0;}
.what_clients_says .slick-dots li:nth-child(1){position: relative; left:0px; top:0px;}
.what_clients_says .slick-dots li:nth-child(2){position: relative; left:0px; top:0px;}
.what_clients_says .slick-dots li:nth-child(3){position: relative; left:0px; top:0px;}
.what_clients_says .slick-dots li:nth-child(4){position: relative; left:0px; top:0px;}
.what_clients_says .slick-dots li:nth-child(5){position: relative; left:0px; top:0px;}
.what_clients_says .slick-dots li:nth-child(6){position: relative; left:0px; top:0px;}
.what_clients_says h2{font-size: 36px; line-height: 38px; text-align: center;} 
.what_slider{text-align: center;}
.what_clients_says .slick-prev{top:100%;left:40%;margin: 25px 0;}
.what_clients_says .slick-next{top:100%; right:40%; left:auto;margin: 25px 0;}
.what_slider {padding-right: 0px;}
.left_what{float: none;}
.right_what{float: none;}
.what_clients_says .slick-dots{margin-top: 35px;}
.what_clients_says .slick-dots{position: static;}

/*Package part (Kaustav 03-04-2019)*/
.pckglist{height: inherit !important;}
.off{left:0;right:0;margin: 0 auto;}
.promo {width:220px;margin: 0 auto;float:none;}
.pckglist{text-align:center;}
.packages .row .col-md-4 {margin-bottom:10px;}
.packages .row .col-md-4:nth-child(3){margin-bottom:0;}
.packages p {font-size: 16px;line-height: 24px;}
.packages .btn {margin: 10px 0 0 0;}
.packages {padding: 0 0 50px;}

/*Package part (Kaustav 03-04-2019)*/

.ft-box.ft-boxEdit ul li {float:none; width:100%;}
.ft-top ul li {margin-bottom:10px;}
.benefitsIcon {float:none; margin:0 auto 15px; text-align:center;}
.benefitsCont {float:none; max-width:100%; text-align:center;}
.ft-top {padding:50px 0 40px;}
.benefitsArea h2 {font-size:30px; margin-bottom:40px;}
.benefitsArea {padding: 60px 0 25px;}
.makeLft h2 {font-size:18px;}
.makeLft p { font-size:18px;}
.makeRgtTxt {margin-left:10px;}
.makePrice {margin:0 0 5px; display:block;}
.ordBtn {margin:0;font-size: 16px;}
.makeRgtTxt strong {font-size: 28px;font-weight: 600;}

/* about pages */

.banner_section.innerPageBan { height: 360px;}
.banner_section.innerPageBan .bannerTxt { padding:125px 0px 0px;}
.banner_section.innerPageBan .bannerTxt p { padding-right: 0px;}
.banner_section.innerPageBan .bannerTxt h2 { font-size: 24px;}

.geneKnow .titleHead { margin-bottom: 30px;}
.CretDig { text-align: center; margin-bottom: 30px;}
.CretDig h2 { font-size: 30px; line-height: 36px;}
.ovalPic { width:500px; margin:0px auto;}
.ovalPic img { width:100%; position:relative;}
.CretDig ul li { padding-left: 0;}
.CretDig ul li:before {position: relative;display: inline-block;margin-right: 15px;top: -1px;}
.CretDig ul li p { display: inline-block;}
.bringTeamStrong { background-size: cover;}

.bringTeamStrong .titleHead h2 { font-size:30px; line-height: 36px; text-align:center;}
.Bringpara p { text-align:center;}

/* packages pages */

.lstTextBelow { margin-top: 0px;}
.packages.inPagePc .row .col-md-4:nth-child(6){margin-bottom:20px;}

/* Blogs pages */
.blogPage { padding:35px 0px 60px;}

/* contact */
.contactForm {  margin: 0px; padding: 40px 0px 70px;}
.row.firstForm { margin-bottom: 40px;}
.innerHed h2 {
    font-size: 30px;
    line-height: 40px;}

/*kanchan*/

.testi_text{padding-left: 29px;}
.clients_pic {width: 128px; height: 182px; margin: 122px auto 0px;}
.test_pic {left: 0px;}

.newheader .navigation {
    float: none;
}
.RigClickMenu {
    display: block;
    margin: 10px 0;
}
.logo {
    margin: 0 auto;
    float: none;
    display: inline-block;
    width: 150px;
}
.mob-logo{
	text-align: center;
}
.contact-info, .mob-cart{
	width:auto;
}
.pull-right.col-lg-7.col-md-8 .contact-info, .pull-right.col-lg-7.col-md-8 .mob-cart {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.pull-right.col-lg-7.col-md-8 {
    text-align: center;
    float: none !important;
}
.policy-home{display:block!important}


}

/* for Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px){
	
/* header */

.callTel { position:absolute; display:none;} 

/* menu slide */

.RigClickMenu { display:block;     margin-top: 22px;}
.NavForDeskMob { position: fixed; width: 240px; height: 100%; background-color: #fff; right: 0px; top: 0px; z-index: 999; padding: 20px 20px; box-sizing: border-box; -moz-transform: translateX(105%); -webkit-transform: translateX(105%); -o-transform: translateX(105%); -ms-transform: translateX(105%); transform: translateX(105%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; visibility:hidden; opacity:0;     text-align: center;}
.slideOnRig { -moz-transform: translateX(0%); -webkit-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); visibility:visible; opacity:1; overflow: auto;}
.NavForDeskMob .navigation { margin:20px 0px}
.NavForDeskMob .navigation ul li a { font-size: 16px; line-height: 34px;}
.NavForDeskMob .navigation ul li { display: block; margin: 0;}
.NavForDeskMob .navigation ul li:first-child { margin-left: 0px;}
.NavForDeskMob .navigation ul li:hover a { color: #00aeef;}
.NavForDeskMob .navigation ul li.active a { color: #00aeef;}

.navigation ul li a {padding: 10px 14px;margin: 0 0px;font-size: 14px;text-align: center;}

.corssClick { position: relative; display: inline-block; cursor: pointer;}
.corssClick .crossIcon { width: 40px; height: 40px; position: relative; border: 3px solid #000; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 10px;}
.corssClick .crossIcon .whiteCrossbar { width:70%; position:relative; background-color:#000; height:4px; border-radius:6px;}
.corssClick .crossIcon .whiteCrossbar:first-child { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 2px; left: 1px;}
.corssClick .crossIcon .whiteCrossbar:last-child { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: -2px; left: 1px;}

/* menu slide */
.packages .titleHead h3{top: -35px;font-size: 100px;}
.what_clients_says .titleHead h3{top: -12px;font-size: 50px;}
.what_clients_says .titleHead{margin-bottom:15px}
/* banner */
.bannerImg { padding: 140px 0px 140px;}
.bannerTxt { padding: 140px 0px;}
.bannerTxt h2 {font-size: 24px;}
.bannerTxt h2 span {font-size: 24px !important; font-weight: 900 !important;}
.bannerTxt p { padding-right:0px;}
.bannerSlide .slick-dots { bottom: 70px;}

.btn { font-size: 15px;}

.titleHead h2 { font-size: 30px; line-height: 30px;}

.fullProt .row > [class*="col-"]:nth-child(2), .fullProt .row > [class*="col-"]:nth-child(4) { margin-top: 0px;}
.PorfolioBox { margin-bottom: 30px;}
.titleHead { margin-bottom: 40px;}
.webPortfolio { padding: 30px 0px 40px;}
.WebProcess .row [class*="col-"]:nth-child(2), .WebProcess .row [class*="col-"]:nth-child(4) { margin-top:0px;}
.WebProcess .row [class*="col-"]:nth-child(1) .WebProcessBox:after, .WebProcess .row [class*="col-"]:nth-child(2) .WebProcessBox:after, .WebProcess .row [class*="col-"]:nth-child(3) .WebProcessBox:after { display:none;}
.WebProcess { padding: 40px 0px;}
.Best_Sale_box { /*flex-wrap: wrap;*/}
.left_list_sale { margin-left: 40px;z-index: 1;right:200px}
.blue_box { padding: 40px 45px;  width: 100%; background-color:#da1993;}
.Best_Sale_box { background-color: #6faca5; background-image:none; border-radius: 50px; overflow: hidden;     margin-top: 25px;}
.packages {    padding:50px 0 40px;}
.what_clients_says { padding: 40px 0px 60px; margin-top:30px;}
.Best_Sale_box .blue_box h3{top:126px;right: 43px;}
.RigClickMenu {
    display: block;
    margin: 10px 0;
}

}

/* for mobile */
@media only screen and (max-width: 767px){
.testimonials_pg_section .client-slider-content{padding:90px 30px 16px}
.testimonials_pg_section .client-slider-content{min-height:415px;}	
.cnt-page:after{display:none}
.quickContact{padding-right:0}
.CretDig h1{font-size:23px;}
.Best_Sale_box .blue_box h3{top:100px;right: 56px;}
.client-slider-content{min-height:440px}	
/* banner */
.p-lft-0{padding-left:15px!important;padding-right:15px!important}
.vfoot-links li{ background:none !important }
.ft-thumb-bx img{width:100%}

.banner_section {    height: auto;
    background-size: auto 170% !important;
    background-position: center !important;
    background-color: #041c30;
    background-image: none !important;
    border-radius: 0px 0px 0px 0px;     padding-bottom: 20px;}
.bannerImg {
    padding: 110px 0px 0px;
    max-width: 400px;
    margin: 0px auto;
}
.bannerTxt { padding:125px 0px;  max-width: 400px;
    margin: 0px auto;     text-align: center;}
.bannerTxt h2 {font-size: 24px;}
.bannerTxt h2 span {font-size: 24px !important; font-weight: 900 !important;}
.bannerTxt p { padding-right:0px;}
.bannerSlide .slick-dots {     bottom: 0px;
    position: relative;}

.btn { font-size: 15px;}

.titleHead h2 { font-size: 30px; line-height: 30px;}

.fullProt .row > [class*="col-"]:nth-child(2), .fullProt .row > [class*="col-"]:nth-child(4) { margin-top: 0px;}
.PorfolioBox { margin-bottom: 30px;}
.titleHead { margin-bottom: 40px;}
.webPortfolio { padding: 30px 0px 40px;}
.WebProcess .row [class*="col-"]:nth-child(2), .WebProcess .row [class*="col-"]:nth-child(4) { margin-top:0px;}
.WebProcess .row [class*="col-"]:nth-child(1) .WebProcessBox:after, .WebProcess .row [class*="col-"]:nth-child(2) .WebProcessBox:after, .WebProcess .row [class*="col-"]:nth-child(3) .WebProcessBox:after { display:none;}
.WebProcess { padding: 40px 0px;}
.Best_Sale_box { flex-wrap: wrap;}
.price-block,.pkcg-mid{top:0}
.pkcg-features{bottom:0}.pkcg-mid{padding: 50px 0 40px;}
.price-block{padding: 25px 8px 37px;}
.left_list_sale { margin-left: 40px;right:0;top: 171px;z-index: 1;left: 0;}
.left_list_sale h2,.left_list_sale ul li p{color:#fff;}
.blue_box { padding: 40px 80px;  width: 100%; background-color:#da1993;}
.Best_Sale_box { background-color: #6ca9a2; background-image:none; border-radius: 50px; overflow: hidden;     margin-top:20px;min-height:600px;}
.packages {    padding:50px 0 40px;}
.what_clients_says { padding: 40px 0px 50px; margin-top:0px;}
.callTel { display:none;}

/* menu slide */

.RigClickMenu { display:block;     margin-top: 40px;}
.NavForDeskMob { position: fixed; width: 240px; height: 100%; background-color: #fff; right: 0px; top: 0px; z-index: 999; padding: 20px 20px; box-sizing: border-box; -moz-transform: translateX(105%); -webkit-transform: translateX(105%); -o-transform: translateX(105%); -ms-transform: translateX(105%); transform: translateX(105%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; visibility:hidden; opacity:0;     text-align: center;}
.slideOnRig { -moz-transform: translateX(0%); -webkit-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); visibility:visible; opacity:1; overflow: auto;}
.NavForDeskMob .navigation { margin:20px 0px}
.NavForDeskMob .navigation ul li a { font-size: 16px; line-height: 34px;}
.NavForDeskMob .navigation ul li { display: block; margin: 0;}
.NavForDeskMob .navigation ul li:first-child { margin-left: 0px;}
.NavForDeskMob .navigation ul li:hover a { color: #15a5e6;}
.NavForDeskMob .navigation ul li.active a { color: #15a5e6;}

.navigation ul li a {
    padding: 10px 14px;
    margin: 0 0px;
    font-size: 14px;
    text-align: center;
}

.corssClick { position: relative; display: inline-block; cursor: pointer;}
.corssClick .crossIcon { width: 40px; height: 40px; position: relative; border: 3px solid #000; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 10px;}
.corssClick .crossIcon .whiteCrossbar { width:70%; position:relative; background-color:#000; height:4px; border-radius:6px;}
.corssClick .crossIcon .whiteCrossbar:first-child { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 2px; left: 1px;}
.corssClick .crossIcon .whiteCrossbar:last-child { -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: -2px; left: 1px;}

/* menu slide */

/*	03-04-2019	*/
.benefitsArea {
     
    background-size: cover;
    padding: 30px 0 10px;
	    margin-bottom: 0px;
}
.benefitsArea h2 {
    font-size: 22px;
	line-height:32px;
    margin-bottom: 20px;
}
.benefitsArea h2 strong {
    font-weight: 600;
}
.benefitsCont h3 {margin-bottom:6px;}
.benefitsBox {margin-bottom:10px;}
.makeArea {display:block; height:auto}
.makeLft {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 15px 0 5px;
	 
}
.makeRgt {
    display: block;
    width: 100%;
	padding:10px 15px; text-align:center;
}
.makeLft:after {display:none;}
.makeRgtTxt {margin:0;text-align: center;}
.makeLft h2 {
    font-size: 22px;
    line-height: 22px;
}
.makeLft p {
    font-size: 17px;
	padding-bottom:10px;
}
.printPortfolio h3{top: -24px;font-size: 60px;}
.PrintProcess h3{top: -12px;font-size: 45px;}

.HomewelcomeArea h3{top: -12px;font-size: 45px;}

.packages .titleHead h3{top: -20px;font-size: 60px;}
.what_clients_says .titleHead h3{top: -4px;font-size: 32px;}
.packages .titleHead h2,.inPagePc .titleHead h1,.inpflo .titleHead h1{font-size:20px;}
.inPagePc .titleHead h1,.inpflo .titleHead h1{font-size:20px;z-index: inherit;}
.packages .titleHead.two h2{font-size:18px;}
.PrintProcess .titleHead h2{margin-bottom: 35px;}

.HomewelcomeArea .titleHead h1{margin-bottom: 35px;}

.what_clients_says .titleHead {margin-bottom:20px;}
.view-pkg-block{bottom:-30px;}
.PrintProcess{padding: 60px 0px 85px;}

.HomewelcomeArea{padding: 60px 0px 85px;}

.printPortfolio:after,.steps-block,.packages:after,.what_clients_says:after,.foot_img,.packages.inPagePc.section-two:before{display:none}
.process-block{display:block;padding: 0 50px;}
.PrintProcess .col-md-3{width: 100%;margin-top: 70px;}
.PrintProcess .titleHead{margin-bottom:25px}

.HomewelcomeArea .col-md-3{width: 100%;margin-top: 70px;}
.HomewelcomeArea .titleHead{margin-bottom:25px}

.copyRight p{text-align:center}
/* test slider */

	.what_slider p {font-size: 15px; line-height: 25px;}
	.what_slider h5 {margin-top: 17px; font-size: 22px; line-height: 22px;}
	.what_clients_says .slick-dots{top: 271px;}
	.what_clients_says .slick-dots li {margin: 6px 32px;}
	.what_clients_says .slick-dots{position: static;}
	.left_what{float: none;}
.right_what{float: none;}
.what_clients_says .slick-dots{margin-top: 35px;}

/*Package part (Kaustav 03-04-2019)*/
.pckglist{
	height: inherit !important;
}
.pkcg-top h3 {
    font-size: 34px;
    line-height: 41px;
}
.packages .col-md-4:nth-child(3) .pckg-container{
	margin-bottom:15px;
}
.pkcg-top h3{
	font-size:30px;
	    line-height: 36px;
		padding-bottom:5px;
		margin-bottom:5px;
}
 
/*Package part (Kaustav 03-04-2019)*/

.PorfolioBox {  height: 380px;}

.ft-top {
    padding: 40px 0 40px;
    text-align: center;
}

.ft-top ul li {
    margin-bottom: 10px;
    padding: 0px;
}

.ft-top ul li:before {
    display: inline-block;
    position: static;
    margin-right: 10px;
}

.ft-logo {
    text-align: center;
    margin-top: 20px;
}

.ft-top h3 {
    font-size: 15px; margin: 0 0 10px;}

.ft-box { margin-bottom:15px;}

.ft-top {
    padding: 40px 0 40px;
    text-align: center;
}

.banner_section:after, .banner_section:before { display:none;}

/* about pages */

.banner_section.innerPageBan { height: 360px;}
.banner_section.innerPageBan .bannerTxt { padding:160px 0px 0px;}
.banner_section.innerPageBan .bannerTxt p { padding-right: 0px;}
.banner_section.innerPageBan .bannerTxt h2 { font-size: 24px;}

.geneKnow {
    padding: 25px 0px 60px;
}

.bringTeamStrong {
    padding: 40px 0px 40px;
}

.geneKnow .titleHead { margin-bottom: 30px;}
.CretDig { text-align: center; margin-bottom: 30px;}
.CretDig h2 { font-size: 30px; line-height: 36px;}
.ovalPic { width:100%; margin:0px auto;}
.ovalPic img { width:100%; position:relative;}
.CretDig ul li { padding-left: 0;}
.CretDig ul li:before {position: relative;display: inline-block;margin-right: 15px;top: -1px;}
.CretDig ul li p { display: inline-block;}
.bringTeamStrong { background-size: cover;}

.bringTeamStrong .titleHead h2 { font-size:30px; line-height: 36px; text-align:center;}
.Bringpara p { text-align:center;}

/* 05.04.2019 */

.packages.inPagePc .row [class*="col-md-4"]:last-child { margin-bottom:20px;}

/* Blogs pages */
.recent-post-box{width:100%} 
.blogPage { padding: 40px 0px 40px;}
.blogPage:after{display:none}
/* contact */
.quickContact { float:left; text-align:center;}
.GetTouchDiv { width:100%; position:relative; text-align:center; float: left;margin-top: 15px;}
.rowList span { margin-right: 0px; float: none; position: relative; display: inline-block;     margin-bottom: 15px;}
.grpHead {
    width: 100%;
    position: relative;
}
.GetTouchDiv ul li {
    margin-bottom: 30px;
}

/*kanchan*/
.clients_pic{margin:0 auto; float:none;}
.test_monial_area .right_testi{float:none;}
.test_pic {left: 0px; right: 0; margin: 0 auto;}
.testi_text{text-align: center; margin-top: 62px;}
.test_monial_area:nth-child(2n+1) .right_testi{float: none;}
.test_monial_area:nth-child(2n+1) .left_testi{float: none;}
.test_monial_area .left_testi {float: none;}
.clients_pic {width: 98px; height: auto;}
.testimonials_pg_section{padding: 36px 0px 37px;}
.testimonials_pg_section h2{padding-bottom: 12px;}
.load_more_btn{margin: 40px auto 28px;}
.load_more_btn{padding: 9px 25px; font-size: 18px;}
.load_more_btn::after{top: 4px;}
.test_monial_area .test_area_icons{right: 0px; width: 342px;}
.test_monial_area .test_area_icons2{width:240px;}
.test_monial_area .test_area_icons3{width:240px;}
.test_monial_area .test_area_icons4{width: 150px;}


/*New added 18-04-2019*/

.latestBlog.blog-details .leftImgBlg {
    width: 100%;
    float: none;
    overflow: hidden;
    text-align: center;
    margin: 0 0 30px 0;
}
.latestBlog.blog-details p, .latestBlog.blog-details ul, .latestBlog.blog-details h3{
   text-align: center; 
}
.latestBlog.blog-details {
    box-shadow: none;
    margin: 0;
}




.blog-details ul li {
    display: block;
    float: none;
    margin: 0 0 10px 0;
    position: relative;
    line-height: 18px;
}

.blog-details h3 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #13559f;
    margin-top: 15px;
}

.blog-details ul li:before {
    top: 6px;
	left:auto;
	margin: 0 0 0 -20px
}

.latestBlog.blog-details ul {
    margin-bottom: 20px;
    margin-top: 15px;
}

.latestBlog.blog-details .RigTxtBx {
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
header.newheader{
	background-color: transparent;
}
.logo {
    width: 130px;
}
.pull-right.col-lg-7.col-md-8 {
    text-align: center;
    float: right !important;
}
.mob-logo {
    text-align: center;
    width: 140px;
}
.top-header a.btn{
	display:none;
}
.nav-top-right.krystal-nav.mob-sec.hidden-md li{
	padding:0;
}
.nav-top-right.krystal-nav.mob-sec.hidden-md li i{
	margin-right:5px;
}
.block-minicart .parent-megamenu {
    min-width: 287px;
}
.actions a.btn {
    font-size: 14px;
    padding: 10px 20px;
}

.nav-top-right.krystal-nav.mob-sec.hidden-md {
	display: block;
}
.policy-home{display:block !important}
div.wraphomebanner{top: -85px!important;right: -30px!important;}
}


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

.RigClickMenu {
    display: block;
    margin-top: 13px;
}

.banner_text {    position: relative;    left: 0px;    top: 0px;    -webkit-transform: translate(0%,0%);    transform: translate(0%,0%);    z-index: 999;    background-color: #df0000;     padding: 20px 0px;}
.banner_text h4 { font-size: 12px; line-height: 20px;     color: #fff;}
.banner_text h3 { font-size: 46px; line-height: 46px;}
.banner_text h1 { font-size: 60px; line-height: 60px;}
.up_header { text-align:center; padding:15px 0px 0px;}
.location_btn { float: none; margin-left: 0px; margin-bottom: 10px;}
.up_hdr_menu { float:none; width:100%;}
.up_hdr_menu ul { text-align:center;}
.quick_links ul li { margin: 0px 10px;}
.contant_pic { width:100%; height:auto;}
.allItemGallery { width: calc(100% / 2 - 6px); height:151px;}
.btn.LoadMoreTop { margin-top: 20px;}
.contant_area h2 { font-size: 18px; line-height: 24px;}
.in_service h3 { font-size: 24px; line-height: 30px;}
.service_slider .slick-arrow { bottom: 30px;}
.contant_area { padding: 30px 0px;}
.our_services_section { padding: 30px 0px 0px;}
.service_slider { padding-bottom: 60px;}
.BrandsListing_section { padding: 30px 0px;}
.testimonals_section { padding: 30px 0px;}
.Gallery_section { padding: 30px 0px;}
.heightTitelAll h2 { padding: 0px 0px 15px;}
.searchLocation_section { padding: 30px 0px;}
.firstFooter { padding: 30px 0px 10px;}
.footerBoxAll { text-align: center; margin: 0px 0px 20px;}
.footerBoxAll ul li a { line-height: 20px;}
.footerBoxAll h2 { margin-bottom: 5px;}
.lastSocialFot ul li a { line-height:32px;}
.right_md_hdr { display:none;}
.pls_up { display:block;}
.slideOnRig { width:100%; text-align:center;}
.contant_area p { padding: 0px 10px 14px;}
.GalleryGroupBox { padding:0px 15px;}

/* 03.04.2019 */

.left_list_sale {
    margin-left: 0px;
    width: 100%;
    text-align: center;}
.middle_pic {
    width: 200px;
    margin: 0px auto 35px;
}

.left_list_sale h2 {
    font-size: 26px;
}

.blue_box h2 {
    font-size: 26px;
}

.blue_box h5 {
    font-size: 50px;
    line-height: 50px;
}

.blue_box {
    padding: 30px 25px;
    width: 100%;
    background-color: #da1993;
}
.left_list_sale ul li p {
    font-size: 16px;
    line-height: 16px;}
.titleHead h2 {
    font-size: 24px;
    line-height: 24px;
}

.ft-top {
    padding: 30px 0 30px;
    text-align: center;
}

.fullProt {  padding: 0;}

.packages {
    padding:50px 0 70px;
}

.socialBox {
    float: none;
}

.copyRight {
    float: none;
}

.ft-botm {
    text-align: center;
}

.logo_holder {
    margin: 0px 0px;
	    width: 150px;

}

header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #041c30;
}

.bannerImg {
    padding: 30px 0px 0px;}

.main_header {
    padding: 10px 0px 10px;
}

.what_clients_says .slick-next {
    top:100%;
    right:35%;
    left: auto;margin-top: 25px;
}

.what_clients_says .slick-prev {
    top:100%;left: 35%;margin-top: 25px;
}

/* contact pages */

.banner_section.innerPageBan {
    height: auto;
	    padding: 0px;
}

.banner_section.innerPageBan .bannerTxt {
    padding: 50px 0px;
}
.banner_section.innerPageBan .bannerTxt p {
    padding-right: 0px;
    padding: 0px;
}

.CretDig h2 {
    font-size: 24px;
    line-height: 28px;
	    margin-bottom: 10px;
}

.bringTeamStrong .titleHead h2 {
    font-size: 24px;
    line-height: 28px;}
.bringTeamStrong .titleHead {
    margin-bottom: 15px;
}

.CretDig ul li { width:100%;}

.CretDig > p {
    margin-bottom: 0px;
}

.geneKnow .titleHead {
    margin-bottom: 15px;
}

.packages.inPagePc,.printPortfolio.inpflo {
    padding: 30px 0px 20px;
}

/* contact */

.contactForm {
    margin: 0px;
    padding: 40px 0px 40px;
}
.grpHead h2 { line-height: 18px;}

/*New css added*/

.latestBlog.blog-details .leftImgBlg img{
	object-fit: cover; 
    object-position: 0px 0;
}
.latestBlog.blog-details .leftImgBlg {
    margin: 0 0 10px 0;
}
}

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


}

@media only screen and (max-width:639px){
.what_slider p::before {background-size: 58px;}
.what_pic {width: 122px; height: 122px;}
/*.what_clients_says .slick-prev {left: 40%; top:72%;}
.what_clients_says .slick-next{right: 45%; top:72%;}*/

.what_slider h5 {margin-top: 6px;}
.what_clients_says .slick-dots li {margin: 14px 32px;}
}


@media screen and (max-width: 480px) {
	
.banner_text h4 { font-size: 10px;}
.banner_text h3 { font-size: 33px; line-height: 34px;}
.banner_text h1 { font-size: 42px; line-height: 46px;}
.get_quote h4 { font-size: 24px; line-height: 32px;}
.whiteBoxSearch input[type="submit"] { width: 100%;}
.whiteBoxSearch { padding: 30px 20px 15px;}
.search_box { width: 100%;  margin: 0px auto 10px;}
.quick_links ul li { margin: 10px 10px;}

/* test slide */
.what_clients_says{padding:50px 0px;}
.slick-dotted.slick-slider {margin-bottom: 0px;}
.what_clients_says h2 {font-size: 24px; line-height: 31px;}
.what_slider p::before {background-size: 46px; height: 59px; width: 74px;}
.what_slider p {font-size: 14px; line-height: 25px;}

/* blogs */
.latestBlog .leftImgBlg { width: 100%; height: 250px; -webkit-clip-path: inherit; clip-path: inherit;}
.latestBlog .leftImgBlg img { object-fit:cover; object-position: 0px -40px;}
.RigTxtBx { width: 100%; padding: 15px;}
.listUlBg { text-align: center;}

/*kanchan*/
.testi_text {padding-top: 67px;}
.left_testi p {font-size: 15px; line-height: 23px;}
.clients_pic {width: 75px; height: auto;}
.testi_text::before{background-size: 250px;}
.testi_text{padding:67px 18px 40px 18px;}
.test_monial_area:last-child{margin-bottom:0px;}


.test_monial_area .test_area_icons4{width: 50px; left:0px; right: 0px; margin:0 auto;}

}

@media only screen and (min-width: 300px) and (max-width: 479px){
/*kanchan*/
.testimonials_pg_section {padding: 40px 0px 40px;}
.load_more_btn {padding: 9px 25px; font-size: 16px;}
.testi_text {padding: 67px 13px 40px 13px;}
.titleHead h1 {font-size:26px; line-height:36px;}
.titleHead.titleHead-edit {margin-bottom: 20px;}
.welcomeArea {padding:30px 0 10px;}
}


/*Rejani on 24 may 2019*/

div.wraphomebanner {
border: 15px solid rgba(255, 255, 255, 255);
height: 260px;
width: 260px;
margin: 50px;
border-radius: 50%;
position: absolute;            
top: 120px;
right: -60px
}
div.innerhomebanner {
background: rgba(255, 255, 255, 255);
height: 210px;
width: 210px;
border-radius: 50%; 
margin: 12px 0px 0px 12px;
padding:30px 15px; 
text-align:center
}
.va-logohomebanner{margin-bottom:10px}
.innerhomebanner .text2{font-size:20px;font-weight:bold;color:#000;display: inline-block;}
.innerhomebanner .text3{display:block;color: #000;font-size: 20px;line-height:30px;font-weight:600}
.innerhomebanner .text4{display:block;color: #000;font-size:14px;line-height:15px;font-weight:500; padding-top:0;}


.policy-home .block .block-content .policy-item .policy-content img{margin-bottom: 40px !important;}
[class~="policy-home"] [class~="block"] [class~="block-content"] [class~="policy-item"] {padding-top: 3rem;padding-bottom: 3rem;}
.policy-home{display: flex;width: 100%;height: 95px;background: #f2f3f4;align-items: center;}
.policy-home .block .block-content .policy-item .policy-content img {margin-right:14.25pt;margin-top:0px;align-items: center;float: left;}
.policy-name{font-weight:700;font-size:15px;line-height: 17px;}
.policy-content.iconpolicy1{border-right:solid 1px #818285;}
.policy-content.iconpolicy2{border-right:solid 1px #818285;}
.policy-content.iconpolicy3{}
.policy-des{line-height: 17px;font-size:13px}
.policy-home .block .block-content .policy-item .policy-content img {
    margin-right: 7.25pt;
    
    }
    
.noneedtick::before {
content: "" !important;
}

/*21 aug 2019*/
.ft_sec .foot_img{width:28%}
.last-footer{background:#ed1651;color:#fff;padding:15px 0;margin-top: 20px;}
.last-footer p{margin:0;font-size:14px;padding: 0 15px;}
.ft-top.ft_sec{padding:70px 0 0;background: url(../css/form/images/ftbg.jpg) no-repeat center center #000; background-size:cover}
.ft-top.ft_sec .csbox a:hover{color: #f58220;}
.vfootr-wrap h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.ft-box.vfoot-right p{font-size: 12px;line-height: 16px;color:#fff;margin:0}
.ft-thumb-bx .col-md-4 {padding-right: 10px;padding-bottom: 20px;padding-left: 10px;}
.address-block {padding:0 0 0 14px;}
.address-block p{color:#fff;font-size: 12px;line-height:18px;}
.address-block p a{color:#fff;}
.vfoot-links li {background: url(../css/form/images/bullet-1.png) left center no-repeat;margin-bottom:5px!important;font-size:12px!important;}
.vfoot-links li:before{display:none !important}
.vfoot-links{padding:0}
.pl-15{padding-left: 15px;}
.vfoot-links li a{color:#fff !important}
.vfoot-links li a:hover{color:#f58220!important}
#social-block{margin-top:15px;}
#social-block ul li:before{display:none !important}
.social-bl ul li {background-color: #fff;border-radius: 50%;margin-right: 6pt !important;height: 2pc;width: 2pc;text-align: center;transition: all .35s linear;padding:0}
.social-bl ul li a{color:#000;transition: all .35s linear;line-height:2pc;font-size: 11.25pt;border-radius: 50%;width:100%;height:100%;}
.social-bl ul li:hover{background-color:#ed1651}
.social-bl .list-inline{margin:0}
.orange strong{color: #f58220;}
.p-lft-0 { padding-left: 0; padding-right: 25px; }
.m-b-15 {   margin-bottom: 15px !important; }
.footercopy a{color:#fff;}
.ft-box p {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
}
  .seonddiv_perjob{
    font-size: 18px !important;line-height: 12px !important; margin: -15px 0px 5px 25px !important;
}
  
