﻿/*Main Css */
::selection { background: #348ff4; color: #fff; text-shadow: none; }
::-webkit-scrollbar {width:10px; background-color: #F5F5F5;}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display:none;}
::-webkit-scrollbar-track-piece { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #dedede;}
::-webkit-scrollbar-thumb:vertical {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #348ff4;}

body { font-family: 'Niramit';overflow-x: hidden; font-size: 14px; color: rgba(0,0,0,0.6); }
h1,
h2,
h3,
h4,
h5,
h6,p{display: block; }
*:hover,
*:focus,
* { outline: none !important; }
img { max-width: 100%; height: auto; }
a,input[type="submit"] { -webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out;  display: inline-block;}
p,a {font-size: 16px;font-weight: 500;line-height: 27px;color: #222222;}
a:hover{ color: #348ff4; }
strong,.bold{font-weight: bold;}
.italic{font-style: italic;}
.normal{font-style: normal;}
.fit-content{max-width: fit-content;}

/* Custom Slick Css */
.slick-list { margin: 0 -15px; }
.slick-slide { margin: 0 15px; }
ul.slick-dots {padding: 2vh 0;text-align: center;}
ul.slick-dots li { margin: 0 10px 0 0px; width: auto; display: inline-block; vertical-align: middle; overflow: hidden; padding: 0px; border: none; }
.slick-dots li button:before,
.slick-dots li button:before { color: #FFF; opacity: 1; font-size: 20px; }
.slick-dots li button {height: 11px;width: 11px;border-radius: 50%;padding: 0px;background: transparent;border: 2px solid #1dc4f2;font-size: 0px;opacity: 0.5;padding: 0px;-webkit-transition: all 0.4s ease-In-out;-moz-transition: all 0.4s ease-In-out;-o-transition: all 0.4s ease-In-out;transition: all 0.4s ease-In-out;box-sizing: border-box;}
.slick-dots li.slick-active button {background: #1dc4f2;opacity: 1;}

span.arrows {width: 17px;height: 22px;position: absolute;top: 0px;bottom: 0px;margin: auto;z-index: 2;cursor: pointer;font-size: 40px;text-align: center;font-weight: 300;background: rgba(255,255,255,0.2);border-radius: 50%;}
span.arrows i { color: #000000; }
span.arrows.next { right: -5%; }
span.arrows.prev {left: -5%;}


input,select,textarea{ font-family: 'Niramit';}




::-webkit-input-placeholder { color: #6d6d6d; }
::-moz-placeholder { color: #6d6d6d; }
:-ms-input-placeholder { color: #6d6d6d; }
:-moz-placeholder { color: #6d6d6d; }

/* Hamburger Menu */
.menu-Bar { width: 30px; height: 22px; cursor: pointer; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto; display: none; z-index: 10; }
.menu-Bar span { display: block; height: 4px; width: 100%; background: #eb9426; position: absolute; transition: .6s all; border-radius: 100px; }
.menu-Bar span:nth-child(1) { top: 0; }
.menu-Bar span:nth-child(2) { top: 8px; transform-origin: left; }
.menu-Bar span:nth-child(3) { top: 16px; }
.menu-Bar.open span{background: #fff;}
.menu-Bar.open span:nth-child(1) { transform: rotate(45deg); top: 12px; transform-origin: right-center; }
.menu-Bar.open span:nth-child(2) { width: 0; opacity: 0; }
.menu-Bar.open span:nth-child(3) { transform: rotate(-45deg); top: 12px; transform-origin: right-center; }

/* Padding Classes */
.pad-sec { padding: 70px 0; }
.pad-zero { padding: 0px; }
.pad-l-zero { padding-left: 0px; }
.pad-r-zero { padding-right: 0px; }

/* Global Css */
.sprite-icn:before { content: ""; background-image: url(../images/sprite.png); background-repeat: no-repeat; display: inline-block; }
.posRel { position: relative; }
.bg-color { background: #ededed; }
.overlay:after { content: ""; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.60); z-index: 1; }
.overlay { display: none; }
.overlay.active { display: block; }
.btn{font-size: 16px;color: #1a344f;font-weight: 500;padding: 15px 30px;background: #dcf1f8;border: 1px solid #204164;outline: none;display: inline-block;border-radius: 50px;text-align: center;}
.btn.style1{font-size: 18px; font-weight: bold;color: #fff;border: 2px solid #fff;}

.btn.style2{font-size: 18px;color: #202020;background: #f4d229;font-weight: bold;text-transform: uppercase;box-shadow: 0 0 62px 0 rgba(220, 241, 248, 0.23);}

.grid1{background: #fff; color:#0b1152 !important;}

.grid2{background: rgba(242,214,32,1);
background: -moz-linear-gradient(top, rgba(242,214,32,1) 0%, rgba(247,203,59,1) 48%, rgba(249,201,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,214,32,1)), color-stop(48%, rgba(247,203,59,1)), color-stop(100%, rgba(249,201,69,1)));
background: -webkit-linear-gradient(top, rgba(242,214,32,1) 0%, rgba(247,203,59,1) 48%, rgba(249,201,69,1) 100%);
background: -o-linear-gradient(top, rgba(242,214,32,1) 0%, rgba(247,203,59,1) 48%, rgba(249,201,69,1) 100%);
background: -ms-linear-gradient(top, rgba(242,214,32,1) 0%, rgba(247,203,59,1) 48%, rgba(249,201,69,1) 100%);
background: linear-gradient(to bottom, rgba(242,214,32,1) 0%, rgba(247,203,59,1) 48%, rgba(249,201,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d620', endColorstr='#f9c945', GradientType=0 );}

.btnWrap .btn{
	    min-width: 230px;
    line-height: 48px;
    height: 54px;
    padding: 0px;
}

.btnWrap>li.hdr-txt{display: none;}

header.header.fixed.slideDown .btnWrap>li.headBtn{display: none;}
header.header.fixed.slideDown .btnWrap>li.hdr-txt{display: inline-block;}


/* Social CSS */
.fb{background: #3b5998;}
.twi { background: #55acef; }
.lin { background: #0177b5; }
.google { background: #dd4b39; }
.rss { background: #3cb371; }
.ovr-hiddn { overflow: hidden; }

/* Heading Classes */
.mn-h1{font-size: 52px; font-weight: bold;color: #fff;;line-height: 62.47px; text-transform: capitalize;}
.mn-h2{font-size: 36px;font-weight: bold;color: #1c5592;}
.mn-h3{font-size: 32px; font-weight: bold; color: #1c5592;line-height: 42px;}

.para{font-size: 25px;}

.para1{font-size: 22px;}

.para2{font-size: 18px;}

.color-blue{color: #235a97 !important;}
.color-grey{color: #636363 !important;}



/* header CSS */
.fixed { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 9; }
.header {padding: 6px 0;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    background: #0000002b;}
.btnWrap{display: block;text-align: right;}
.btnWrap>li{display: inline-block;vertical-align: middle; padding: 0 10px;}
.btnWrap>li.last{padding-right: 0px;}
header.header.fixed.slideDown {
    padding: 10px;
    background: #000;
}

header.header.fixed.slideDown a.btn {
    min-width: 220px;
    height: 44px;
    line-height: 39px;
    font-size: 15px;
	animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: .9s;
    animation-fill-mode: both;
    animation-delay: 0.1s;
	    background: #8235b2;
    border-color: #8235b2;
    color: #fff !important;
}

header.header.fixed.slideDown .logo img {
    max-height: 50px;
}

header .logo img {
    transition: all 0.4s ease;
}

/* Menu Css */
ul.menu { font-size: 0px; display: inline-block; vertical-align: middle; }
ul.menu li { display: inline-block; vertical-align: middle; }
ul.menu li a {display: block;color: #fff;padding: 0 54px 0px 0px;font-weight: 400;font-size: 14px;position: relative;letter-spacing: 4px;}
ul.menu li.last a { padding-right: 0px; }
ul.menu li:hover a,
ul.menu li.active a { color: #eb9325; }

/* Main Banner CSS */
.bannerSlider { position: relative; z-index: 1; }
.bannerSlider .slick-slide { margin: 0px; }
.mainBanner { background-repeat: no-repeat; background-position: top 7% center; display: flex; align-items: center; color: #fff; background-size: cover; height:800px; justify-content: center; }
.mainBanner p { color: #fff;
    font-style: italic;
    font-weight: 400; }
.btn.style1:hover { background: #dcf1f8; color: #000; } 
.btn:hover { background: #1dc4f2; color: #FFF; }
.btn.style2:hover { background: #FFF; color: #424344; border-color: #FFF; } 
.homeform .submit input[type="submit"]:hover { background: #1c5592; color: #FFF; } 
.packageBox .btn:hover {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1dc0f2+60,456cf8+100 */ background: #235a97; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */ border-color: #235a97; color: #000;     background: #f4d229;
    border-color: #f4d229;
}
.counterList { font-size: 0px; display: block; }
.mainBanner .btn.style2.grid2 {
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: .9s;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}
.counterList>li { display: inline-block; vertical-align: middle; padding-right: 30px; text-align: center; }
.counterList>li.last { padding-right: 0px; }
.counterList a { width: 69px; height: 69px; overflow: hidden; background: #00000033; border-radius: 12px; border: 4px solid #00d119; line-height: 53px; color: #fff; margin-bottom: 5px; font-size: 42px; }
.counterList p { font-size: 14px; color: #fff; }
.counterList a.green { border-color: #00d119; }
.counterList a.red { border-color: #ea222c; }
.counterList a.yellow { border-color: #ffc424; }
.counterList a.skyblue { border-color: #07e5ff; }
.checkList { font-size: 0px; display: block; }
.checkList>li { width: 50%; display: inline-block; vertical-align: middle; margin-bottom: 20px; }
.checkList i { color: #16cafd; margin-right: 5px; }
.priceTag { position: absolute; left: 0px; right: 0px; margin: auto; width: 220px; height: 536px; top: -0; transform-origin: top; -webkit-animation: mymove 5s infinite; animation: mymove 5s infinite; }
@-webkit-keyframes mymove { 0%{transform: rotate(10deg);} 50%{transform: rotate(-10deg);} 100%{transform: rotate(10deg);}} 
@keyframes mymove { 0%{transform: rotate(10deg);} 50%{transform: rotate(-10deg);} 100%{transform: rotate(10deg);}} 
.priceTag p { position: absolute; left: -30px; right: 0px; margin: auto; text-align: center; bottom: 100px; font-size: 68.66px; font-weight: bold; text-shadow: 1px 5px 0 rgba(23, 23, 23, 0.35); color: #fff; }
.priceTag span { font-size: 28.89px; font-weight: 400; color: #fff; position: absolute; bottom: 60px; right: 30px; text-shadow: 1px 5px 0 rgba(23, 23, 23, 0.35); }
.formWrap {
	background: #000;
	padding: 36px 41px 40px;
	width: 435px;
	float: right;
	border-radius: 12px;
	position:relative;
}
.formWrap:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 47px solid transparent;
    border-left: 61px solid #e8ca2c;
    border-bottom: 47px solid transparent;
}
.formWrap h5{
	font-size: 30px;
    font-weight: bold;
}
.formWrap h6{
	font-size: 19px;
    padding: 11px 0 20px;
}
.field { margin-bottom: 15px; }

.field input:not([type="submit"]), .field select, .field textarea {
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    border: none;
    border-radius: 10px;
    width: 100%;
    color: #6d6d6d;
    padding: 0 15px;
    box-shadow: none;
    background: none;
}
.frmicon-box.phonecode {
    font-size: 0px;
}
.frmicon-box input#popupcountrycode {display: inline-block;width: 25%;text-align: center;vertical-align: top;border-right: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;padding: 0 5px 0 5px;}
.frmicon-box input#phoneNum2 {width: 75%;border-left: none;border-top-left-radius: 0px;border-bottom-left-radius: 0px; padding-left: 0;}
.frmicon-box select#popupformcountry { padding: 0; margin-left: 37px; width: 90%; }
.submit input[type="submit"] {font-size: 14px;cursor: pointer;font-weight: bold;padding: 0px;color: #fff;border: 0px solid #204164;width: 100%;height: 56px;line-height: 50px;    border-radius: 10px;background: rgba(29, 196, 242, 1);background: -moz-linear-gradient(top, rgba(29, 196, 242, 1) 0%, rgba(29, 196, 242, 1) 48%, rgba(52, 141, 243, 1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(29, 196, 242, 1)), color-stop(48%, rgba(29, 196, 242, 1)), color-stop(100%, rgba(52, 141, 243, 1)));background: -webkit-linear-gradient(top, rgba(29, 196, 242, 1) 0%, rgba(29, 196, 242, 1) 48%, rgba(52, 141, 243, 1) 100%);background: -o-linear-gradient(top, rgba(29, 196, 242, 1) 0%, rgba(29, 196, 242, 1) 48%, rgba(52, 141, 243, 1) 100%);background: -ms-linear-gradient(top, rgba(29, 196, 242, 1) 0%, rgba(29, 196, 242, 1) 48%, rgba(52, 141, 243, 1) 100%);background: linear-gradient(to bottom, rgba(29, 196, 242, 1) 0%, rgba(29, 196, 242, 1) 48%, rgba(52, 141, 243, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dc4f2', endColorstr='#348df3', GradientType=0);}

.mainBanner .submit input[type="submit"] {
	    background: #e8ca2c;
    color: #000 !important;
    font-size: 18px;
    border-radius: 40px;
}
.mainBanner .submit input[type="submit"]:hover {
	    background: #fff;
}

.clientList{display: block; font-size: 0px; text-align: center;}
.clientList>li{display: inline-block;vertical-align: middle;padding-right: 55px;}

.clientList>li.last{padding-right: 0px;}

.packagesDetails { background: url(../images/banner/bg-package.jpg) no-repeat top center/cover; padding-bottom: 30px; }
.iconList { display: block; font-size: 0px; text-align: center; padding: 20px 0 20px; border-top-right-radius: 10px; border-top-left-radius: 10px; background: #1c5592; }
.iconList>li { display: inline-block; vertical-align: middle; padding-right: 55px; }
.iconList>li.last { padding-right: 0px; }
.iconList .icon { display: inline-block; vertical-align: middle; margin-right: 15px; }
.iconList p { display: inline-block; vertical-align: middle; color: #fff; }
.packageList { display: block; }
.packageList>li { display: inline-block; vertical-align: top; margin-right: 20px; width: 31.9%; margin-bottom: 60px }
.packageList>li:nth-child(3n){ margin-right: 0px; }

.background { background: #76C137;
    padding: 13px;
    border-radius: 10px; }
.packageBox { padding: 40px 26px; background: #fff; text-align: left; position: relative; min-height: 523px; }
.packageBox h5 { font-size: 60px; color: #222; font-weight: bold; }
.packageBox h5 span { font-size: 30px; color: #222; display: inline-block; vertical-align: middle; margin-bottom: 15px; }
.packageBox h5 span.decimal { margin-bottom: 27px; }
ul.paraList { min-height: 190px; max-height: 200px; overflow-x: hidden; padding: 0 15px 0 0; }
ul.paraList li { position: relative; padding-left: 25px; font-weight: 600; color: #434040; font-size: 16px; }

ul.paraList li:before {
	position: absolute;
    left: 0px;
    top: 2px;
    color: #bfbfbf ;
    font-weight: 600;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f058"; }

ul.paraList li {
	margin-bottom: 12px;
	line-height: 1.3em;
}
.packageBox .btn { position: absolute; left: 0px; right: 0px; width: 80%; bottom: -28px; margin: auto; font-size: 14px; color: #fff; text-transform: uppercase; border-color: #76c137; font-weight: bold; background: #76c137;
    background: -moz-linear-gradient(top, #76c137 0%, #40992c 100%);
    background: -webkit-linear-gradient(top, #76c137 0%,#40992c 100%);
    background: linear-gradient(to bottom, #76c137 0%,#40992c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c137', endColorstr='#40992c',GradientType=0 ); }


.helpList * {-webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out;}
.helpList { display: block; font-size: 0px; text-align: center; }
.helpList>li {display: inline-block;vertical-align: top;margin-right: 30px;width: 17.8%;position: relative; vertical-align: bottom;}
.helpList>li.last { margin-right: 0px; }
.helpList .para1{font-weight: bold;line-height: 28px;color: #000;}
.helpList .sprite-icn { display: block; margin-bottom: 25px; }
.helpList .icon1:before { background-position: -1px -1px; width: 64px; height: 65px; }
.helpList .icon2:before { background-position: -67px -1px; width: 61px; height: 81px; }
.helpList .icon4:before { background-position: -132px -5px; width: 59px; height: 58px; }
.helpList .icon5:before { background-position: -195px -1px; width: 93px; height: 56px; }
.helpList .hoverDiv{position: absolute;left: 0px;top: 0px;width: 100%;padding: 20px;box-shadow: 0 6px 20px 0 rgba(0,0,0,0.10);background: #fff;height: 200px;opacity: 0;}
.helpList .hoverDiv p{font-size: 14px;color: #8e8e8e;font-weight: 400;line-height: 24px;}
.helpList .hoverDiv .para1{margin-bottom: 10px;}
.helpList>li:hover .hoverDiv{opacity: 1;}

.process { background: url(../images/banner/bg-process.jpg) no-repeat top center/cover; }
.faqList * { -webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out; }
.faqList { display: block; }
.faqList>li { display: block; margin-bottom: 10px; width: 60%; }
.faqList>li.active { width: 100%; }

.faqData { background: #fff; padding: 30px 35px; position: relative; cursor: pointer; }
.faqData span { position: absolute; width: 40px; height: 40px; display: inline-block; border-radius: 50%; font-size: 18px; font-weight: bold; color: #1c5592; text-align: center; line-height: 38px; background: #eff0f2; left: -20px; top: 24px; }
.faqData p { line-height: normal; font-weight: 600; }
.faqData i {position: absolute;right: 0;top: 5px;}
.faqData .icon1:before {background-position: -292px -5px;width: 49px;height: 77px;}
.faqData .icon2:before {background-position: -358px -1px;width: 40px;height: 52px;}
.faqData .icon3:before {background-position: -415px -1px;width: 44px;height: 52px;}
.faqData .icon4:before {background-position: -6px -83px;width: 34px;height: 47px;}
.innerData { background: #fff; padding: 0 35px 0px; display: none; }
.innerData p { font-size: 15px; color: #6e6e6e; padding-bottom: 30px; }

.testimonials { padding: 60px 0 40px; }
.testiSlider { font-size: 0px; display: block; }
.testiSlider>li { display: inline-block; vertical-align: top; }
.testiSlider>li.last { margin-right: 0px; }
.testiBox { background: #fff; padding: 40px 30px; box-shadow: 0 3px 10px 0 rgba(119, 119, 119, 0.10); margin: 20px 0; min-height: 500px; }
.testiBox p { font-size: 16px; color: #6e6e6e; line-height: 24px; margin-bottom: 25px; }
.testiBox figure { display: inline-block; margin: auto; width: 111px; height: 111px; border: 3px solid #9fa1a3; border-radius: 50%; padding: 3px; text-align: center; margin-bottom: 15px; }
.testiBox .para2 { font-weight: 600; margin-bottom: 5px; }
.testiBox p { font-size: 14px; color: #9e9e9e; }
.slick-current .testiBox { box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.10); }
.testiBox i { display: block; margin-bottom: 30px; }
.testiBox .icon1:before { background-position: -57px -83px; width: 108px; height: 77px; }
.testiBox .icon2:before { background-position: -174px -82px; width: 137px; height: 87px; }
.testiBox .icon3:before { background-position: -328px -83px; width: 136px; height: 95px; }
.clientList1 { font-size: 0px; display: block; }
.clientList1>li { display: inline-block; vertical-align: middle; padding: 0 12px; }

.cta { background: url(../images/banner/bg-cta.jpg) no-repeat top center/cover; text-align: center; }
.cta h4 { color: #fff; }
.cta .ctaBtn { border: 4px solid #ebd0d0; border-radius: 50px; padding: 8px 57px; font-size: 18px; font-weight: bold; color: #fff; background: #f92833; }
.cta .ctaBtn:hover{    background: #960508;}
.contactList{font-size: 0px; display: block;}
.contactList>li{display: inline-block;vertical-align: middle; padding: 0 30px;position: relative;}
.contactList>li:before{content: ""; width: 1px; height: 22px; background: rgba(0,0,0,0.1);position: absolute;right: 0px; top: 0px; bottom: 0px; margin: auto;}
.contactList a{font-size: 16px; color: #fff;font-weight: 500; text-transform: uppercase;}
.contactList a:hover{color: #000;}
.contactList a i{color: #ffde00;margin-right: 10px;}




.formSec { background: url(../images/banner/bg-formSec.jpg) no-repeat top center/cover; padding: 60px 0 90px; }
.formSec .para1 { color: #fff; font-weight: 400; }

input[type="submit"] { width: 100%; min-width: 100%; font-size: 16px; color: #161616; text-transform: uppercase; border-color: #c6aa48; font-weight: 600; margin-bottom: 0px;    border-radius: 10px; cursor: pointer; }
.customradio { display: inline-block; position: relative; padding-left: 30px; margin-bottom: 0px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #ffffff; vertical-align: middle; font-weight: 400; line-height: 25px; }
.customradio input[type=radio] { position: absolute; opacity: 0; cursor: pointer; }
.checkmark { position: absolute; top: 3px; left: 0; height: 20px; width: 20px; border-radius: 0; background-color: #dadada; border: 2px solid indigo; }
.customradio input[type=radio]:checked ~ .checkmark { background: #8235b2; }

.formSec .field input,.formSec .field select,.formSec .field textarea{ border:none; }
.formSec .field, 
.formSec .field,
.formSec .field textarea{
	background:#fff;
	border-radius:6px;
	
}
.formSec .newcountrycode span {
    top: 18px;
}
.formSec .frmicon-box input#popupcountrycode {
    width: 12%;
}
.formSec .frmicon-box input#phoneNum2 {
    width: 88%;
}

.field textarea{height: 209px;line-height: 22px;padding: 15px 15px;}

.formSec .frmicon-box{display: block;}


/* Pop Up CSS */
.popup { width: 714px; position: fixed; margin: auto; left: 0; right: 0; top: 0; max-height: 339px; bottom: 0; margin: auto; z-index: 9999; display: none; }
.popup:before { content: ""; width: 754px; height: 354px; opacity: 0.1; border-radius: 10px; background-color: #ffffff; position: absolute; left: 0; top: 40px; bottom: 0; margin: auto; left: -20px; right: 0; z-index: -1; }
.innr-popup { background: url(../images/popup-bg.png) top left no-repeat #FFF; padding: 60px;}
.innr-popup .mn-hd2 { font-size: 42px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #222f3e; }
.innr-popup .price-popup { font-size: 21px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #222f3e; margin: 5px 0 20px; }
.popup:after { content: ""; width: 794px; height: 314px; opacity: 0.1; border-radius: 10px; background-color: #ffffff; position: absolute; top: 40px; bottom: 0; margin: auto; left: -40px; right: 0; z-index: -1; }
.price-popup { font-size: 21px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #222f3e; margin: 5px 0 20px; }
.popup-close {
	width: 40px;
    height: 40px;
    background-color: rgb(255, 0, 26);
    position: absolute;
    right: -42px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 100%;
    cursor: pointer;
}
.popup-bdy .frmicon-box { width: 48%; margin-bottom: 16px; }
.frmicon-box {  box-shadow: 0 10px 20px 0 rgba(33, 33, 33, 0.05); display: inline-block; }
.popup-bdy .frmicon-box:nth-child(odd) { margin-right: 2%; }
.popup-bdy label { display: none; }
.frmicon-box input,
.frmicon-box select,
.frmicon-box textarea { width: 100%; padding: 16px 20px; /*font-size: 16px; font-weight: 600;*/ font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #9ca0a9; background: transparent;}
.popup-bdy button.popupformsubmit { margin: 30px 0 -100px; }
.mn-btn { font-size: 16px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; display: inline-block; padding: 18px 44px; border-radius: 27.5px; border: 0px; background-image: linear-gradient(to bottom, #16cef1, #4860f9); box-shadow: 0 3px 6px 0 rgba(60, 64, 198, 0.39), inset 0 3px 0 0 rgba(99, 234, 245, 0.2), inset 0 -2px 0 0 #444fe2; border: 1px solid #16cef1; transition-duration: .3s; }
.black-layout {
	position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 999; 
	display: none;
}
.popup .frmicon-box input,
.popup .frmicon-box select,
.popup .frmicon-box textarea{border: none; background: #fff;}

.popup.popup03 { width: 983px; max-height: 560px;top: 0px; z-index: 9999; }
.popup.popup03 .innr-popup {     padding: 40px 76px;
    background: url(../images/bg-popup.png) no-repeat top center;
    height: 605px;
    text-align: left; }
.popup.popup03 .innr-popup .mn-hd2 { font-size: 32px; color: #1c5592; text-align: left; }
.popup.popup03 .popup-close { top: -45px; }
.popup.popup03 .innr-popup .price-popup { text-align: left; font-size: 18px; color: #696969; font-weight: 500; margin-bottom: 22px; padding-right: 27px; line-height: 1.4em;}

.popup.popup03 .popup-bdy .frmicon-box{    width: 100%; margin-right: 0px; border: 1px solid #ccc;}

.popRate {
	position: absolute;
    right: 170px;
    left: 0;
    top: 50px;
    width: 115px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    padding: 8px 20px 13px;
    text-align: left;
    margin: auto;
    z-index: 1;
    background: #404452;
}


.popup input:not([type="submit"]), .popup select, .popup textarea{font-size: 14px;
    line-height: 46px;
    height: 46px;
   
    border-radius: 10px;
    width: 100%;
    color: #6d6d6d;
    padding: 0 15px;}

.popup.popup03 input:not([type="submit"]), 
.popup.popup03 select, 
.popup.popup03 textarea {
	font-size:16px;
    height: 54px;
    border-radius: 0;
}

.homeform .submit input[type="submit"] {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f26d1d+0,f65d35+100 */
        background: #1ebdf2;
    background: -moz-linear-gradient(left, #f26d1d 0%, #f65d35 100%);
    /* background: -webkit-linear-gradient(left, #f26d1d 0%,#f65d35 100%); */
    /* background: linear-gradient(to right, #f26d1d 0%,#f65d35 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26d1d', endColorstr='#f65d35',GradientType=1 );
    box-shadow: 0 3px 1px 0px #00000059;
    font-size: 20px;
}


.bluebar h5 {
    font-size: 18px;
    color: #FFF;
    line-height: 23px;
}

.bluebar {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #1c5592;
    padding: 25px 18px;
    box-shadow: 0 6px 13px 3px #0000004d inset;
}

.bluebar h5 span {
    font-size: 14px;
    display: block;
    font-weight: 200;
}

.bluebar ul li {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: 200;
    width: 19%;
    text-align: center;
    line-height: 24px;
}

.bluebar ul li span {
    display: block;
    font-size: 22px;
    color: #f3d425;
    font-weight: 500;
}

.bluebar .col-md-9 {
    padding: 0px;
}

.mn-btn:hover {
    background: #fcad69;
    border-color: transparent;
    box-shadow: 0px 0px;
}

.alreadyerror {
    font-size: 12px;
    color: #ea222c;
    position: relative;
    top: -3px;
    text-align: center;
}

.alreadyerror a {
    font-size: 12px;
    color: #ea222c;
}


.hdr-txt {
	font-size: 22px;
	color: #ffffff;
	text-transform: capitalize;
}
.hdr-txt strong {
    font-size: 34px;
    color: #ffc424;
}




.side-bar-sm-frm {
    position: fixed;
    z-index: 999;
    top: 13%;
    right: -376px;
    transition: all 0.4s ease;
    display: none;
}

.side-bar-sm-frm.rght-open.openfrm {
    display: inline-block;
}


.side-body {
	padding: 33px 20px 32px 80px;
    background: #f9f9f9;
    box-shadow: 0 0 10px 2px #00000052;
    width: 431px;
}

.side-body .row {
    margin: 0px;
}

.side-head {    
    background: #000;
    padding: 9px 0;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: -181px;
    top: 110px;
    margin: auto;
    transform: rotate(-90deg);
    text-align: center;
    width: 418px;
    cursor: pointer;
    height: 58px;
    bottom: 110px;
    z-index: 999;
}
.side-head strong {
    color: #76c137;
    font-weight: bold !important;
    font-size: 33px;
}
.side-head span {
	display: inline-block;
    padding: 16px;
    background: #76c137;
    position: absolute;
    top: 0;
    right: 0;
}

.side-body input[type="submit"] {
    background: #56cbf1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #56cbf1 0%, #3891ee 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#56cbf1), color-stop(100%,#3891ee));
    background: -webkit-linear-gradient(left, #56cbf1 0%,#3891ee 100%);
    background: -o-linear-gradient(left, #56cbf1 0%,#3891ee 100%);
    background: -ms-linear-gradient(left, #56cbf1 0%,#3891ee 100%);
    background: linear-gradient(to right, #56cbf1 0%,#3891ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56cbf1', endColorstr='#3891ee',GradientType=1 );
    display: block;
    padding: 17px 50px;
    border-radius: 32px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    width: auto;
    min-width: auto;
}


.side-body .field select {
    padding: 0;
    margin-left: 29px;
    width: 91.1%;
}
.side-body .newcountrycode span {
    top: 18px;
}

.side-bar-sm-frm.rght-open.active {
    right: 0;
    z-index: 11111;
}

.side-bar-sm-frm.rght-open.active i.fa-chevron-up{    transform: rotate(180deg); -webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out;}


.side-bar-sm-frm.lft-open {
    right: initial;
    left: -376px;
}

.side-bar-sm-frm.lft-open .side-head {
    right: -535px;
    width: 296px;
    top: 120px;
    background: #ffae00;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: capitalize;
    text-align: left;
    padding: 16px 14px;
}

.side-bar-sm-frm.lft-open .side-head i {
    display: inline-block;
    padding: 16px;
    background: #373c33;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    height: 100%;
    transform: rotate(-180deg);
}

.side-bar-sm-frm.lft-open .side-body {
    padding: 24px 80px 24px 20px;
}

.side-bar-sm-frm.lft-open.active {
    left: 0px;
    z-index: 11111;
}

.side-bar-sm-frm.lft-open.openfrm {
    display: block;
}

.ban-txt a {
    position: relative;
    z-index: 1;
}
.purple-ban-btn {
	position: relative;
    z-index: 1;
    background: #8235b2;
    padding: 14px 28px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-top: 13px;
    border-radius: 5px;
    border: 2px solid #8235b2;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    font-weight: 600;
    margin-top: 20px;
	
	animation-iteration-count: 1;
    animation-name: tada;
    animation-duration: .9s;
    animation-fill-mode: both;
	animation-delay: 1.6s;
}
.purple-ban-btn:hover {
	animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: .9s;
    animation-fill-mode: both;
	animation-delay: 0.1s;
}

.side-bar-sm-frm.rght-open .side-body {
    padding: 16px 20px 16px 80px;
}

.side-body h5 {
    margin: 0 0 17px;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
}
.side-body .field {
        margin-bottom: 6px;
    border: 1px solid #dedede;
}

.mainBanner .mn-h1 span {
    display: none;
}


.ic-links a {
	text-align: left;
    color: #fff;
    position: relative;
    font-weight: 300;
    padding-left: 50px;
    line-height: 1.2;
    margin: 0 17px;
}
.ic-links a span{
	display: block;
    font-size: 20px;
    font-weight: 600;
    padding-top: 3px;
}
.ic-links a:before {
	background:url(../images/chat-icon.png);
	width:40px;
	height:40px;
	position:absolute;
	top:5px;
	left:0;
	content:"";
}
.phone-ic:before {
	background:url(../images/call-icon.png) !important;
}
.newcountrycode span {
    top: 21px;
}
.submit p {
    text-align: center;
    padding-top: 6px;
}
.portfolio-box li {
	padding: 0;
    overflow: hidden;
}
.portfolio-box li a {
	line-height:0;
}
.portfolio-box li a img {
    transition-duration: 0.3s;
	    max-width: 100%;
}
.portfolio-box li a span {
    display: none;
    border: 0;
}
.portfolio-box li a:hover {
    transform: scale(1.12);
    z-index: 2;
    transition-duration: .3s;
}
.mainBanner .field input:not([type="submit"]), 
.mainBanner .field select, 
.mainBanner .field textarea {
	font-size: 18px;
    line-height: 46px;
    height: 52px;
    width: 100%;
    color: #fff;
    padding: 0 25px;
    background: none;
	border: none;
}
.mainBanner .field, 
.mainBanner .field, 
.mainBanner .field {
    border: 2px solid #ffffffb3;
	border-radius: 43px;
}
.mainBanner .field select option {
	color:#333;
}


.portfolio-box {
	position:relative;
}
.portfolio-box .slick-dots li button {
    height: 15px;
    width: 15px;
}
/*.portfolio-box .slick-prev, 
.portfolio-box .slick-next {
	position: absolute;
    top: 134px;
    background: #000;
    border: none;
    padding: 17px;
	text-indent:-9999px;
    color: #fff;
}*/

#countdownTimer .innr-div {
        width: 69px;
        height: 69px;
        overflow: hidden;
        background: #00000033;
        border-radius: 12px;
        border: 4px solid #00d119;
        line-height: 53px;
        color: #fff;
        margin-bottom: 5px;
        font-size: 30px;
        text-align: center;
}

#countdownTimer .innr2 {
    border-color: #ea222c;
}

#countdownTimer .innr3 {
    border-color: #ffc424;
}

div#countdownTimer>div {
    display: inline-block;
    margin: 0 30px 0 0;
    text-align: center;
}

div#countdownTimer div:first-child .innr-div {
    border-color: #59abe2;
}



@media (max-width: 824px){
	
	.btnWrap {
    display: block;
    text-align: right;
    display: none;
}
.formWrap:before {
    top: 14px;
    border-top: 25px solid transparent;
    border-left: 36px solid #e8ca2c;
    border-bottom: 25px solid transparent;
}
header.header.fixed.slideDown .logo img {
    max-height: auto;
    width: 103px;
}
.field select#popupformcountry {
    padding: 0 14px;
    width: 85%;
}
.portfolio-box li {
    width: 50%;
}

    .mainBanner .mn-h1 span {
        display: inline-block;
    }
    header.header.fixed.slideDown .btnWrap {
        display: none;
    }
    .header .logo {
        margin-bottom: 0;
    }
    header.header.fixed.slideDown {
        padding: 7px 0 3px;
    }
    .side-bar-sm-frm.rght-open.openfrm {
        display: none;
    }
    .bluebar {
        display: none;
    }	
    ul.paraList p {
        font-size: 2vh;
    }
    .mainBanner .break_col.resSpace {
    	background: #0000004f;
        padding: 12px 30px 27px;
        margin-top: 9px;
    }
    header .logo img {
        width: 120px;
    }
    .header {
        padding: 13px 0;
    }	
	.fit-content { max-width: 100%; }
	.priceTag,
	.counterList,
	.spacebr br+br,
	p br,
	span.arrows { display: none !important; }
	.break_col { flex: 100%; max-width: 100%; justify-content: start !important; align-items: flex-start !important; text-align: left !important; }
	.btnWrap {text-align: center; margin-top: 8px; }
	.header { padding: 6px 0; }
	.btnWrap>li { padding: 0px 0 15px; }
	.mainBanner { height: auto; padding: 60px 0 30px; }
	.mn-h1,
	.mn-h2,
	.packageBox h5,
	.packageBox h5 span,
	.mn-h3 { font-size: 4vh; line-height: normal; }
	p,
	a,
	.helpList .hoverDiv p,
	.para1,
	.para2,
	.innerData p,
	.testiBox p,.para { font-size: 2.6vh; line-height: normal; }
	.pad-sec,
	.iconList,
	.testimonials,
	.formSec { padding: 2vh 0; }
	.logo,
	.field,
	.checkList>li,
	.resSpace,
	.mn-h3,
	.helpList .hoverDiv .para1,
	.testiBox i,
	.testiBox p,
	.testiBox figure,
	.customradio { margin-bottom: 2vh; }
	.checkList>li { width: 100%; }
	.btn.style2 { font-size: 14px; }
	.newcountrycode span { left: 21px; top: 17px; }
	.field select#popupformcountry { padding: 0 40px; }
	.frmicon-box input#popupcountrycode,
	.frmicon-box input#phoneNum2,
	.packageBox h5 span.decimal,
	.packageBox h5 span { margin-bottom: 0px; }
	.packageBox h5 span { vertical-align: top; }
	.packageBox { padding: 20px 15px; min-height: auto; }
	ul.paraList { min-height: 150px; max-height: 160px; }
	.packageBox .btn { position: relative; left: 0px; right: 0px; width: 100%; bottom: 0; margin: auto; margin-top: 2vh; }
	.packagesDetails { padding-bottom: 2vh; }
	.helpList .hoverDiv { height: auto }
	.faqData { padding: 20px 30px; }
	.innerData { padding: 0 30px; }
	.innerData p { padding-bottom: 20px; }
	.faqData span { top: 10px; }
	.faqList>li { width: 100%; }
	.faqData i { top: 4px; }
	.testiBox { min-height: auto; padding: 20px; }
	.btnWrap .btn { min-width: 140px; line-height: 35px; height: 40px; font-size: 10px; }
	.header .logo { display: block; text-align: center; }
	.checkList>li { margin-bottom: 0.8vh; }
	.checkList>li.last { margin-bottom: 0px; }
	.btn { padding: 10px 20px; }
	.formWrap { width: 100%; padding-left: 20px; padding-right: 20px; border-radius: 15px; padding: 20px; height: auto; }
	.formWrap h6 { box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) }
	.formWrap h5 {     margin-top: -5px;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.1em; }

    .mainBanner .field input:not([type="submit"]), .mainBanner .field select, .mainBanner .field textarea {
        font-size: 15px;
        height: 38px;
    }

    .slick-dots li button {
        border-color: #dab004;
    }

    .slick-dots li.slick-active button {
        background: #dab004;
    }

    ul.slick-dots li {
        margin: 0 1px;
    }

    .popup {
        width: 93%;
    }

    .innr-popup {
        padding: 12px 20px;
    }

    .popup-close {
        top: -4px;
        right: 0px;
        background-color: #0000005e;
    }

    .innr-popup .mn-hd2 {
        font-size: 24px;
        line-height: 32px;
    }

    .popup-bdy .frmicon-box {
        width: 100%;
        margin: 0 0 13px;
        border: 1px solid #00000045;
        border-radius: 8px;
    }

    .popup .frmicon-box input, .popup .frmicon-box select, .popup .frmicon-box textarea {
        padding: 13px;
        font-size: 12px;
        height: 40px;
    }

    .mn-btn {
        font-size: 14px;
        padding: 12px 32px;
    }

    .innr-popup .price-popup {
        margin: 3px 0 8px;
        font-size: 18px;
    }

    .popup.popup03 .innr-popup {
        background: #FFF;
        padding: 20px;
        height: auto;
    }

    .popup.popup03 {
        width: 95%;
    }

    .popup.popup03 .popup-close {
        top: -20px;
        right: -4px;
    }

    .popup.popup03 .innr-popup .mn-hd2 {
        font-size: 20px;
    }

    .popRate {
        right: 0;
        left: 0;
        font-size: 18px;
        width: 90px;
        height: auto;
        padding: 7px;
        top: -18px;
        border-radius: 3px;
        text-align: center;
    }

    div#countdownTimer .innr-div {
        font-size: 15px;
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 32px;
        border-width: 2px;
        margin: 0 0;
    }

    div#countdownTimer>div {
        margin: 0 8px 0 0;
    }
}
