/*
  Flaticon icon font: Flaticon
  Creation date: 28/01/2021 23:54
  */

  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff2") format("woff2"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../images/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../images/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-left-quote:before { content: "\f100"; }

body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}
section {
    padding: 60px 0;
    position: relative;
    clear: both;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p {
    font-family: 'Poppins', sans-serif;
    color: #2c2f39;
}


span{
    vertical-align: baseline;
}


ul.head li {
    display: inline-block;
    padding-left: 30px;
}

ul.head li a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

ul.head li a img {
    padding-right: 7px;
    max-width: 42px;
    filter: invert(1);
}

a:hover {
    text-decoration: none;
}

.btn {
    padding: 9px 30px;
    border-radius: 0;
    font-weight: 600 !important;
    font-size: 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.btn-black{
    background: #000;
    color: #fff !important;
}

header {
    padding: 16px 0;
    position: relative;
    z-index: 3;
}

.our-banner{
    background: url("../images/our-banner.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    padding: 120px 0px 30px;
    margin-top: -90px;
    z-index: 0;
}

h1 {font-size: 42px;line-height: 49px;font-weight: 700;}

h1 span {
    color: #0060ff;
    vertical-align: baseline;
}

span.star i {
    color: #f8c600;
    font-size: 19px;
}

.our-banner h6 {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.line {
    margin: 30px 0 20px;
}

span.star {
    margin-right: 12px;
    vertical-align: text-bottom;
    display: inline-block;
}

.info-banner {
    background: #fff;
    padding: 40px 20px 20px;
    border-top-left-radius: 30px;
}

.info-banner h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.info-banner h3 span {
    font-weight: 700;
    vertical-align: baseline;
}

.info-banner input.required.form-control {
    display: inline-block;
    width: 48.5%;
    margin-right: 4px;
}

.info-banner input.required.form-control:nth-child(even) {
    margin-right: 0;
}

.info-banner .form-control {
    margin-bottom: 7px;
    resize: none;
    font-size: 13px;
    height: 37px;
    border: none;
    box-shadow: 0 0 12px #e4ebff;
}

.info-banner textarea.form-control {
    height: 100px;
}


.btn-blue {
    background: #0060ff;
    color: #fff;
}
.btn-yellow {
    background: #ba1a26;
    box-shadow: 3px 3px 0 #000;
    color: #fff !important;
}
.btn-yellow:hover {
    background: #000000;
    box-shadow: 3px 3px 0px #ba1a26;
    color: #fff !important;
}
.btn {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s all;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-black {
    background-color: #2B2792;
    box-shadow: 3px 3px 0 #000;
}

.info-banner input.btn-blue {
    border-radius: 0;
    padding: 10px 30px;
    width: 43%;
    position: relative;
    z-index: 2;
}

.btn-submit {
    margin: 20px 0 0px;
}

.btn-submit h4 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #005cf3;
    letter-spacing: -1px;
    padding: 0 15px 0 40px;
    margin-bottom: 0;
    background: #e9efff;
    margin-left: -25px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.btn-submit h4 span {
    font-size: 28px;
    display: inline-block;
    transform: rotate(7deg);
    vertical-align: middle;
}

.info-banner::before {content: "";background: #000;position: absolute;width: 87%;height: 98%;z-index: -1;right: 5px;top: 10px;}

.our-banner h5 {
    font-size: 12px;
    padding: 6px 0 6px 60px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #ededed;
    font-weight: 400;
}


.our-banner .row {
    align-items: center;
}

header .btn {
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 10px 20px ;
}
ul.head li:hover a img {
    animation: wobble 1.5s linear infinite;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    position: relative;
}

h2 span {
    font-weight: 700;
    color: #2B2792;
}

.mt-40 {
    margin-top: 40px;
}

.info-service img {
    content: "";
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #d4d4d4;
    margin-bottom: 15px;
    filter: invert(1);
}

.info-service h4 {
    font-size: 18px;
    font-weight: 700;
}

.info-service p {
    font-size: 14px;
    color: #8a8a8a;
}

.our-service::before{
    content: "";
    background: url("../images/leaf.png") no-repeat;
    background-size: 100%;
    max-width: 264px;
    width: 16.5%;
    height: 271px;
    position: absolute;
    left: 0;
    top: 20px;
}

.img-cta {
    text-align: right;
}

.img-cta img {
    margin-left: 5px;
}

.cta .container {
    position: relative;
    z-index: 2;
}

.cta .container::before {
    content: "";
    background: url("../images/bg-cta.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 96%;
    height: 294px;
    position: absolute;
    margin: auto;
    top: -33px;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.cta h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #000 !important;
}

.btn-green {
    color: #000 !important;
    background: #00bbcc;
}

.btn-block .btn:first-child {
    margin-right: 6px;
}

.btn-block .btn {
    padding: 9px 35px;
}
.cta::after{
    content: "";
    background: url("../images/bg-before-cta.png") no-repeat;
    /*width: 294px;
    height: 298px;*/
    width: 16%;
    height: -webkit-fill-available;
    position: absolute;
    background-size: 100%;
    right: 70px;
    top: -60px;
    z-index: 1;
    transform: rotateY(180deg);
}

.cta .row {
    align-items: center;
    padding-left: 50px;
}

.info-idea h2 {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 10px;
}


.info-idea a {margin-top: 10px;margin-bottom: 25px;}



.id-stats h4 {
    display: inline-block;
    font-size: 34px;
    color: #2B2792;
    font-weight: 600;
}

.id-stats h5 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #868686;
}

.id-stats {display: inline-block;margin-right: 15px;}

.our-idea img {
    max-width: 95%;
    float: right;
}

.our-idea .row {
    align-items: center;
}

.book img {box-shadow: -15px 18px 15px #bfbebe;margin-bottom: 15px;}

.book h2::before {content: "Our Books";position: absolute;font-size: 200px;left: 0;right: 0;margin: auto;top: -10px;font-weight: 600;text-transform: capitalize;color: #dddddd;z-index: -1;letter-spacing: -21px;}

.book h2 {
    font-weight: 600;
    font-size: 38px;
}

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

.book {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 50%);
    z-index: 0;
}

.site-logos {padding: 40px 0;}

.site-logos .item {
    text-align: center;
}

.process{
    background: #eeeeee;
    padding: 80px 0;
}

.process::before{
    content: "";
    background: url("../images/pro-bef.png") no-repeat;
    max-width: 385px;
    background-size: 100%;
    height: 260px;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 21%;
}


.info-pro img {
    background: #fff;
    padding: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-shadow: 0 0 10px #a09b9b;
    filter: invert(1);
}

.info-pro h4 {display: inline-block;margin-bottom: 0;font-size: 19px;font-weight: 600;}

.info-pro p {
    margin: 12px 0 0;
    color: #8a8a8a;
}

.info-pro h4 span {
    color: #2B2792;
}


.info-test .qoute {
    position: absolute;
    right: 60px;
    top: 3px;
}

.info-test {
    position: relative;
    padding: 25px 20px 18px;
    border-radius: 20px;
    background: #fff;
    margin-right: 15px;
}

.info-test i.qoute::before {
    font-size: 45px;
    color: #e5e5e5;
}

.info-test span.star {
    margin-bottom: 10px;
}

.info-test p {
    font-size: 14px;
    margin-bottom: 12px;
    min-height: 140px;
}

.info-test h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.info-test h5 {
    font-size: 16px;
    color: #989898;
}

.info-test span.star i {
    font-size: 18px;
}

.our-testimonial .container::before{
    /*content: "";
    background: url("../images/bg-test.png") no-repeat;
    background-size: 100%;
    max-width: 1236px;
    width: 100%;
    height: 368px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;*/
}


.our-testimonial {
    background: url("../images/bg-test.jpg") no-repeat bottom;
    background-size: cover;
    padding: 90px 0 60px;
}


footer {
    padding: 50px 0;
    background: #0d2349;
}

footer p {
    color: #fff;
    margin-top: 15px;
}

.copyright p {
    margin: 0;
}

.copyright {
    background: #FFFFFF;
    position: relative;
    padding: 8px 0;
    color: #000000;
    font-size: 12px;
}

.copyright a {
    color: #000000;
}

.our-service {
    padding-top: 90px;
}


.fancybox-content {
    background: transparent;
    max-width: 1100px;
    padding: 0;
}

.popup-bann img {
    max-width: 100%;
}

.popup-bann {
    max-width: 283px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.popup-content {
    max-width: 900px;
    display: inline-block;
    background: #fff;
    margin-left: -240px;
    padding: 30px 30px 30px 290px;
    margin-top: 40px;
    border-top-right-radius: 30px;
    position: relative;
}


.bg-none{
    background: none;
}


.popup-content .our-banner h1 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.popup-content .our-banner h3::before {top: inherit;bottom: 0;height: 20px;}

.popup-content .our-banner h3 {
    margin-bottom: 20px;
}

.popup-content .our-banner h3 {
    font-size: 22px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #ba1a26;
}

.popup-content .form-control {
    background: #f0f3f6;
    margin-bottom: 14px;
    border-radius: 0;
    height: 40px;
    resize: none;
    font-size: 13px;
}

.popup-content [class*='col-'] {
    padding: 0 7px;
}

.popup-content textarea.form-control {
    height: 92%;
}
.popup-content .textarea.form-control {
    height: 92%;
}

.popup-content p.form_tagline {
    font-size: 11px;
    color: #727272;
    font-weight: 500;
    text-align: left;
}

.popup-content::before {
    /*content: "";
    background: url("../images/bg-popup.png") no-repeat;
    height: 102px;
    width:194px;
    position: absolute;
    right: -23px;
    top: -45px;
    filter: brightness(10);
    z-index: -1;*/
}


input[type=checkbox], input[type=radio] {
    vertical-align: inherit;
}

.fancybox-slide--html .fancybox-close-small {
    top: 55px;
    right: 12px;
    padding: 0;
}

.fancybox-button svg {
    color: #fff;
    height: 34px;
    width: 34px;
    background: #2B2792;
    border-radius: 50%;
    padding: 2px;
}

.popup-content input.btn.btn-black {
    background: #000;
    color: white;
    padding: 12px 30px;
    position: relative;
    z-index: 17;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background: #000000c9;
}

.modal-body {
    overflow: hidden;
}

.popup-content .our-banner.bg-none {
    padding: 70px 0 0 0;
}


.our-testimonial .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 30px;}

.our-testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.our-testimonial .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #ba1a26;
}


/*.our-service [class*='col-']:nth-child(2) .info-service img {
    animation: swing 2s linear infinite;
}
.our-service [class*='col-']:nth-child(3) .info-service img {
    animation: wobble 2s linear infinite;
}
.our-service [class*='col-']:nth-child(1) .info-service img {
    animation: tada 2s linear infinite;
}*/

.our-service [class*='col-'] .info-service img {
    animation: flipInY 2s linear infinite;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; } 

label.error {     display: none !important;}


a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}
a#back-top.show {
    background-color: #2B2792;
}
a#back-top.show {
    opacity: 1;
    visibility: visible;
}


a#back-top.show i {
    color: #fff;
    position: relative;
    bottom: 1px;
}


a.btn:hover {transform: scale(0.9);background: transparent;border: 1px solid #000;color: #000 !important;}

a.btn-white:hover{
    border: 1px solid #fff;
    color: #fff !important;
}
 a.btn-green:hover {
    border: 1px solid #00bbcc;
    color: #00bbcc !important;
}

/*.process [class*='col-']:nth-child(1) .info-pro img {animation: flipInY 2s linear infinite;}
.process [class*='col-']:nth-child(2) .info-pro img {animation: swing 1.5s linear infinite;}
.process [class*='col-']:nth-child(3) .info-pro img {animation: heartBeat 2s linear infinite;}
.process [class*='col-']:nth-child(4) .info-pro img {animation: flipOutY 2s linear infinite;}*/

.process [class*='col-'] .info-pro img {animation: flipInY 2s linear infinite;}

.logo img {
    max-width: 73%;
    filter: brightness(0) invert(1);
}

footer img {
    max-width: 19%;
    filter: brightness(0) invert(1);
}

.our-banner p {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    width: 80%;
}

.our-banner h1 {
    color: #fff;
}

.info-idea p {
    font-size: 13px;
}

.btns_block a.btn.btn-green {
    color: #fff !important;
}

.btns_block a.btn.btn-green:hover {
    color: #000 !important;
}
.btn-submit h4 a {
    color: #2B2792;
}
.btn-submit h4 a:hover {
    color: #000;
}
.btn.dark-bg-btn-header:hover {
    background-color: #ba1a26;
}
.btn.dark-bg-ban-btn:hover {
    background-color: #fff;
}



.indent_inn h2 b { vertical-align:baseline;   color: #f44336;   }

.indent_inn {   width: 100%;    max-width: 1170px;   } 

.indent_inn h2 {    font-weight: 700;    font-size: 44px;    text-align: center;} 

.ddexitForm {margin-top: 30px;}

.indent-pop ul {    margin: 0;     width: 100%;    float: left;}

.indent-pop ul li.ind-line {    width: 26.2%;    float: left;    padding: 0 5px;}

.indent-pop ul li.ind-line input {     height: 60px;   display: block;    margin: 0 auto;    background: #fbfcfd;    border:1px solid #e5e5e5;  padding: 17px 10px 16px 20px;   width: 100%;}  

.indent-pop ul li.ind-line i.fa {    display: none;}

.indent-pop ul li.ind-line input[type="submit"] { font-size: 17px;   background-color:#0060ff;    border-color: #0060ff;    color: #fff;     padding: 15px 25px; cursor:pointer; }

.indent-pop ul li.ind-line.last {    width: 20%;    } 
 
#ddexitpopwrapper {     display: flex;    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 10000;	pointer-events: none;    align-items: center;    justify-content: center;}

#ddexitpopwrapper .veil{    left: 0;    top: 0;    width: 100%;    height: 100%;    position: fixed;    background-color: rgba(0,0,0,.7);    content: "";    z-index: 1;    display: none;    cursor: default;  }

.ddexitpop {    width: 100%;    padding: 0;    z-index: 2;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    position: relative;    background: white;    left: 0;    top: 0;    -webkit-animation-duration: .5s;     animation-duration: .5s;    visibility: hidden;    height: 100%;    display: flex;    align-items: center;    justify-content: center; }

.ddexitpop .calltoaction{ 	display: inline-block;    text-decoration: none;    border-radius: 5px;    padding: 15px;    background: #15C5FF;    display: block;    width: 80%;    margin: 10px auto;    text-align: center;    color: white !important;}

div.closeexitpop{ background:url('../images/xclose.png') no-repeat scroll center center;	width: 70px;	height: 70px;	overflow: hidden;	display: none;	position: fixed;	cursor: pointer;	text-indent: -1000px;	z-index: 3;	top: 10px;	right: 10px;     background-size: 20px;    opacity: 0.7;}   

#ddexitpopwrapper.open{	pointer-events: auto;} 

#ddexitpopwrapper.open .veil{ display: block;   }

#ddexitpopwrapper.open div.closeexitpop{    display: block; }

#ddexitpopwrapper.open .ddexitpop{     visibility: visible; }

@media screen and (max-height: 765px){
    
.ddexitpop{		/* top: 0; */   	}  

.indent-pop ul li.ind-line {    width: 100% !important;    margin-bottom: 10px;}

.indent-pop ul li.ind-line input[type="submit"] {width: auto;}

.indent_inn h2 {    font-size: 30px;}

.indent_inn h2 br {    display: none;}    

}  


