h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Raleway', sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Raleway', sans-serif;}
.no_space{padding-right:0px;padding-left:0px;}
span.bolder {
    font-weight: 700;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.float {
    font-weight: 600;
    vertical-align: middle;
    padding: 8px;
    position: fixed;
    bottom: 30px;
    left: 10px;
    background-color: #023838;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #1ccf38!important;
}
.my-float {
    color: #21e639;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 30px;
}


/************************** popup  ************************************/
span.boldr{font-weight:800;color:#fe4b8c;font-size:30px;}
.modal{top: 20%;}
.modal-content{background: #000000;box-shadow:rgb(0,0,0) 0px 0px 6px 2px;border: 10px solid #feb406;}
.modal-header{padding: 20px 0 0;border:none;text-align: center;}
button.close{background:url(img/cross.png) no-repeat 0 0;width:16px;height:16px;position:absolute;top: -1px;right: 1px;display:block;opacity:1;}
h4.modal-title{font-size: 25px;
    font-weight: 600;
    color: #feb406;
    margin: 0;
    padding: 15px 10px 20px;
    text-align: center;}
#popupform input.cn{padding: 6px 0 5px 8px;margin:0 0 20px;width:100%;border: 1px solid #feb406;}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#57ca85;font-size:13px;}
#popupform button, #popupform input[type=submit]{background: #f0bf00;color: #153453;border:none;font-weight: 700;text-transform:uppercase;padding:4px 18px;font-size:19px;display: inline-block;}
.modal-dialog{max-width:500px;}
.field:nth-child(2) input.cn{background-position:0 -54px !important;}
.field:nth-child(3) input.cn{background-position:0 -106px !important;}
#popupform p{text-align:center;font-size:13px;color: #fff;margin:19px 0 0;}
.modal-header img {
    width: 30%;
}
.fade.in{overflow:hidden;}
input#phones {
    width: 100%;
    border: 1px solid #feb406;
    padding: 6px 7px;
}

div#popupform h3 span {
    font-size: 18px;
}
constructed stylesheet
div#popupform h3 {
    text-align: center;
    margin: 0 0 20px;
    color: #000;
}

.fm {
    border-radius: 0;
    border: 1px solid #feb406;
    margin: 0 0 15px;
}

.fun {
    margin: -77px 0 0;
}

div#popupform {
    width: 100%;
}

div#popupform h3 {
    text-align: center;
    margin: 20px 0;
}

/************************** popup  ************************************/


h2 {
    font-size: 32px;
    margin: 0 0 15px;
    color: #272829;
    text-transform: capitalize;
}


.header{
    width: 100%;
    position: absolute;
}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: all .3s ease-in-out;
    padding: 0px 0;
}

.darkHeader  .topbar-header{
    display:none;
}

 /*topbar styling start*/
 
 .topbar-header {
    padding-top: 4px!important;
    padding: 0 20px 0 20px;
    padding-bottom: 4px!important;
    background: #153453;
}
 
.main-header .header-upper .outer-container {
    position: relative;
    padding: 0 60px;
}

.tp-left-list {
    text-align: left;
    color: #ffffff;
}
.topbar-header .list-inline-item {
    margin-right: .5rem;
    margin-left: .5rem;
}

.tp-left-list a {
    font-size: 13px;
    color: #ffffff;
}
.tp-right-list {
    text-align: right;
    color: #ffffff;
}

.tp-right-list a {
    font-size: 13px;
    color: #ffffff;
}

.top-ml{
    margin-left: 7px;
}
 
 
 /*topbar styling end*/
 
 /*navbar button start*/
 
 .navbar-btn {
    color: transparent;
    display: flex;
}

.heart {
    animation: beat .25s infinite alternate;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.top_nav_btn {
    margin-top: 8px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: auto;
    line-height: 2.3em;
    position: relative;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: transparent;
    justify-content: center;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to right,#153453 0,#286090 100%);
}
 
.top_nav_btn:hover{
    background: linear-gradient(to right,#153453 0,#286090 100%);
    color: #fff;
}
 
 /*navbar button end*/
 
.head_bot{
    width: 100%;
    padding:10px 0 10px 0;
    background: #fecd03;
}
.logo_area{
    padding: 0px 0;
}
.logo_area img {
    width: 70%;
}

.navbar.navbar-inverse {
    background: #ffffff00;
    border: none;
    float: right;
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #153453;
    transition: all 0.3s ease;
}
.navbar-inverse .navbar-nav > li > a {
    color: #153453;
    font-weight: 600;
    padding: 20px 8px;
    font-size: 16px;
}

.submenu{
    background-color: #fecd03;
    list-style: none;
}


.h_m_banner {
    width:  100%;
    background: url(img/main_banner.webp) no-repeat top center;
    background-size: cover;
    padding: 190px 0;
    overflow: hidden;
}

.h_m_banner h1 span {background: #000;display: inline-block;padding: 7px 10px;color: #fff;font-size: 30px;font-weight: 600;}

.h_m_banner p {
        font-size: 15px;
        color:  #fff;
}


.bnn_left {
    width: 100%;
    color: #fff;
}

.bnn_left ul {
    margin: 0 0 30px;
}

.bnn_left ul li {
    list-style: none;
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 17px;
}
.bnn_left h1 {
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
}

.bnn_left h2 {
    font-size: 34px;
    color: #000;
    font-weight: 700;
    position: relative;
}

.bnn_left h2 span {
    font-weight: 700;
    position: absolute;
    left: 225px;
    opacity: 0;
    overflow: hidden;
    animation: rotateWord 10s linear infinite;
    top: 0;
    color: #fff;
}

.bnn_left h2 span:nth-child(2) {
    /* color: #fff; */
    animation-delay: 2.5s;
}

.bnn_left h2 span:nth-child(3) {
    animation-delay: 5s;
}

.bnn_left h2 span:nth-child(4) {
    animation-delay: 7.5s;
}

.bnn_left h2 span:nth-child(5) {
    animation-delay: 12s;
}

@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% {opacity: 1;-webkit-transform: translateY(0px);}
    20% { opacity: 0; -webkit-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}



.bnn_left h2:after {
    content: "";
    display: block;
    width: 33%;
    height: 2px;
    background: #000;
    margin: 5px 0 0;
}

.bnn_left p {
    font-size: 18px;
    padding: 20px 0;
}

.bnn_left p span {
    font-weight: 700;
    position: relative;
}


.banner_right {
    background: #ffffffad;
    width: 85%;
    float: right;
    padding: 30px 25px;
    border-radius: 8px;
    /* position: relative; */
    z-index: 1;
    top: -10px;
}

.banner_right:before {
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    height: 102%;
    border-radius: inherit;
    background: #444444;
    left: 0px;
    z-index: -1;
    transform: skew( 
1turn, 
-6deg);
    }

.bnn_left ul li i {
    padding: 0 10px 0 0px;
    color: #ffca00;
}


span.bn_hd {
    font-size: 23px;
    font-weight: 700;
    text-align: center !important;
    display: inline-block;
    margin: 0 0 13px;
}
    

.banner_right:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 8px;
    box-shadow: 0 0 26px #222222a6;
}

button.ban_btn {
    width: 100%;
    padding: 10px 0;
    background: #0d678a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.banner_right .form-control {
    resize: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #0d678a;
    border-radius: 0;
    padding: 0 30px;
}

.banner_right .form-group span {
    position: absolute;
    color: #14a0ff;
    left: 8px;
    top: 6px;
}

.banner_right .form-group {
    position: relative;
}

.btn-area {
    width: 100%;
    margin-top:10px;
    margin-left: 40px;
}

.btn-area a.phone {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 13px 20px 13px 30px;
    margin-right: 75px;
    transition: all 0.5s ease;
    border: 1px solid #fff;
}

.btn-area a.phone img {
    position: absolute;
    left: -50px;
    top: -17px;
    transition: all 0.5s ease;
}

.btn-area a.phone img {
    /* animation: shake 0.5s infinite; */
}

a.mail {
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 20px 12px 0px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY( 
25deg);
}

a.mail:hover {
    padding: 12px 35px 12px 20px;
    background: #fff;
    color: #000;
}

a.mail:hover img {
    left: 100px;
}

.banner_right h3 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 800;
    font-size: 27px;
}

.reviews {
    display: none;
    margin: -40px 0 40px;
}

.reviews.lazy-background.visible.revlzy {
    margin: 0 0 0;
}

.reviews .row {
    background: #444;
    border-radius: 4px;
    padding: 15px 20px;
    position: relative;
}

.reviews.lazy-background.visible .row:before {
    background: url(img/reviews-badge.png) no-repeat;
}
.reviews .row:before {
    content: "";
    position: absolute;
    right: -11px;
    top: -11px;
    width: 107px;
    height: 119px;
}

.reviews ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.reviews ul li {
    list-style-type: none;
    flex: 0 0 33.3333%;
    padding-left: 60px;
}

.reviews ul li:first-child {
    padding: 0;
}

.reviews ul li .text-with-icon {
    display: flex;
    position: relative;
    width: 100%;
}

.reviews ul li .text-with-icon:before {
    content: "";
    border-right: 1px solid rgb(255 255 255 / 20%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.reviews ul li .text-with-icon img {
    max-height: 34px;
    margin: 5px 0 0;
}

.reviews ul li .content-area {
    text-align: center !important;
    padding-left: 10px;
    padding-right: 70px;
}

.reviews h5 {
    margin: 0 0 6px;
    font-size: 17px;
    color: #fff;
}

.reviews ul li .content-area .stars {
    height: 20px;
    background: url(img/stars.svg) no-repeat;
    position: relative;
}

.reviews p {
    margin: 0;
    /* position: absolute; */
    left: 0;
    top: 12px;
    font-weight: 200;
    font-size: 21px;
    color: #fff;
}


.form_sec{
    width: 100%;
    padding: 40px 0 70px;
}
.top_form{
    padding: 30px 20px;
    box-shadow: 1px 1px 9px 3px #000;
    text-align: center;
    background: #ffca00;
    margin: -120px 0 0;
}
.top_form h3{
    color: #153453;
    margin: 0 0 20px;
    font-weight: 800;
}
.top_form .form-group {
    margin-bottom: 15px;
}

.top_form .form-control {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #153453;
    border-radius: 0;
    color: #153453;
}
.top_form .form-control::placeholder {
    color: #153453;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.top_form_btn{
    width: 100%;
    font-size: 18px;
    background: #153453;
    border: none;
    color: #fff;
    padding: 8px 40px;
    font-weight: 700;
    margin: 15px 0 0px;
}



h2.s7_head {
    margin: 30px 20px 0px 0px;
    display: inline-block;
    font-size: 22px;
}

.test_box_text h3 {
    font-size: 21px;
    font-weight: 700;
}

.sec3_text a {
    background: #005164;
    padding: 10px 30px;
}

h2.s3_hd {
    font-size: 28px;
    margin: 30px 0;
    color: #e88705;
}

p.tst_p {
    position: absolute;
    text-align: center;
    margin: 0;
    right: 0px;
    top: 20px;
    font-weight: 200;
    font-size: 21px;
    color: #fff;
}


.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: #f6f6f6;
    overflow: hidden;
}

.h_m_sec1 h2 {
    font-size: 30px;
    margin: 0 0 50px;
    font-weight: 400;
}

.s1_img {
    width: 100%;
}

.s1_img img {
    padding: 20px 20px;
}

.sec1_box {width: 100%;margin: 0 0 20px;}

.sec1_box h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}


/*.h_m_sec6 {*/
/*    width: 100%;*/
/*    padding: 40px 0;*/
/*}*/

/*.sec6_top {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    margin: 0 0 50px;*/
/*}*/

/*.sec6_top h2 {*/
/*    color: #000;*/
/*}*/

/*.sec6_bot {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.sec6_bot h2 {*/
/*    text-align: center;*/
/*    margin: 0 0 60px;*/
/*}*/

/*.block22.lightgreen {*/
/*    width: 97%;*/
/*    background: #3e3e3e;*/
/*    padding: 0px 10px;*/
/*    border-radius: 20px;*/
/*}*/

/*.block1.lightgreen {*/
/*    width: 97%;*/
/*    background: #ffbc01;*/
/*    padding: 0px 10px;*/
/*    border-radius: 20px;*/
/*}*/

/*.test_box_text p {*/
/*    padding: 7px 0;*/
/*}*/



/*.test_box_text a {*/
/*    background: white;*/
/*    color: #008269;*/
/*    font-size: 14px;*/
/*    border-radius: 5px;*/
/*    padding: 10px 40px;*/
/*    margin: 10px 0 0;*/
/*    display: inline-block;*/
/*}*/

/*.test_box {*/
/*    width: 96%;*/
/*    padding: 30px;*/
/*}*/

/*.test_box_img {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*.test_box_text {*/
/*    width: 100%;*/
/*    color: #fff;*/
/*    padding: 15px 0;*/
/*}*/

/*.test_box_text h5 {*/
/*    margin: 40px 0 0;*/
/*    font-size: 17px;*/
/*}*/

/*.test_box_img img {*/
/*    border-radius: 5px;*/
/*    width: 91%;*/
/*}*/

/****************** sec3 start  ******************/
.h_m_sec3 {
    width: 100%;
    padding: 70px 20px;
    background: #153453;
    background-size: cover;
    overflow: hidden;
}

.h_sec3_top {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
    overflow: hidden;
}

.h_sec3_top h2 {color: #fff;font-weight: 600;font-size: 39px;}

.h_sec3_top p {
    font-size: 15px;
    color: #fff;
}

.h_sec3_bot {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px;
}

.h_sec3_top h3 {
    color: #e88705;
    margin: 30px 0 0;
    font-weight: 700;
}

.sec3_box {
  width: 90%;
  height: 90%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #f0bf00;
  box-shadow: 1px 1px 6px 0px #000;
  margin: 0 0 10px;
}

.sec3_box .sec3_text {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.sec3_box img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sec3_box:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.sec3_box h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 25px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.sec3_box h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.sec3_box:hover h3:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.sec3_box a, .sec3_box p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  margin: 20px 0;
}

.sec3_box:hover a, .sec3_box:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/****************** sec3 end  ******************/


.h_m_sec4 {
    width: 100%;
    padding: 70px 0;
}

.h_sec4_top {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
}

.h_sec4_bot {
    width: 100%;
    overflow: hidden;
}

.sec4_box {
    width: 99%;
    padding: 0 40px;
}

.sec4_box_text {
    padding: 50px 30px;
    -webkit-box-shadow: 0 1px 5px 0.2px rgb(0 0 0 / 16%);
    box-shadow: 0 1px 5px 0.2px rgb(0 0 0 / 16%);
    border-radius: 5px;
    margin: 30px 0;
}

.sec4_box_img {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.sec4_box_img img {
    width: 80%;
}

.sec4_box_text i {
    margin: 10px 0;
    color: #ffe400;
    font-size: 20px;
}

.sec4_box_text h3 {
    font-size: 30px;
}

.sec4_box_text a {
    background: #ffe400;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 40px;
    border-radius: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}



/************* Sec5 start *****************/

.h_m_sec51 {
    width: 100%;
    overflow: hidden;
    padding: 70px 0 0;
    text-align: center;
}

.h_sec51_top {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
}

.h_sec51_bot {
    width: 100%;
    overflow: hidden;
}

.test_box {
    width: 94%;
}

.test_box_img {
    width: 100%;
    text-align: center;
}

.test_box_text {
    width: 100%;
    background: #ffffff;
    padding: 60px 30px;
    color: #000;
    margin: 40px -60px;
}

.test_box_img img {
    width: 80%;
    border-radius: 25px;
}

.test_box_text p {
    line-height: 29px;
    font-style: italic;
    margin: 0 0 20px;
}

.test_box_text h4 {
    font-weight: 700;
    font-size: 21px;
    color: #fecd03;
    text-align: right;
}


/************* Sec51 End *****************/



/************* sec5 start *****************/
.h_m_sec5 {position: relative;padding: 50px 0;color: #fff;background: url(img/sec5_bg.jpg) no-repeat top center;background-size: cover;background-attachment: fixed;overflow: hidden;}
.h_m_sec5 h2 {font-weight: 700;color: #ffffff;}
.headingstyle1.text-center {
    margin: 0 0 30px;
}
.h_m_sec5 .listing ul {text-align: center;}
.h_m_sec5 .listing ul li {
    fill: #e88705;
    color: #e88705;
    background-color: #FFFFFF00;
    border-style: solid;
    border-color: #e88705;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 40px;
    display: inline-block;
    margin: 0 0 24px;
    transition: all 0.3s ease-out;
}
.h_m_sec5 .listing ul li+li {margin-left: 9px;}
.h_m_sec5 .listing ul li:hover {color: #fdc80f;transform: scale(1.04);}
.h_m_sec5 .listing ul li a {
    color: #fff;
}
.h_m_sec5 .slick-prev::before {content: "\f104";font: normal normal normal 14px/1 FontAwesome;position: absolute;left: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}
.h_m_sec5 .slick-next::before {content: "\f105";font: normal normal normal 14px/1 FontAwesome;position: absolute;right: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}



.sec5_box {
    width: 100%;
    margin: 0 0 20px;
}

.sec5_box img {
    width: 100%;
}

.modal-body label {color: #fff;}

/************* sec5 end *****************/

.h_m_sec7 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: #f6f6f6;
    overflow: hidden;
}

.sec7_left {
    width: 100%;
    text-align: left;
}

.sec7_left ul li {
    font-size: 16px;
    padding: 9px 0 6px 19px;
    font-weight: 600;
    position: relative;
    list-style: none;
}

.sec7_left ul li:before{
    content: "\2713";
    color: #f0bf00;
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    position: absolute;
    left: 0;
    top: 10px;
}

.sec7_left h3 {
    font-size: 26px;
    font-family: "Exo 2",sans-serif;
    font-weight: 500;
    color: #3a435d;
    margin: 20px 0;
}

.sec7_left p {
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3a435d;
}

.sec7_right h3 {
    font-size: 26px;
    font-family: "Exo 2",sans-serif;
    font-weight: 500;
    color: #3a435d;
    margin: 20px 0;
}

.sec7_right p {
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3a435d;
}

.sec7_right {
    width: 100%;
    margin: 0 0 40px;
    text-align: left;
}

.sec7_right ul li {
    padding: 10px 0px;
    font-size: 17px;
}

.h_m_sec7 h2 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    color: #153453;
}

.home-sec-btn a {
    background: #f0bf00;
    padding: 10px 30px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
}


.h_m_sec2 {
    text-align: center;
    width: 100%;
    padding: 70px 0;
    background: #3e3e3e;
    color: #fff;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.h_m_sec2:hover {
    background: #153453;
}

.h_sec2_top {
    width: 100%;
}

.h_sec2_top h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    text-shadow: 1px 3px 4px #000;
}

.h_sec2_top h3 {
    margin: 20px 0;
    font-size: 19px;
    font-weight: 600;
}

.h_sec2_top p {
    font-size: 20px;
}

.h_sec2_top a {
    background: #ffffff;
    color: #f0bf00;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 22px;
    display: inline-block;
    border: 2px solid #000000;
    margin: 20px 0 0 40px;
    font-weight: 900;
    border-radius: 5px;
}


/************* Pricing **************/


.h_m_pricing_sec {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    overflow: hidden;
}

.h_m_pricing_sec .sec3_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.h_m_pricing_sec .sec3_bot {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}

.h_m_pricing_sec .sec3_box {
    width: 100%;
    padding: 0px 0 20px;
    box-shadow: 1px 1px 4px 1px #000;
    background: #ededed;
    position: relative;
}

.h_m_pricing_sec .sec3_box h3 {
    background: #153453;
    padding: 20px 0;
    color: #fff;
    position: relative;
}

span.price {
    color: #fecd03;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 1px 1px 2px #000;
}

.h_m_pricing_sec .sec3_box ul li {padding: 11px 0 15px;text-align: center;list-style: none;color: black;font-size: 18px;}

.h_m_pricing_sec .sec3_box ul {
    margin: 30px 0 0;
}

.h_m_pricing_sec span.s3_tick {
    font-size: 18px;
    margin: 0 13px 0;
    color: #000000;
}

.h_m_pricing_sec .sec3_box ul li:nth-child(even) {
    background: #eff7fa;
}


.h_m_pricing_sec .sec3_box h3:after {
    content: "";
    height: 15px;
    border-top: 15px solid #ff1949;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 166px;
}


.h_m_pricing_sec span.red {
    font-size: 15px;
    color: red;
    text-align: center;
    display: block;
}

.h_m_pricing_sec .sec3_box a {
    background: #fecd03;
    color: #000;
    padding: 8px 40px;
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: 700;
    display: inline-block;
    margin: 20px 0 0;
}

/************* Pricing end **************/


.review-sec {
    background-color: #dcdce6;
    overflow: hidden;
    padding: 50px 0 35px 0;
}

.review-box {
    width: 280px !important;
    padding: 13px 25px !important;
    background-color: #ffffff;
    margin: 30px 10px;
    transition: .7s;
    transform: scale(0.97);
    height: auto;
}

.review-box:hover {
    transform: perspective(1px) scale(1.03);
    box-shadow: 0 12px 20px 0 rgb(0 0 50 / 12%);
}

.review-box-heading {
    margin: 8px 0;
}

.review-box-heading .profile {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.review-box-heading .rev-rating img {
    max-width: 110px !important;
    height: auto;
    margin-left: 10px;
}

.review-box-heading span {
    margin-bottom: 6px;
}

.review-box-heading i {
    background-color: #00b076;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 12px
}

.review-box-heading i::before {
    position: relative;
    top: 5.1px;
}

.bg-green-star i {
    background-color: #00b076;
    color: #ffffff;
    border: none;
}

.bg-orange-stra i {
    background-color: #00b076;
    color: #ffffff;
}

.review-box h6 {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
}

.review-box p {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}

.Marquee {
    width: 100vw;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 800s linear infinite running;
    -moz-animation: marquee 800s linear infinite running;
    -o-animation: marquee 800s linear infinite running;
    -ms-animation: marquee 800s linear infinite running;
    animation: marquee 250s linear infinite running;
}
.remove-marquee-animation{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.Marquee-tag {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    -ms-transition: all 10s ease;
    transition: all 10s ease;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}



/*review section*/


.price {
    width: 100%;
    padding: 35px 0;
}

.price_box {
    width: 100%;
}

.price-center{
    text-align: center;
}

.price_box h2 {
    font-size: 27px;
    font-weight: 600;
}

.price_box p {
    margin: 16px 0;
}

.price_box ul li {
    list-style: none;
    display: inline;
    font-size: 23px;
}

.price_box ul li i {
    background: #153453;
    padding: 15px 15px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #fecd03;
    margin: 0 20px 0;
}

.prices-am-homepage .h2{font-size: 35px;color:#3a435d;font-family:"Exo 2",sans-serif;font-weight:500;margin: 0 0 50px;}.prices-am-homepage .h3{font-size:22px;color:#3a435d;font-family:"Exo 2",sans-serif;font-weight:500;display:block;background:#f6f6f6;padding:10px 0}.prices-am-homepage .box{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.1);box-shadow:0 0 4px 1px rgba(0,0,0,.1);border-radius:5px}.prices-am-homepage .box .h4{font-size:22px;color:#3a435d;font-family:"Exo 2",sans-serif;font-weight:400;display:block}.prices-am-homepage .box ul{padding:0}.prices-am-homepage .box ul li{list-style:none;font-family:Lato,sans-serif;font-size:16px;font-weight:400;color:#3a435d;margin:25px 0}.prices-am-homepage .box p{font-family:Lato,sans-serif;font-size:16px;font-weight:400;color:#3a435d;margin:13px 0}.prices-am-homepage .box .btn-ordernow{background:0 0;border:1px solid #fff;padding:6px 15px;border-radius:25px;color:#3a435d;font-family:'Exo 2',sans-serif;font-size:16px;font-weight:400;font-size:15px;margin-top:5px;display:none}.prices-am-homepage .box .btn-ordernow.active,.prices-am-homepage .box .btn-ordernow:focus,.prices-am-homepage .box .btn-ordernow:hover{background:#ffe400;border:1px solid #ffe400;-webkit-transition:all .5s ease;transition:all .5s ease}.prices-am-homepage .box .btn-ordernow.active:focus,.prices-am-homepage .box .btn-ordernow.active:hover{background:0 0;border:1px solid #ffe400;-webkit-transition:all .5s ease;transition:all .5s ease}.prices-am-homepage .box .box-inner.active .btn-ordernow,.prices-am-homepage .box .box-inner:focus .btn-ordernow,.prices-am-homepage .box .box-inner:hover .btn-ordernow{display:inline-block}.secure-payment{background:#f6f6f6;padding:25px 0}.secure-payment .h2{font-size:32px;color:#3a435d;font-family:"Exo 2",sans-serif;font-weight:500;color:#3a435d;margin-top:15px}.facts-aboutus .h1{font-size:40px;font-family:"Exo 2",sans-serif;font-weight:500;color:#3a435d}.facts-aboutus .circle{border-radius:50%;height:150px;width:150px;border:2px solid #52de47;background:#3a435d}.facts-aboutus .circle .h4{font-size:40px;font-family:"Exo 2",sans-serif;font-weight:500;color:#ffe400;padding-top:40px;display:block}.facts-aboutus .circle p{font-family:Lato,sans-serif;font-size:18px;font-weight:400;color:#3a435d}
a.pri-od {
    background: #fecd03;
    display: inline-block;
    margin: 11px 0;
    color: #000;
    font-size: 11px;
    padding: 5px 11px;
    font-weight: 600;
    border-radius: 20px;
    transition: all 0.3s ease-out;
}

a.pri-od:hover {
    background: #154073;
    color: #fff;
}

.row.no-gutters {
    padding: 10px 20px 0;
}

section.prices-am-homepage {
    padding: 40px 0;
}




.h_m_sec52 {
    width: 100%;
    padding: 70px 0 0;
    overflow: hidden;
    text-align: center;
    background: #fecd03;
}

.sec51_image {
    width: 100%;
}

.sec51_image img {
    width: 70%;
    margin-top: -50px;
    margin-bottom: 20px;
}

.h_sec52_top {
    width: 100%;
}

.test_box1 {
    width: 100%;
    padding: 50px 0;
}

.test_box1 h4 {
    margin: 20px 0 0;
    font-weight: 700;
}

.test_box1 p {
    font-size: 17px;
}


.h_sec52_top h2 {
    text-align: left;
    margin: 0;
    font-size: 27px;
    font-weight: 700;
}

.test_box1 i {
    color: red;
}



/************* sec9 start *****************/
.h_m_sec9 {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.sec9_left {
    width: 100%;
    margin: 30px 0 0;
}
.sec9_top{
    margin: 0 0 10px;
    text-align: center;
}

.sec9_top h2 {
    font-weight: 700;
    font-size: 37px;
    margin: 0;
    /*font-family: "Baloo Chettan",cursive;*/
    color: #0d7593;
}

#accordion .panel{
    border-radius:0;
    border:0;
    margin: 35px 0 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    background: #f1f1f1;
}

#accordion a{
    /*display:block;*/
    /*padding:10px 15px;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    /*text-decoration:none;*/
    /*font-size: 17px;*/
}

#accordion .panel-heading a.collapsed:hover, #accordion .panel-heading a.collapsed:focus{
    background: #ffffff;
    color: black;
    transition:all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before{
    color: black;
}
#accordion .panel-heading{
    padding:0;
    border-radius:0px;
}
#accordion .panel-heading a:not(.collapsed){
    color: black;
    background: #ffffff;
    transition:all 0.2s ease-in;
    
}
#accordion .panel-heading .accordion-toggle::before{
    font-family:'FontAwesome';
    content:'\f00d';
    float:right;
    color:black;
    font-weight:lighter;
    transform:rotate(0deg);
    transition:all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before{
    color: #000000;transform:rotate(-135deg);
    transition:all 0.2s ease-in;
}


/************* sec9 end *****************/




.capbox {
    width: 100%;
    margin: 0 auto 20px;
    }
.capbox-inner {
     background: #fff;
   color: #555555;
    font-size: 12px;
    width: 100%;
    padding: 1px 11px;
    border-radius: 4px;
    text-transform: uppercase;
     border: 1px solid #cccccc;
}
#CaptchaDiv {
    background: #fff;
    color: #555555;
    width: 100%;
    padding: 5px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    margin: 0 0 11px;
    text-align: left;
}
#CaptchaInput {
    margin: 1px 0 1px 12px;
    width: 88px;
    padding: 4px;
}






.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    display: none;
    background: #f0bf00;
}

/*footer start*/

footer {
    background: #153453;
    color: #fff;
}


.footer-widgets p {
    font-size: 13px;
    text-align: justify;
    color: #eaeaea;
    padding-right: 15px;
}

.footer-widgets a {
    color: #eaeaea !important;
}

.footer-widgets ul li a {
    font-size: 13px;
}

.footer-widgets {
    padding: 0;
}

.footer-widgets ul {
    padding: 0;
}

.footer-widgets ul li {
    list-style-type: none;
    display: inline-block;
    padding: 4px 0 4px 0;
    vertical-align: top;
    border-bottom: 1px solid rgb(172 172 172 / 30%);
    margin-right: 1.6%;
    position: relative;
    overflow: hidden;
}

.copyright p {
    color: #eaeaea;
    text-align: center;
}

.copyright {
    padding: 30px 0 7px;
    background: #111;
}

.copyright a {
    background: #fff;
    color: var(--main);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50px;
    margin-right: 5px;
}

.copyright a:last-child {
    margin: 0;
}

.copyright .row {
    align-items: center;
}

.footer-widgets h4 {
    margin-bottom: 15px;
}

.footer-widgets .ft_lst li {
    margin-bottom: 10px !important; 
    display: flex;
}

.footer-widgets ul li i {margin-left: -15px;margin-right: 5px;font-size: 12px;color: #acacac;transition: all 0.3s ease;}

.footer-widgets ul li:hover i {
    margin-left: 0;
}

.footer-widgets .f1 .col-md-3.col-lg-3 img {
    width: 50%;
}

.footer-widgets .f1 .text-right a img {
    max-width: 50px;
    display: inline-block;
}

.footer-widgets .f1 a {
    color: #fff;
}

.footer-widgets .f1 a:last-child {
    margin-left: 10px;
}

.footer-widgets .f2 ul li {
    width: auto;
    border: none;
    margin: 0 10px;
}

.footer-widgets .f2 ul li i {
    margin: 0 10px 0 0px;
    font-size: 16px;
}

.footer-widgets .f2 {
    text-align: center;
    border-top: 1px solid rgb(172 172 172 / 30%);
    border-bottom: 1px solid rgb(172 172 172 / 30%);
    padding: 3px 0;
    margin-bottom: 20px;
}

.socials a {
    font-size: 18px;
    margin: 11px 4px;
    display: inline-block;
}

.footer-widgets ul {
    margin: 0;
}

ul.ft_lst {
    column-count: 3;
}

.footer-widgets ul h2 {
    font-size: 14px;
}

.footer-widgets ul h2 i {
    display: none;
}

.footer-widgets .f1 {
    padding: 25px 0 10px;
    align-items: center;
}

.footer-widgets .payments {
    align-items: center;
    background: #fecd03;
    border-radius: 6px;
    padding: 20px 0;
    margin-bottom: -20px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.footer-widgets .payments .text-right img {
    max-height: 30px;
    margin-top: 11px;
    display: inline-block;
}



/*footer end*/






.rev_left {
    background: #fecd03;
    width: 100%;
    border: 1px solid #005164;
    padding: 20px 30px;
    margin: 0 0 30px;
}

.rev_left h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: cursive;
    text-shadow: 1px 1px 1px#001;
}

input.sec6_btn {
    width: 100%;
    background: #153453;
    border: none;
    color: #fff;
    padding: 11px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.rev_box {
}

.rev_box p {
}

.rev_box img {
    border-radius: 59%;
}

.reviews.lazy-background.visible.revlzy {
    margin: 0 0 0;
}

.rev_lst {
    width: 100%;
    margin: 0 0 20px;
    background: #113453;
    padding: 30px 12px;
    color: #fff;
}

.rev_lst ul li {
    list-style: none;
    padding: 10px;
    transition: all 0.3s ease-in;
}

.rev_lst ul li a {
    color: #fff;
    font-size: 15px;
}
.rev_lst ul li a:hover {
    color: #000;
}

.rev_lst ul li:hover {
    background: #fecd03;
    color: #000 !important;
    padding: 10px;
    border-radius: 25px;
}

.rev_lst h3 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 700;
}

.rev_payment {
    width: 100%;
}

.rev_payment h4 {
    font-weight: 700;
    margin: 0 0 20px;
}

.rev_payment img {max-width: 100%;}
.rev_left2 h2 {
    font-family: "Baloo Chettan",cursive;
    color: #0d7593;
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0;
}



.h_m_banner1 {
    width: 100%;
    background: url(img/main-banner1.png) no-repeat top center;
    background-size: cover;
    padding: 190px 0;
    overflow: hidden;
    color: #fff;
    /*min-height: 570px;*/
}

.bnn_left1 {
    width: 100%;
}

.bnn_left1 h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
}

.bnn_left1 p {
    padding: 15px 0;
    font-size: 17px;
}

.bnn_left1 ul {
    column-count: 2;
}

.bnn_left1 ul li {
    font-weight: 700;
    font-size: 12px;
    padding: 0 0 10px;
    list-style: none;
}

.bnn_left1 ul li i {
    padding: 0px 10px 0 0;
    color: #fecd03;
}

.bnn_left1 a {
    background: #e88705;
    color: #fff;
    padding: 11px 40px;
    display: inline-block;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}

.bnn_image {
    width: 100%;
}

.bnn_image img {
    width: 100%;
}

.inner_sec1 {
    width: 100%;
    background: #f3fdff;
    padding: 50px 0;
    overflow: hidden;
}



ul.colsul li {
    padding: 20px 0 0;
    list-style: none;
    font-size: 18px;
}

.inner_s1_left p {
    font-size: 18px;
}

ul.colsul li strong {
    font-size: 22px;
    color: #005164;
}

.inner_s1_left h3 {
    margin: 0px 0;
    font-weight: 600;
}

ul.colsul li i {
    padding: 0 10px 0 0;
    color: #e88705;
    font-size: 20px;
}

.inner_s1_left h2 {
    /*font-family: "Baloo Chettan",cursive;*/
    color: #0d7593;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}

.rev_lst2 {
    width: 100%;
    margin: 0 0 20px;
    background: #005164;
    padding: 30px 30px;
    color: #fff;
}

.rev_lst2 h3 {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.rev_lst2 ul li {
    list-style: none;
    padding: 0 0 11px;
    font-size: 14px;
    color: #fff !important;
}

.rev_lst2 ul li i {padding: 0 10px 0 0;color: #e88705;}


.rev_box {
    width: 98%;
    background: #000000;
    color: #fff;
    padding: 30px 15px 0;
    height: 260px;
}

.rev_box p {
    margin: 0 0 20px;
    font-size: 12px;
    width: 100%;
}

img.side_img2 {
    margin: 20px 0 0;
    width: 100%;
}

img.side_img1 {
    width: 100%;
    margin: 0px 0 20px;
}

.terms_condition_section h2 {
    font-family: "Baloo Chettan",cursive;
    color: #0d7593;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}

.rev_box img {
    border-radius: 59%;
}

.dsp_block {
    display: inline-block;
    padding: 0 0 0 10px;
}

.dsp_block h3 {
    margin: 0 0 4px;
    font-size: 18px;
}


.dsp_block i {
    color: #fff700;
}




.inner_page_banner {
    background: #153453;
    text-align: center;
    padding: 170px 0 50px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #fecd03;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_cond_inner h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}


.terms_condition_section p {
    padding: 14px 0;
}

.terms_condition_section span.h2 {
    font-size: 22px;
    display: inherit;
    font-weight: 700;
    color:#3a435d;
    margin: 20px 0;
}

.terms_condition_section ul li {
    padding: 0 0 13px;
    list-style: none;
}

.terms_condition_section ul li i {
    color: #fecd03;
    font-size: 19px;
    padding: 0 8px 0 0px;
}

.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #57ca85;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}
.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #153453;
    padding: 10px 30px;
    border: none;
    font-weight: 600;
}  

button.cont_but:hover{
    background: #fecd03;
    color: #000;
}

.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}

.whatspp-icon {
    position: fixed;
    bottom: 40px;
    left: 11px;
    z-index: 99999999;
}

.whatspp-icon img {
    max-width: 60%;
    display: block;
}


.h_m_sec21 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}

.s21_box {
    width: 96%;
    margin: 30px 0 0;
    border: 2px solid #000;
    padding: 20px 0;
    background: #153453;
}



.sitemap .h1 {
    font-family: "Exo 2",sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #3a435d;
}

.sitemap .h2 {
    background: #52de47;
    color: #fff;
    padding: 10px 30px;
}
.sitemap ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.sitemap ul li {
    float: left;
    list-style-type: none;
    padding-left: 0;
    text-decoration: none;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 30px;
    width: 21%;
}


.sitemap ul li a {
    font-family: Lato,sans-serif;
    color: #3a435d;
    font-size: 12px;
}

.sitemap ul li a i {
    margin-right: 5px;
    background: #3a435d;
    padding: 10px 10px;
    border-radius: 25px;
    color: #ffe400;
    border: 1px solid #52de47;
}





/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 25px;
    cursor: pointer;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


/*Cookies Css*/
#cookiebar {
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    display: none;
    z-index: 200;
}
#cookiebar .container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: green;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}
#cookiebar .container a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

#cookiebarBox {
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 200;
}
#cookiebarBox .container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: green;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}
#cookiebarBox .container a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
#cookiebarBox .container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #141d27;
    color: #ffffff;
    /* margin-bottom: 10px; */
    text-align: center;
    padding: 10px;
    overflow: hidden;
    /*width: 100%;*/
    float:left;
    opacity: 0.9;
    /* background: transparent; */
}

.cookieok {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e8f0f3;
    color: #186782 !important;
    font-weight: 600;
    line-height: 2.5em;
    height: 2.5em;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-width: 0 !important;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
}

/* Counter */

.calculator-div #inc {
    max-width: 26px;
    text-align: center;
    border: 0;
    background: transparent;
    color: white;
    font-size: 18px;
}

/* Calclulation  */


.calculator-div label {
    color: white;
}

.calculator-div #numOfPages {
    background-color: transparent;
    width: 35px;
    text-align: center;
    border: 0;
}
.calculator-div .proceed-order {
    background-color: #005164;
    height: 40px;
    border-radius: 20px;
    color: white;
    border: 0;
    margin-top: 10px;
}

#topic {
    height: 40px;
}

#acadLevel {
    height: 40px;
}
#deadline {
    height: 40px;
}

/* Order page css */
.form-div {
    margin-top: 100px;
    padding: 25px 15px 10px 15px;
}
.wordCounts {
    color: black!important;
}
.selection-area {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px;
    padding: 30px;
}
.order-summary {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px;
    padding: 30px;
}
.order-summary ul li {
    padding: 10px;
}
.calculation-label {
    border: 1px solid #ababab;
    border-radius: 15px;
}
.input-number-increment {
    background-color: #4363ff;
    padding: 3px 8px 3px 8px;
    border-radius: 20px;
}
.input-number-decrement {
    background-color: #4363ff;
    padding: 3px 8px 3px 8px;
    border-radius: 20px;
}
.input-number {
    border: 0;
    width: 25px;
}
.fa-minus {
    color: white;
}
.fa-plus {
    color: white;
}
.select2-container {
    width: 100% !important;
    height: 50px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;

}
.order-summary {
    max-height: 500px;
    position: fixed;
    right: 40px;
}
.fileUploadInput {
display: grid;
/* grid-gap: 10px; */
position: relative;
z-index: 1; }

a.forz {
    text-align: center;
    padding: 10px 45px;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #005164;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in;
    margin: 30px 0 0;
}

.fileUploadInput input {
position: relative;
z-index: 1;
padding: 0 gap(m);
width: 100%;
height: 40px;
border: 1px solid #323262;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 1rem;
user-select: none;
cursor: pointer;
font-weight: regular; }
.fileUploadInput input[type="file"] {
padding: 0 gap(m); }
.fileUploadInput input[type="file"]::-webkit-file-upload-button {
visibility: hidden;
margin-left: 10px;
padding: 0;
height: 50px;
width: 0; }

.fileUploadInput button {
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 40px;
line-height: 0;
user-select: none;
color: white;
background-color: #007bff;
border: 0;
border-radius: 0 3px 3px 0;
font-family: arial, sans-serif;
font-size: 1rem;
font-weight: 800; }
.fileUploadInput button svg {
width: auto;
height: 50%; }



.inner_s1_form input {
    width: 100%;
    padding: 11px;
    height: auto;
    font-size: 14px;
    color: #000;
    border: none;
    border-radius: 5px;
    margin-bottom:14px;
}

.inner_s1_form textarea {
    width: 100%;
    padding: 11px;
    height: auto;
    font-size: 14px;
    resize: none;
    color: #000;
    border: none;
    border-radius: 5px;
    margin-bottom:14px;
}


.pkg-modal .pkg-button button {
    background: #fecb00;
    color: #000000;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    width: 195px;
}



.btn-toggle:hover {
    color: white;
}

#demo a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #153453;
    white-space: nowrap;
}

#demo a:hover{
    color: #fff;
    background-color: #153453;
}

/*Order Form*/


/* Counter */

.calculator-div #inc {
    max-width: 26px;
    text-align: center;
    border: 0;
    background: transparent;
    color: white;
    font-size: 18px;
}

/* Calclulation  */



.calculator-div label {
    color: white;
    color: #153453;
    font-size: 16px;
}

.calculator-div #numOfPages {
    background-color: transparent;
    width: 35px;
    text-align: center;
    border: 0;
}
.calculator-div .proceed-order {
    background-color: #154073;
    height: 40px;
    border-radius: 20px;
    color: white;
    border: 0;
    margin-top: 10px;
}

#topic {
    height: 40px;
}

#acadLevel {
    height: 40px;
}
#deadline {
    height: 40px;
}

/* Order page css */
.form-div {
    margin-top: 100px;
    padding: 25px 15px 10px 15px;
}
.wordCounts {
    color: black!important;
}
.selection-area {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px;
    padding: 40px;
    border-radius: 10px;
}
.selection-area h3{
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.order-summary {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px;
    padding: 30px 10px;
    max-width: 300px;
    border-radius: 10px;
    position : sticky !important;
    top :105px;
    margin-left: 40px;
}
.order-summary ul li {
    padding: 10px;
    border-bottom: 1px solid #898989;
    font-size: 15px;
}

.input-number-increment {
    background-color: #4363ff;
    padding: 5px 8px 5px 8px;
    border-radius: 20px;
}
.input-number-decrement {
    background-color: #4363ff;
    padding: 5px 8px 5px 8px;
    border-radius: 20px;
}
.calculation-label input{
    text-align: center;
    background-color: transparent;
}
.input-number {
    border: 0;
    width: 25px;
}
.fa-minus {
    color: white;
}
.fa-plus {
    color: white;
}
.select2-container {
    width: 100% !important;
    height: 50px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.order-summary {
    max-height: 500px;
    position: fixed;
    right: 40px;
}
.fileUploadInput {
display: grid;
/* grid-gap: 10px; */
position: relative;
z-index: 1; }


.fileUploadInput input {
position: relative;
z-index: 1;
padding: 0 gap(m);
width: 100%;
height: 40px;
border: 1px solid #323262;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 1rem;
user-select: none;
cursor: pointer;
font-weight: regular; }
.fileUploadInput input[type="file"] {
padding: 0 gap(m); }
.fileUploadInput input[type="file"]::-webkit-file-upload-button {
visibility: hidden;
margin-left: 10px;
padding: 0;
height: 50px;
width: 0; }

.fileUploadInput button {
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 40px;
line-height: 0;
user-select: none;
color: white;
background-color: #007bff;
border: 0;
border-radius: 0 3px 3px 0;
font-family: arial, sans-serif;
font-size: 1rem;
font-weight: 800; }
.fileUploadInput button svg {
width: auto;
height: 50%; }

/*My ORder css*/

.my-order {
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-order .my-order-box {
    background-color: #52de47;
    padding: 20px 70px;
    border-radius: 10px;
    max-width: 500px;
}
.my-order .my-order-price-box {
    background-color: #52de47;
    padding: 20px 70px;
    border-radius: 10px;
    max-width: 400px;
    margin-top: 80px;
}
.my-order .my-order-box ul li{
    padding-bottom: 20px;
    font-size: 18px;
}
.my-order .my-order-box .right-ul{
    margin-left: 30px;
}


/*sticky form start*/


#sticky_form {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 344px;
    height: 410px;
    right: 0;
    padding: 0px;
    transition: all 500ms ease;
    z-index: 99;
}

#sticky_form .wrap {
    padding: 28px 30px 0px 30px;
    position: relative;
    height: 100%;
}

#sticky_form .wrap h3 {
    position: absolute;
    top: 0;
    /* bottom: 1px; */
    height: 45px;
    margin: auto;
    transform: rotate(90deg);
    left: -212px;
    font-size: 18px;
    width: 119.7%;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

#sticky_form.in {
    margin-right: -336px;
}

#sticky_form.out {
    margin-right: 0px;
}

#sticky_form.in .wrap h3 {
    animation: blinkingText 0.8s infinite;
}

#sticky_form .wrap h3 img {
    position: absolute;
    margin-top: -34px;
    right: -80px;
    width: 200px;
    transform: rotate(
-90deg
);
    top: 18px;
}


/*sticky form end*/

@keyframes blinkingText {
    0% {
        color: #000;
    }
    49% {
        color: #000;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #000;
    }
}

.inner_s1_form {
    width: 100%;
}

.inner_s1_right {
    width: 100%;
    padding: 30px 20px;
    color: #fff;
    background: #153453;
}

.inner_s1_form button {
    width: 180px;
    padding: 13px 0;
    border: none;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
    font-weight: 600;
}



.dropdown-menu li {
   border-bottom: 1px solid #153453;
   padding: 5px;
}

.dropdown-menu li .in-menu {
    display: none;
    list-style-type:none;
   
}

.dropdown-menu li:hover > .in-menu {
    display: block;
    background: #ffffff;
    position: absolute;
    left: 240px;
    top: 5px;
    width: 150px;
    padding: 5px;
    border: 1px solid #bfbfbf;
}



/*Mobile Header*/



/* responsive styling*/
@media screen and (max-width:980px)
{
    
}

    
    

@media screen and (max-width:767px)
{ 
    .navbar-inverse .navbar-toggle .icon-bar {background-color: #153453;}
    .header {width: 100%;position: initial;background: #086878;}    
    .navbar.navbar-inverse {float: inherit;text-align: center;}
    .darkHeader {display: none;}
    .head_bot .logo_area img {width: 50%;}
    .h_m_banner {padding: 50px 0;}
    .h_m_banner h1 {font-size: 33px;}
    .banner_right {width: 100%; margin: 30px 0 0;}
    .reviews {display: none;}
    .inner_s1_form {margin: 50px 0 0; margin-left: 0px;}    
    .h_m_pricing_sec .sec4_box { width: 100%;}   
    .btn-area { margin: 0 0 30px 70px;}
    .btn-area a { margin: 0 0 30px;}
    .sec3_box h3 {font-size: 16px;padding: 0px 0;}  
    .sec3_box .sec3_text { padding: 20px 20px;}
    .sec3_box { width: 100%;}
    .sec3_box a, .sec3_box p { font-size: 10px;}
    .test_box_text { padding: 0px 0px; margin: 0px 10px;}
    .sec7_right img {width: 100%;}
    .h_m_banner1 {
        background: none;
        background-color: #153453 !important;
        padding: 50px 0 0;
    }
    .bnn_left1 h1{
        font-size: 25px;
        line-height: 30px;
    }
    
    .sec9_top h2,
    .inner_s1_left h2{
        font-size: 25px;
    }
    .panel-title{
        padding: 5px 0px;
    }

    .bnn_left1 ul { margin: 0 0 30px; text-align: left;}
    
    #sticky_form {
        right: -87px;
        width: 190px;
    }

    .top_form {
        margin: -80px 0 0;
    }
    
    #sticky_form .wrap h3 img{
        display:none;
    }
    
    .footer-logo {
    text-align: center;
    }
    
    .footer-widgets .f1 .text-right a {
        max-width: 100%;
        display: block;
        text-align: left;
        margin: 5px 0 0 0;
    }
    .footer-widgets .f1 .text-right a img {
        width: 40px;
        margin-right: 10px;
    }
    .footer-widgets ul {
        margin: 0;
        column-count: 2;
        text-align: left;
    }
    .footer-widgets .f2 ul li a {
        font-size: 12px;
    }
    .footer-widgets .ft_lst ul li a {
        font-size: 14px !important;
    }
    .footer-widgets h4 {
        margin-top: 20px;
        font-size: 25px;
        font-weight: 600;
    }
    ul.ft_lst {
        display: grid;
    }
    .tp-left-list {
        display: none;
        text-align: left;
    }
    .tp-right-list {
        text-align: center!important;
        margin:5px 0 5px 0 ;
    }
    .fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
    font-size: 8px;
    }
    .h_m_sec2{
        background: #153453
    }
    .h_sec2_top a{
        margin: 30px 0 0 12px;
    }
    .inner_page_banner {
        text-align: center;
        padding: 30px 0 30px;
    }
    .logo_area{
        text-align: center;
    }
    .order-summary{
        margin-top: 40px;
        margin-left: 15px;
    }
    .price-plan .card-header{
        margin-top: 20px ;
    }
    .price-center{
        text-align: left;
    }
    .navbar-inverse .navbar-nav > li > a{
        padding: 8px 8px;
    }
}




/***************************** Thankyou page start *****************************/

.thank_sec1 {
    width: 100%;
    padding: 120px 0 60px;
}

.thnk_box {
    margin: 90px 0 50px 0;
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
}

.thnk_box h2 {
    font-size: 40px;
    display: inherit;
    font-weight: 700;
    color: #3a435d;
    margin: 20px 0;
}

.thnk_box p {
    margin: 30px 0;
    line-height: 24px;
    font-size: 17px;
}

.thnk_box h4 {
    font-size: 27px;
    margin: 0 0 12px;
    font-weight: 700;
    color: #4f4dff;
}
.thnk_box h6 {
    font-size: 17px;
}

/***************************** Thankyou page end *****************************/
/***************************** Price Plan Css Start *****************************/

.price-plan {
    margin-top: 60px;
    margin-bottom: 60px;
}

.price-plan .pricing-box {
    top: 0;
    transition: all .6s ease-in-out;
    border-radius: 5px;
    box-shadow: 5px 5px 20px #00000059;
}

.price-plan .pricing-box:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.price-plan .card-header {
    background: #153453;
    text-align: center;
    color: white !important;
    border-radius: 5px;
}

.price-plan .card-header span {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

.price-plan h2 {
    font: normal 40px/40px "sans-serif", sans-serif;
    color: #fecd03;
    font-weight: 700;
}

.price-plan h3 {
    font: normal 20px/30px "sans-serif", sans-serif;
    color: #fecd03;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-plan .disc {
    font: normal 20px/30px "sans-serif", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fecd03;
}

.price-plan .words {
    font: normal 15px/25px "sans-serif", sans-serif;
    font-weight: 700;
    color: #fecd03;
    margin: 15px 0 10px 0;
    text-align: center;
    line-height: 0;
}

.price-plan ul li {
    padding: 5px;
    color: #333333;
    margin-bottom: 12px;
    border-bottom: 1px solid #c5c5c5;
}

.site-rating {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #e2f2f9;
}

.site-rating .rating-heading {
    font: normal 40px/40px "sans-serif", sans-serif;
    color: #0d7593;
    font-weight: 700;
    border-bottom: 1px solid #ff943a;
    padding-bottom: 20px;
}

.site-rating .rating-content {
    background: #0d7593;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 20px;
    color: white;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.btn-blue-1{
    background: #f0bf00;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 22px;
    display: inline-block;
    border: 2px solid #000000;
    font-weight: 900;
    border-radius: 5px;
}

.text-primary {
    color: #153453 ;
    font-size:16px;
    font-weight: 900;
    margin-right: 10px
}

@media (max-width: 768px) {
    .main_header__btn {
        margin-top: 20px;
    }
    .footer-widgets .f1 .text-right a {
        max-width: 100%;
        display: block;
        text-align: left;
        margin: 5px 0 0 0;
    }
    .footer-widgets .f1 .text-right a img {
        width: 40px;
    }
    .footer-widgets .f1 a:last-child {
        margin: 0px !important;
    }
    .footer-widgets h4 {
        margin-top: 20px;
    }
    .socials {
        text-align: center;
        margin-top: 20px;
    }
    .footer-widgets ul {
        margin: 0;
        column-count: 2;
        text-align: left;
    }
    .footer-widgets ul li a {
        font-size: 13px !important;
    }
    .footer-widgets .payments {
        text-align: center;
    }
    #sticky_form.out {
        display: none;
    }
    
}


/***************************** Price Plan Css end *****************************/

/*contact us start*/

.ctus-sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ctus-sec2 .col-md-7 {
    padding-right: 0;
    padding-left: 0;
}
.ct-form {
    padding: 23px;
    border-radius: 20px 0 0 20px;
    border: 4px solid #fecd03;
}

.ct-form h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fecd03;
}

.ct-form h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #000;
    padding-top: 12px;
}

.ct-form form input {
    height: 50px;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #fecd03;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #000000bf;
}

.ct-form form textarea {
    border-radius: 16px;
    border: 1px solid #fecd03;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #000000bf;
    resize: none;
}


.ct-form button {
    font-weight: 700;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    padding: 8px 30px;
    border: 1px solid #fecd03;
    background: #fff;
    color: #fecd03;
    transition: all 0.3s;
}
.ct-form button:hover {
    color: #fff;
    background-color: #153453;
    border-color: #153453;
}

.ctus-sec2 .col-md-5 {
    padding: 0;
}

.ct-info {
    background: #153453;
    height: 516px;
    border-radius: 0 20px 20px 0;
    padding: 35px;
    padding-left: 61px;
}

.ct-info h3 {
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fecd03;
    position: relative;
}

.ct-info h3::before {
    content: "";
    position: absolute;
    left: -65px;
    top: 10px;
    background: #fecd03;
    width: 50px;
    height: 4px;
}
.ct-info h2 {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 45px;
    padding-top: 25px;
}

.ct-info ul li {
    list-style-type: none;
}

.ct-1{
    padding: 0px;
}

.ct-info ul.ct-1 li {
    padding-top: 35px;
    position: relative;
}

.ct-info ul.ct-1 li a {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 300;
}


.ct-info ul li {
    list-style-type: none;
}


/*contact us end*/

.whatsapp-btn {
    margin: 0;
    background: #51b27e;
    color: #fff;
    padding: 5px 30px 5px 15px;
    margin-top: 15px;
    border-radius: 6px;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 600;
    margin-right: 14px;
    position: relative;
    border: 1px solid #51b27e;
}

.whatsapp-btn:hover {
    background: #449a6c;
    color: #fff;
    border: 1px solid #449a6c;
}



