﻿body {
    margin: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    color: #444;
    font-family: 'GlacialIndifference-Regular';
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none;
}

@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url('../fonts/GlacialIndifference-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'GlacialIndifference-Bold';
    src: url('../fonts/GlacialIndifference-Bold.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Captcha code';
    src: url('../fonts/Captcha code.otf');
    font-style: normal;
}

.background-img {
    position: relative;
    width: 100%;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 20px;
    z-index: 9;
    padding: 15px 0;
}

.background-img:before {
    position: absolute;
    content: '';
    background: rgba(87, 127, 135, 0.90);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.comn-btn-main {
    display: inline-block;
    background: #fff;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    font-family: 'GlacialIndifference-Bold';
    margin: 20px 0 0 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.pricing-btn a {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 10px 15px 15px 0;
}

.comn-btn-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    height: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.comn-btn-main:hover:before {
    width: 100%;
}

.sign-up-form-wrap {
    display: block;
    background: #f6f7fa;
    border-radius: .25rem!important;
    -webkit-border-radius: .25rem!important;
    -moz-border-radius: .25rem!important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 15px 20px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

.pt-100 {
    padding-top: 100px;
}

.gray-light-bg {
    background: #f6f7fa;
}

.form-control {
    border-color: #ebebeb;
    padding: 25px 10px;
}

.ptb-100 {
    padding-top: 100px;
    /*padding-bottom: 80px;*/
}

.hero-content-left,
.sign-up-form-wrap {
    z-index: 2;
}

.bottom-img {
    position: relative;
    bottom: -10px;
    width: 100%;
}

.bottom-img img,
.bottom-img-absolute img {
    width: 100%;
}

.hero-content-left h1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 60px;
}

.solid-btn {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    -moz-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    background: #6730e3;
    border: 2px solid #6730e3;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.bottom-img-absolute {
    bottom: -40px;
    width: 100%;
    position: absolute;
}

.section-shape {
    bottom: -8px;
    left: 0;
    right: 0;
}

.section-shape img {
    width: 100%;
}

.form-style {
    width: 100%;
    padding: 9px 10px;
    margin: 0 0;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 15px;
    color: #444;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-appearance: none;
}

.form-style:focus, .form-style textarea {
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.section-heading h2 {
    font-family: 'GlacialIndifference-Bold';
    margin: 0 0 15px 0;
    font-size: 36px;
    color: #323232;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
}

.badge {
    display: inline;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'GlacialIndifference-Bold';
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.section-heading p {
    color: #444;
}

.login-btn {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #577f87;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    font-family: 'GlacialIndifference-Bold';
    margin: 20px 0 0 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.sign-up-form-header h4 {
    font-family: 'GlacialIndifference-Bold';
    color: #323232;
}

.our-design-wrapper{
    background: url('../images/main-shap.png');
    padding-top: 130px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.optrny-img-info h4{
    font-family: 'GlacialIndifference-Bold';
    font-size: 36px;
    margin: 20px 0;
    color: #323232;
}

.optrny-img-info p{
    font-size: 15px;
    color: #616273;
    letter-spacing: 0.6px;
    line-height: normal;
}

.optrny-img-sec {
    position: relative;
}

.inner-column-about ul {
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.inner-column-about ul li {
    margin-bottom: 15px;
    color: #444;
    font-size: 16px;
}

.inner-column-about ul li i {
    float: left;
    color: #e09aa0;
    font-size: 17px;
    margin: 10px 10px 0 0;
    width: 5px;
    height: 5px;
    box-shadow: 0px 0px 0px 4px rgba(87, 127, 135,0.6);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(87, 127, 135,0.6);
    -moz-box-shadow: 0px 0px 0px 4px rgba(87, 127, 135,0.6);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 30px;
}

.inner-column-about ul li span {
    display: table-cell;
}

.optrny-ptn-img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.optrny-img-sec img {
    position: relative;
    z-index: 5;
}

.feature-work-item{
    height: 100%;
    padding: 0 0 15px 0;
}

.featured-work-box-inner {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz--transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    cursor: pointer;
    line-height: 1.8;
    padding: 30px 10px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.feart-work-box-img {
    position: relative;
    z-index: 1;
    height: 124px;
    margin-bottom: 25px;
}

.feart-work-box-img img {
    width: 35px;
}

.feart-work-box-img:before, .feart-work-box-img:after {
    position: absolute;
    top: 0;
    width: 124px;
    height: 100%;
    content: "";
    left: 50%;
    margin-left: -62px;
    background-image: url(../images/shap-1.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.feart-work-box-img:before {
    background-image: url(../images/shap-2.png);
    opacity: .4;
    bottom: 0;
    margin-top: 10px;
}

.feart-work-box-img img {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    filter: brightness(1)invert(1);
    -moz-filter: brightness(1)invert(1);
    -webkit-filter: brightness(1)invert(1);
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -8px;
}


.featured-work-box-inner:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(5, 5, 5, 0.2);
    -moz-box-shadow: 0 5px 15px 0 rgba(5, 5, 5, 0.2);
    box-shadow: 0 5px 15px 0 rgba(5, 5, 5, 0.2);
}

.featured-work-box-inner:hover .feart-work-box-img:before {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-work-box-inner:hover .feart-work-box-img:after {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;;
}

.feart-work-box-content h5{
    text-align: center;
    color: #577f87;
    font-size: 16px;
    position: relative;
    font-family: 'GlacialIndifference-Bold';
}

.featured-work-box-main {
    height: 100%;
}

.feart-work-box-content p{
    font-size: 14px;
    color: #616273;
    letter-spacing: 0.6px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.feart-work-box-content a{
    display: inline-block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 8px 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.feart-work-box-content{
    text-align: center;
}

.cust-check-bx a {
    font-weight: 600;
}

.cust-check-bx {
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #323232;
  z-index: 9;
}

.cust-check-bx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.cust-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #c8c8c8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cust-check-bx input:checked ~ .cust-checkmark {
    background-color: #577f87;
    border-color: #577f87;
}

.cust-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-check-bx input:checked ~ .cust-checkmark:after {
  display: block;
}

.cust-check-bx .cust-checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz--transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav a:before {
    top: 0;
    position: absolute;
    content: '';
    z-index: 0;
    right: auto;
    left: auto;
    width: 250px;
    height: 180px;
    background: rgba(255, 255, 255, .8);
    border-radius: 100px 130px 100px 315px;
    -webkit-border-radius: 100px 130px 100px 315px;
    -moz-border-radius: 100px 130px 100px 315px;
    transform-origin: left;
    transform: translate(1%, 2%) rotate(-20deg);  
    -webkit-transform: translate(1%, 2%) rotate(-20deg);  
    -moz-transform: translate(1%, 2%) rotate(-20deg);  
    -o-transform: translate(1%, 2%) rotate(-20deg);  
    -ms-transform: translate(1%, 2%) rotate(-20deg);  
}

.footer-sec{
    background: #323232;
    box-shadow: 0 -2px 5px rgba(0,0,0,00.08);
    -webkit-box-shadow: 0 -2px 5px rgba(0,0,0,00.08);
    -moz-box-shadow: 0 -2px 5px rgba(0,0,0,00.08);
    padding: 40px 0 30px;
}

.footer-sec p{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: normal;
}

.footer-sec h6 {
    color: #fff;
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.section-circle .shape {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-circle .shape-style-1 :nth-child(2) {
    top: 5%;
    right: 10%;
    background: rgba(255, 255, 255, .1);
}

.section-circle .shape-style-1 .circle-50 {
    width: 50px;
    height: 50px;
}

.section-circle .shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 100px 130px 100px 315px;
    -webkit-border-radius: 100px 130px 100px 315px;
    -moz-border-radius: 100px 130px 100px 315px;
}

.section-circle .shape .span-cust {
    position: absolute;
}

.section-circle .shape-style-1 :nth-child(3) {
    top: 280px;
    right: 0;
    background: rgba(255, 255, 255, .3);
}

.section-circle .shape-style-1 :nth-child(4) {
    top: 450px;
    right: 0;
    background: rgba(255, 255, 255, .15);
}

.section-circle .shape-style-1 .circle-75 {
    width: 75px;
    height: 75px;
}

.section-circle .shape-style-1 .circle-100 {
    width: 100px;
    height: 100px;
}

.section-circle .shape-style-1 :nth-child(6) {
    top: 65%;
    right: auto;
    left: 35%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .15);
}

.section-circle .shape-style-1 :nth-child(7) {
    left: 0;
    bottom: 15%;
    background: rgba(255, 255, 255, .2);
}

.section-circle .shape-style-1 :nth-child(9) {
    right: 45%;
    top: 20%;
    background: rgba(255, 255, 255, .1);
}

.section-circle .shape-style-1 :nth-child(10) {
    right: auto;
    bottom: 11%;
    left: 15%;
    background: rgba(255, 255, 255, .05);
}


.fter-center{
    text-align: center;
    color: #fff;
}

.cpcha-sec i{
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #577f87;
}

.cpcha-sec h4{
    margin: 0;
    font-family: Captcha code;
    display: inline-block;
    font-size: 26px;
    color: #616273;
    letter-spacing: 4px;
}

.grid-left .img-holder, .grid-right .img-holder-2 {
    position: relative;
    max-width: 490px;
}

.grid-left .img-holder:before {
    content: "";
    background-color: #577f87;
    width: 100%;
    height: 80%;
    position: absolute;
    left: -10px;
    bottom: -5px;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img-holder img, .img-holder img {
    width: 100%;
}

.video-holder, .video-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-holder i{
    font-size: 30px;
    color: #fff;
}

.video-view-more{
    background: #fff;
    height: 100%;
    -webkit-border-radius: 5px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    padding: 10px;
}

.video-view-inner{
    border: 1px dashed rgba(0,0,0,0.18);
    height: 100%;
}

.video-view-inner-content {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-view-inner-content i{
    font-size: 30px;
    color: #577f87;
}

.new-bx-sec{
    position: relative;
}

.bx-info-sec h4{
    font-family: 'GlacialIndifference-Bold';
    font-size: 35px;
    color: #323232;
}

.bx-info-sec p{
    font-size: 14px;
    color: #616273;
    letter-spacing: 0.6px;
    line-height: normal;
}

.video-view-inner-content h5{
    text-align: center;
    color: #577f87;
    font-size: 16px;
    position: relative;
    font-family: 'GlacialIndifference-Bold'
}

.vide-info h3{
    font-family: 'GlacialIndifference-Bold';
    font-size: 36px;
    margin: 20px 0;
    color: #323232;
}

.img-holder iframe{
    border: 3px solid #d7dadf;
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.2);
}

.ftr-social li {
    display: inline-block;
}

.ftr-social li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.45);
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-top-right-radius: 40%;
    -webkit-border-top-right-radius: 40%;
    -moz-border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
    -webkit-border-bottom-left-radius: 40%;
    -moz-border-bottom-left-radius: 40%;
    margin: 0 5px;
    color: #577f87;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.ftr-social li a:hover {
    background: #577f87;
    color: #fff;
}

.fter-socil-icn h5{
    font-size: 16px;
    margin: 40px 0 20px 0;
    color: #fff;
    font-family: 'GlacialIndifference-Bold';
    text-transform: capitalize;
    display: inline-block;
}

.fter-socil-icn {
    width: 100%;
    text-align: center;
}


@media(max-width: 1199px){
    .feart-work-box-content h5{
        font-size: 15px;
    }

    .footer-sec h6{
        font-size: 14px;
    }

    .ptb-100{
        padding-bottom: 50px;
    }
}

@media(max-width: 991px){
    .hero-content-left h1{
        font-size: 36px;
        line-height: 40px;
    }

    .hero-content-left .pricing-btn a{
        margin: 10px 5px 15px 0;
    }

    .grid-left {
        margin-bottom: 35px;
    }

    .optrny-img-sec img{
        padding-bottom: 30px;
    }

    .our-design-wrapper{
        padding-top: 0;
    }
}


@media(max-width: 767px){
    .hero-content-left h1{
        font-size: 20px;
        line-height: 25px;
    }

    .nav{
        left: 0;
        padding-bottom: 0;
    }

    .lead{
        font-size: 15px;
    }

    .pricing-btn a{
        margin: 10px 0 15px 0 !important;
    }

    .comn-btn-main{
        padding: 10px 25px;
    }

    .ptb-100{
        padding: 50px 0;
    }

    .section-heading h2{
        font-size: 18px;
    }

    .optrny-img-info h4{
        font-size: 18px;
    }

    .our-design-wrapper{
        padding-bottom: 0;
        padding-top: 0;
        background-position: bottom;
    }

    .hero-content-left{
        padding-top: 20px;
    }

    .sign-up-form-header h4{
        font-size: 21px;
    }

    .cpcha-sec h4{
        font-size: 20px;
    }

    .video-view-more{
        height: 200px;
    }

    ul.bx-four-main li:nth-child(2n+1) {
        margin-top: 0;
    }

    .vide-info h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .video-bx {
        padding-top: 40px;
    }

}

@media(max-width: 575px){
    .footer-sec h6{
        border: 0;
        padding: 0;
    }

    .cpcha-sec {
        text-align: center;
    }

    .footer-sec{
        padding-bottom: 40px;
    }
}
.error_class {
    border: 1px solid red !important;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(252, 252, 253,0.7);
}
.loader-wrapper img {
    position: absolute;
    width: 55px;
}
#loader-inner {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 3px solid #f97a7d;
    border-top-color: #964450;
    animation: spin 2s infinite linear;
}