* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure,
address,
iframe {
    margin-top: 0;
    margin-bottom: 0;
}

body {
    font-family: 'Nunito', sans-serif;
}

p {
    color: #697686;
    font-size: 18px;
    font-weight: 400;
}

h1 {
    color: #081e39;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    color: #081e39;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

header {
    background: #fff;
}

header .header_top {
    background: rgba(0, 108, 255, 1);
    background: #f4f4f4;
    padding: 8px 0 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
header .header_top p{
    color: #081e39;
}
header .header_top p span{
    color: #006cff;
}
header .header_top ul li {
    display: inline-block;
}

header .header_top .email-whatsapp ul li {
    margin-right: 15px;
}

header .header_top ul li a img {
    width: 15px;
    margin-right: 5px;
}

header .header_top ul li a img.br_3 {
    border-radius: 3px;
}

header .header_top ul li a img.br_5 {
    border-radius: 5px;
}

header .header_top ul li a {
    color: #081e39;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

header .header_top ul li a i {
    font-size: 14px;
    padding-right: 4px;
}

header .header_top .text-right ul li {
    padding-left: 4px;
    margin-right: -6px;
}

header .header_top ul li a:hover {
    color: #006cff;
    text-decoration: underline;
}

header .header_top .text-right ul li img:hover {
    box-shadow: 0 0 5px 0 rgba(20, 20, 20, 0.71);
    border-radius: 50%;
}

header nav img {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    width: 80px;
}
header nav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #081e39;
    padding: 0 20px;
    line-height: 86px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

header nav .navbar-nav .nav-item:hover .nav-link,
header nav .navbar-nav .nav-item .nav-link.active {
    color: #006cff;
}
header .navfixed nav .navbar-nav .nav-item .nav-link{
    line-height: 70px;
}
/* megamenu start here */
header nav .navbar-nav .nav-item .megamenu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
    z-index: 999;
    padding: 30px 15px 30px 0px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

header nav .navbar-nav .nav-item:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

header nav .navbar-nav .nav-item .megamenu ul {
    border-right: 1px solid rgba(78, 75, 75, 0.4);
    padding-right: 0px;
}

header nav .navbar-nav .nav-item .megamenu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    display: block;
    padding: 0px 0 0px 20px;
    position: relative;
    margin-top: 5px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    z-index: 999;
}

header nav .navbar-nav .nav-item:hover .megamenu ul li a {
    padding: 8px 0 8px 20px;
}

header nav .navbar-nav .nav-item .megamenu ul li a i {
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 13px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

header nav .navbar-nav .nav-item:hover .megamenu ul li a i {
    top: 14px;
}

header nav .navbar-nav .nav-item .megamenu ul li a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #006cff;
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

header nav .navbar-nav .nav-item .megamenu ul li a:hover {
    color: #000;
    color: #fff;
}

header nav .navbar-nav .nav-item .megamenu ul li a:hover:after {
    width: 100%;
}

header nav .navbar-nav .nav-item .megamenu .indicator {
    position: absolute;
    left: 442px;
    top: -8px;
    background: #f8f8f8;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

/* megamenu ends here */
header nav .right-part li {
    display: inline-block;
    padding-top: 2px;
}

header nav .right-part li a {
    font-size: 18px;
    font-weight: 600;
    color: #081e39;
    padding: 0 10px;
    line-height: 50px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

header nav .right-part li a:hover {
    color: #006cff;
}

header nav .right-part li a.active {
    background: #006cff;
    padding: 0 30px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}

header nav .right-part li a.active:hover {
    box-shadow: 0px 20px 40px 0px rgba(43, 118, 221, 0.4);
}

header .navfixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}
header .navfixed nav .navbar-nav .nav-item:hover .megamenu{
    margin-top: 8px;
}
header .navigation {
    background: #fff;
}

/* ============================= mobile navigation start*/
.mobile {
    background: #e6e3e3;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999999 !important;
    /*    box-shadow:inset 0 0 5px 0 rgba(0, 0, 0, 0.1);*/
}

.mobile img {
    width: 50px;
    margin-right: 15px;
}

.mobile a {
    font-size: 15px;
    color: #fff;
}

.mobile_nav {
    position: absolute;
    top: 4px;
    z-index: 9999 !important
}

#menuToggle {
    display: block;
    position: relative;
    top: 17px;
    left: 15px;
    z-index: 99999999 !important;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 6px;
    position: relative;
    background: #1f1f1f;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(0px, 3px);
    -moz-transform: rotate(45deg) translate(0px, 3px);
    -ms-transform: rotate(45deg) translate(0px, 3px);
    -o-transform: rotate(45deg) translate(0px, 3px);
    transform: rotate(45deg) translate(0px, 3px);
    background: #232323;
    width: 25px;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -moz-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    -o-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    -moz-transform: rotate(-45deg) translate(0, -1px);
    -ms-transform: rotate(-45deg) translate(0, -1px);
    -o-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 340px;
    margin: -115px 0 0 -50px;
    padding: 40px 15px 20px 55px;
    padding-top: 125px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    box-shadow: 0 3px 5px 0px rgb(0 0 0 / 15%);
}

#menu li {
    padding: 0;
}

#menu li a {
    color: #081e39;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
}

#menu li:last-child a {
    border-bottom: 0;
}

#menu li.active a {
    color: #006cff;
}

#menu li a:hover {
    color: #006cff;
}

#menu li a i {
    padding-left: 2px;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

#menu .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    margin-bottom: 0;
}

#menu .card .btn-link,
#menu .card-header .btn-link.collapsed {
    font-weight: 700;
    color: #081e39;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

#menu .card-header .btn-link {
    color: #006cff;
}

#menu {
    overflow-y: scroll;
    height: 490px;
}

#menu .card-body ul li a {
    font-size: 15px;
    padding: 7px 0;
}

#menu .card-body {
    padding: 0 15px 0;
    border-bottom: 1px solid #f4f4f4;
}

/* ============================= mobile navigation ends*/
/* header css ends here */
.banner{
    position: relative;
}
.banner .container{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    padding: 15px;
}
.banner .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .slick-dots li{
    display: inline-block;
}
.banner .slick-dots li button{
    font-size: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
    border: 0;
}
.banner .slick-dots li.slick-active button{
    background: #006cff;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.32);
}
.transfering-method {
    background: #eef5ff;
    background: url(../images/about.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 15px;
}
.transfering-overlay {
    padding: 80px 0 70px;
    background: rgba(255, 255, 255, 0.6);
}

.transfering-method .contents img {
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    width: 90px;
}
.transfering-method .contents img.guaranteed{
    background: #0cc3f0;
    box-shadow: 0px 6px 12px 0px rgb(59 190 255 / 49%);
}
.transfering-method .contents img.affordable{
    background: #F23674;
    box-shadow: 0px 6px 12px 0px rgb(242 54 116 / 50%);
}
.transfering-method .contents img.professionals{
    background: #15DE9B;
    box-shadow: 0px 6px 12px 0px rgb(21 222 155 / 47%);
}
.transfering-method .contents img.fast-delivery{
    background: #AE23F5;
    box-shadow: 0px 6px 12px 0px rgb(198 86 255 / 47%);
}
.transfering-method .contents h3 {
    color: #081e39;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0 5px;
    text-transform: capitalize;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.transfering-method .contents:hover h3{
    color: #006cff;
}
.transfering-method .contents:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.transfering-method .contents p {
    padding: 0 20px;
    font-size: 16px;
}
/* transfering-method part css ends here */
.about-us {
    background: #fff;
    padding: 90px 0 0;
}

.about-us h1 {
    /*	padding-bottom: 30px;*/
}

.about-us h5.sub_heading {
    color: #6e7379;
    font-size: 26px;
    padding-bottom: 30px;
}

.about-us .about-rce {
    padding-bottom: 50px;
}

.about-us .about-rce p {
    padding-right: 30px;
    text-align: justify;
}
.about-us .about-rce a.more{
    margin-top: 30px;
}
.about-us .about-rce img {
    margin-top: 10px;
}

.about-us h2 {
    padding-bottom: 30px;
}

.about-us .strengths {
    padding-right: 30px;
}

.about-us .strengths .p6 {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    margin-bottom: 15px;
}

.about-us .contents .texts strong {
    display: block;
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: -3px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.about-us .contents .texts span {
    display: block;
    color: #676767;
    font-size: 14px;
    font-weight: 400;
}

.about-us .contents .texts {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
/*    box-shadow: 0 3px 6px 0 rgb(255 76 76 / 10%);*/
    padding: 32px 5px;
    background: #f9f9f9;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.about-us .contents .texts:hover strong {
    color: #006cff;
}

.about-us .contents .texts img {
    height: 40px;
}

.card {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    margin-bottom: 11px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.card .card-header {
    border-bottom: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
}

.card-body {
    padding: 0 15px 30px;
}

.card .btn-link,
.card-header .btn-link.collapsed {
    background: none;
    border: 0;
    border-radius: 0;
    letter-spacing: normal;
    color: #545454;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 25px 12px 15px;
    line-height: normal;
    position: relative;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    white-space: inherit;
}

.card .btn-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.card-header .btn-link {
    font-weight: 700;
    color: #006cff;
}

.card-header .btn-link:hover {
    color: #006cff;
    font-weight: 700;
}

.card-header .btn-link i {
    position: absolute;
    right: 15px;
    top: 16px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header .btn-link.collapsed i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* about-us css ends here */
.services {
    padding: 80px 0;
}

.services .service_text p {
    padding: 20px 0 60px;
}

.services .rce-service-image {
    background: #f9f9f9;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}

.services .text {
    padding: 10px 15px 30px;
    text-align: center;
}

.services .text.min-252 {
    min-height: 252px;
}

.services .text h3 a {
    font-size: 19px;
    color: #282828;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.services .text p {
    font-size: 16px;
    padding-bottom: 15px;
}

.services .text a {
    color: #535557;
    color: #006cff;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.services .text a:hover {
    color: #006cff;
}

.services .text:hover h3 a {
    color: #006cff;
}

.services .text a:hover {
    text-decoration: underline;
}

a.more {
    background: #006cff;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 4px;
    transition: all linear 0.3s;
}

a.more:hover {
    box-shadow: 0px 20px 40px 0px rgba(43, 118, 221, 0.4);
}

/* services part css ends here */
.pricing-plan {
    background: url(../images/pricing-background.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.pricing-plan .pricing-overlay{
    background: rgba(13, 26, 51, 0.9);
    background-size: cover;
    padding: 100px 0;
}

.pricing-plan h2 {
    padding-bottom: 70px;
    color: #fff;
/*    color: #081e39;*/
}

.pricing-plan .contents {
    background: #fff;
    padding: 40px 0 50px;
    border-radius: 10px;
    box-shadow: 0px 30px 70px 0px rgba(3, 15, 44, 0.08);
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    text-align: center;
}

.pricing-plan .contents h3 {
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.pricing-plan .contents h3 span {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    right: 0px;
    bottom: -10px;
}

.pricing-plan .contents.starting h3 {
    color: #ff0054;
}
.pricing-plan .contents.starting{
/*    border: 2px solid #ff0054;*/
}
.pricing-plan .contents.basic h3 {
    color: #006cff;
}

.pricing-plan .contents.basic{
/*    border: 2px solid #006cff;*/
}

.pricing-plan .contents.advance h3 {
    color: #ffb400;
}

.pricing-plan .contents.advance{
/*    border: 2px solid #ffb400;*/
}

.pricing-plan .contents h4 {
    color: #132339;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.pricing-plan .contents ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}

.pricing-plan .contents ul li {
    color: #697686;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    padding-right: 10px;
    transition: all linear 0.3s;
}

.pricing-plan .contents ul li:hover {
    background: #f0eeee;
    color: #081e39;
    border-radius: 3px;
}

.pricing-plan .contents ul li span {
    float: right;
    font-weight: 700;
    font-size: 15px;
    color: #006cff;
}

.pricing-plan .contents ul li i {
    position: absolute;
    left: 10px;
    top: 9px;
    color: #697686;
    width: 20px;
    height: 20px;
    border: 2px solid #697686;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
}

.pricing-plan .contents p {
    text-align: center;
    margin-top: 45px;
}

.pricing-plan .contents p a {
    border: 2px solid #bcd8ff;
    border-radius: 4px;
    display: inline-block;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 30px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #006cff;
}

.pricing-plan .contents:hover p a {
    background: #006cff;
    color: #fff;
    border-color: #006cff;
}

.pricing-plan .contents:hover {
    border-color: #bcd8ff;
}

/* pricing-plan css ends here */
.how_it_works {
    padding: 90px 0 30px;
}

.how_it_works h2 {
    padding-bottom: 60px;
}

.how_it_works .contents {
    box-shadow: 0 3px 6px 0 rgba(255, 76, 76, 0.1);
    margin-bottom: 60px;
    text-align: center;
    padding: 30px 10px;
    min-height: 242px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.how_it_works .contents img {
    width: 50px;
}

.how_it_works .contents h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.how_it_works .contents:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 108, 255, 0.1);
}

.how_it_works .contents:hover h3 {
    color: #006cff;
}

.next_step_image {
    position: relative;
}

img.next_steps {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 40px;
}

.how_it_works .contents p {
    font-size: 16px;
}

/* how_it_works css ends here */
.ceo-message {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.ceo-message:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #eef5ff;
}

.ceo-message h2 {
    padding-bottom: 60px;
}

.ceo-message .contents {
    padding: 40px 15px;
}

.ceo-message .contents p {
    color: #697686;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: justify;
    padding-right: 15px;
}

.ceo-message .contents h4 {
    color: #006cff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 7px;
}

.ceo-message .contents h5 {
    color: #257ff8;
    font-weight: 600;
    font-size: 14px;
}

.ceo-message .message {
    background: #fff;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ceo-message img {
    position: absolute;
    top: 47px;
    right: 30px;
    border: 5px solid #e0e0e0;
}

/* ceo-message css ends here */
.blogs {
    padding: 80px 0;
}

.blogs .text p {
    padding: 10px 30px 70px;
    font-size: 18px;
}

.blogs figure {
    border: 1px solid #ecf1fc;
    padding: 5px;
    border-radius: 4px;
}

.blogs figure img {
    border-radius: 4px;
}

.blogs figure figcaption {
    padding: 0 15px 30px;
}

.blogs figure figcaption {
    padding: 0 15px 30px;
}

.blogs figure figcaption h4 a {
    display: block;
    color: #3c3b3b;
    font-weight: 700;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.blogs figure figcaption h4 a:hover {
    color: #006cff;
}

.blogs figure figcaption ul li {
    display: inline-block;
    color: #757f8d;
    padding-right: 15px;
}

.blogs figure figcaption ul li a {
    color: #757f8d;
    font-weight: 400;
    font-size: 16px;
}

.blogs figure figcaption ul li a i {
    font-size: 12px;
    padding-right: 5px;
}

.blogs figure figcaption p {
    padding-top: 25px;
    font-size: 18px;
    padding-bottom: 30px;
}

.blogs figure figcaption a {
    color: #006cff;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.blogs figure figcaption a i {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.blogs figure figcaption a:hover i {
    padding-left: 5px;
}
/* blogs css ends here */
/* blog-details css start here */
.blog-details{
    padding: 80px 0;
}
.blog-details h2{
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #006cff;
}
.blog-details h6{
    color: #595959;
    font-weight: 400;
    font-size: 14px;
}
.blog-details h6 a{
    color: #595959;
    font-weight: 600;
}
.blog-details h3{
    font-size: 22px;
    color: #006cff;
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: 400;
}
.blog-details p{
    padding-top: 15px;
}
.blog-details form h5{
    font-size: 17px;
    color: #081e39;
    padding-top: 30px;
    font-weight: 600;
}
.blog-details form .blog_field{
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    background: #fcfcfc;
    color: #081e39;
    font-size: 16px;
    font-weight: 400;
}
.blog-details form textarea.blog_field{
    height: 150px;
    resize: none;
}
.blog-details form .comment_send{
    background: #006cff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 0;
    line-height: 42px;
    padding: 0 25px;
    border-radius: 4px;
    margin-top: 20px;
    letter-spacing: 2px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}
.blog-details form .comment_send:hover{
    box-shadow: 0px 20px 40px 0px rgb(43 118 221 / 40%);
}
.blog-details .brief_contents ul{
    padding-left: 10px;
}
.blog-details .brief_contents ul li{
    font-size: 16px;
    font-weight: 400;
    color: #697686;
    position: relative;
    padding-top: 10px;
}
.blog-details .brief_contents ul li i{
    font-size: 15px;
    padding-right: 5px;
}
.blog-details .brief_contents .pb_20{
    padding-bottom: 20px;
}
.blog-details .right-side{
    background: #fcfcfc;
    padding: 30px 15px;
}
.blog-details .right-side h4{
    font-size: 18px;
    color: #006cff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.blog-details .right-side ul{
    padding-bottom: 30px;
}
.blog-details .right-side ul li a{
    color: #081e39;
    font-weight: 400;
    display: block;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.blog-details .right-side ul li a:hover{
    color: #006cff;
}
.blog-details .right-side ul li:last-child a{
    border-bottom: 0;
}
/* blog-details css ends here */
.testimonial {
    position: relative;
    background: url(../images/adobe-pixels-testimonial.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials-overlay{
    background: rgba(0, 108, 255, 0.3);
    padding: 130px 0;
}

.testimonial:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #eef5ff;
    top: 0;
    left: 0;
    z-index: -2;
}

.testimonial .contents .feedbacks {
    position: relative;
}
.testimonial .contents .feedbacks img{
    width: 100px;
}
.testimonial .feedbacks i.quote_icon {
    font-size: 80px;
    color: rgba(251, 251, 251, 0.24);
    position: absolute;
    left: 5px;
    top: 75px;
    z-index: -1;
}

.testimonial .contents img {
    border-radius: 50%;
    display: inline-block;
}

.testimonial .contents p {
    color: #6a727f;
    color: #fbfbfb;
    font-size: 18px;
    line-height: 30px;
    padding: 25px 0 40px;
}

.testimonial .contents h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.testimonial .contents h5 {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
}

.testimonial .contents i.right-arrow,
.testimonial .contents i.left-arrow {
    position: absolute;
    top: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #e3e3f2;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    z-index: 111;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
    background: #006cff;
}

.testimonial .contents i.left-arrow {
    left: -180px;
}

.testimonial .contents i.right-arrow {
    right: -180px;
}

.testimonial .contents i.right-arrow:hover,
.testimonial .contents i.left-arrow:hover {
    background: #006cff;
    color: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 108, 255, 0.3);
}

/* testimonial css ends here */
.why_outsource_us {
    padding: 60px 0 80px;
}

.why_outsource_us h2 {
    padding-top: 30px;
}

.why_outsource_us h3 {
    font-size: 22px;
    color: #2c2c2c;
    font-weight: 700;
    padding-top: 25px;
}

.why_outsource_us p {
    padding-top: 10px;
}

.why_outsource_us #accordion_two {
    margin-top: 30px;
}

.why_outsource_us .card {
    margin-bottom: 15px;
    padding: 0 15px;
}

.why_outsource_us .card .btn-link {
    padding: 20px 15px;
}

.why_outsource_us .card .btn-link i {
    top: 23px;
}

.why_outsource_us .card .btn-link,
.why_outsource_us .card-header .btn-link.collapsed {
    font-size: 19px;
}

.why_outsource_us .card p {
    padding-top: 0;
}
.why_outsource_us .card h4{
    font-size: 18px;
    color: #697686;
    font-weight: 600;
    padding-top: 25px;
}
.why_outsource_us .card ul li{
    font-size: 16px;
    color: #697686;
    font-weight: 400;
    padding-top: 8px;
}
.why_outsource_us .card ul li i{
    font-size: 14px;
    padding-right: 6px;
}
/* why_outsource_us css ends here */
.our-partner {
    padding: 60px 0;
    background: #eef5ff;
}

.our-partner .partners {
    margin-top: 60px;
}

/* our-partner css ends here */
footer {
    background: #122350;
    padding: 60px 0 0;
}

footer .footer_logo {
    margin-bottom: 30px;
}

footer h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 40px;
    padding-top: 10px;
}

footer ul li {
    padding-bottom: 10px;
}

footer ul li a {
    color: #9099a4;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

footer ul li a:hover {
    color: #fff;
}

footer h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

footer p {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #9099a4;
    font-size: 16px;
}

footer p i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 7px;
    font-size: 12px;
}

footer p a {
    color: #9099a4;
}

footer h5.gap_top {
    padding-top: 15px;
}

footer .copy-right {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding: 25px 0 20px;
}

footer .copy-right p {
    font-weight: 300;
    font-size: 14px;
}

footer .follow_us ul li {
    display: inline-block;
    color: #9099a4;
    padding-left: 10px;
}

footer .follow_us ul li a {
    color: #95a0ae;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

footer .follow_us ul li a:hover {
    color: #fff;
}

.top_to_up {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #006cff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.19);
    display: none;
}

/* =========================== home page css ends here */
.about_us_breadcumb {
    background: url(../images/about/banner.jpg) no-repeat center;
    background-size: cover;
}

.breadcrumbs {
    min-height: 260px;
}

.breadcrumbs h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    padding-top: 85px;
    padding-bottom: 15px;
}

.breadcrumbs ul li {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    font-size: 16px;
}

.breadcrumbs ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.breadcrumbs ul li a:hover {
    color: #006cff;
}

/* breadcrumbs css ends here */
.about_us_details {
    padding: 80px 0 0;
}
.about_us_details .why_chose h6{
    font-weight: 300;
    font-size: 20px;
    color: #081e39;
    padding-top: 15px;
}
.about_us_details .why_chose p {
    color: #697686;
    font-size: 16px;
    line-height: 26px;
    padding-top: 25px;
}

.about_us_details .work_hard h4 {
    color: #081e39;
    font-size: 22px;
    padding-top: 30px;
    font-weight: 600;
}

.about_us_details .work_hard p {
    padding: 20px 0 30px;
}

.about_us_details .about_services ul li {
    padding-bottom: 7px;
}

.about_us_details .about_services ul li a {
    color: #697686;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.about_us_details .about_services ul li a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #697686;
    left: 0;
    top: 7px;
    border-radius: 2px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.about_us_details .about_services ul li a:hover {
    color: #006cff;
}

.about_us_details .about_services ul li a:hover:after {
    background: #006cff;
}

.about_us_details .our-history {
    margin-top: 65px;
}

.about_us_details .our-history .contents {
    box-shadow: 0px 3px 6px 0px rgba(175, 180, 188, 0.3);
    padding-bottom: 35px;
}

.about_us_details .our-history img {
    border-radius: 4px;
}

.about_us_details .our-history h4 {
    color: #081e39;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 15px 10px;
}

.about_us_details .our-history p {
    padding: 0 15px;
}

.team_bg {
    background: #eef5ff;
}

/* ==================== about page css ends here */
.signup {
    padding: 80px 0;
}

.signup .contents {
    background: #f7faff;
    padding: 70px 30px;
    border-radius: 4px;
    box-shadow: 0px 3px 20px 0px rgba(175, 180, 188, 0.46);
}

.signup .contents h2 {
    font-weight: 700;
    font-size: 36px;
    color: #1d2025;
    padding-bottom: 40px;
}

.signup .contents .text-field {
    width: 100%;
    height: 56px;
    border: 1px solid #eeeeee;
    color: #838d9c;
    font-size: 15px;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 400;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.signup .contents .text-field:hover,
.signup .contents .text-field:focus {
    box-shadow: 0px 0px 14px 0px rgba(9, 9, 26, 0.16);
    border-color: rgb(214, 214, 255);
}

.signup .contents h5 {
    color: #1d2025;
    font-size: 15px;
    font-weight: 600;
    padding: 30px 0 10px;
}

.signup .contents h5 span {
    color: #006cff;
    padding-left: 2px;
}

.signup .contents .submit {
    background: #006cff;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin-top: 40px;
    border-radius: 3px;
    letter-spacing: 2px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.signup .contents .submit:hover {
    box-shadow: 0px 20px 40px 0px rgba(43, 118, 221, 0.4);
}

.signup .contents .text label {
    color: #838d9c;
    font-size: 16px;
    font-weight: 400;
}

.signup .contents .text {
    margin-top: 15px;
}

.signup .contents .text label input {
    margin-right: 5px;
}

.signup .contents .text a {
    float: right;
    font-weight: 400;
    color: #006cff;
}

.signup .contents .text a:hover {
    text-decoration: underline;
}

.signup .contents p {
    padding-top: 10px;
    color: #838d9c;
    font-size: 14px;
    font-weight: 600;
}

.signup .contents p a {
    color: #006cff;
    margin-left: 5px;
}

.signup .contents p a:hover {
    text-decoration: underline;
}

/* signup and signin css ends here */
.service_details {
    padding: 50px 0 80px;
}
.service_details .pt_15{
    padding-top: 15px;
}
.service_details h2.service_name {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 28px;
}

.service_details h2 {
    padding-bottom: 10px;
    font-size: 20px;
    padding-top: 30px;
}
.service_details h2 span{
    color: #006cff;
}
.service_details h3{
    color: #5a6777;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.service_details p span{
    color: #006cff;
}
.service_details img {
    padding: 30px 0;
}
.service_details ul {
    padding-top: 20px;
}

.service_details ul li {
    font-size: 16px;
    color: #697686;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.service_details ul li i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}

/* service_details css ends here */
.free-trial {
    padding: 80px 0;
}

.free-trial .contents h2 {
    font-size: 30px;
}

.free-trial .contents p {
    padding-top: 10px;
}

.free-trial .contents h3 {
    font-weight: 700;
    font-size: 24px;
    color: #081e39;
    padding-top: 30px;
}

.free-trial .trial-period {
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 5px 0px rgba(9, 9, 26, 0.16);
    margin-top: 50px;
    background: #f7faff;
    border-radius: 4px;
}

.free-trial .trial-period .trial-padding {
    padding: 0 70px 50px;
}

.free-trial .trial-period h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background: #081e39;
    padding: 15px 0;
    margin-bottom: 20px;
}

.free-trial .trial-period .trial-field {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #697686;
    border: 1px solid #eeeeee;
    padding: 0 15px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.free-trial .trial-period .trial-field:hover,
.free-trial .trial-period .trial-field:focus {
    box-shadow: 0px 0px 14px 0px rgba(9, 9, 26, 0.16);
    border-color: rgb(214, 214, 255);
}

.free-trial .trial-period h5 {
    color: #081e39;
    font-size: 14px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 10px;
}

.free-trial .trial-period textarea.trial-field {
    height: 150px;
    resize: none;
    padding-top: 10px;
}

.free-trial .trial-period label.file_upload {
    position: relative;
    background: #212f40;
    background: #dddddd;
    text-align: center;
    padding: 8px 30px;
    color: #212f40;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
}

.free-trial .trial-period label.file_upload i {
    padding-right: 5px;
}

.free-trial .trial-period .custom-file {
    width: 100px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 0px;
    opacity: 0;
    position: absolute;
}

.free-trial .trial-period .max-text {
    font-weight: 400;
    font-size: 14px;
    color: #081e39;
    padding-left: 10px;
}

.free-trial .trial-period .checkbox label {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #697686;
}

.free-trial .trial-period .checkbox label input {
    margin-right: 7px;
}

.free-trial .trial-period .send {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #006cff;
    border: 0;
    height: 46px;
    padding: 0 30px;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.free-trial .trial-period .send:hover {
    box-shadow: 0px 20px 40px 0px rgba(43, 118, 221, 0.4);
}

.free-trial .additional_file .contents {}

.free-trial .additional_file .contents p {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.free-trial .additional_file .contents p a {
    color: #006cff;
}

.free-trial .additional_file .contents ul {}

.free-trial .additional_file .contents ul li {
    display: inline-block;
    padding-right: 10px;
}

.free-trial .additional_file .contents ul li a {
    color: #1d2025;
    /*	background: #f7faff;*/
    border: 1px solid #eeeeee;
    padding: 15px 40px;
    display: inline-block;
    color: #1d2025;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border-radius: 3px;
}

.free-trial .additional_file .contents ul li a i {
    padding-right: 10px;
}

.free-trial .additional_file .contents ul li a:hover {
    background: #081e39;
    color: #fff;
    border-color: #081e39;
}

/* free-trial css ends here */
.free-trial .gets h4 {
    font-weight: 700;
    font-size: 24px;
    color: #081e39;
    padding-bottom: 20px;
    padding-top: 30px;
}

.free-trial .gets .checks {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.free-trial .gets .checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.free-trial .gets .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #081e39;
}

.free-trial .gets .checks:hover input ~ .checkmark {
    background-color: #ccc;
}

.free-trial .gets .checks input:checked ~ .checkmark {
    background-color: #006cff;
    border-color: #006cff;
}

.free-trial .gets .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.free-trial .gets .checks input:checked ~ .checkmark:after {
    display: block;
}

.free-trial .gets .checks .checkmark:after {
    left: 4px;
    top: 0px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* free-trial & get a quote css ends here */
.contact_us {
    padding: 80px 0;
}

.contact_us h2 {
    padding-bottom: 15px;
}

.contact_us address {
    margin-top: 40px;
}

.contact_us address .contents {
    box-shadow: 0px 0px 14px 0px rgba(9, 9, 26, 0.16);
    min-height: 270px;
    padding: 30px;
    border: 1px solid #fff;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border-radius: 4px;
}

.contact_us address .contents:hover {
    border-color: #d6d6ff;
}

.contact_us address h3 {
    font-size: 20px;
    color: #081e39;
    font-weight: 700;
    padding-bottom: 15px;
}

.contact_us address p {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.contact_us address p i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #081e39;
    font-size: 13px;
}

.contact_us address p a {
    color: #697686;
    font-size: 16px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.contact_us address p a:hover {
    color: #006cff;
}

.contact_us form {
    margin-top: 70px;
    background: #f7faff;
    padding: 50px 100px;
}

.contact_us form h5 {
    font-size: 14px;
    color: #081e39;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 10px;
}

.contact_us form .contact-field {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #697686;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.contact_us form .contact-field:hover,
.contact_us form .contact-field:focus {
    box-shadow: 0px 0px 14px 0px rgba(9, 9, 26, 0.16);
    border-color: #d6d6ff;
}

.contact_us form textarea.contact-field {
    height: 160px;
    resize: none;
}

.contact_us form .send {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    background: #006cff;
    border: 0;
    padding: 0 40px;
    border-radius: 3px;
    letter-spacing: 2px;
    margin-top: 40px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}

.contact_us form .send:hover {
    box-shadow: 0px 20px 40px 0px rgba(43, 118, 221, 0.4);
}

.contact_us iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin-top: 50px;
}

/* contact_us page css ends here */
.blogs figure {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.blogs figure:hover {
    box-shadow: 0px 0px 14px 0px rgba(9, 9, 26, 0.16);
    border-color: #d6d6ff;
}

.blogs .blog-list figure {
    margin-bottom: 30px;
}

.blogs .blog-list .paginations {
    margin-top: 30px;
}

.blogs .blog-list .paginations ul li {
    display: inline-block;
}

.blogs .blog-list .paginations ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 5px;
    color: #697686;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.blogs .blog-list .paginations ul li a:hover {
    color: #fff;
    background: #006cff;
    border-color: #006cff;
}

/* blogs page css ends */
.privacy-policy {
    padding: 40px 0 80px;
}

.privacy-policy h2 {
    padding-top: 40px;
}

.privacy-policy p {
    padding-top: 10px;
}

.privacy-policy h3 {
    font-size: 20px;
    color: #081e39;
    font-weight: 700;
    padding-top: 30px;
}

.privacy-policy h4 {
    font-size: 18px;
    color: #081e39;
    font-weight: 600;
    padding-top: 20px;
}

.privacy-policy .padding_left {
    padding-left: 30px;
}

.privacy-policy ul {
    padding-top: 15px;
    padding-left: 30px;
}

.privacy-policy ul li {
    font-size: 16px;
    color: #697686;
}

.privacy-policy ul li i {
    font-size: 13px;
    padding-right: 5px;
    color: #081e39;
}

/* privacy-policy css ends here */
.cookies-policy {
    padding: 80px 0;
}

.cookies-policy p {
    padding-top: 20px;
    padding-right: 40px;
}

.cookies-policy img {
    border-radius: 5px;
    padding-left: 50px;
}

/* cookies-policy  part ends */
.pricing-details {
    padding: 80px 0;
}
.pricing-details h2 {
    padding-bottom: 50px;
}

.pricing-details .contents {
    border: 2px solid #eef5ff;
    margin-bottom: 30px;
}

.pricing-details .contents .service-name h3 {
    background: #006cff;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.pricing-details .contents .price-list {
    min-height: 285px;
    position: relative;
}

.pricing-details .contents .price-list ul {
    padding: 20px 10px;
}

.pricing-details .contents .price-list ul li {
    font-weight: 400;
    font-size: 16px;
    color: #081e39;
    padding: 8px 15px;
    border-bottom: 1px solid #eef5ff;
    transition: all linear 0.3s;
}

.pricing-details .contents .price-list ul li:hover {
    background: #f1f1f1;
}

.pricing-details .contents .price-list ul li:last-child {
    border-bottom: 0;
}

.pricing-details .contents .price-list ul li span {
    float: right;
    font-size: 16px;
    font-weight: 600;
}

.pricing-details .contents .price-list a {
    background: #cbcccc;
    background: #eef5ff;
    display: block;
    color: #121111;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    transition: all linear 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.pricing-details .contents .price-list a:hover {
    background: #006cff;
    color: #fff;
}
.terms_and_condition_adobe_pixels{
    padding: 50px 0 80px;
}
.terms_and_condition_adobe_pixels h2.title{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 28px;
    padding-bottom: 10px;
}
.terms_and_condition_adobe_pixels h2{
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 30px;
}
.terms_and_condition_adobe_pixels p{
    padding-top: 10px;
}
.terms_and_condition_adobe_pixels ul{
    padding-top: 15px;
    padding-left: 10px;
}
.terms_and_condition_adobe_pixels ul li{
    position: relative;
    font-size: 16px;
    color: #697686;
    padding-left: 20px;
    padding-bottom: 12px;
}
.terms_and_condition_adobe_pixels ul li i{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
}
.adobe_pixels_faq{
    padding: 80px 0;
}
.adobe_pixels_faq .faq_part{
    margin-top: 40px;
}
.adobe_pixels_faq h2{
    padding-bottom: 10px;
}
.adobe_pixels_faq .card p{
    padding-bottom: 10px;
    font-size: 16px;
}
.csr_adobe_pixels h2{
    padding-bottom: 10px;
}
.csr_adobe_pixels{
    padding: 80px 0;
}
.csr_adobe_pixels p{
    padding-bottom: 30px;
}
.csr_adobe_pixels .content{
    margin-top: 15px;
}


























