html,
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background: #fff;
    letter-spacing: 0.5px;
}
.welcome-wrap {
    background-color: #eef5ff;
    padding: 60px 0 40px;
}

.bestHost .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #f9ce07 none repeat scroll 0 0;
    border-color: #d2b015;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 0 0 4px;
    color: black;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
}

.bestHost .btn:hover {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 4px solid #bbbbbb;
}

.sliderBtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #f9ce07 none repeat scroll 0 0;
    border-color: #d2b015;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 0 0 4px;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
    margin-top: 15px;
}

.sliderBtn:hover {
    text-decoration: none;
    color: black;
    background: #d2b015 none repeat scroll 0 0;
}

.bestHost {
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.search {
    background-color: #3575d3;
    overflow: hidden;
    padding: 10px;
}

.ww {
    border-right: 1px solid #1082fd;
}

.ww p {
    background-color: #f9ce07;
    color: black;
    line-height: 70px;
    margin: 0;
    min-height: 70px;
    text-align: center;
}

.testi-title::before {
    background-color: #1082fd;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    top: -15px;
    width: 100%;
}

.testi-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.5px;
    margin: 80px auto 50px;
    position: relative;
    width: 200px;
}

.testi-title::after {
    background-color: #1082fd;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.search-box>.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: black;
    display: block;
    font-size: 16px;
    height: 70px;
    padding: 10px;
    width: 100%;
}

.dotcom>.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: black;
    display: block;
    font-size: 16px;
    height: 70px;
    padding: 10px;
    width: 100%;
}

.search-btn .btn {
    -moz-user-select: none;
    background-color: #3575d3;
    background-image: none;
    border: medium none;
    border-radius: 0;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.42857;
    margin-bottom: 0;
    min-height: 70px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.service-wrap {
    background-color: white;
    min-height: 240px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    position: relative;
}

.service-wrap.wrap {
    border: 4px solid #3575d3;
}

.service-circle {
    width: 100px;
    height: 60px;
    background: #F9CE07;
    position: absolute;
    right: -6px;
    top: 30px;
    z-index: 999;
    color: black;
    font-size: 20px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.service-circle:before,
.service-circle:after {
    content: "";
    width: 0;
    position: absolute;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.service-circle:before {
    bottom: 100%;
    border-bottom: 25.60px solid #F9CE07;
    margin-left: -25px;
}

.service-circle:after {
    top: 100%;
    width: 0;
    border-top: 25.60px solid #F9CE07;
    margin-left: -87px;
}

.service-box .h1 {
    font-size: 16px;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

.service-icon01 {
    background-image: url("../images/main/hover-icon-01.png");
    height: 67px;
    margin: 20px auto;
    width: 67px;
}

.service-icon02 {
    background-image: url("../images/main/hover-icon-02.png");
    height: 67px;
    margin: 20px auto;
    width: 67px;
}

.service-icon03 {
    background-image: url("../images/main/hover-icon-03.png");
    height: 67px;
    margin: 20px auto;
    width: 67px;
}

.service-box span {
    color: #0c7df8;
    font-weight: 900;
}

.hover-wrap:hover .service-icon01 {
    background-position: 0 99%;
}

.hover-wrap:hover .service-icon02 {
    background-position: 0 99%;
}

.hover-wrap:hover .service-icon03 {
    background-position: 0 99%;
}

.hover-wrap:hover .blue-bg {
    background-color: #004dc8;
}

.domain-search {
    margin: 40px 0 10px;
}

.domain-search h2 {
    color: black;
    font-size: 25px;
    font-weight: 900;
    margin: 20px 0 40px;
}

.blue-bg {
    background-color: #3575d3;
    color: white;
    overflow: hidden;
    padding: 15px 10px;
}

.blue-bg a {
    color: white;
}

.blue-bg a:hover {
    color: #8ae815;
}

.boxShadow {
    -webkit-box-shadow: inset 0 6px 7px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0 6px 7px -3px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 6px 7px -3px rgba(0, 0, 0, 0.75);
}

.hover-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.36);
}

.order-nw {
    color: white;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.order-nw:hover {
    text-decoration: none;
    color: #8ae815;
}

.rate {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
}

.otherHostTitle {
    border-bottom: 1px solid;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 40px;
    font-weight: 300;
    margin: 20px 0;
    padding-bottom: 10px;
    text-decoration: none;
}

.otherHostTitle:hover,
.otherHostTitle:focus {
    color: #ffe411;
    text-decoration: none;
}

.otherHost span {
    font-weight: 900;
}

.points {
    font-size: 24px;
    font-weight: 300;
}

.points2 {
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
}

.modal-body {
    font-size: 13px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

.modal-header {
    border-bottom: none;
    padding: 10px;
}

.popPoints {
    font-size: 14px;
    padding-left: 20px;
}

.popPoints li::before {
    color: #0070eb;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: -10px;
    position: absolute;
}

.popPoints>li {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.points2>p {
    letter-spacing: 1px;
    line-height: 26px;
    overflow: hidden;
    /*    padding: 15px;*/
    text-align: justify;
}

.point2Text>p {
    line-height: 28px;
    text-align: justify;
}

.points2>h3 {
    border-bottom: 1px solid #afafaf;
    color: #0070eb;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 0 15px;
    padding-bottom: 15px;
}

.point2Text {
    border-top: 1px solid #7f7f7f;
    clear: both;
    padding: 15px;
    width: 100%;
}

.popPoints>i {
    color: #98ff18;
    margin-right: 5px;
}

.point2Text hr {
    border-top: 1px solid #7f7f7f;
}

.close {
    background-color: #000 !important;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    line-height: 9px;
    opacity: 1;
    padding: 10px !important;
    position: relative;
    right: -5px;
    text-align: center;
    text-shadow: none;
    top: -5px;
    z-index: 99;
}

.modal {
    background-color: rgba(53, 117, 211, 0.3);
}

.close:focus,
.close:hover {
    color: #fff;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.modal-content {
    background-image: url("../images/main/popup/popUp2.jpg");
    background-size: cover;
    border: 0 none;
    border-radius: 0;
}

.modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.defaultDiv {
    overflow: hidden;
}

.hoverDiv {
    overflow: hidden;
    display: none;
}

.btm-mrgn {
    margin-bottom: 20px;
}

.otherHost p {
    font-size: 15px;
}

.banner {
    background: url(../images/main/slider/slide-02.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    min-height: 550px;
}

.social-link a {
    border-radius: 30px;
    color: white;
    display: inline-block;
    height: 32px;
    line-height: 29px;
    text-align: center;
    width: 32px;
}

.social-link {
    float: left;
    width: 100%;
}

.float-rt {
    float: right;
}


/*---- InnerPageCSS:Begin------*/

.light-blue {
    background: #eef5ff none repeat scroll 0 0;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.rh-min-height {
    margin-top: 50px;
    min-height: 400px;
}

.banner-title>h1 {
    color: #3575d3;
    font-family: "Ubuntu", sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 10px 0;
}

.banner-title>p {
    font-size: 16px;
}

.bannerPoints {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin: 7px 0;
    text-transform: capitalize;
}

.green {
    color: #80be00;
}

.getStrt {
    display: inline-block;
    -moz-user-select: none;
    background: #8fcd0f;
    border: medium none;
    border-radius: 3px;
    color: white;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .2ms ease-in-out;
}

.getStrt:hover {
    background: #fff;
    color: #3575D3;
    text-decoration: none;
}

.ded_btn {
    width: 100%;
}

.margn-top {
    margin-top: 30px;
}

.packgeTitle {
    border-bottom: 1px solid #afafaf;
    font-weight: 100;
    margin: 40px 0 70px;
    padding-bottom: 15px;
    text-align: center;
}

.resellerHead {
    border-bottom: 1px solid #afafaf;
    font-weight: 100;
    margin: 40px 0 20px;
    padding-bottom: 15px;
    text-align: center;
}

.resellerHead>span {
    color: #3575d3;
}

.resellerTable thead tr th,
.resellerTable thead tr td {
    width: 20%;
}

.packages {
    background: #eef5ff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto 30px;
    max-width: 360px;
    min-height: 420px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.resellerPack {
    background: #eef5ff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto 30px;
    max-width: 360px;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.dediPack {
    background: #eef5ff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto 30px;
    max-width: 360px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.resellerPackages {
    background: transparent none repeat scroll 0 0;
    margin: 90px auto 20px;
    max-width: 360px;
    padding: 0 0 20px;
    position: relative;
    text-align: right;
    width: 100%;
}

.resellerTitle {
    font-size: 30px;
    font-weight: 100;
    margin: 0px 0;
}

.selct-pkg {
    background: #222 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    padding: 10px;
    border: medium none;
}

.packagesBtn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
}
.packagesBtn:focus {
    outline: none;
}
.open .packagesBtn {
    color: #8DDF25;
}

.dropdown-menu {
    top: 95%;
}

.specfiction>ul {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
}

.specfiction li {
    border-bottom: 1px solid #cfcfcf;
    font-size: 16px;
    padding: 15px 0;
}

.specfiction li:last-child {
    border: medium none;
}

.reselSpecfiction>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.reselSpecfiction li {
    border-bottom: 1px solid white;
    color: #4f4f4f;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.reselSpecfiction li:hover {
    background-color: #fff;
}

.orderNow {
    -moz-user-select: none;
    background: #8fcd0f none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: white;
    font-size: 19px;
    font-weight: 400;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    display: inline-block;
    outline: none;
}

.orderNow:hover,
.orderNow:focus {
    background: #3575d3 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.package-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 20px 0;
}

.reselerPack {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}

.reselerPack2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    position: relative;
}

.blue-bg2 {
    background-color: #1a4fa6;
    color: white;
    padding: 15px 10px;
}

.popular_sign {
    content: url(../images/main/popular.png);
    position: absolute;
    right: -10%;
    top: -18%;
}

.brdr {
    border-left: 4px solid #1a4fa6;
}

.brdr-b {
    border-bottom: 14px solid #1a4fa6!important;
}

.brdr-t {
    border-top: 18px solid #1a4fa6!important;
}

.price {
    font-size: 24px;
}

.border-right {
    border-right: 1px solid #fff;
}

.reselerPackTitle {
    display: table-cell;
    font-size: 26px;
    font-weight: 100;
    height: 80px;
    padding: 10px;
    vertical-align: middle;
    width: 400px;
}

.discount {
    background-image: url("../images/main/offer-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: bold;
    height: 86px;
    padding: 13px 8px;
    position: absolute;
    right: -5px;
    text-align: center;
    text-transform: uppercase;
    top: -44px;
    width: 86px;
}

.discount>p {
    display: inline;
    font-size: 16px;
    margin: 0;
}

.discount>span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-left: -10px;
    margin-top: -14px;
}

.min-height {
    margin-top: 140px;
    min-height: 400px;
}

.icon>img {
    float: left;
    margin-right: 8px;
}

.mascot-postion {
    position: relative;
}

.abslt-mscot {
    left: 0;
    position: absolute;
    top: -180px;
}

.reseller-mscot {
    left: -30px;
    position: absolute;
    top: -60px;
}

.each-point>p {
    font-family: "Raleway", sans-serif;
    padding: 8px 0;
}

.each-point {
    min-height: 70px;
    overflow: hidden;
}

.onl-points {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.resler-text {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.resler-text>h2 {
    color: #3575d3;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.resler-text>p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.resler-text01 {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.resler-text01>h2 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.resler-text01>p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.each-resel {
    background-image: url("../images/main/reseller_hosting.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    padding: 20px 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.eachRelsPoints ul li i {
    color: #94de34;
    font-size: 14px;
    margin-right: 7px;
}

.eachRelsPoints>ul {
    list-style-type: none;
    padding: 0;
}

.eachRelsPoints li {
    font-size: 16px;
    margin-bottom: 10px;
}

.eachRelsPoints>h3 {
    color: white;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 20px;
}

.eachRelsPoints {
    color: white;
}

.dedicatedTitle>h1 {
    font-size: 40px;
}

.dedicatedPoints {
    font-size: 16px;
}

.dedicatedHead {
    font-size: 40px;
    font-weight: 300;
}

.titleText {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0;
}

.dediPckTitle {
    border-bottom: 1px solid #dfdfdf;
    color: #3575d3;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.cldBasic {
    margin-top: 80px;
}

.mrginBottom {
    margin-bottom: 30px;
}

.contactWrap>h1 {
    font-size: 26px;
    font-weight: 100;
    margin: 10px 0 40px;
}

.form-control {
    border: 1px solid #b4d3fe;
    border-radius: 0;
    box-shadow: none;
    color: black;
    height: 50px;
    padding: 10px;
}

.icon-bg {
    background-color: #80be00;
    border-radius: 100px;
    color: white;
    font-size: 20px;
    height: 50px;
    padding: 15px 14px;
    text-align: center;
    width: 50px;
}

.liveChat {
    font-size: 26px;
    font-weight: 100;
    line-height: 50px;
    text-align: right;
    text-transform: uppercase;
}

.liveChat>i {
    float: right;
    font-size: 20px;
    margin-left: 15px;
}

.liveChat>a>strong {
    font-weight: 900;
}

.phNumber {
    font-size: 26px;
    font-weight: 100;
    line-height: 47px;
    text-align: left;
    text-transform: uppercase;
}

.phNumber>i {
    float: left;
    font-size: 22px;
    margin-right: 15px;
}

.phNumber>strong {
    font-weight: 900;
    font-family: "Ubuntu", sans-serif;
}

.liveChat>a {
    color: #333;
}

.liveChat>a:hover {
    color: #3575D3;
    text-decoration: none;
}

.active {
    background-color: #0d53b4;
}

.table>thead>tr>th {
    border-bottom: 0px solid #ddd;
    vertical-align: bottom;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-right: 1px solid white;
    border-top: medium none;
    padding: 10px;
    vertical-align: middle;
}

.bg {
    background-color: #eef5ff;
    border-bottom: 1px solid white;
    color: #4f4f4f;
    font-size: 14px;
}

.table-hover>tbody>tr:hover .bg {
    background-color: #ededed;
}

.table-hover>tbody>tr:hover {
    background-color: #ededed;
}

.table-hover>tbody>tr:hover .hover-wht {
    background-color: #fff !important;
}

.resellerTitle>h2 {
    font-weight: 100;
    margin: 0;
}

.whyUs-bg {
    background-image: url("../images/main/why_us_banner2.jpg");
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.profit {
    color: #0d2a48;
    font-size: 23px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 30px;
}

.welcum {
    font-family: "Raleway", sans-serif;
    line-height: 30px;
    text-align: justify;
}

.welcome-text {
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.position {
    position: relative;
}

.offerWrap {
    left: 0;
    position: absolute;
    top: -250px;
}

.offer {
    position: relative;
}

.offerTitle {
    background-color: black;
    color: white;
    font-family: "Ubuntu", sans-serif;
    font-size: 22px;
    margin: 0 0 30px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    letter-spacing: 0px;
}

.offerTitle::after {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 10px;
    margin-left: -15px;
}

.offerText {
    background-color: #3575d3;
    color: white;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    padding: 35px;
    text-align: justify;
}

.ourTeamTitle {
    font-size: 22px;
    font-weight: 100;
    margin: 0 0 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.ourTeamTitle>span {
    font-weight: 900;
    color: #3575D3;
}

.ourTeamTitle::after {
    background-color: #3575d3;
    content: "";
    height: 1px;
    left: 5%;
    position: absolute;
    top: 50%;
    width: 38%;
    z-index: 8;
}

.ourTeamTitle::before {
    background-color: #3575d3;
    content: "";
    height: 1px;
    right: 5%;
    position: absolute;
    top: 50%;
    width: 38%;
    z-index: 8;
}

.ourTeam {
    float: left;
    width: 100%;
    text-align: center;
}

.teamMember>img {
    border: 3px solid #efefef;
}

.teamMember>h3 {
    color: #3575d3;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 10px 0;
}

.teamMember>p {
    font-size: 13px;
}

.teamMember {
    margin-bottom: 30px;
}

.ourTeam>p {
    margin-bottom: 40px;
}

.company>h1 {
    color: #3575d3;
    font-size: 30px;
    font-weight: 300;
}

.company>p {
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: justify;
}

.marketingHeadText {
    font-size: 30px;
    font-weight: 100;
}

.marketingTitle {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 30px 0 10px;
    text-transform: uppercase;
}

.toolTitle {
    background-color: #3575d3;
    min-height: 430px;
    padding: 20px 0;
}

.toolLogo {
    background-image: url("../images/main/lappyIcon.png");
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    width: 340px;
}

.toolTitle>.h1 {
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin: 10px 0;
}

.ep {
    background-image: url("../images/main/eresponder_img.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 350px auto;
}

.toolText {
    background-color: white;
    box-shadow: 0 0 2px #cfcfcf;
    float: left;
    font-size: 14px;
    margin-bottom: -50px;
    padding: 50px 70px;
    position: relative;
    top: -100px;
    width: 100%;
}

.toolText>p {
    color: #555;
    line-height: 30px;
    margin: 0;
    text-align: justify;
}

.toolPoints {
    color: #555;
}

.toolPoints>.col-md-12 {
    margin-bottom: 12px;
}

.toolPointTitle {
    background-color: #3575d3;
    color: white;
    display: inline-block;
    font-size: 16px;
    margin: 20px 0;
    min-height: 40px;
    padding: 15px 20px;
    position: relative;
}

.ps {
    background-image: url("../images/main/prospecting_img.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 350px auto;
}

.gc {
    background-image: url("../images/main/conference_img.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 350px auto;
}

.evp {
    background-image: url("../images/main/evp_img.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 350px auto;
}

.mtLogos {
    border: 1px solid #efefef;
    border-radius: 5px;
    display: block;
    margin: 15px 0;
    padding: 10px 0;
}

.mtTitleText>.h1 {
    border-bottom: 1px solid #efefef;
    color: #3575d3;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.mtTitleText>.h1 a {
    color: #3575d3;
    text-decoration: underline;
}

.mtTitleText>.h1 a:hover {
    color: #ee0717;
    text-decoration: none;
}

.mtTitleText>p {
    color: #444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 31px;
    text-align: justify;
}

.mtTitleText {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.toolText>h4 {
    color: #1555b3;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0;
    text-transform: capitalize;
}

.toolText>h4 a:hover {
    color: #ee0717;
}

.mt-bg {
    background-color: #f6f6f6;
}

.ourSolutionWrap {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    margin-top: 50px;
}

.ourSolutionTable thead tr th,
.ourSolutionTable thead tr td {
    width: 20%;
}

.nmtBg {
    background-color: #f1f1f1;
    border: 1px solid #ffffff;
    color: #333;
    padding: 15px 0 !important;
}

.cpBg {
    background-color: #538ed4;
    border: 1px solid #66a1e7 !important;
    color: white;
}

.osBg {
    background-color: #17375e;
    border: 1px solid #3e5e85 !important;
    color: white;
}

.titleOS {
    color: #3575d3;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 0;
    text-transform: uppercase;
}

.tc {
    font-size: 16px;
    font-weight: 900;
}

.ti {
    font-size: 16px;
    font-weight: 900;
}

.text-center.osBg>strong {
    font-weight: 900;
    text-transform: uppercase;
}

.bestOption::before {
    background-image: url("../images/main/stamp.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -130px;
    content: "";
    height: 70px;
    position: absolute;
    right: 0;
    width: 70px;
}

.bestOption {
    position: relative;
}

.ourSolutionWrap h2 {
    color: #555;
    font-weight: 100;
    text-align: center;
}

.table-hover>tbody>tr:hover {
    background-color: #ededed;
}

.ti>span {
    color: #d22622;
    font-size: 20px;
    text-transform: uppercase;
}

.mtHeading {
    padding-top: 25px;
}

.fancybox-media>img {
    width: 100%;
}

.service-box>p {
    font-family: "Raleway", sans-serif;
    line-height: 24px;
}

.sticky {
    border-top: 0 none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.white {
    background: white none repeat scroll 0 0;
}

.img-responsive {
    display: inline;
    height: auto;
    max-width: 100%;
}

.topPosition {
    width: 100%;
    position: relative;
    background: transparent none repeat scroll 0% 0%;
    height: 25px;
    top: -110px;
}

.affiliateHeadText {
    font-size: 19px;
    font-weight: 100;
    line-height: 30px;
}

.apHeading {
    padding-top: 15px;
}

.titleAP {
    color: #444;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: 900;
}

.titleAP>span {
    color: #3575d3;
    display: block;
}

.apHeadText {
    color: #59666c;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 20px;
}

.bbBlue {
    background: #eef5ff none repeat scroll 0 0;
    margin-bottom: 50px;
    min-height: 200px;
    overflow: hidden;
    padding: 10px 20px;
}

.qsBonus>h3 {
    color: #555;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.bonusWrap {
    color: #555;
    font-family: "Raleway", sans-serif;
    line-height: 26px;
    margin-bottom: 50px;
}

.qsBonus {
    position: relative;
}


/*.qsBonus::before {
    background-image: url("../images/affilateIcon01.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 170px;
    left: 79%;
    position: absolute;
    top: 0;
    width: 130px;
}*/

.sBonus {
    position: relative;
}


/*.sBonus::before {
    background-image: url("../images/affilateIcon02.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 130px;
    position: absolute;
    right: 67%;
    top: 47px;
    width: 198px;
}*/

.sBonus>h3 {
    color: #555;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.sirBonus {
    position: relative;
}


/*.sirBonus::before {
    background-image: url("../images/affilateIcon03.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 150px;
    left: 75%;
    position: absolute;
    top: 22px;
    width: 198px;
}*/

.sirBonus>h3 {
    color: #555;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.mcBonus {
    position: relative;
}


/*.mcBonus::before {
    background-image: url("../images/affilateIcon04.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 169px;
    position: absolute;
    right: 68%;
    top: 5px;
    width: 190px;
}*/

.mcBonus>h3 {
    color: #555;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.refer {
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    margin: 26px auto;
    padding: 20px;
}

.referPoint {
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.referPoint>i {
    color: #3575D3;
}

h2.referPoint {
    line-height: 48px;
}

h2.referPoint a {
    color: #333;
    text-decoration: underline;
}

h2.referPoint a:hover {
    color: #ee0717;
    text-decoration: none;
}

.contactBg {
    background-image: url("../images/main/contactUs_bg.jpg");
    background-position: center center;
    height: 250px;
    padding-top: 30px;
}

.contactTitle {
    color: white;
    font-family: "Ubuntu", sans-serif;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
}

.contactP {
    color: white;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}

.map-wrap iframe {
    width: 100%;
}

.cntctUs {
    background-color: white;
    float: left;
    font-family: "Raleway", sans-serif;
    margin-bottom: -60px;
    padding: 40px 20px;
    position: relative;
    top: -70px;
    width: 100%;
}

.cntctUs::before {
    background-image: url("../images/main/shadowLeft.png");
    background-repeat: no-repeat;
    content: "";
    height: 510px;
    left: -64px;
    position: absolute;
    top: -80px;
    width: 70px;
}

.cntctUs::after {
    background-image: url("../images/main/shadowRight.png");
    background-repeat: no-repeat;
    content: "";
    height: 510px;
    position: absolute;
    right: -70px;
    top: -80px;
    width: 70px;
}

.cntctDetails {
    background-color: #eef5ff;
    padding: 40px 0 10px;
}

.locate>i {
    background-color: #3575d3;
    border-radius: 5px;
    color: white;
    float: left;
    font-size: 27px;
    height: 60px;
    margin-right: 15px;
    padding-top: 16px;
    text-align: center;
    width: 60px;
}

.locate>h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.locate {
    margin-bottom: 20px;
    overflow: hidden;
    font-family: "Ubuntu", sans-serif;
}

.contactTitles {
    color: #555;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 30px 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

.contactTitles>span {
    color: #3575d3;
    font-weight: 900;
}

.contactTitles *::after {
    background: #3575d3 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 200px;
    position: absolute;
    top: 10px;
    width: 100%;
}

.amazingGvo {
    background-color: #edeff1;
    margin-bottom: 80px;
    padding: 40px 0;
}

.referWrap {
    background-color: #444;
    color: white;
    margin: 20px 0;
}

.table-responsive {
    font-family: "Ubuntu", sans-serif;
}

.chatOnline {
    background-image: url("../images/liveChat.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    bottom: 50%;
    height: 37px;
    position: fixed;
    right: -3px;
    width: 143px;
    z-index: 999;
    transition: all 0.3s linear 0s;
}

.chatOnline:hover {
    right: 0px;
}

.tablePopUp {
    color: #80be00;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.tablePopUp:hover {
    text-decoration: none;
}

.resellerHeadSmall {
    margin: 0 0 30px;
}

.bonusWrap>h3 {
    border-bottom: 1px solid #efefef;
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.bonusWrap h3 span {
    color: #3575d3;
}

.bonusWrap li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.bonusWrap li:before {
    content: "\f140";
    font-family: "FontAwesome";
    color: red;
    position: absolute;
    left: 0;
}

.spacer {
    margin-bottom: 50px;
}

.logoClub {
    width: 70px;
    height: 32px;
}

.logoClub2 {
    width: 60px;
    background: #f1f1f1;
    padding: 1px 2px;
}

.resellerTable .list-inline>li {
    padding-right: 0;
}

.bannerTxt {
    margin-top: 120px;
}

.bannerTxt h2 {
    font-size: 27px;
    padding-bottom: 15px;
    font-weight: 400;
    line-height: unset;
    font-family: "Roboto Condensed", sans-serif;
}

.bannerTxt p {
    padding-top: 10px;
    font-size: 18px;
}

.light-blue li {
    position: relative;
    padding-left: 20px;
}

.light-blue li:before {
    content: "\f058";
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
    color: #80be00;
}

.modalButton {
    cursor: pointer
}

.mt-4 {
    margin-top: 24px;
}

.contact-form h4 {
    padding-left: 10px;
    padding-bottom: 15px;
}

.contact-form p {
    text-transform: uppercase;
}


/*---- InnerPageCSS:End------*/


/*----------Responsive Css Start----------*/

@media only screen and (max-width: 1400px) {
    .flex-direction-nav {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slide-desc {
        bottom: 25% !important;
        left: 10% !important;
        max-width: 80% !important;
    }
    .slide-desc>h2 {
        font-size: 22px !important;
    }
    .bannerTxt {
        margin-top: 70px;
    }
    .bannerTxt h2 {
        font-size: 28px !important;
        text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.9)
    }
    .bannerTxt p {
        text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.9)
    }
    .banner {
        background-position: 75% 50%;
    }
    .text-white {
        bottom: 25% !important;
        right: 10% !important;
    }
    .points {
        font-size: 20px;
    }
    .sliderBtn {
        font-size: 16px;
        font-weight: 600;
        padding: 10px;
        text-align: center;
        margin-top: 20px
    }
    .reselSpecfiction li {
        height: 50px;
        padding: 10px 5px;
    }
    .bannrImg {
        margin: 20px 0;
        text-align: center;
    }
    .banner-title>h1 {
        text-align: center;
    }
    .banner-title>p {
        text-align: center;
    }
    .bannerPoints {
        text-align: center;
    }
    .margn-top {
        text-align: center;
    }
    .reseller-mscot {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .ep {
        background-size: 270px auto;
    }
    .ps {
        background-size: 270px auto;
    }
    .gc {
        background-size: 270px auto;
    }
    .evp {
        background-size: 270px auto;
    }
    .fancybox-media>img {
        width: 100%;
    }
    .titleAP {
        text-align: right;
    }
    .apHeadText {
        text-align: right;
    }
    .refer {
        font-size: 19px;
        margin: 15px auto;
    }
    .grid figure img {
        max-width: unset;
    }
    .bannerTxt ul li {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 6px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .offerWrap {
        position: unset;
    }
    .ourTeamTitle::after {
        width: 30%;
    }
    .ourTeamTitle::before {
        width: 30%;
    }
    .marketingHeadText {
        text-align: center;
    }
    .video {
        margin: 20px 0px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .popular_sign {
        right: -20%;
        top: -30%;
    }
}

@media only screen and (max-width: 768px) {
    .bannrImg {
        display: none;
    }
    .mascot-postion {
        display: none;
    }
    .min-height {
        margin-top: 0;
    }
    .onl-points {
        margin: 20px 0;
        text-align: center;
    }
    .reselerPackTitle {
        text-align: center;
    }
    .liveChat>i {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .liveChat {
        text-align: center;
    }
    .phNumber>i {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .phNumber {
        text-align: center;
    }
    .reselSpecfiction li {
        height: auto;
        padding: 10px;
        text-align: center;
    }
    .offerWrap {
        position: unset;
    }
    .ep {
        background-size: 220px auto;
    }
    .ps {
        background-size: 220px auto;
    }
    .gc {
        background-size: 220px auto;
    }
    .evp {
        background-size: 220px auto;
    }
    .fancybox-media>img {
        width: unset;
    }
    .topPosition {
        top: -75px;
    }
    .amazingGvo {
        background-position: -250px 0;
    }
    .titleAP {
        font-size: 20px;
        text-align: right;
    }
    .apHeadText {
        font-size: 14px;
        line-height: 30px;
        text-align: right;
    }
    .amazingGvo {
        background-position: 0 30px;
        background-size: 310px auto;
    }
    .refer {
        font-size: 14px;
        margin: 5px auto;
    }
    .grid {
        padding: 1em 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .search-box>.form-control {
        text-align: center;
    }
    .dotcom>.form-control {
        text-align: center;
    }
    .otherHost>h1 {
        text-align: center;
    }
    .otherHost p {
        text-align: center;
    }
    .bannrImg {
        display: none;
    }
    .banner-title>h1 {
        text-align: center;
    }
    .banner-title>p {
        text-align: center;
    }
    .bannerPoints {
        text-align: center;
    }
    .margn-top {
        text-align: center;
    }
    .packgeTitle {
        font-size: 30px;
    }
    .reselSpecfiction li {
        text-align: center;
    }
    .reselerPackTitle {
        text-align: center;
    }
    .sticky {
        position: unset;
    }
    .topPosition {
        height: auto;
        position: unset !important;
    }
    .amazingGvo {
        background-image: none;
        min-height: 400px;
    }
    .titleAP {
        font-size: 20px;
        text-align: center;
        margin: 60px 0 20px;
    }
    .apHeadText {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }
    .banner {
        background-position: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .skdslider .slide-desc {
        bottom: 8% !important;
        left: 10% !important;
        width: 100% !important;
        max-width: 80% !important;
    }
    .sliderBtn {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        padding: 5px 20px;
    }
    .topwrapLeft {
        display: none;
    }
    .qsBonus>h3 {
        text-align: center;
    }
    .sBonus>h3 {
        text-align: center;
    }
    .sirBonus>h3 {
        text-align: center;
    }
    .mcBonus>h3 {
        text-align: center;
    }
    .bannerTxt {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .domain-search {
        margin: 40px 0 10px;
    }
    .points {
        font-size: 18px;
    }
    .otherHost>h1 {
        font-size: 30px;
    }
    .domain-search h2 {
        font-size: 20px;
    }
    .social-link h4 {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .social-link {
        text-align: center;
    }
    .skdslider .slide-desc {
        bottom: 5% !important;
        left: 5% !important;
        max-width: 90% !important;
        width: 1000% !important;
    }
    .skdslider .slide-desc>h2 {
        font-size: 14px !important;
    }
    .bannerTxt {
        margin-top: 50px;
    }
    .bannerTxt h2 {
        font-size: 24px !important;
        text-align: center;
    }
    .banner {
        height: 650px;
    }
    .sliderBtn {
        font-size: 14px;
        font-weight: bold;
        padding: 5px 10px;
        text-align: center
    }
    .skdslider .slide-desc {
        left: 5% !important;
        top: -1% !important;
    }
    .banner-title>h1 {
        font-size: 40px;
        text-align: center;
    }
    .packgeTitle {
        font-size: 24px;
    }
    .bannerPoints {
        font-size: 14px;
    }
    .eachRelsPoints li {
        font-size: 14px;
    }
    .resellerPackages {
        margin: 20px auto;
    }
    .resellerTitle {
        margin: 10px 0;
    }
    .liveChat {
        font-size: 20px;
    }
    .phNumber {
        font-size: 18px;
    }
    .ourTeamTitle::after {
        width: 20%;
    }
    .ourTeamTitle::before {
        width: 20%;
    }
    .ep {
        background-image: none;
    }
    .ps {
        background-image: none;
    }
    .gc {
        background-image: none;
    }
    .evp {
        background-image: none;
    }
    .toolTitle>.h1 {
        font-size: 30px;
    }
    .fancybox-media>img {
        width: 100%;
    }
    .toolText {
        padding: 20px;
    }
    .toolLogo>img {
        width: 200px;
    }
    .toolLogo {
        background-position: center center;
        background-size: 100% auto;
        width: 300px;
    }
    .qsBonus>h3 {
        text-align: center;
        font-size: 18px;
    }
    .sBonus>h3 {
        text-align: center;
        font-size: 18px;
    }
    .sirBonus>h3 {
        text-align: center;
        font-size: 18px;
    }
    .mcBonus>h3 {
        text-align: center;
        font-size: 18px;
    }
    .bbBlue {
        margin-bottom: 20px;
    }
    .cntctUs::after {
        display: none;
    }
    .cntctUs::before {
        display: none;
    }
    .cntctUs {
        padding: 30px 10px;
    }
    .refer {
        font-size: 20px;
        padding: 0;
        text-align: center;
    }
    .close {
        right: 10px;
    }
    .grid figure img {
        max-width: unset !important;
    }
    .grid figure figcaption {
        padding: 1em!important;
    }
    .grid figure {
        max-height: 500px !important;
    }
    figure.effect-ming figcaption::before {
        bottom: 10px!important;
        left: 10px!important;
        right: 10px!important;
        top: 10px!important;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }
}

@media only screen and (min-width:1366px) {
    .bannerTxt p {
        font-weight: bold;
        font-style: italic;
        margin-top: 30px;
    }
}


/*----------Responsive Css End----------*/


/*my_style***/

.table__list {
    list-style: none;
    padding: 0;
}

.table__list li {
    padding: 8px 0;
    border-bottom: 1px solid #fff;
}

.brdr-l {
    border-right: 4px solid #1a4fa6;
}

.orderMar {
    margin-bottom: 15px;
    border-radius: 0;
}

.titanium-mar {
    margin: 30px 0;
}

.table-responsive {
    padding-top: 20px;
}

.col__list {
    list-style: none;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
}

.col__list li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid white;
    color: #4f4f4f;
    background-color: rgba(52, 117, 211, 0.2);
}

.col__list .col__title {
    color: #fff;
    background-color: #3575d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    padding: 10px 0;
}

.orderNow:focus {
    outline: none;
}

.orderNow {
    font-family: "Ubuntu", sans-serif;
}

.mark__list {
    list-style: none;
    padding: 0;
}

.mark__list li {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    font-family: "Ubuntu", sans-serif;
}

.mark__list .mark__item {
    padding: 20px 0 !important;
}

.mark__list .mark__item-pad {
    padding: 10px 0;
}

.mark__list+div {
    font-family: "Ubuntu", sans-serif;
}

.service-circle {
    right: -1px;
}

@media only screen and (max-width: 991px) {
    .table-responsive {
        padding-top: 33px;
    }
    .popular_sign {
        right: -10%;
        top: -30%;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        height: auto;
        padding-bottom: 30px;
    }
    .service-circle {
        font-size: 16px;
        right: 10px;
        height: 46px;
        top: -24px;
        width: 90px;
    }
    .service-circle:before {
        margin-left: -26px;
    }
    .service-circle:after {
        margin-left: -75px;
    }
    .service-circle:before,
    .service-circle:after {
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
    }
    .list-inline>li:last-of-type {
        margin-top: 10px;
    }
    .cd-testimonials {
        padding: 0;
    }
    .cd-testimonials>li {
        left: 0 !important;
    }
    .table-responsive {
        padding-bottom: 30px;
    }
    .col__mar {
        margin: 30px 0;
    }
    .dediPckTitle {
        margin-top: 30px;
    }
    .ourSolutionWrap .col-sm-4 {
        margin: 30px 0;
    }
}
