* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
}

body {
   font-family: "nunito-sans", sans-serif;
   color: #636363;
   font-size: 18px;
   line-height: 25px;
   background-color: #f5f5f5;
}

h2,
h3,
h4 {
   font-family: "nunito-sans", sans-serif; color: #015a60; font-weight: 700;
}

img {
   max-width: 100%;
   transition: .4s;
   display: block;
}

img:hover {
   transform: translateY(-5px);
}

ul,
li {
   list-style: none;
}

a {
   text-decoration: none;
   color: #636363;
   transition: .4s;
}

a:hover {
   transform: translateY(-5px);
}

.clear {
   clear: both;
   overflow: hidden;
}

.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}

.clearfix {
   display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
   height: 1%;
}

.clearfix {
   display: block;
}

/* close commented backslash hack */

h2 {
   color: #015a60;
   font-size: 48px;
   line-height: 56px;
   font-weight: 900;
}

h4 {
   color: #015a60;
   font-size: 20px;
   color: #75b293;
   font-weight: 900;
}

h3 {
   font-size: 36px;
   font-weight: 900;
   line-height: 44px;
}

.header-top {
   background-color: #fab92d;
   min-height: 34px;
   padding: 10px 0 10px 0;
   overflow: hidden;
}

.midle-header {
   background-color: #e8e3c5;
   min-height: 66px;
   position: relative;
}

.top-right {
   width: 335px;
   float: right;
}

.top-social {
   float: left;
   margin-right: 29px;
}

.top-search {
   float: left;
}

.top-search {
   color: #024c59;
   padding-top: 5px;
}

.top-search i {
   cursor: pointer;
}

.top-social ul {
   padding-top: 4px;
}

.top-social ul li {
   float: left;
   list-style: none;
   padding-right: 29px;
   color: #024c59;
}

.top-social ul li a {
   color: #024c59;
}

.languege {
   float: right;
   width: 133px;
}

.container {
   max-width: 1300px;
   margin: 0 auto;
}

.custom-select {
   position: relative;
}

.custom-select select {
   appearance: none;
   width: 100%;
   background-color: #e8e3c5;
   border-radius: 6px;
   color: #000;
   cursor: pointer;
   height: 35px;
   border: 0;
   padding: 0 15px 0 15px;
}

.custom-select::before,
.custom-select::after {
   content: "";
   position: absolute;
   right: 1rem;
   width: 14px;
   height: 8px;
   top: 13px;
   pointer-events: none;
}

.custom-select::before {}

.clear {
   clear: both;
}

.custom-select::after {
   background: url(../images/select-arrow.png) no-repeat 0 0;
}

.logo-part {
   margin-top: -30px;
   float: left;
}

.menu {
   margin-left: 200px;
   float: left;
   padding: 20px 0 0 0;
}

.menu ul li {
   float: left;
   width: auto;
   padding-right: 32px;
}

.menu ul li a {
   color: #015a60;
   text-decoration: none;
   font-size: 18px;
   display: block;
}


.midle-hright {
   width: 300px;
   float: right;
   padding-top: 13px;
}

.join-now {
   float: right;
   line-height: 33px;
   padding: 0 17px 0 17px;
   color: #015a60;
   background-color: #fab92d;
   text-decoration: none;
   border-radius: 6px;
   text-align: center;
   font-weight: 700;
   line-height: 33px;
   display: inline-block;
   margin-top: 4px;
}

.join-now:hover{ background-color: #015a60; color: #fff; }

.login {
   float: right;
   line-height: 33px;
   padding: 0 17px 0 17px;
   color: #015a60;
   text-decoration: none;
   border-radius: 6px;
   text-align: center;
   font-weight: 700;
   line-height: 33px;
   display: inline-block;
   margin-top: 4px;
}

.midle-search {
   float: right;
   margin-right: 31px;
   margin-top: 10px;
}

.midle-search i {
   cursor: pointer;
}

.home-body-top {
   background-color: #f5f5f5;
   padding: 93px 0 50px 0;
   width: 100%;
}

.upcoming-top {
   padding: 0 0 56px 0;
   text-align: center;
}

.upcoming-top h4 {
   text-transform: uppercase;
   color: #75b293;
   font-size: 20px;
   margin-bottom: 35px;
   font-weight: 700;
}

.upcoming-top h1, .upcoming-top h2  {
   font-size: 50px;
   font-weight: 900;
   color: #015a60;
   margin-bottom: 28px;
}

.course-panel {}

.course-box {
   width: 420px;
   float: left;
   margin: 0 20px 20px 0;
   background-color: #fff;
   padding: 15px;
   border-radius: 6px;
}

.course-panel .course-box:nth-child(3n) {
   margin-right: 0;
}

.course-box img {
   border-radius: 6px;
   width: 100%;
}

.beginer-button {
   background-color: #efefef;
   color: #636363;
   width: 162px;
   padding: 0 0 0 15px;
   border-radius: 6px;
   line-height: 40px;
   display: inline-block;
   float: left;
}

.beginer-button:hover {
   background-color: #fab92d;
   color: #fff;
}

.rating {
   float: right;
   color: #636363;
   padding-top: 5px;
}

.rating i {
   color: #fab82c;
}

.course-box h2 {
   font-size: 22px;
   line-height: 28px;
   font-weight: 700;
   color: #015a60;
   clear: both;
   margin-top: 15px;
   margin-bottom: 15px;
}

.biginar-pan {
   overflow: hidden;
   padding-top: 14px;
}

.course-box p {
   line-height: 25px;
   margin-bottom: 18px;
}

.date-pan {
   border-top: 1px solid #b4b4b4;
   padding: 17px 0 0 0;
}

.date-pan i {
   margin-right: 7px;
   color: #2b757a;
}

.allcource-button-main {
   text-align: center;
   padding: 62px 0 100px 0;
   overflow: hidden;
   clear: both;
}

.allcources-button {
   background-color: #fab92d;
   line-height: 89px;
   height: 83px;
   text-align: center;
   display: inline-block;
   border-radius: 6px;
   font-size: 30px;
   color: #015a60;
   text-transform: uppercase;
   padding: 0 43px;
   font-weight: 700;
}

.allcources-button:hover {
   background-color: #015a60;
   color: #fff;
}

.welcpome-pan {
   background: url(../images/top-bg-1.png) no-repeat 83% 0;
   min-height: 653px;
   padding: 138px 0 0 0;
}

.welcome-cojntent {
   width: 437px;
}

.welcome-cojntent h2 {
   font-size: 48px;
   font-weight: 900;
   margin-bottom: 31px;
}

.welcome-cojntent h4 {
   margin-bottom: 20px;
}

.welcpome-pan ul {
   padding: 45px 0 0 0;
}

.welcpome-pan ul li {
   float: left;
   width: 293px;
   height: 139px;
   border: 2px dashed #015a60;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   background-color: #fff;
   display: table;
   text-align: center;
   margin-right: 29px;
}

.welcpome-pan ul li div {
   display: table-cell;
   vertical-align: middle;
}

.welcpome-pan ul li h4 {
   font-size: 50px;
   font-weight: 900;
   color: #75b293;
   display: inline-block;
   margin-right: 13px;
}

.welcpome-pan ul li h5 {
   font-size: 25px;
   display: inline-block;
   color: #636363;
   font-size: 25px;
   line-height: 34px;
   font-weight: 400;
}

.welcpome-pan ul li:last-child {
   margin-top: -241px;
}


.whoweare-section {
   background-color: #eeeeee;
   padding: 100px 0 100px 0;
   overflow: hidden;
}

.welimg {
   float: left;
}

.whoweare-right {
   width: 666px;
   float: right;
}

.h4title {
   padding-bottom: 35px;
}

.h2title {
   padding-bottom: 26px;
   font-weight: 900;
}

.whoweare-right ul {
   margin: 42px 0 0 0;
}

.whoweare-right ul li {
   background-color: #f5f5f5;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   min-height: 115px;
   border-radius: 6px;
   padding: 20px 50px 16px 34px;
   margin-bottom: 21px;
}

.whoweare-right ul li img {
   float: left;
   margin-right: 34px;
}

.whoweare-right ul li h2 {
   font-size: 25px;
   line-height: 32px;
   font-weight: 700;
   margin-bottom: 5px;
   font-family: "nunito-sans", sans-serif;
}

.recomended-section {
   background-color: #f5f5f5;
   padding: 100px 0 100px 0;
   overflow: hidden;
}

.recomended-top {
   text-align: center;
}

.recomended-top h4 {
   text-transform: uppercase;
   font-weight: 900;
   padding-bottom: 30px;
}

.recomended-top h2 {
   padding-bottom: 120px;
}


.recomended-panel {}

.recomended-box {
   background-color: #75b293;
   width: 48%;
   margin-right: 28px;
   border-radius: 6px;
   min-height: 288px;
   float: left;
}

.recomended-panel .recomended-box:last-child {
   margin-right: 0;
}

.recomended-box img {
   float: left;
   margin-top: -73px;
   margin-right: 25px;
}

.recomended-box img:hover {
   transform: translateY(-0px);
}

.recomended-box h2 {}

.recomended-right {
   padding: 33px 40px 0 0;
   float: right;
   width: 342px;
}

.recomended-right h2 {
   color: #fff;
   font-size: 35px;
   line-height: 35px;
   font-weight: 700;
   font-family: "nunito-sans", sans-serif;
   margin-bottom: 15px;
}

.recomended-right p {
   color: #fff;
   margin-bottom: 20px;
}

.recomended-right .allcources-button {
   background-color: #f5f5f5;
   line-height: 59px;
   height: 53px;
   font-size: 25px;
}

.recomended-right .allcources-button:hover{ background-color: #fab92d; color: #015a60; }

.recomended-panel .recomended-box:last-child img {
   float: right;
   padding-left: 0;
   margin-right: 0;
}

.recomended-panel .recomended-box:last-child .recomended-right {
   float: left;
   width: 300px;
   padding-left: 35px;
   padding-right: 0;
}


.counter2 {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   border: 2px dashed #015a60;
   border-radius: 15px;
   background-color: #fff;
   margin-bottom: 150px;
   padding: 32px 0 32px 0;
}


#counter {
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;

}

#counter .item {
   background: #fff;
   width: 32%;
   border-right: 1px solid #9b9b9b;
}

#counter .item:last-child {
   border-right: 0;
}

#counter .item .count {
   color: #fab92d;
   margin-bottom: 5px;
   font-size: 75px;
   line-height: 75px;
   font-weight: 900;
   display: inline-block;
}

#counter .item span {
   color: #fab92d;
   margin-bottom: 5px;
   font-size: 75px;
   line-height: 75px;
   font-weight: 900;
   display: inline-block;
}

#counter .item h3 {
   color: #015a60;
   font-size: 25px;
   text-transform: capitalize;
}

.progress-panel {
   padding-bottom: 0px;
   overflow: hidden;
   padding-top: 20px;
   padding-bottom: 90px;
}

.progress-img {}

.trackbox {
   border: 2px dashed #ffc001;
   border-radius: 15px;
   padding: 35px;
   margin: 29px 0 0 0;
   margin-bottom: 54px;
   padding-bottom: 15px;
}

.progress-right {
   float: right;
   width: 592px;
}

.progress-left {
   width: 653px;
   float: left;
}


.testimonial {
   background: url(../images/testimonial-bg.png) no-repeat 201px 103px #eee;
   clear: both;
   padding: 82px 0 197px 0;
}


.testi-top {
   text-align: center;
}

.h2title span {
   color: #fab92d;
}

.testi-box {
   border: 2px dashed #ffc001;
   border-radius: 15px;
   padding: 45px 45px 0 45px;
   margin: 29px 0 0 0;
   margin-bottom: 54px;
   width: 1035px;
   margin: 0 auto;
   margin-top: 30px;
   min-height: 242px;
}

.owl-next {
   position: absolute;
   right: -151px;
   top: 54px;
   background: url(../images/owl-next.png) no-repeat 0 0;
   width: 37px;
   height: 25px;
}

.owl-next span {
   display: none;
}

.owl-prev {
   position: absolute;
   left: -151px;
   top: 54px;
   background: url(../images/owl-prev.png) no-repeat 0 0;
   width: 37px;
   height: 25px;
}

.owl-prev span {
   display: none;
}

.testi-box p {
   color: #636363;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
}

.testi-box h3 {
   color: #015a60;
   font-size: 22px;
   font-weight: 700;
   margin-top: 20px;
   text-align: center;
}

.testi-box h4 {
   color: #636363;
   font-size: 18px;
   font-weight: 700;
   text-align: center;
}


footer {
   background-color: #07373c;
   padding-top: 100px;
   position: relative;
}

.foot-top-form {
   background-color: #e8e3c5;
   border-radius: 20px;
   padding: 59px 114px 60px 114px;
   margin-top: -189px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   text-align: center;
   margin-bottom: 87px;
}

.foot-top-form h2 {
   font-size: 50px;
   line-height: 50px;
   font-weight: 900;
   color: #07373c;
   margin-bottom: 30px;
}

.form-inner {
   border: 2px solid #b2ae95;
   padding: 8px;
   background-color: #fff;
   border-radius: 10px;
   height: 83px;
}

.form-inner input[type="email"] {
   float: left;
   width: 651px;
   float: left;
   height: 64px;
   font-size: 22px;
   font-family: "nunito-sans", sans-serif;
   border: 0;
   padding: 3px 0 0 35px;
   outline: none;
}

.form-inner input[type="submit"] {
   background-color: #fab92d;
   line-height: 65px;
   height: 64px;
   text-align: center;
   display: inline-block;
   border-radius: 6px;
   font-size: 25px;
   color: #015a60;
   text-transform: uppercase;
   padding: 0 43px;
   font-weight: 700;
   float: right;
   border: 0;
   cursor: pointer;
}

.form-inner input[type="submit"]:hover {
   background-color: #015a60;
   color: #fff;
}


footer .footer-block {
   float: left;
}

.foot-block-pan {
   padding-bottom: 90px;
}

.foot-block-pan .footer-block:first-child {
   width: 58%;
   margin-right: 4%;
}

.foot-block-pan .footer-block:nth-child(2) {
   width: 17%;
}

.foot-block-pan .footer-block:nth-child(3) {
   width: 21%;
}

.foot-logo {
   float: left;
   margin-right: 34px;
}


.footer-botton {
   background-color: #015a60;
   line-height: 61px;
   text-align: center;
   color: #fff;
}

.footer-botton a {
   color: #fab82c;
}

.footer-botton a:hover {
   text-decoration: underline;
   color: #fff;
}

.foot-info-right {
   padding: 25px 0 0 0;
}

.foot-info-right p {
   color: #fff;
   line-height: 25px;
}

.foot-block-pan .footer-block h2 {
   font-size: 25px;
   font-weight: bold;
   color: #fab82c;
   margin-bottom: 20px;
}

.foot-block-pan .footer-block ul li {
   padding: 0 0 10px 0;
}

.foot-block-pan .footer-block ul li a {
   color: #fff;
}

.foot-block-pan .footer-block ul li a:hover {
   color: #fab82c;
}

.footer-block p {
   color: #fff;
   font-size: 18px;
   margin-bottom: 25px;
}

.footer-block p i {
   color: #fab82c;
   float: left;
   margin-right: 14px;
   margin-bottom: 20px;
   margin-top: 2px;
}

.footer-block p a {
   color: #fff;
}

.foot-social {}

.foot-social ul {
   margin-top: 4px;
   float: left;
}

.foot-social li {
   float: left;
   margin-right: 15px;
}

.foot-social li a {
   background-color: #fab82c;
   width: 31px;
   height: 31px;
   line-height: 36px;
   display: block;
   text-align: center;
   border-radius: 50%;
   color: #07373c !important;
   font-size: 15px;
}

.foot-social li a:hover {
   background-color: #fff;
}

.foot-social h3 {
   font-size: 25px;
   font-weight: bold;
   color: #fab82c;
   margin-bottom: 20px;
   float: left;
   margin-right: 25px;
}


.progress {
   width: 100%;
   height: 8px;
   overflow: hidden;
   background: #dadada;
}

.bar {
   position: relative;
   float: left;
   min-width: 1%;
   height: 100%;
   background: #07373c;
}

.percent {

   font-size: 18px;
   margin-top: 15px;

}

.progress-box h4 {
   color: #07373c;
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 9px;
}

.progress-box {
   margin-bottom: 20px;
}


.hidden {
   display: none;
}

.hidden div.red {
   background: red;
}

.red {
   width: 800px;
   border-radius: 10px;
}

.red .form-control,
.search2 .form-control {
   float: left;
   width: 449px;
   float: left;
   height: 64px;
   font-size: 22px;
   font-family: "nunito-sans", sans-serif;
   border: 0;
   padding: 3px 0 0 35px;
   outline: none;
}

.red .form-control:focus,
.red .search2:focus {
   border: 0;
}

.search2 {
   width: 800px;
   border-radius: 10px;
}

.inner-banner{ padding: 76px 0 50px 0;
 background-color: #eeeeee; text-align: center; }

.inner-banner h1{ font-size: 60px; font-weight: 900; color: #015a60; margin-bottom: 20px;}
.inner-banner p a{ font-weight: 700; color: #75b293; }

.map-section{}




.accordion-container .accordion-title {
  position: relative;

  cursor: pointer;

  background-color: #f5f5f5;
    border-radius: 6px;
    padding: 23px 50px 20px 34px;
    margin-bottom: 21px;
    color: #015a60;
    font-size: 25px;

}

.accordion-content{ 
   background-color: #f5f5f5;
    border-radius: 6px;
    padding: 4px 50px 24px 34px;
    border-top-left-radius: 0; border-top-right-radius: 0;
    margin-bottom: 21px;
    color: #000; }

.accordion-container .accordion-title.open{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: 0; }


.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #f5f5f5;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 10px;
/*  border: 8px solid transparent;
  border-top-color: #000;*/
  background: url(../images/down-arrow.png) no-repeat;
}
.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 15px;
/*  border: 8px solid transparent;
  border-bottom-color: #000;*/
  background: url(../images/up-arrow.png) no-repeat;
}

/*CSS for CodePen*/

.accordion-content {

}
.accordion-container {
 
}

.body-section{ padding: 100px 0 90px 0; }
.contact-left{ width:354px; float: left; }
h2.contact-maintitle{ color: #015a60; font-size: 34px; font-weight: 900; margin-bottom: 20px; }
.contact-left h3{ font-size: 24px; color: #07373c; margin-bottom: 12px; }
.contact-left h3 i{ float: left; margin-right: 15px; margin-top: 6px; }
.contact-left p{ color:#828282 ; }
.contact-left ul li{ border-bottom: 1px solid #fab92d; padding-bottom: 17px; margin-bottom: 17px; }
.contact-left ul li:last-child{ border-bottom: 0; }

.form-right{ float: right; width: 812px; }
.form-half{ width: 48%; float: left; margin-right: 4%; }

.form-half label, .form-full label{ padding-bottom: 13px; display: block; }
.form-control{ width: 100%; height: 69px; border: 1px solid #d3d3d3; border-radius: 6px;
 padding: 0 0 0 15px; outline: none; line-height: 69px; margin-bottom: 31px; }


 .form-panel .form-half:nth-child(2){ margin-right: 0; }
  .form-panel .form-half:nth-child(4){ margin-right: 0; }

  textarea.form-control{ height: 150px; }

  .form-full{}

  .submit-button{     background-color: #fab92d;
    line-height: 65px;
    height: 64px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    font-size: 25px;
    color: #015a60;
    text-transform: uppercase;
    padding: 0 43px;
    font-weight: 700;
    border: 0;
    cursor: pointer; }

.cource-page{ padding-bottom: 160px; }

.more-button{ 
    line-height: 33px;
    padding: 0 20px 0 20px;
    color: #015a60;
    background-color: #fab92d;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    line-height: 34px;
    display: inline-block;
    margin-top: 4px;
    padding-top: 2px;
}

.more-button:hover{ background-color: #015a60; color: #fff; } 

.resource-page{ padding-bottom: 160px; }
.resource-page .course-box{ padding-bottom: 25px; }

.dashboard-top{ padding: 109px 0 0 0; background-color: #f5f5f5; }
.dashboard-box{ background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 115px;
    border-radius: 10px;
    padding: 20px 47px 20px 16px;
    margin-bottom: 21px; }

.dashboard-left{ float: left; width: 217px; margin-right: 30px; }
.dashboard-midle{ float: left; width: 728px; }
.continue-bt{ background-color: #efefef; color: #636363; }

.progress-top{ padding-top: 20px; }
.progress-top h4 {
    float: left;
    width: 44%;
    margin-right: 5%;
}

.continue-bt-con{ float: right; width: auto; margin-top: 70px; }

.continue-bt-con .more-button{ line-height: 53px; font-size: 19px; text-transform: uppercase; }

.about-top-left{ width: 640px; float: left; position: relative;  }

.about-cource{   
    width: 221px;
    height: 113px;
    border: 2px dashed #015a60;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
      display: flex;
  justify-content: center;
  align-items: center;
    text-align: center;
    position: absolute;
    top: 83px;
    right: 6px;
 }


.about-cource h4 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    color: #015a60;
}

.about-cource h5{ color: #75b293; font-size: 16px; font-weight: 900; }


.about-top-right{ width: 588px; float: right;   }
.about-top-right p{ padding-bottom: 20px; }

.faqpanel{ background-color: #eeeeee; padding: 100px 0 100px 0; }
.faq-left{ float: left; width: 738px; }

.faq-right{ float: right; width: 500px; }

.acco-box{ }

.team-section{ padding: 97px 0 73px 0; }

.counter3{ margin-bottom: 96px; }

.team-top{ text-align: center; }

.teambox-panel{ padding: 40px 0 40px 0; }
.team-box { width: 281px; float: left; margin: 0 55px 0 0;
    background-color: #fff;
    padding: 13px 13px;
    border-radius: 10px;
    text-align: center;
}

.teambox-panel .team-box:nth-child(4n){ margin-right: 0; }

.team-box h4{ font-size: 20px; font-weight: 700; color: #07373c; margin-bottom: 7px; }
.team-box img{ border-radius: 8px; margin-bottom: 14px; }
.team-box ul{ display: flex; text-align: center; justify-content: center; }
.team-box ul li{ margin-right: 20px; }
.team-box ul li a{ color: #75b293; }
.team-box h5{ color: #636363; font-size: 18px; font-weight: 400; margin-bottom: 10px; }

.form-inner .form-control{ margin-bottom: 0; }
.menu-bar{ display: none; }

.home header {
    box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(51, 175, 224, 0.10) !important;
    background-color: #fff;
}




.mobile_nav{display: none; position: fixed; width: 75%; height: 100%; left: -80%; top: 0; background-color: #ff5700; box-shadow: 0 0 5px 5px rgba(0,0,0,0.3); z-index: 9999999; padding: 30px 25px; transition: all 0.3s ease-in-out;}
.mobile_nav.open{left: 0;}
.mobile_nav ul{padding: 0; list-style: none;}
.mobile_nav ul li{padding: 0 0 10px;}
.mobile_nav ul li a{color: #fff;}
.mobile_nav ul li a span{display: inline-block; background-color: #000; padding: 0 5px; border-radius: 5px;}
.mobile_nav ul ul{display: block; font-size: 14px; line-height: 18px; padding: 10px 0 0;}
.mobile_nav ul ul li{padding: 0 0 15px 20px;}

.burger {    width: 55px;    height: 55px;    border-radius: 10px;    background: #015a60;    box-shadow: rgb(136 165 191 / 28%) 6px 2px 16px 0px, rgb(255 255 255 / 50%) -6px -2px 16px 0px;    cursor: pointer;    /*display: flex;*/    display: none;    justify-content: center;    align-items: center;    padding: 5px;    transition: all .5s ease;    float: right;    position: relative;    top: -5px;    right: 0;    z-index: 999;}
.burger.active {    background: rgb(56 56 56);}
.burger-strip {    transition: all .5s ease;}
.strip div {    height: 3px;    border-radius: 2px;    background: #fff;    margin: 10px;    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);    width: 40px;}
.burger:hover .strip div {    background: white;}
.burger-strip div:first-child {    width: 16px;}
.burger-strip div:last-child {    width: 28px;}
.burger.active .burger-strip div:first-child {    transform: rotate(45deg) translateY(1px) translateX(5px);}
.burger.active .burger-strip div:nth-child(2) {    transform: rotate(-45deg);}
.burger.active .burger-strip div:last-child {    transform: rotate(45deg) translateY(-13px) translateX(2px);}



/*-----Mobile menu end------*/


/*.header{padding: 0;  width: 100%; position: relative;}*/
.header{padding: 0;position: absolute; z-index: 1; display: block; width: 100%;}
.elementor-section.elementor-section-boxed > .elementor-container {  max-width: 1230px !important;}
.comments-area{ max-width: 1230px !important; margin: auto;}
.single-post .nav-links{max-width: 1230px !important; margin: auto;}


.navbar a{padding: 0px 0px; font-size: 15px;}
.navbar ul li{padding-left: 0px; padding-right: 0px;}
.navbar ul li{padding-top: 10px;padding-bottom: 3px;margin-bottom: 10px; margin-right: 40px; }
.navbar ul li:last-child{margin-right: 0;}


.navbar a:hover, .navbar .nav-link:focus {    color: #fe0000;    text-decoration: none;}
.navbar.active .nav-link {    color: #555;}

.navbar.active .nav-link:hover, .navbar.active .nav-link:focus {    color: #555;    text-decoration: none;}
.navbar.active .navbar-brand {    color: #555;}
.navbar-expand-lg .navbar-nav{/*text-align: center;display: flex;align-items: center;justify-content: center;*/}
.navbar{    padding: 0px 0px 0px 0;/*margin-bottom: 25px;*/}
.navbar-nav{margin: 0 auto; width: 100%;}

#menu-main-menu a{ color: #fff;     letter-spacing: 0.037em; font-size: 16px;   text-decoration: none; font-weight: 500;  }
.mainmenu-div{margin-top: 6px; margin-bottom: 6px; }
.mainmenu-div .navbar{/*float: right;*/   /*display: flex;  align-items: center;  justify-content: flex-end;*/}

#menu-main-menu li.current_page_item a, #menu-main-menu li a:hover{color: #ff5700;}

nav ul ul{position: absolute;  top: 45px; width: 250px; background-color: #fff; display: none; z-index: 99999; text-align: left; font-size: 12px; line-height: 18px;}
nav ul li:hover ul{display: block;}
nav ul ul li{float: none !important; display: block; margin: 0 !important; padding: 0; border:  none;}
nav ul ul li a{padding: 3px 20px !important; display: block !important; color: #000 !important;}
nav ul ul li:hover > a,
nav ul ul li.current-menu-item > a{ background-image: none !important; }

nav ul ul ul{position: absolute;  left: 250px; top: unset; width: 250px; background-color: #fff; display: none !important; z-index: 99999; text-align: left; font-size: 12px; line-height: 18px;margin-top: -38px;}
nav ul ul li:hover ul{display: block !important;}



nav ul ul li{padding-left: 0 !important; padding-right: 0 !important;}

#menu-main-menu a svg{display: none;}


.sitelogo img {  width: auto; max-width: 100%;  height: 120px;  /*z-index: 1000 !important; position: relative;*/}
.sitelogo a{color: #fff;  font-size: 31px; font-weight: 600; text-decoration: none; line-height: 24px;}
.sitelogo{margin-top: 0px;}



/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {/*background: #fff;  */  }
    .navbar .navbar-brand, .navbar .nav-link {      /*  color: #555; */   }
}


footer{ font-size:16px; line-height:26px; background-color: #0a072b; color: #fff; padding-top: 60px; position: relative;}



#review-slider .owl-pagination{/*! display: none; */}
.fa-arrow-left::before{ color: #282828;font-size: 25px;  }
.fa-arrow-right::before{ !important; color: #282828; font-size: 25px; }
.owl-theme .owl-controls .owl-buttons div{ background-color: transparent !important;opacity: 1 !important; width: 40px; height: 40px; border-radius: 50%; margin: 25px 20px 0 !important;}
.fa-circle::before{display: none;}
.owl-theme .owl-controls .owl-buttons div:hover{opacity: 0.7 !important;}

.middle-content-row{align-items: center; /* justify-content: center;*/}
.row-col-center{justify-content: center;}
.backgroundbg{background-size:cover; background-repeat:no-repeat;}

.single .post-thum-img img{height: auto; width:100%;}
.post-title-cls h1{font-size: 40px;line-height: 1em;font-weight: 400;color: #0021ae;text-transform: uppercase;margin-bottom: 25px;}



.single-post nav.navigation{display: none;}
.single-post .wrap{padding-bottom: 60px;}

img.fullsize{width: 100%;}
img.fullsize1{max-width: 100%;}

.p-t-125{padding-top:125px;}
.p-b-125{padding-bottom:125px;}
.m-t-125{margin-top:125px;}
.m-b-125{margin-bottom:125px;}
.m-t-150{margin-top:150px;}
.m-b-150{margin-bottom:150px;}

.p-t-280{padding-top:280px;}
.p-b-280{padding-bottom:280px;}
.p-t-150{padding-top:150px;}
.p-b-150{padding-bottom:150px;}




.p-t-98{padding-top:98px;}
.p-b-98{padding-bottom:98px;}
.p-t-60{padding-top:60px;}
.p-b-60{padding-bottom:60px;}
.p-t-30{padding-top:30px;}
.p-b-30{padding-bottom:30px;}

.m-t-98{margin-top:98px;}
.m-b-98{margin-bottom:98px;}
.m-t-60{margin-top:60px;}
.m-b-60{margin-bottom:60px;}
.m-t-30{margin-top:30px;}
.m-b-30{margin-bottom:30px;}





.col-middle-gap .one{padding-right: 20px;}
.col-middle-gap .two{padding-left: 20px;}
img.borderradius{border-radius:12px;}

.mobiledisplay{display:none;}


/*.sitelogo:before{content: url(../../../../wp-content/uploads/2022/08/text-bfr-img.png); position: absolute;top: -6px;margin-left: -70px;}
.sitelogo:after{content: url(../../../../wp-content/uploads/2022/08/text-aft-img.png); position: absolute;top: -6px;margin-left: 20px;}*/




.section-img img{max-width: 100%;}
.box-shadow{box-shadow: 0px 0px 28px #ddd; width: 100%; padding:70px;  display: block;}
.default-row-content{padding-top:98px; padding-bottom:78px;}
.default-row-content.p-b-0{padding-bottom:0;}
.offWhiteGb{background-color: #f5f5f5;}

.round{border-radius: 12px;}

.headTopGap{padding-top: 140px;}

header .topbar-top{ background-color: #faf2e6; padding: 12px 0;}
header .topbar-top ul li{ list-style: none; display: inline-block; vertical-align:top; color: #464646; margin-right: 30px;  }
header .topbar-top ul li:last-child{margin-right: 0;}
.header-top-left li a{color: #464646; line-height: 0px; position: relative; top: -3px;}
.header-top-left img{margin-right: 8px;}

header .topbar-top .social-link{display: inline-block;}
header .topbar-top .header-support{display: inline-block; margin-left: 45px; margin-right: 15px;}
header .topbar-top .header-support a{font-size: 20px; color: #fca212; text-transform: uppercase; font-weight: 600;font-family: "Poppins";}
header .topbar-top .social-link li a{font-size: 18; color: #212121;  font-weight: 300;font-family: "Poppins";}
header .topbar-top .social-link li i{margin-right: 12px; font-size: 15px;}
header .topbar-top .social-link li i.fa-facebook:before{color: #3f5f9b;}
header .topbar-top .social-link li i.fa-twitter:before{color: #1c99da;}
header .topbar-top .social-link li i.fa-youtube:before{color: #f61c0d;}
header .topbar-top .one{-ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%;}
header .topbar-top .two{-ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%;}

header .navbar-nav{width: auto;}


#navbarSupportedContent{display: inline-block; vertical-align: middle; margin-right: 30px; float: left;}
.header-remote a{ background-color: #fff; color: #464646 !important; padding: 10px 25px 12px 25px; font-size: 20px; font-weight: 600; border-radius: 12px; border: 1px solid #252525; position: relative;}
.header-remote a:after{content: ""; height: 4px; background-color: #fca212; position: absolute; bottom: 0; left: 25px; z-index: 1; width: 140px;}
.header-remote a:hover{opacity: 0.8;}

.topbar-menu{padding: 10px 0;}

.inner-bannr{background-image: url(../image/about-bnr2.jpg);background-size: cover; background-position: top center; background-repeat: no-repeat;  position: relative;}
.inner-bannr h1{color: #fff; font-size: 48px; line-height: 1;font-family: "Montserrat"; }
.inner-bannr .innrbg{background-color: rgba(31,28,55,0.9); padding-top: 210px; padding-bottom: 102px;}

.headerRightsection{margin-top:0px; display: inline-block;}
.headerRightsection .search{color: #fff; margin-right: 22px;}
.headerRightsection .msg{color: #fff; margin-right: 22px;}
.headerRightsection .user{color: #fff; margin-right: 22px;}
.headerRightsection .btn{background-color: #fff; border: none; color: #ff5700 !important; padding: 12px 22px;}
.headerRightsection .btn i{vertical-align: top;background-color: #ff5700 !important; padding-right: 2px; padding-top: 5px; border-radius: 50%; margin-left: 5px; width: 15px; height: 15px; vertical-align: middle; margin-top: -5px;}
.headerRightsection .btn i:before{vertical-align: top;color: #fff; font-size: 10px; line-height: 4px; margin-top: -3px;}
.headerRightsection .btn:hover{background-color: #ff5700 !important; color: #fff !important;}
.headerRightsection .btn:hover i{background-color: #fff !important;}
.headerRightsection .btn:hover i:before{color: #ff5700 !important;}



footer .footer-top{padding-bottom: 30px;}
footer .footer-top ul li{list-style: none; color: #fff;}
footer .footer-top ul li a{color: #fff;}


.footer-bottom p{margin: 0; color: #9daaab; font-size: 16px;}



.loginform{background-color: #fff;border: 1px solid #ddd;  box-shadow: 0px 0px 18px #c5c4c4; border-radius: 15px;}
.loginform .loginformHead{ background-color: #08373d; padding: 25px; border-top-right-radius:15px; border-top-left-radius: 15px;}
.loginform .loginformHead h3{color: #fff; margin-bottom: 0;}
.loginform .loginformBody{padding: 25px;  padding-top: 36px;}
.loginformBody p{margin-bottom: 15px;}
.loginformBody a{font-weight: 600;}

h6{font-size: 28px; font-weight: 700; margin-bottom: 20px; color: #010101;}
h6 img{width: 30px; margin-right: 20px;}

.home-row-one h1, .home-row-one h4{margin-bottom: 10px;}



form label{font-size: 16px; font-weight: 600; margin-bottom: 5px; display: block;}



form .frm-row{width:100%; display:block; padding: 0 0;}
form .frm-row .frm-col2{width: 49.5%; display: inline-block; vertical-align:top;}
form .frm-row .frm-col2:first-child{padding-right: 7px;}
form .frm-row .frm-col2:last-child{padding-left: 7px;}
form .frm-row .frm-colfull{display:block; width:100%;}
form .frm-row-btn p{margin-bottom: 0;}
.contactform{padding-left:20px;}
.contactform .wpcf7-spinner{display: block;}

.frm-row-btn.frm-row{padding: 20px 0;}

.home form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form input[type="number"], form input[type="select"], form input[type="search"]{width: 100%; color: #585858; background-color: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 12px 20px; font-size: 15px; margin-bottom: 10px; outline: unset;font-family: "Open Sans";}
.home form textarea{width: 100%; color: #585858; background-color: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 12px 20px; font-size: 15px;margin-bottom: 10px; outline: unset; height: 9em; resize: unset;font-family: "Open Sans";}
.home form input[type="submit"]{background-color: #ffcc00;  border: none; font-family: "Josefin Sans", sans-serif;  display: inline-block;  color: #08373d;  font-size: 18px; line-height: 26px;    padding: 12px 25px 15px; border-radius: 5px; cursor: pointer;  font-weight: 600; }
.home form input[type="submit"]:hover{background-color: #000; color: #fff; }
.home select{width: 100%; color: #585858; background-color: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 12px 20px; font-size: 15px; margin-bottom: 10px; outline: unset;font-family: "Open Sans";}









.single .post-row-content .post-thum-img{display: none;}




.home header{box-shadow: 0 3px 23px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(51,175,224,0.10) !important; background-color: #fff;}
.home header .topbar-menu{padding: 0;}
.home header .sitelogo {
    display: inline-block;
    padding: 4px 4px 0;
}
.home header .headerRightsection{display: none;}
.home header .collapse {margin-right: 0 !important;}
.home header nav ul.navbar-nav li a{color: #000000 !important; }
.home header #navbarSupportedContent{float: none;}




.home footer{background-color: #08373d;}
.home footer .footer-logo{display: none;}
.home footer .footer-menu{display: none;}
.home footer .copyright{border-top: 0; padding-top: 0; padding-bottom: 45px; margin-top: -20px;}
.home footer .footer-top{padding-bottom: 0;}
.home footer{padding-top: 50px;}
.home footer .footer-top .rowtwo{line-height: 26px;}
.foot-social2{}




@media screen and (max-width:991px){
   


  .headerRightsection .btn{padding: 9px 12px; font-size: 13px !important;}
  .headerRightsection .btn i{margin-left: 4px !important;}
  .sitelogo img {  width: 120px;    height: auto !important;}
  .header .topbar-menu .row .one{-ms-flex: 0 0 20%;  flex: 0 0 20%;  max-width: 20%;}
  .header .topbar-menu .row .two{-ms-flex: 0 0 80%;  flex: 0 0 80%;  max-width: 80%;}
  
.listingBox-main .listingBox-img img{ height: 170px; }
.listingBox-main .listingBox-content h5{font-size: 17px; line-height: 26px;}
.list-view .listingBox-main .listingBox-img img{height: 280px;}
   
}


@media screen and (max-width:960px){
   
  .footer-contact ul li{display: block; margin: 5px 0;}
  .footer-contact ul{margin-bottom: 35px;}

}

@media screen and (max-width:920px){

   
   form .frm-row .frm-col2 {  width: 49.2%;}
  
}


@media screen and (max-width:880px){
 

    
}

@media screen and (max-width:860px){
   
   form .frm-row .frm-col2 {  width: 49.3%;}
  
  .testi-quat{width: 100px; height: 100px; background-size: 50px; }
.testi-quat .testi-quatInr{width: 100px; height: 100px; margin-left: 10px;}
.testimonials-content .testimonials-txt{ font-size: 18px; line-height: 32px; margin-bottom: 10px;}
  .testimonials .innrbg{padding-top: 60px; padding-bottom: 40px;}
.listingBox-main .listingBox-img img{ height: 220px; }
  .listingdetails-row-one .row .col-cmn{padding: 10px 0;}
  .product-details-container{padding: 0;}
   
}

@media screen and (max-width:820px){
    
  
}

@media screen and (max-width:800px){
    
   
}

@media screen and (max-width:767px){
.home .container {
        max-width: 94% !important;
    }

   form .frm-row .frm-col2 {  width: 49.5%;}

   .p-t-125{padding-top:55px;}
   .p-b-125{padding-bottom:55px;}      
    .p-t-98{padding-top: 40px !important;}
    .p-b-98{padding-bottom: 40px !important;}
    .m-t-98{margin-top: 40px !important;}

    .m-b-98{margin-bottom: 40px !important;}
.m-t-125{margin-top:55px;}
.m-b-125{margin-bottom:55px;} 


   .p-t-150{padding-top:65px;}
   .p-b-150{padding-bottom:65px;}
.m-t-150{margin-top:65px;}
.m-b-150{margin-bottom:65px;}

   .default-page-content {  padding-top: 40px;  padding-bottom: 40px;}

    
   
    /*header .topbar-bottom .two{display: none;}*/

   .mobiledisplay{display:block;}
    
      
    
    /*.topbar-bottom {  padding: 20px 0 10px 0;}*/
   
    .col-middle-gap .one{padding-right: 0;}
    .col-middle-gap .two{padding-left: 0;}
    
    /*.contact-row-two .two{padding-left: 0px; padding-top: 45px;}*/
  .default-row-content {  padding-top: 60px;  padding-bottom: 38px;}
    
    .mob-rightimg-row .col-cmn:nth-of-type(1) { order: 2;display: block; width: 100% !important; }
.mob-rightimg-row .col-cmn:nth-of-type(2) { order: 1;display: block; width: 100% !important;  margin-bottom: 10px; }
/*.mob-rightimg-row .row {-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;width: 100%;}*/

  h1 { font-size: 34px; line-height: 1.2em;  }
  h2{font-size: 30px; line-height: 40px;  }
  h3{ font-size: 21px; line-height: 1.1em; }
  h4{ font-size: 19px; line-height: 1.1em; }
  h5{ font-size: 16px; line-height: 1.1em; }
  .inner-bannr h1{font-size: 34px;}
  h2 br, h1 br, h3 br, h4 br{display: none;}
  
  .about-row-two .section-img{width: 95%;}
  .about-row-two .row .one{padding-top: 81%;}
  
  .footer-menu ul li{ margin-right: 25px;}
  .home-row-one .two{margin-top: 25px;}
  .headTopGap{padding-top: 15%;}
  
.listingBox-main .listingBox-img img{ height: 320px; }
.list-view .listingBox-main .listingBox-img img{height: 280px;}

.pagination .next, .pagination .prev{padding: 7px 8px !important; font-size: 15px; }
.pagination .page-numbers{ padding: 7px 8px; font-size: 15px;}
.pagination .next span.screen-reader-text, .pagination .prev span.screen-reader-text{font-size: 15px;line-height: 12px;}

   
  .eventBox-main .eventBox-img img{height: 330px;}
  .contact-row-one .row .one .section-content{padding: 20px 30px;}
  .contactform{padding-left: 0;}
  .contact-row-one .row .two .section-img{padding: 0 30px;}
    
  .contactList {border-right: none;  border-bottom: 1px solid #9fa1c2; padding: 25px;}
  .contact-row-two .row .col-md-4:first-child .contactList{padding-top: 0;}
  .contact-row-two .row .col-md-4:last-child .contactList{border-bottom: none; padding-bottom: 0;}
  .contact-row-one .row{padding-top: 30px; padding-bottom: 30px;}
   
   
}



@media screen and (max-width:680px){
  
  .tab-link{font-size: 18px;}
  
  .gallery {    display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
.thumbnails {-ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%; padding-right: 0;order: 2;display: block;}
.gallery .main-image{-ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;order: 1;display: block; margin-bottom: 10px; }
.thumbnails img { height: 105px; float: left; width: 32.33%; margin: 0 0.5%; }
.main-image img { height: 348px; }

   
    
}




@media screen and (max-width:600px){
  
form .frm-row .frm-col2{width: 100%; display: inline-block;}
form .frm-row .frm-col2:first-child{padding-right: 0;}
form .frm-row .frm-col2:last-child{padding-left: 0;}

  
}


@media screen and (max-width:576px){


  .testi-quat{width: 70px; height: 70px; background-size: 35px; }
.testi-quat .testi-quatInr{width: 70px; height: 70px; margin-left: 6px;}
.testimonials-content .testimonials-txt{ font-size: 16px; line-height: 30px; margin-bottom: 10px;}
  
.listingBox-main .listingBox-img img{ height: 270px; }
.list-view .listingBox-main .listingBox-img img{height: 280px;}  
.proshort-content{display: block;}
.proshort-content .proshort-lft{-ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;}
.proshort-content .proshort-right{display: none;}
  .proshort-content select{max-width: 48% !important; width: 48%;margin-right: 1%; font-size: 14px;}

    
   
}

@media screen and (max-width:520px){
    
   
  .inner-bannr .innrbg {  padding-top: 150px;  padding-bottom: 62px;}
  .inner-bannr h1 {    font-size: 26px; line-height: 1;  }
  .eventBox-main .eventBox-img img{height: 250px;}
    
}

@media screen and (max-width:480px){
  
  .headerRightsection .btn{font-size: 10px !important; padding: 3px 7px;}
  .headerRightsection .btn i{display: none;}
  .headerRightsection{padding-top: 7px;}
  .headerRightsection .user, .headerRightsection .search, .headerRightsection .msg{margin-right: 10px;}
  
  .testimonials-main .testi-left{display: block; width: 100%; float: none; margin-bottom: 15px;}
  .testimonials-main .testi-right{display: block; width: 100%; float: none;}
.listingBox-main .listingBox-img img{ height: 240px; }

 .thumbnails img { height: 75px;  }
.main-image img { height: 308px; }

}

@media screen and (max-width:460px){
   
    
}




@media screen and (max-width:420px){
    
h6{font-size: 22px;}
  .inner-bannr h1 {    font-size: 24px; line-height: 1;  }
  .tab-link{font-size: 16px; margin-right: 15px;}
  
 .thumbnails img { height: 65px;  }
.main-image img { height: 228px; }
  .eventBox-main .eventBox-img img{height: 220px;}

}


@media screen and (max-width:380px){
   
  
  .headerRightsection .user, .headerRightsection .search, .headerRightsection .msg{margin-right: 7px;}
  .mobileicon{margin-left: 7px;}
  .header .topbar-menu .row .one{-ms-flex: 0 0 25%;  flex: 0 0 25%;  max-width: 25%;}
  .header .topbar-menu .row .two{-ms-flex: 0 0 75%;  flex: 0 0 75%;  max-width: 75%;}
   
   
}

@media screen and (max-width:360px){
    
  .tab-link{font-size: 15px; margin-right: 10px;}
  
  
    
}

@media screen and (max-width:330px){
   
    
    
}


.foot-social2{  text-align: center; padding-bottom: 34px; }
.foot-social2 ul{}
.foot-social2 ul li{ display: inline-block; margin-right: 10px; font-size: 22px; }

.loginform .loginformHead h3{ font-size:28px ; font-family: "Josefin Sans", sans-serif; }

body.home {
    font-family: "Josefin Sans", sans-serif;
    background-color: #fff;
    font-style: normal;
}

.section-content h4{ font-size: 24px; color: #000; font-family: "Josefin Sans", sans-serif;
 font-weight: 400; margin-bottom: 20px;  }
.section-content h1{ font-size: 46px; font-family: "Josefin Sans", sans-serif;
 font-weight: 600; color: #000; margin-bottom: 36px;   }

 .section-content h5{ font-size: 20px; color: #000; font-family: "Josefin Sans", sans-serif;
 font-weight: 400; margin-bottom: 20px;  }
 .section-content p{ margin-bottom: 30px; }
 .section-content h6 img {
    width: 30px;
    margin-right: 20px;
        display: inline-block;
}

ul.bottomphone{}
ul.bottomphone li{ float: left; width: 45%; color: #08373d; }
ul.bottomphone li.phone{ font-size: 24px; line-height: 50px; font-weight: 600; }
ul.bottomphone li img{ float: left; margin-right: 20px; }
.loginform p{ margin-bottom: 12px; }

.footer-bottom p a{ color:#fff;}



