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;
}
/*Topbar*/
.topbar {
 
     padding-top: 10px;
    padding-bottom: 10px;
  width: 100%;
  background-color: #333333;
}
.topbar--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.topbar {
    font-size: 15px;
    color: white;
}

.topbar a {
    color: white;
    font-family: 'Lato', sans-serif;
}


.review-rating {
    padding: 9px 5px;
    vertical-align: bottom;
    background: #e88705;
    border-radius: 4px;
    margin-right: 4px;
    color: #fff;
    margin-right: 10px;
}

.side-rating {
    display:inline-flex;float: right;
}
 .review-stars {
    line-height: normal;
    vertical-align: sub;
    font-size: 16px;
    color: #3a435d;
    text-align: center;
}
 .review-stars span {
    display: block;
    color: #e88705;
}
.top-bar p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    color: #ffffff;
    letter-spacing: .5px;
}
.review-color {
    color: #ee6922;
    text-transform: uppercase;
        font-weight: 700;

}

.rat-stars li{
        margin-right: 5px;
    background-color: #ee6922;
    width: 20px;
    height: 20px;
    border-radius: 35px;
    padding: 2px 0px;
    text-align: center;
    line-height: 11px;
}
/************************** popup  ************************************/
span.boldr{font-weight:800;color:#57ca85;font-size:30px;}
.modal{top:22%;}
.modal-content{background:#f3f3f3;box-shadow:rgb(0,0,0) 0px 0px 6px 2px;border: 1px solid #ed1b24;}
.modal-header{padding:0;border:none;}
button.close{background:url(img/cross.png) no-repeat 0 0;width:16px;height:16px;position:absolute;top:-5px;right:-5px;display:block;opacity:1;}
h4.modal-title{font-size:25px;font-weight:600;color: #ed1b24;margin:0;padding:35px 10px 20px;text-align:center;line-height:31px;}
#popupform input.cn{padding:6px 0 5px 48px;margin:0 0 20px;width:100%;background:#fff url(img/pop_sprite.png) no-repeat;background-position:0 0;border: 1px solid #ed1b24;}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#57ca85;font-size:13px;}
#popupform button, #popupform input[type=submit]{background: #ed1b24;color:#fff;border:none;text-transform:uppercase;margin-top:14px;padding:4px 18px;margin-bottom:5px;font-size:19px;}
.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:#000;margin:19px 0 0;}
.fade.in{overflow:hidden;}

/************************** popup  ************************************/

h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #272829;
    text-transform: capitalize;
}
/************* Header Start *****************/

/* HEADER */
.header{
    width: 100%;
    position: absolute;
}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    background: #005164;
    transition: 0.7s;
    padding: 0px 0;
}

.head_top{width: 100%;text-align: center;padding: 0;display: flex;align-items: center;height: 35px;background: #000000;background-size: cover;}
span.top_icon {
    color:#fff;

    margin: 0 10px 0 0;
    /* color: #3B3663; */
}

.head_top p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.head_top p span {
    background: #fff;
    color: #000;
    display: inline-block;
    margin: 0 10px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 14px;
    animation: tada 2s 0.5s infinite;
}

.head_top p a {
    background: #ffbc01;
    display: inline-block;
    padding: 3px 15px;
    color: #000;
    border-radius: 2px;
    animation: bouncing 2s linear infinite;
    font-weight: 800;
    font-size: 13px;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.head_top a{
    color:#fff;
}

.head_bot{
    width: 100%;
    padding: 0 15px;
}
.header_shade{
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1);
}

.head_bot .logo_area img{
        width: 100%;
}
.hb_pad{padding: 18px 10px;}
.navbar.navbar-inverse {
    background: none;
    border: none;
    float: right;
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #e88706;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
}
.header_btn{
}
.header_btn a {
    position: absolute;
    right: 0;
    background: #fff;
    color: #000;
    padding: 13px 20px 13px 80px;
    top: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.header_btn a img {
    position: absolute;
    top: -6px;
    /* display: none; */
    right: 155px;
    transition: all 0.3s ease;
}

.header_btn a span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
}

.header_btn a img:hover {
    transform: translateX(-20px);
}


.bot_right a{
    margin-left: -20px;
    background: #51b27e;
    color: #fff;
    border: 1px solid #51b27e;
    padding: 5px 15px 5px 15px;
    margin-top: 25px;
    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: 500;
    margin-right: 14px;
    position: relative;
}
.bot_right a:hover{background-position:left bottom;color:#fff;border:none;}

.bot_right a:hover {
    background: #3d9d69;
    color: #fff;
    border: 1px solid #3d9d69;
}

/* HEADER */

.h_m_banner {
    width:  100%;
    background: url(img/main_banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 120px 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;
    column-count: 2;
}

.whats_btn{
    margin-left: 70px;
}

.bnn_left ul li {
    list-style: none;
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}
.bnn_left h1 {
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    margin-top: 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: #ff9d1b;
}


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-left: 45px;
}

/*.phone{*/
    
    
/*}*/


.btn-area a.phone {
    display: inline-block;
    position: relative;
    margin-left: 45px;
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 13px 20px 13px 30px;
    transition: all 0.5s ease;
    border: 1px solid #fff;
}
.btn-area a.chat {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 13px 20px 13px 30px;
    margin-right: 50px;
    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.chat 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 {
    margin: -10px 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;
}


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: 600;
}

.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: #005164;
    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: #e88705;
  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;
}

a.sr_sec2 {
    background: none;
    padding: 0;
    font-weight: 600;
    color: #005164;
}

.h_sec3_top p a {
    color: #e88705;
    font-weight: 600;
}

.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;
    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: #f18f38;
    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 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: #e88705;
    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: #005164;
}

.h_m_sec7 a {background: #e58606;padding: 10px 30px;color: #fff;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: #005164;
}

.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: #e44005;
    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: #005164;
    padding: 20px 0;
    color: #fff;
    position: relative;
}

span.price {
    color: #e88705;
    font-weight: 700;
    font-size: 30px;
}

.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: #e88705;
    color: #fff;
    padding: 8px 40px;
    text-transform: uppercase;
    margin: 5px 0;
    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: 50px 0;
}

.price_box {
    width: 100%;
}

.price_box h2 {
    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: #3a435d;
    padding: 15px 15px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #57ca85;
    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: #e88705;
    display: inline-block;
    margin: 11px 0;
    color: #fff;
    font-size: 11px;
    padding: 5px 11px;
    font-weight: 600;
    border-radius: 20px;
    transition: all 0.3s ease-out;
}

a.pri-od:hover {
    background: #154073;
}

.row.no-gutters {
    padding: 10px 20px 0;
}

section.prices-am-homepage {
    padding: 70px 0;
}






/************* 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;
    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: #57ca85;
}

/*footer start*/

footer {
    background: #252525;
    color: #fff;
}

.footer-widgets p {
    font-size: 13px;
    color: #acacac;
    padding-right: 15px;
}

.footer-widgets a {
    color: #acacac !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: #acacac;
    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 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-4.col-lg-4 img {
    height: 61px;
}

.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;
    align-items: center;
}

.footer-widgets .payments {
    align-items: center;
    background: #474646;
    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;
    display: inline-block;
}



/*footer end*/






.rev_left {
    background: #e88705;
    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: #005164;
    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: #139ebf;
    padding: 30px 30px;
    color: #fff;
}

.rev_lst ul li {
    list-style: none;
    padding: 7px 0px;
    transition: all 0.3s ease-in;
}

.rev_lst ul li a {
    color: #fff;
    font-size: 15px;
}

.rev_lst ul li:hover {
    background: #e88705;
    color: #fff;
}

.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.jpg) no-repeat top center;
    background-size: cover;
    padding: 140px 0 40px 0;
    overflow: hidden;
    color: #fff;
}

.bnn_left1 {
    width: 100%;
}

.bnn_left1 h1 {
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    /*margin-top: 30px;*/
}

.bnn_left1 p {
    padding: 15px 0;
    font-size: 17px;
}

.bnn_left1 ul {
    column-count: 2;
}

.bnn_left1 ul li {
    font-weight: 700;
    font-size: 18px;
    padding: 0 0 10px;
    list-style: none;
}

.bnn_left1 ul li i {
    padding: 0px 10px 0 0;
    color: #e88705;
}

.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;
}


.inner_s1_left a {
    color: #e88705;
    font-weight: 600;
}

.inner_s1_left a:hover {
    color: #005164;
}


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: 23px;
}

.inner_s1_left h2 {
    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: #005164;
    text-align: center;
    padding: 90px 0 30px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #e88706;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight:600
}
.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: #e88705;
    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: #1857bd;
    padding: 10px 30px;
    border: none;
}   
.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: 80%;
    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: #005164;
}


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;
}

.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;
}





/*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;
    flex-wrap:wrap;
}
#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: 40px;
    text-align: center;
    border: 0;
    background: transparent;
    color: white;
    font-size: 18px;
}

/* Calclulation  */

.calculator-div{
    position: absolute;
    top: 190px;
    right: 100px;
    background-color: #e88705;
    padding: 40px;
    min-width: 400px;
    border-radius: 10px;
}

.calculator-div label {
    color: white;
}

.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;
}


.thank_you {
    width: 100%;
    background: url(img/main_banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 320px 0 180px;
}

.thank_sec1 {
    width: 100%;
    padding: 120px 0 60px;
}

.thnk_box {
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    margin-top: -70px;
    -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 p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
}




/* responsive styling*/
@media screen and (max-width:980px)
{
    
}

    
    

@media screen and (max-width:767px)
{ 
.navbar-inverse .navbar-toggle .icon-bar {background-color: #e88705;}
.header {width: 100%;position: initial;background: #086878;}    
.navbar.navbar-inverse {float: inherit;text-align: center;}
.darkHeader {display: none;}
.head_bot .logo_area img {width: 100%;}
.h_m_banner {padding: 50px 0;}
.h_m_banner h1 {font-size: 33px;}
.banner_right {width: 100%; margin: 30px 0 0;}
.calculator-div { display: none;}
.bot_right {display: none;}
.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 70px 0;}
.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%;}
.test_box_text { padding: 0px 0px; margin: 0px 10px;}
.sec7_right img {width: 100%;}
.h_m_banner1 { padding: 50px 0 0;}
.bnn_left1 ul { margin: 0 0 30px;}
ul.ft_lst {column-count: 2;}
.sec1_box p {font-size: 16px;}
.sec1_box h3 {font-weight: 800;}
.h_sec3_top h2 { font-size: 25px;}
.sec3_text a {display: none;}
.sec3_box a, .sec3_box p { font-size: 14px;line-height: 13px;}
    
    
    .topbar {
        text-align: center;
    }
    
    .side-rating{
        float: unset;
        margin-top: 10px;
    }
    .footer-widgets .f1 .text-right a {
        max-width: 100%;
        display: block;
        text-align: left;
        margin: 5px 0 0 0;
    }
    .footer-widgets .f1, .secure_img, .payment_img {
        text-align: center;
        align-items: center;
    }
    .footer-widgets .f1 .col-md-4.col-lg-4 img {
        height: 85px;
        margin-bottom: 10px;
    }
    .footer-widgets .f1 .text-right a img {
        max-width: 40px;
    }
    .footer-widgets ul {
        margin: 0;
        column-count: 2;
        text-align: left;
    }
    .footer-widgets ul {
        margin: 0;
        column-count: 2;
        text-align: left;
    }
}




