/*
Theme Name: Custom Child
Theme URI: #
Template:     custom
Description: 
Version: 1.0.1
Text Domain: custom-child
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 

body {
    line-height: 26px;
  font-family: 'Muli', sans-serif;

    font-size:13px; 
    margin: 0px;
    padding: 0px;
}
 
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


ol, ul , li {
    /* list-style: none !important; */
    /* list-style-position:inside !important; */
    padding: 0px;
    margin: 0px;
}
 
a {
    color:#ccc;

}
a:hover {color:#000;}

li , p {font-size: 16px;line-height: 28px;font-weight: normal;font-family: 'Muli', sans-serif;/* color: #313131; */margin-bottom: 15px;list-style: none;}

input:focus, textarea:focus, select:focus , a:focus ,
input, textarea, select , a {
    outline:none !important;
}


.page-template-default .entry-content li {list-style: disc inside !important;}

 
img {border: none;max-width: 100%;border: 0;}


h1, h2, h3, h4, h5, h6 {
   font-family: 'Muli', serif;
   /* font-weight: 600; */
   color:#1a5c9d;
}



input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}
label.error {
    display: none !important;
}
.special-form.order-step-form li input[type="text"], .special-form.order-step-form li textarea, .special-form.order-step-form li select {
    font-size: 14px;
}



.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
   
}
 
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
  
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

div#CountDownTimer {
    width: 320px;
    margin: 0;
    text-shadow: #000 1px 1px 2px;
    color: #fff;
    margin-top: 0;
}

/* Top Bar Styles  */ 
.etop-center h3 strong {
    font-weight: 800;
    color: #4886ff;
}

.etop-container {
    /*background: url(images/sidebarbg.jpg) no-repeat scroll center top;*/
    background: #ffffff;
    padding: 15px 0;
    width: 100%;
    float: left;
    clear: both;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-top: 1px solid #e4e4e4;
    display: none !important;
}
.etop-center h3 {
    float: left;
    margin: 0 70px 0 0;
    font-size: 24px;
    color: #141414;
    font-weight: 700;
    /* line-height: 1.2; */
    text-transform: capitalize;
}
.etop-center span {
    /* color: #f3f2ed; */
}
.etop-center a.etop-tbn {
    float: left;
    padding: 10px 50px;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%);
    font-weight: 600;
    font-size: 20px;
    border-radius: 30px;
    margin-top: 3px;
}
.etop-center a:hover.etop-tbn {
    background: #000000;
    color: #fff;
}
.etop-container.etop-fixed {
    display: block;
}
.etop-center span.ftext {
    
}
.etop-center span.num {
    color: #3c2d1b;
    font-size: 30px;
    font-weight: 600;
}

/* Top Bar Styles End */  
 

.floating-form{position: fixed;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;right: -47px;height: 100%;z-index: 999;top: 0;width: 50px;display: none !important;}
.floating-form.open{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;z-index: 1000;right: 700px;}
.floating-form.open .floating-overlay{position: fixed; content: ""; width: 100%; height: 100vh; background: #000000d6; z-index: 1; left: -612px;}
.floating-form.open .strip{ background: url('images/xclose.jpg') no-repeat scroll center center #fff; /* -webkit-transition: 0.4s; */-moz-transition: 0.4s;-o-transition: 0.4s;right: unset;z-index: 100;}
.floating-form .strip p{color: #3c3c3c;font-size: 20px;transform: rotate(-88deg);display: inline-block;padding: 0;position: absolute;bottom: 41px;left: -57px;font-weight: 700;}
.floating-form .strip span.plane{
    color: #000;
    position: absolute;
    left: 13px;
    font-size: 28px;
    transform: rotate(0);
    top: 35px;
}
.floating-form.open .strip p{
    display: none;
}
.floating-form.open .strip span.plane{opacity: 0;}

.floating-form .inner-float{
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    top: 0;
    bottom: 0;
}
.floating-form.open .inner-float{
    right: 83%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.sprite{background: url("images/sprite.png")no-repeat; width: 40px; height: 40px;display: block;}

 


span.tes.sprite{width: 130px;height: 130px;}
 
.in-thumb.vc_col-sm-5 {
    float: right;
}


.floating-form .strip{position: absolute;width: 100px;height: 100px;background: url('images/xarrow.jpg') no-repeat scroll 10px center  #fff;z-index: 5;top: 0;border-radius: 50%;bottom: 0;margin: auto;box-shadow: -10px 0 60px #24214a7d !important;display: inline-block;left: -40px;cursor: pointer;-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;    z-index: 100;}
.floating-form:hover .strip {-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1);}
.floating-form .strip img{}
.floating-form .f-whole{position: absolute;width: 800px;background: #fff;z-index: 99;top: 0;height: 100vh;padding: 48px 60px 0 90px;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floating-form.open .f-whole{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}

.f-whole{display: table;width: 100%;}
.f-whole .left-sec{display: table-cell;vertical-align: middle;}



.floating-form form{float: right;width: 100%;}
.floating-form form textarea,.floating-form form select,.form-control { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: transparent; border-bottom: 1px solid #ced4da; border-radius: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.floating-form form textarea , .floating-form form input , .floating-form form select{margin: 0px 0 25px 0;}
.floating-form form select{margin: 0 0 25px 0;}

.floating-form form .intl-tel-input{
    margin: 0px 0 25px 0;
}
.floating-form .intl-tel-input.separate-dial-code .selected-dial-code{
    font-size: 18px;
    color: #495057;
}
.floating-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input{color: #495057;border-bottom: 1px solid #ced4da;font-size: 18px;}


.floating-form form textarea{height: 100px !important;resize: none;padding-left: 30px;}
.floating-form form input[type="submit"]{
    width: auto;
    margin: 0;
    border: transparent;
    background: #ed1c24;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    text-transform: capitalize;
    font-size: 18px;
    }
.floating-form form input:focus,
.floating-form form select:focus,
.floating-form form textarea:focus
{outline: none;box-shadow: none;}




.floating-form h3{/* font-size: 32px; */max-width: 100%;margin-top: 0;margin-bottom: 10px;line-height: normal;}
.floating-form h6{    padding: 0;font-size: 14px;}
.floating-form p{font-size: 16px;max-width: 100%;/* font-family: 'Quicksand', sans-serif; */font-weight: 500;color: #5d5d5d;padding: 0px 0 30px 0;}
.floating-form a.teli{color: var(--theme-dark);font-size: 14px;}



.floating-form.open .btn-close{z-index: 100;position: absolute;left: 26px;top: 7px;width: 80px;color: #000;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;bottom: 0;margin: auto;height: 25px;transform: none;display: block;}



.floating-form form input.form-control, .floating-form form select, .floating-form form textarea {
       border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    height: 55px;
    font-size: 18px !important;
}


.form-bottom.formb-floating{margin: 0;}
.form-bottom.formb-floating .formb-left{display: inline-block;width: 61%;vertical-align: bottom;}
.form-bottom.formb-floating .formb-left p{font-size: 16px;}
.form-bottom.formb-floating .checkbx p{padding: 0;margin: 0 0 0 6px;display: inline-block;font-size: 12px;width: 86%;vertical-align: middle;font-size: 15px;line-height: normal;}
.form-bottom.formb-floating .formb-right{display: inline-block;width: 38%;text-align: left;}
.form-bottom.formb-floating .checkmark{background-color: #ffffff;top: 3px;}
.form-bottom.formb-floating .checkbx .checkmark:after{border: solid #4c5682; color: #4c5682; border-width: 0 3px 3px 0;}


.floating-form h3 strong {
    display: block;
    color: #ed1c24;
}

.floating-form h3 strong span {
    color: #d42926;
}

.floating-form.float-fixed {
    display: block;
}

.hs-form-area .hs-head {
    padding: 0 7px;
}

 .floating-form.float-fixed {
    display: block;
}


  
#ouibounce-modal .modal-body li.last {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 1em;
}

#ouibounce-modal .modal h3 {
    font-size: 22px;
    color: #252020;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    width: auto;
    float: left;
    max-width: 100%;
    padding-left: 15px;
    border-left: 3px solid #42c9a2;
}

header.titleheader {
        clear: both;
        float: left;
        width: 100%;
        background: #F4F8FB url(images/parallax.jpg) center top no-repeat;
        padding: 9em 0 6em;
        text-align: center;
        margin-bottom: 0;
        box-shadow: 0 0 10px #ddd;
        margin-bottom: 3em;
        overflow: hidden;
        position: relative;
}

header.titleheader h1.entry-title {
      color: #fff;
      margin: 0;
      font-size: 35px;
      font-weight: bold;
}

 .main-menu {
    clear: both;
    float: right;
    margin-top: 0px;
}

.main-menu ul {
    float: none;
    list-style: none;
    margin: 0;
}

.main-menu > ul > li {
    float: left;
    
    margin-bottom: 0;
    position: relative;
}

.main-menu > ul > li > a {
      color: #ffffff;
      letter-spacing: normal;
      font-size: 15px;
      padding: 10px 16px;
      border-radius: 0;
      text-decoration: none;
      float: left;
      width: 100%;
      font-weight: 600;
}


.inn-haeder.in-new0-header .inn-haeder-txt {
    position: static;
}

.inn-haeder.in-new0-header {
    padding: 60px 0;
    float:left;
    width:100%;
    background-color: #000 !important;
}

.inn-haeder.in-new0-header .inn-haeder-txt {
    position: static;
    width: 100%;

}

.title-ad-hf {
    margin-bottom: 10px;
     margin-top: 90px;
}

.inn-haeder-txt h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.title-ad-hf h3 {
    color: #fff;
    font-weight: normal;
    max-width: 600px;
    margin: 0;
    font-size: 18px;
}
.hd-counter-post {
    position: relative;
    min-height: 110px;
}

.in-new0-header .in-ad-btn {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.in-ad-btn a {
    background: #c2a47e;
    font-size: 16px;
    padding: 10px 40px;
    color: #fff;
    margin-right: 10px;
    border: 2px solid #c2a47e;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}

.in-ad-btn a + a {
    background: none;
    border-color: #fff;
}


/* Top Bar Form  */ 
.hs-form-area {
     background: rgba(23, 23, 23, 0.8);
  
     padding: 30px;
     width:100%;
 
     display: table;
     max-width: 400px;
     border-radius: 0;
     margin: 0% 0 0; 
     position: relative;
}
.hs-form-area h2 , .hs-form-area h3 {
    margin: 0;
    color: #fff;
}
.hs-form-area  .hs-head {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color: #fff;
}
.hs-form-area h2 {
     
    font-size: 22px;
   
}
.hs-form-area  span {
    color: #ed1c24;
 
}
.hs-form-area .form-check-label span {
    font-size: 12px;
    color: #ffffff;
    width: 92%;
    float: right;
    line-height: 18px;
    font-weight: normal;
     
}
.hs-form-area ul.lform li input,
.hs-form-area  ul.lform li textarea {
      width: 100%;
      height: 34px;
      background: #434343;
      border: 1px solid #343434;
      padding: 10px;
      font-size: 12px;
      color: #fff;
      outline:none;
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
      border-radius: 2px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
      -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
      -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
       
      margin-bottom: 0;
      overflow: hidden;
}
.hs-form-area ul.lform li input {
     
}
.hs-form-area ul.lform li textarea {
    height: 60px;
    background: transparent;
    resize: none;
}
.hs-form-area ul.lform li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    clear: both;
    list-style: none;
    position: relative;
}
.hs-form-area ul.lform li.half-field {
    width: 100%;
    float: left;
    clear: none;
}
.hs-form-area  ul.lform li input[type="submit"] {
  padding: 8px 30px;
  font-size: 16px;
  background: #ed1c24;
  float: left;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  width: auto;
  height: auto;
}
.hs-form-area ul.lform li.last {
    margin-bottom: 0;
}
.hs-form-area ul.lform {
    margin-bottom: 0;
}
.hs-form-area h3 {
 margin: 0;
    font-size: 22px;
    color: #fff;
}
.hs-form-area ul.lform li i.fa {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    top: 16px;
    left: 11px;
}
.hs-form-area:before {
        content: "";
        height: 38px;
        position: absolute;
        left: 0;
        top: 0;
        background: #ed1c24;
        width: 7px;
}
.hs-form-area:after {
    bottom: 0;
    top: auto;
    border-color: #fff;
}

/* Top Bar Form  End */ 

 
.main-menu ul li ul.sub-menu {
    position: absolute;
    z-index: 1;
    width: 15em;
    left: 0;
    background: #fff;
    padding: 10px 10px 15px;
    margin-left: 0;
    display: none;
     
    border: 1px solid #ddd;
    top: 100%;
}

.main-menu ul li:hover ul.sub-menu {
	display:block
}

.main-menu ul li ul.sub-menu li {
    width: 100%;
    float: left;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
    box-sizing: border-box;
    margin: 0 1%;
}

.main-menu ul li ul.sub-menu li a {
    color: #000;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 7px 14px;
}

 
.main-menu ul li ul.sub-menu li a:hover , .main-menu ul li ul.sub-menu li.current_page_item > a {
    background: #01396e;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

.header-container.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 12;
    box-shadow: 0 0 20px #888888;
    padding: 5px 0;
    border-top: none;
}

 

.header-container.header-fixed img {
     /* max-width: 230px; */
}

.page-template-heading-and-content-php .header-container, .home .header-container, .page-template-services .header-container ,.page-template-why .header-container	, .page-template-about .header-container ,.page-template-faq  .header-container {position: fixed;}	

.header-container {
    position: static;
    z-index: 10;
    background: none;
    border-bottom: none;
    float: left;
    width: 100%;
    background-color: transparent;
    padding: 15px 0;
}

#ouibounce-modal .modal-footer a{
	background:url('images/close.png') no-repeat scroll center top;
	border: none;
	box-shadow: none;
	width: 35px;
	height: 35px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -6px;
	background-size: contain;
	left: 0;
	margin: 0 auto;
}
 
.mobile-view {
    position: fixed;
    top: 0;
    z-index: 101;
    background: #000;
    height: 100vh;
     
    right: -330px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.mob-menu {
    padding: 20px;
    width: 100%;
    overflow-x: hidden;
    color: #fff;
    max-width: 280px;
    overflow-y: scroll;
    height: 100%;
}

.mob-menu li {
    border-top: 1px solid #313131;
    list-style: none;
    margin-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
}

.mob-menu li > a {
    color: #fff;
    font-size: 14px;
    padding: 12px;
    float: left;
    width: 100%;
}

.mob-menu > li:first-child {
    border-top: none;
}

.mob-menu li:first-child {
    border-top: none;
}

.mob-menu li ul.sub-menu {
    border-top: 1px solid #313131;
    clear: both;
    padding-left: 0;
    width: 100% !important;
    display: none;
}

.mob-menu li > a:hover {
    text-decoration: none;
    background: #151515;
}

.mob-menu li span.opensub {
    position: absolute;
    top: 11px;
    right: 10px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.mob-menu li > ul.sub-menu li > a {
    font-size: 13px;
    padding-left: 20px;
}

.mob-menu ul#menu-main-menu-1 {
    margin: 0;
}

.headnav {
    float: right;
    margin-top: 26px;
    display: none;
    margin-right: 10px;
}

.headnav i.fa {
    font-size: 22px;
    cursor: pointer;
    color: #000000;
}

.mobile-view.mopen {
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.header-fixed .main-menu {
    margin-top: 0;
}
.mobile-close {
    position: absolute;
    left: -35px;
    background: none;
    width: 35px;
    height: auto;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    top: 20px;
    background: #000;
    padding: 10px 0;
    display: none;
}

.mobile-overlay {
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: none;
}


.mobile-overlay.moverlay {
    display: block;
}

.mobile-close.mclose {
    display: block;
}

.header-container img {
     /* max-width: 240px; */
}
.page-template-default section.testimonials {
    border-top: none;
}

body .vc_btn3.vc_btn3-size-lg {
     
    padding: 13px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    margin-top: -10px;
}
 

.sec-container {
    clear: both;
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
 
.sec-container h2 {
    font-size: 30px;
    color: #202340;
    font-weight: bold;
    position: relative;
    line-height: 38px;
}

.sec-container h3 {
    font-size: 22px;
    color: #000;
    margin-top: 10px;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
}
  

 
#ouibounce-modal .modal h3 strong {
    font-weight: inherit;
}
 
.main-menu > ul > li > a:hover, .main-menu > ul > li.current-menu-item a, .header-fixed .main-menu > ul > li.current-menu-item > a {
    color: #fe5361;
}

.main-menu > ul > li.grey-color a {
    background: #252020;
}

#ouibounce-modal h4:before {
    display: none;
}
#ouibounce-modal .modal:after {
    content: "";
    right: 0;
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: -1;
    top: 0;
    border-top: 0px solid transparent;
    border-bottom: 200px solid transparent;
    border-right: 160px solid #01396e;
    display: none;
}

body #ouibounce-modal form input[type=submit] {
    width: auto;
    line-height: normal;
}

strong.fsubtext span:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    width: 18px;
    float: left;
    color: #3a3a3a;
}
#ouibounce-modal .modal-body li:nth-child(4) {
    line-height: normal;
}
 
.contact-line a.cnbtn + a {
    clear: both;
    display: table;
    margin-top: 20px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 20px auto 0;
} 
  
 
 


.main-menu > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    right: 10px;
}
  
.main-container {
    clear: both;
    width: 100%;
}
 

.header-container a.logo {
    line-height: 55px;
}
header.titleheader h1.entry-title + p {
    color: #ffff;
}

.header-container.header-fixed a.logo {
    line-height: 46px;
}	
  
/* Homepage */ 

.card {
    clear: both;
    float: left;
    width: 100%;
}


.accordion-set input[type=submit] {
    background: #ed1c24;
    color: #000;
    border-color: #ed1c24;
    padding: 10px 40px;
    clear: both;
    float: left;
    margin-top: 19px;
}
.accordion-set input[type=submit]:hover {
    background: black;
    border-color: black;
    color: #fff;
}
.accordion-set input[type=submit].hide-btn {
    display: none;
}
.step1-body input[type="radio"] {
    margin-top: 6px;
}
.step1-body select {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}
.step1-body select option {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.step1-body .radio.radio-inline {
    margin: 0;
    padding: 0;
}

.page-template-default .step1-body li {
 
    list-style: none !important;
    margin-bottom: 0;
}

.step1-body {
    clear: both;
    float: left;
    width: 100%;
}

.step1-body h3 {
    font-size: 16px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
 
.step2-form {
      border: 4px solid #ed1c24;
    padding: 30px;
    background: white;
    float: left;
    width: 100%;
	position:relative;
}
.bg {
    background: #ed1c24;
    background-size: cover;
    color: #000;
    padding: 15px;
}
 
.padding-left-zero {
    cursor: pointer;
    font-weight: normal;
}
.tab-body {
    display: none;
}
.step2-form h3 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.step2-form .form-group label {
    display: block !important;
}

.step2-form .form-group label {
    display: block !important;
}
.card-header h5 button:hover , .card-header h5 button:focus , .card-header h5 button:active {
    outline: none;
    text-decoration: none;
    color: inherit;
}
.card-header h5 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.card-header h5 button {
     
    text-align: left;
    outline: none !important;
    color: #000;
    font-weight: bold;
}
.fsubtext{
	display:none !important
}

 
.header-fixed .main-menu > ul > li > a:hover {
    color: #ed1c24;
} 
.hs-form-area ul.lform li input[type="checkbox"],
 .hs-form-area ul.lform li input[type="radio"] {
    width: auto;
    height: auto;
}

 .hs-form-area:after {
    content: "";
    height: 140px;
    position: absolute;
    right: -49px;
    top: -17px;
    background: url(images/weticker.png) no-repeat scroll center top;
    width: 140px;
    background-size: 70px;
}

.input-style::-webkit-input-placeholder { 
  color: #fff;
}
.input-style::-moz-placeholder {  
  color: #fff;
}
.input-style:-ms-input-placeholder { 
  color: #fff;
}
.input-style:-moz-placeholder { 
  color: #fff;
} 
.owl-stage-outer {
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
}

.test-section .owl-stage-outer{}


.owl-item {
    float: left;
    text-align: center;
    width: 100%;
}
  

.owl-nav {
  /* width: 30px; */
  /* margin: 0 auto; */
  /* position: absolute; */
  /* top: 0; */
  /* height: 100%; */
  /* right: 0; */
  /* left: 0; */
  display:none !important
}

.owl-dots {
    clear: both;
    margin-top: 3em;
    float: left;
    width: 100%;
    text-align: center;
    }

.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cfcdd7;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
}

.owl-dots .owl-dot.active , .owl-dots .owl-dot:hover {
    background: #fd6444;
}
 
ul.btns.btnsinn {
    margin-top: 20px;
    margin-bottom: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
  

.pmodal-head {
	 width: 100%;
	 padding: 20px;
	 float: left;
}
.pmodal-left ul {
    margin: 0;
}
.input-focus:focus {
  border-left-color: #ed1c24 !important;
}
.page-id-54 ul.btns.btnsinn {
    visibility: hidden;
}


.error404 section.entry-content {
    text-align: center;
}
.page-template-contact .main-menu > ul > li > a, .page-template-default .main-menu > ul > li > a, .error404 .main-menu > ul > li > a {
    color: #000;
}
.page-template-default .main-menu > ul > li > a:hover ,
.error404 .main-menu > ul > li > a:hover  {
    color: #ed1c24;
}
.header-container img.logo-bl {
    display: none;
}
.page-template-default .header-container img.logo-wh , .error404 .header-container img.logo-wh {
    display: none;
}
.error404 .header-container img.logo-bl , .page-template-default .header-container img.logo-bl {display: inline-block;}
.page-template-default .header-fixed .main-menu > ul > li > a ,
.error404 .header-fixed .main-menu > ul > li > a {
    /* color: #fff; */
}
.page-template-default .header-container.header-fixed img.logo-bl ,
.error404 .header-container.header-fixed img.logo-bl {
    display: block;
}
.page-template-default .header-container.header-fixed img.logo-wh ,
.error404 .header-container.header-fixed img.logo-wh {
    display: none;
}
.main-menu > ul > li.login-link a span {
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    background: #fe5361; /* Old browsers */
    background: -moz-linear-gradient(left, #fe5361 0%, #fd623d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fe5361 0%,#fd623d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fe5361 0%,#fd623d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5361', endColorstr='#fd623d',GradientType=1 ); /* IE6-9 */
}
.main-menu > ul > li.login-link a:hover span {
    background: #231f20;
    color: #fff;
}
.main-menu > ul > li.a-link a:hover:before {
    background: #fe5361;
}

.copyrights  p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
}
 
.thank-you-btn {
    margin: 0 auto;
    display: table;
    clear: both;
    text-align: center;
}

.thank-you-btn a.th-btn {
    margin: 0 5px;
    padding: 15px 20px;
    float: none;
    background: #42C9A2;
    font-size: 16px;
    padding: 13px 40px;
    color: #fff;
    margin-right: 10px;
    border: none;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
}

.thank-you-btn a.th-chat, .thank-you-btn a:hover.th-home {
    background: #000;
    color: #fff;
    border-color: #000;
}

.thank-you-btn a:hover.th-chat {
    background: #42C9A2;
    border-color: #42C9A2;
    color: #fff;
}

 
.main-menu > ul > li.login-link a {
    border-bottom: none;
    /* padding-right: 0; */
}
 
 
.ts-title {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: right;
}

.ts-title h4 {
    margin-top: 0;
}
.test-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}

.test-content h2 span.lgtext {
    display: block;
    font-size: 50px;
}
.test-content h2 + h4 {
} 
.test-section {
    float: left;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    padding: 60px 0;
    border-bottom: 1px solid #e9e9e9;
}
 
.ts-cauma p:empty {
    display: none;
}

.ts-cauma p {
    margin-bottom: 0;
    color: #7c7a85;
    font-size: 18px;
} 
 
    
ul.btns.btnsinn li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.welcome-content ul.btns.btnsinn {
    display: block;
}
ul.btns.btnsinn li a {
    padding: 8px 45px;
    float: left;
    background: transparent;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
}

ul.btns.btnsinn li a.openpop.white {
    background: none;
}

ul.btns.btnsinn li a.openpop , ul.btns.btnsinn li a.openpop.white:hover {
}  
.not-found {
    text-align: center;
}

section.contact-header {
    padding: 7em 0;
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/cheader-bg.jpg) no-repeat scroll center top;
    background-size: cover;
}

 
h4.cnt-head {
    /* margin-top: 0; */
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
    /* font-size: 22px; */
    /* position: relative; */
    /* border-bottom: 1px solid #ddd; */
}

h4.cnt-head:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* width: 70px; */
    /* background: #ec1c24; */
    /* height: 2px; */
    /* bottom: -1px; */
}

.contact-form input, .contact-form textarea {
    width: 100%;
    resize: none;
    height: 46px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}

.contact-form textarea {
    height: 100px;
}
section.contact-header h2 {
    color: #fff;
    font-size: 40px;
}
.contact-form button {
    /* padding: 10px 30px; */
    font-size: 16px;
    background: #42C9A2;
    color: #ffffff;
    font-weight: 600;
    margin: 0 auto;
}
 
.bnr-cap h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.bnr-cap h1.tborder {
    font-size: 40px;
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: bold;
}

.bnr-cap h1.tborder + h4 {
    text-transform: capitalize;
    font-weight: normal;
}

.bnr-cap  br {
    display: none;
}

.hsection-1 , .hsection-inn {
    /* background: url(images/banner.jpg) no-repeat scroll center top #a39ed6; */
    /* padding: 9em 0 7em; */
    /* color: #fff; */
    /* width: 100%; */
    /* float: left; */
    /* position: relative; */
    /* background-size: cover; */
} 
 
 
.bnr-item {
    margin-top: 9em;
}

 
section.sx-section.sec-container {
    text-align: center;
    padding-top: 30px;
}
 
 
 
section.banner.order-banner {
    background-image: url(images/order-ban.jpg) no-repeat;
    padding: 55px
}

section.order-details {
    padding: 60px 0
}

section.order-details h1 {
    font-size: 44px;
    color: #000;
    /*font-weight: 800;*/
    margin-bottom: 15px
}

section.order-details h1+p {
    font-size: 17px;
    color: #000;
    margin-bottom: 55px;
    line-height: 23px;
    font-weight: 400
}

section.order-details h2 {
    /* color: #2154ed; */
    font-size: 25px; 
    /*font-weight: 800;*/
    margin: 20px 0;
}

form.order-form label {
    display: block;
    font-size: 14px;
    color: #202020;
    font-weight: 600;
    margin-bottom: 7px
}

form.order-form input,form.order-form select,form.order-form textarea {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 2px solid #dedede;
    border-radius: 2px;
    height: 45px
}

form.order-form span {
    font-size: 12px;
    color: #888;
    font-style: italic;
    font-weight: 500;
    margin-top: 4px;
    display: block
}

form.order-form input[type=submit] {
       width: auto;
       padding: 10px 50px;
       color: #fff;
       font-size: 18px;
       background: #42C9A2;
       text-transform: uppercase;
       display: inline-block;
       font-weight: 600;
       margin-top: 30px;
       letter-spacing: 1px;
       border: none;
       cursor: pointer;
       margin-top: 0;
}

form.order-form {
    padding: 0 59px
}

.order-description {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    padding-top: 0;
    line-height: 21px
}

.order-description p {
    margin-bottom: 10px
}

form.order-form input[type=radio] {
    display: inline-block;
    width: auto
}

form.order-form strong {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px
}

form.order-form input[type=file] {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

form.order-form label.file-upload {
    background-color: transparent;
    border: 2px dashed #42C9A2;
    cursor: pointer;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 50px;
    width: 100%;
}

form.order-form label.file-upload span {
    position: relative;
    pointer-events: none;
    line-height: 2;
    font-size: 16px
}

form.order-form ul.list-checkbox {
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    margin-top: 13px;
    margin-left: 20px
}

form.order-form ul.list-checkbox label i {
    padding-left: 1px;
    padding-right: 10px;
    vertical-align: middle
}

form.order-form ul.list-checkbox label input {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle
}

form.order-form ul.list-checkbox label span {
    display: inline-block;
    font-size: 14px;
    color: #414040;
    font-style: inherit;
    font-weight: 600;
    margin-top: 0;
}

form.order-form ul.list-checkbox li {
    display: inline-block;
    padding: 0 20px 10px 0
}

form.order-form h3 {
    font-size: 14px;
    color: #27af88;
    margin-bottom: 1px;
    font-weight: 600;
    padding-left: 20px;
}

form.order-form h5 {
    margin: 21px 0 18px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #fbfbfb
}

form.order-form input:focus,form.order-form select:focus,form.order-form textarea:focus {
   /* border: 2px solid rgba(34,83,237,.52)!important */
}

.chkbox-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee
}

.chkbox-custom:hover input~.checkmark {
    background-color: #ccc
}

.chkbox-custom input:checked~.checkmark {
    background-color: #c52026
}

.checkmark:after {
    position: absolute;
    display: none
}

.chkbox-custom input:checked~.checkmark:after {
    display: block
}

.chkbox-custom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
  background: #4886FF;
  color: #fff;
}

::-moz-selection {
  background: #4886FF;
  color: #fff;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.services-section {
  /* margin-top: -120px; */
  position: relative;
  z-index: 10;
}

.section.background {
  background: #F4F8FB url(images/bg-top.svg) center top no-repeat;
  background-size: contain;
}

.page .cover {
  min-height: 350px;
  position: relative;
   background: #F4F8FB url(images/parallax.jpg) center top no-repeat;
 
}

.proc-content .page .cover{
    background-image: url(images/work-head.jpg) ;
    
}

.page .cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0.85;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+20,1a5c9d+100 */
  background: rgb(66,201,162); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 20%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.port-content .page .cover{
     background: #F4F8FB url(images/prt-bnr1.jpg) center top no-repeat;
}

.about-content .page .cover{
     background: #F4F8FB url(images/abt-bnr1.jpg) center top no-repeat;
}
.cnt-content .page .cover{
     background: #F4F8FB url(images/abt-bnr1.jpg) center top no-repeat;
}
.page .cover .page-top {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 3;
}

.page .cover .page-top h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
}

.page .cover .page-top .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  display:none !important;
}

.page .cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #F7F8FF;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}

.page .cover .page-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  color: #F7F8FF;
}

.page .cover .page-top .breadcrumb li:first-child {
  margin-left: 0px;
}

.page .cover .page-top .breadcrumb li:last-child:after {
  content: '';
  margin-left: 0px;
}

.page .cover .page-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.page .page-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #4d6f8e;
  background: #f3f9ff;
  clear: both;
}

.page .page-bottom p {
  margin-bottom: 28px;
}

.page .page-bottom .home-services-item {
  margin-top: 0px;
  margin-bottom: 30px;
}

.page-gallery {
  height: 400px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.page-gallery.small {
  height: 185px;
}

.mtop-70 {
  margin-top: 70px !important;
}

.mbottom-20 {
  margin-bottom: 20px !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.mbottom-60 {
  margin-bottom: 60px !important;
}

.mbottom-0 {
  margin-bottom: 0px !important;
}

.pbottom-70 {
  padding-bottom: 70px !important;
}

.ptop-70 {
  padding-top: 70px !important;
}
blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #F4F8FB;
  overflow: hidden;
}

blockquote .text {
  position: relative;
  text-align: center;
}

blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}

blockquote .text:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #3B566E;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .text:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #3B566E;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .author {
  color: #3B566E;
  text-align: center;
}

.left-heading .section-title {
 
  font-size: 28px;
  color: #1a5c9d;
  /*  font-weight: 600;
  letter-spacing: 1.75px;
  line-height: 42px; */
  margin-bottom: 20px !important;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  /* font-weight: 400; */
  font-size: 30px;
  color: #1a5c9d;
  /* letter-spacing: 1.30px; */
  line-height: 40px;
  margin-bottom: 30px !important;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.left-text p {
  margin-bottom: 30px;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .page .cover {
    margin-top:  0px;
  }
  .page .cover h1 {
  /* font-size: 26px !important;*/
 /*  line-height: 36px !important; */
  }
  .page .cover .page-top {
    text-align: center;
  }
  .page .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
    display: block;
  }
  .page .cover .page-top .breadcrumb li {
    display: inline;
  }
  .page-gallery {
    height: 185px;
  }
}

/* 
---------------------------------------------
buttons
--------------------------------------------- 
*/
.btn-white-line {
  display: block;
  width: 225px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.81px;
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}

.btn-white-line:hover {
  background: #fff;
  color: #4886FF;
}

.btn-primary-line {
  display: block;
  width: 225px;
  height: 45px;
  line-height: 45px;
  color: #42C9A2;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.81px;
  border: 1px solid #42C9A2;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  cursor: pointer;
}

.btn-primary-line:hover {
  background: #42C9A2;
  color: #fff;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 200px;
}

.header-area .main-nav .dark-logo {
  display: none;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
  margin-left: 25px;
  display: inline-block;
  position: relative;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 36px;
  line-height: 36px;
  border: transparent;
  text-transform: uppercase;
}

.header-area .main-nav .nav li a:hover {
  color: #F7F8FF;
}

.header-area .main-nav .nav li.btn-nav-line a {
  border: 1px solid #fff;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li.btn-nav-line a:hover {
  background: #fff;
  color: #4886FF;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:after {
  width: 22px;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-sticky .logo {
  margin-top: 22px;
}

.header-area.header-sticky .light-logo {
  display: none;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #3B566E;
}

.header-area.header-sticky .nav li a:hover {
  color: #3B566E;
}

.header-area.header-sticky .nav li a.btn-nav-line {
  border: 1px solid #4886FF;
  color: #4886FF;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    margin-left: 15px !important;
  }
}

@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 70px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }
  .header-area .container {
    padding: 0px;
  }
  body .header-area .main-nav .logo {
    margin-top: 20px;
    margin-left: 10px;
  }
  .header-area .light-logo {
    display: none !important;
  }
  .header-area .dark-logo {
    display: block !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    margin-left: 15px !important;
    background: #fff;
    margin: 0px !important;
    border-bottom: 1px solid #f5f5f5;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }
  .header-area .main-nav .nav li a.btn-nav-line {
    border: none !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome area
--------------------------------------------- 
*/
.welcome-area {
  min-height: 637px;
  height: auto;
  position: relative;
}

.welcome-area .welcome-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('images/welcome-bg.jpg');
}

.welcome-area .welcome-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 3;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+20,1a5c9d+100 */
  background: rgb(66,201,162); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 20%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.welcome-area .welcome-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none;
  z-index: 6;
}

.welcome-area .welcome-bg img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0px;
  right: 0px;
  z-index: 5;
  display: none;
}

.welcome-area .welcome-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 11;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.welcome-area .welcome-content h1 {
  /* font-weight: 400; */
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1.4px;
  color: #fff;
  margin-bottom: 20px !important;
}

.welcome-area .welcome-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  left: 0.53px;
  color: #fff;
  margin-bottom: 20px;
}

.welcome-area .welcome-content .apps {
  padding-top: 30px;
  /* display: none; */
}

.welcome-area .welcome-content .apps .app-item {
  display: block;
  float: right;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.welcome-area .welcome-content .apps .app-item:hover {
  margin-top: -10px;
  padding-bottom: 10px;
}

.welcome-area .welcome-content .apps .app-item .icon {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .welcome-area .welcome-content {
    /* position: relative; */
    /* -webkit-transform: translateY(0%) !important; */
    /* transform: translateY(0%) !important; */
    /* padding-top: 100px; */
  }
  .welcome-area .welcome-content h1 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .welcome-area .welcome-content .apps {
    margin-top: 30px;
  }
  .welcome-area .welcome-content .apps .app-item {
    float: left;
  }
}

/* 
---------------------------------------------
home
--------------------------------------------- 
*/
.home-services-item {
  display: block;
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
  padding: 30px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  margin-top: 30px;
  position: relative;
}

.home-services-item.box {
  border-radius: 4px !important;
}

.home-services-item.box:before {
  border-radius: 4px !important;
}

.home-services-item:before {
  content: '';
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+20,1a5c9d+100 */
  background: rgb(66,201,162); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 20%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home-services-item:hover, .home-services-item.active {
  color: #F7F8FF;
  text-decoration: none;
}

.home-services-item:hover:before, .home-services-item.active:before {
  opacity: 1;
}

.home-services-item:hover .services-title, .home-services-item.active .services-title {
  color: #fff;
}

.home-services-item:hover i, .home-services-item.active i {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
}

.home-services-item .services-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3B566E;
  margin-bottom: 23px !important;
  letter-spacing: 0.7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
}

.home-services-item i {
  font-size: 30px;
  margin-bottom: 23px;
  background-image: linear-gradient(135deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
}

.home-services-item p {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px !important;
}

.home-services-item .btn-white-line {
  position: relative;
  z-index: 2;
  width: 100%;
}

.features {
  padding-top: 30px;
}

.features li {
  overflow: hidden;
  margin-bottom: 30px;
}

.features li:hover .count span {
  background: #6cd5b7;
  color: #fff;
}

.features li .count {
  float: left;
  width: 68px;
  min-height: 150px;
  background: url(images/features-bg.svg) center bottom no-repeat;
}

.features li .count span {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: auto;
  border: 1px solid #6cd5b7;
  font-weight: 600;
  font-size: 16px;
  color: #6cd5b7;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features li .text {
  float: left;
  width: calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  padding-left: 20px;
}

.features li .text .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #3B566E;
  margin-top: 5px;
  margin-bottom: 24px !important;
}

.features li .text p {
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  letter-spacing: 1px;
  line-height: 28px;
}

.team-item {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 100%;
}

.team-item:before {
  content: '';
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+20,1a5c9d+100 */
  background: rgb(66,201,162); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 20%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.team-item:hover:before {
  opacity: 1;
}

.team-item:hover .header .info strong {
  color: #fff;
}

.team-item:hover .header .info span {
  color: #F7F8FF;
}

.team-item:hover .body {
  color: #F7F8FF;
}

.team-item:hover .social {
  right: 0px;
}

.team-item .header {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.team-item .header .img {
  float: left;
  height: 76px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 2px;
  border-radius: 50%;
}

.team-item .header .info strong {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #3B566E;
  letter-spacing: 0.6px;
  margin-top: 21px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .header .info span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #6F8BA4;
  letter-spacing: 0.52px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .body {
        min-height: 130px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .social {
  position: absolute;
  right: -150px;
  top: 77px;
  overflow: hidden;
  width: 150px;
  height: 28px;
  background: #fff;
  text-align: center;
  border-radius: 3px 0px 0px 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.team-item .social li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}

.parallax {
  min-height: 280px;
  position: relative;
  clear: both;
}

.parallax:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .78;
  z-index: 2;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+20,1a5c9d+100 */
  background: rgb(66,201,162); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 20%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.parallax .parallax-content {
  position: relative;
  z-index: 3;
}

.parallax .parallax-content .count-item {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.parallax .parallax-content .count-item:hover strong {
  margin-top: 60px;
}

.parallax .parallax-content .count-item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
}

.parallax .parallax-content .count-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
}

.parallax .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.72px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.86px;
}

.parallax .parallax-content .info {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.parallax .parallax-content .info p {
  letter-spacing: 1px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.parallax .parallax-content .info p span {
  text-decoration: underline;
}

.parallax .parallax-content .info .btn-white-line {
  margin: auto;
}

@media (max-width: 991px) {
  .home-services-item.mtop-70 {
    margin-top: 30px !important;
  }
  .services-section {
    margin-top: 0px !important;
  }
  .team-item {
    cursor: pointer;
    min-height: auto;
  }
  .parallax .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parallax .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }
  .parallax .parallax-content .count-item:before {
    display: none;
  }
  .parallax .parallax-content .count-item:after {
    width: 40px;
    height: 1px;
  }
  .parallax .parallax-content .count-item strong {
    margin-top: 0px;
  }
  .parallax .parallax-content .info .btn-white-line {
    margin-bottom: 80px;
  }
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 40px;
  border-bottom-right-radius: 4px;
  margin-bottom: 25px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .img .date {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  background-image: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}

.blog-post-thumb .img .date strong {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.blog-post-thumb .img .date span {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.blog-post-thumb h3 {
  margin-bottom: 10px !important;
}

.blog-post-thumb h3 a {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 1px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #4886FF;
}

.blog-post-thumb .post-meta {
  overflow: hidden;
}

.blog-post-thumb .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #4886FF;
  font-size: 14px;
}

.blog-post-thumb .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.blog-post-thumb .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #ECF7FF;
  border-top: 1px solid #ECF7FF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #6F8BA4;
}

.blog-post-thumb .post-footer ul.share {
  float: right;
}

.blog-post-thumb .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}

.blog-post-thumb .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #4886FF;
}

.blog-post-thumb .btn-primary-line {
  margin: auto;
}

.blog-list .blog-post-thumb {
  margin-bottom: 60px;
  text-align: left;
  overflow: hidden;
}

.blog-list .blog-post-thumb .btn-primary-line {
  float: left;
}

.section-comments {
  margin-bottom: 60px;
}

.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.section-comments ul li {
  overflow: hidden;
}

.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}

.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}

.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #3B566E;
}

.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #F4F8FB;
  color: #6F8BA4;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #4886FF;
  color: #fff;
}

.section-comments ul li ul {
  padding-left: 90px;
}

.post-comment {
  background: #F4F8FB;
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}

.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}

.post-comment .comment-form .form-item input, .post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post-comment .comment-form .form-item input:focus, .post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #ddd;
}

.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.pagination {
  margin-bottom: 30px;
}

.pagination .page-item a {
  font-size: 14px;
  color: #4886FF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination .page-item a:hover {
  background: #F4F8FB;
}

@media (max-width: 991px) {
  .blog-post-thumb.big .img {
    height: 350px;
  }
}

@media (max-width: 420px) {
  .blog-post-thumb.big .img {
    height: 200px;
  }
}

/* 
---------------------------------------------
our work
--------------------------------------------- 
*/
.page-app {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.page-app:before {
  content: '';
  position: absolute;
  right: 0px;
  width: calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  z-index: 1;
  height: 100%;
  background: none;
  box-shadow: none;
  border-radius: 4px;
}

.page-app .icon {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.page-app .app-content {
  position: relative;
  z-index: 2;
  float: right;
  width: calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-top: 30px;
  background: none;
  text-align: center;
}

.page-app .app-content .title {
  font-weight: bold;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.page-app .app-content .stars {
  overflow: hidden;
  margin-bottom: 10px;
}

.page-app .app-content .stars li {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #AEBCD6;
}

.page-app .app-content .stars li i.active {
  color: #F5A623;
}

.page-app .app-content .text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 0;
}

.page-app .app-content .btn-primary-line {
  width: 100%;
}

.app-single {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.app-single .header {
  padding: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECF7FF;
}

.app-single .header .title h2 {
  display: block;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
}

.app-single .header .title .stars {
  overflow: hidden;
  margin-bottom: 10px;
}

.app-single .header .title .stars li {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #AEBCD6;
}

.app-single .header .title .stars li i.active {
  color: #F5A623;
}

.app-single .header .download-buttons {
  float: right;
  text-align: right;
  margin-top: 5px;
}

.app-single .header .download-buttons a {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}

.app-single .item {
  padding: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECF7FF;
  overflow: hidden;
}

.app-single .item .icon {
  float: left;
  width: 30px;
}

.app-single .item .icon i {
  font-size: 26px;
  background-image: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-single .item .content {
  float: left;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  padding-left: 30px;
}

.app-single .item .content .title {
  margin-top: 3px;
}

.app-single .item .content .text {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #6F8BA4;
}

.app-single .item .content .text p {
  margin-bottom: 16px;
}

.app-single .item .content .text .version {
  margin-bottom: 30px;
}

.app-single .item .content .text .version h6 {
  margin-bottom: 10px !important;
}

.app-single .item .content .text .version ul li {
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.app-single .item .content .text .version ul li:hover {
  padding-left: 5px;
}

.app-single .item .content .text .version ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #4886FF;
  margin-right: 10px;
}

.app-single .item .content .gallery .gallery-item {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .app-single .header .icon {
    text-align: center;
    margin-bottom: 20px;
  }
  .app-single .header .title {
    text-align: center;
  }
  .app-single .header .title h2 {
    margin-bottom: 10px;
  }
  .app-single .header .title .stars {
    text-align: center;
    margin-bottom: 20px;
  }
  .app-single .header .title .stars li {
    float: none;
    display: inline;
  }
  .app-single .header .download-buttons {
    float: none;
    text-align: right;
  }
  .app-single .header .download-buttons a {
    margin-left: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 420px) {
  .app-single .header .download-buttons {
    text-align: center;
  }
}

/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside .sidebar .box {
  margin-bottom: 30px;
}

aside.default-aside .sidebar ul {
  border: 1px solid #ECF7FF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

aside.default-aside .sidebar ul li.active a {
  background: #F4F8FB;
  color: #6F8BA4;
}

aside.default-aside .sidebar ul li.active a:after {
  color: #6F8BA4;
}

aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}

aside.default-aside .sidebar ul li:last-child a {
  border: none;
}

aside.default-aside .sidebar ul li a {
  display: block;
  border-bottom: 1px dashed #ECF7FF;
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

aside.default-aside .sidebar ul li a:hover {
  padding-left: 70px;
}

aside.default-aside .sidebar ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 30px;
  color: #3B566E;
}

aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #F4F8FB;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #6F8BA4;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

aside.default-aside .sidebar .search-widget {
  display: block;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}

aside.default-aside .sidebar .search-widget input {
  border: 1px solid #ECF7FF;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

aside.default-aside .sidebar .search-widget input:focus {
  border: 1px solid #4886FF;
  padding-left: 30px;
}

aside.default-aside .sidebar .search-widget button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}

aside.default-aside .sidebar .search-widget button i {
  color: #fff;
}

aside.default-aside .sidebar .widget-tags {
  border: 1px solid #F4F8FB;
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #F4F8FB;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar .widget-tags a:hover {
  background: #4886FF;
  color: #fff;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input, .contact-form textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}

.contact-form input:focus, .contact-form textarea:focus {
  border: 1px solid #4886FF;
  padding-left: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

@media (max-width: 991px) {
  .map-wrapper {
    height: auto;
  }
  .map-wrapper .map-canvas {
    position: relative;
    height: 365px;
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: #F4F8FB;
  padding-top: 70px;
  clear: both;
  /* padding-bottom: 70px; */
}

footer img.logo {
  margin-bottom: 30px;
  max-height: 70px;
}

footer .text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
}

footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.69px;
  line-height: 30px;
  margin-bottom: 30px !important;
}

footer .footer-nav li a {
  display: block;
  overflow: hidden;
  text-align: center;
}

footer .footer-nav li a:hover span {
  padding-left: 5px;
}

footer .footer-nav li a i {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  font-size: 14px;
  color: #3B566E;
}

footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 5px;
}

footer .address p a {
  color: #288c6f;
  word-break: break-all;
}

footer .address .social {
  overflow: hidden;
  margin-top: 5px;
  display: none;
}

footer .address .social li {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

footer .address .social li a {
  color: #6F8BA4;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #DAE6FD;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  margin-bottom:0px;
  letter-spacing: 0.88px;
}
.features-item {
    background: #fff;
    /* padding: 40px; */
    text-align: center;
    padding: 25px 20px;
    border-radius: 2px;
    transform: translateY(0px);
    box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
    transition: .3s;
}

.features-item i {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2ecbd1;
    width: 55px;
    height: 55px;
    border: 2px solid #2ecbd1;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
}

.features-item h4 {
    font-size: 22px;
    font-weight: 600;
}
 .features-item:hover {
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    }


    /*Main Features*/
    h2.features-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0px;
    margin-bottom: 35px;
}
.main-features-item .main-item {
    display: flex;
    align-items: center;
}

.main-features-item .main-item i {
    font-size: 25px;
    line-height: 55px;
    width: 55px;
    text-align: center;
    height: 55px;
    color: #fff;
    border-radius: 4px;
    background: #1e5799;
    /* border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%; */
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
    background-image: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%);
}

.main-features-item .main-item  h4 {
    font-size: 20px;
    margin-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

.main-features-item .main-features-item {
    padding: 10px 20px;
    margin-bottom: 5px;
}

 .main-features-item .main-item {
    margin-bottom: 10px;
}
.main-features-item .main-text p {
    margin-bottom: 0px;
}

.main-features-item h2.features-title span {font-weight: 700;/* color: #1dcaed; */}

.main-features-item {
    margin-bottom: 35px;
}
.features-title-white{
  color: #fff;
}


.features-item-1 i:before {
    display: inline-block;
    font-size: 45px;
    line-height: 80px;
    width: 80px;
    margin-left: 0;
    text-align: center;
    height: 80px;
    color: #fff;
    border-radius: 4px;
    background: #1e5799;
    background: -webkit-linear-gradient(left, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
    background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
    /* border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%; */
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
    margin-bottom: 25px;
}
.features-item-1 {

    text-align: center;
    border-radius: 2px;
    transform: translateY(0px);
    transition: .3s;
}
.features-item-1 h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
}
.features-item-1 p{
  margin-bottom: 0px;
}
.main-features-item-2 {
    display: flex;
    align-items: center;
}

.main-features-item-2 .main-item h4 {
    font-size: 22px;
    font-weight: 600;
}

.main-features-item-2 .main-text {
    width: 60%;
}

.main-features-item-2 .main-text i {
    font-size: 25px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    height: 60px;
    color: #fff;
    border-radius: 4px;
    background: #1e5799;
    background: -webkit-linear-gradient(left, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
    background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
    /* border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%; */
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
    float: left;
}
.main-features-img-2 {
    /* width: 220px; */
    text-align: center;
}
.main-features-item-white i{
    background: #fff !important;
    color: #22cae4 !important;
    border-color: #fff !important;
  
}
.main-features-item-white h4{
  color: #fff;
}
.main-features-img-2 img {
    width: 220px;
}
.section-bg{
    background-image: url(images/pexels-photo.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.overlay{
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(30, 87, 153, .8) 0%, rgba(60, 205, 187, .8) 0%, rgba(22, 201, 246, 0.8) 100%) repeat scroll 0 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(127deg, rgba(56, 77, 255, 0.8) 0%, rgba(36, 205, 255, 0.8) 91%);
}

.main-features-item-2 .main-item p {
    margin-bottom: 0;
}

.main-features-item-2 {
    margin-bottom: 35px;   
     padding: 30px 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.main-title.bg-feature-white h2 {
    color: #fff;
}

.main-features-item-2.bg-feature-white h4 {
    color: #fff;
}

.main-features-item-2.bg-feature-white i {
    border-color: #fff;
    color: #fff;
}
.main-features-item-2.bg-feature-white:hover i {
    border-color: #fff;
    color: #1fcae8;
    background: #fff;
}
.main-features-item-2.bg-feature-white .main-text i {
    background: #fff;
    color: #31cccd;
}

.main-features-item-2.bg-feature-white p {
    color: #fff;
}
.main-features-item.main-features-item-white p {
    color: #fff;
}

      .main-title h4 {
font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #263566; */
      }
      .main-title h6 {
      color: #0E1F37;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: inline-block;
      padding: 0 15px;
      position: relative;
      }

.main-title.meain-title-bg-white p:after {
      border-color: #f8f9fa;
}
.main-title.meain-title-bg-white h4 {
    color: #fff;
}

.main-title.meain-title-bg-white p {
    color: #fff;
}

.main-title.meain-title-bg-white:before {
    border-color: #fff;
}
      .main-title h6:before, .main-title h6:after {
      content: '';
      width: 30px;
      height: 3px;
      background-color: #2ecbd1;
      position: absolute;
      bottom: 8px;
      }
      .main-title h6:before {
      left: -25px;
      }
      .main-title h6:after {
      right: -25px;
      }
      .main-title {
      position:  relative;
      text-align:  center;
      margin-bottom: 3em;
      }
@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    /* margin-bottom: 30px; */
    text-align: center;
  }
}



.main-title.bg-white-color , .main-title.bg-white-color h2 {
    color: #fff;
}

.main-title h2 {
    margin-bottom: 0 !important;
}


.inn-page .cover {
    background: url('images/parallax.jpg') no-repeat scroll center center;
}  

.floating-form h3 + p {
    margin-bottom: 10px;
    padding-bottom: 0;
}

#ouibounce-modal  p {
    display: block;
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    line-height: normal;
    font-size: 13px;
}
.header-area.header-fixed {
    background: #fff;
    height: 60px;
    box-shadow: 0 0 10px #b7b7b7;
}

.header-area.header-fixed .main-nav .nav {
    margin-top: 10px;
}

.header-area.header-fixed .main-nav .nav li a {
    color: #666;
}

.header-area.header-fixed  .main-nav .nav li a.btn-nav-line {
    border-color: #666;
}

.header-area.header-fixed .main-nav .logo img.light-logo {
    display: none;
}

.header-area.header-fixed .main-nav .logo img.dark-logo {
    display: inline-block;
    max-width: 140px;
}

.inn0-page .page .cover {
    float: left;
    width: 100%;
    min-height: auto;
    text-align: center;
    padding: 9em 0 3em;
    min-height:350px; 
}

.inn0-page .page .cover .page-top h1 {
   /* text-transform: capitalize; */
}

.inn0-page .page .cover .page-top h4 {
    margin-bottom: 0;
    line-height: normal;
    color: #fff;
/*    text-transform: capitalize; */
    font-size: 18px;
    font-weight: 400;
}


.inn0-page .page .cover .page-top {
    bottom: 100px;
    position: relative;
    bottom: 0;
}

.entry-content h3 {
    font-size: 20px;
    font-weight: bold;
}

.entry-content li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.entry-content li:before {content: "\f105";font-family: FontAwesome;margin-right: 10px;font-weight: bold;color: #4c5ff5;}

.page-template-heading-and-content section.entry-content {
    padding-top: 60px;
    clear: both;
}

.header-area .main-nav .nav li ul.sub-menu {
    position: absolute;
    left: 0;
    width: 14em;
    top: 100%;
    display: none;
}

.header-area .main-nav .nav li ul.sub-menu li {
    margin-bottom: 0;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

.header-area .main-nav .nav li ul.sub-menu li a {
    padding: 12px;
    background: #fff;
    color: #5d5d5d;
    float: left;
    line-height: normal;
    width: 100%;
    font-size: 13px;
    text-transform: none;
    /* font-weight: normal; */
    height: auto;
}

.header-area .main-nav .nav li ul.sub-menu li a:hover {
    background: #5ccfae;
    color: #fff;
}

.header-area .main-nav .nav li:hover ul.sub-menu {
    display: block;
}


#portfolio {
    margin: 1rem 0;
    -moz-column-count: 2;
    -moz-column-gap: 1rem;
    -webkit-column-width: 49%;
    -moz-column-width: 49%;
    column-width: 49%;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    text-align: center;
}
#portfolio .scale-anm.op-hide {
    visibility: hidden;
}

#portfolio .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    width: 44%;
    position: relative;
    margin: 0 -42px;
    text-align: center;
    
    min-height: 2px;
}

#portfolio .tile, section.banner.andriod-banner p:after, section.banner.game-banner p:after, section.banner.iphone-banner p:after {
    display: none;
}
#portfolio .scale-anm {
    transform: scale(1);
}

#portfolio>div:nth-child(even) {
    top: 96px;
    margin-bottom: 30px;
}
#portfolio .scale-anm a {
    display: block;
}

#portfolio .tile img {
    max-width: 77%;
}

.portoflio-overlay {
    background: #2253ed;
    position: absolute;
    width: 89%;
    z-index: 9;
    bottom: 90px;
    padding: 32px 28px 28px 32px;
    color: #fff;
    text-align: left;
    left: -120%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.portoflio-overlay, a {
    -o-transition: all .2s ease-in;
}

.portoflio-overlay, section.services .item>div {
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}


span.pf-tag {
    display: inline-block;
    border: 1px solid #fff;
    padding: 3px 10px;
    position: absolute;
    right: 40px;
    top: 44px;
    font-weight: 600;
}	
.portoflio-overlay h5 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 33px;
}
.portoflio-overlay h5+span {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.portoflio-overlay h5+span i {
    font-size: 10px;
    margin-right: 10px;
}

#portfolio .tile:hover .portoflio-overlay {
    left: 25px;
}

#portfolio>div:nth-child(even):hover .portoflio-overlay {    right: -46px; left: initial!important;}


#portfolio>div:nth-child(even) .portoflio-overlay {
    left: initial;
    right: -120%;
} 


.toolbar>button {
    font-size: 17px;
    color: #b5b4b4;
    border-bottom: #fff 2px solid;
    border-radius: 0;
    padding: 0 0 5px;
    margin: 0 20px 0;
    font-weight: 600;
    background: 0 0;
    letter-spacing: .5px;
    outline: none;
}

.toolbar>button {
  /*  text-transform: uppercase; */
}
.toolbar>button.active-pf, .toolbar>button:focus, .toolbar>button:hover {
    color: #000!important;
    border-bottom-color: #c52026!important;
}

section.portfolio.down-section {
    clear: both;
    margin-top: 4em;
    float: left;
    width: 100%;
}
section.portfolio.down-section  .toolbar {
    text-align: center;
    margin-bottom: 2em;
} 

.port-bottom-btn {
    clear: both;
    margin: 4em 0;
    text-align: center;
    width: 100%;
}

.port-bottom-btn a {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #007bff;
    margin: 0 4px;
    color: #007bff;
}

.port-bottom-btn a:hover {
    background: #007bff;
    color: #fff;
}

.header-area .main-nav .nav li ul.sub-menu li a i.fa {
    font-size: 17px;
}

.header-area .main-nav .nav li > a:hover {
    color: #000000;
}


form.order-form ul.list-checkbox li:before {
    display: none;
}


.platform-error {
    background: red;
    color: #fff!important;
    padding: 6px;
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
}

header.titleheader:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /* background-image: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%); */
    z-index: 2;
    opacity: 0.85;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+0,1a5c9d+100 */
    background: rgb(66,201,162); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 0%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 0%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(66,201,162,1) 0%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

header.titleheader .container {
    position: relative;
    z-index: 2;
    color: #fff;
}

section.entry-content {
    clear: both;
}

.thank-you-btn a.th-btn.th-btn-back {
    background: #000000;
}

.thank-you-btn a:hover.th-btn.th-btn-back {
    background: #42C9A2;
}

.platform-message.platform-error {
    display: block;
}

.chkbox-custom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px; 
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
 
 .chkbox-custom input:checked~.checkmark:after {
    display: block;
}

.header-area.header-fixed .main-nav .logo {
    margin-top: 6px;
}

.home-services-item i:before {
    /*display: none;*/
}

.home-services-item:hover img,
.home-services-item.active img {
    filter: brightness(100);
}


.process-bottom.pbottom-70 {
    
    padding-bottom: 0 !important;
    clear: both;
    padding-top: 60px;
}

.ptleft-full {
    clear: both;
    float: left;
    width: 100%;
}

.tab-content>.active {
    opacity: 1;
}

.proce-tabs {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

.proce-tabs .tab-content {
    max-width: 800px;
    box-shadow: 0 0 30px #ddd;
    padding: 2em;
    float: left;
    width: 100%;
    border-radius: 30px;
    min-height:240px;
}

.proce-tabs .nav-tabs {
    margin-bottom: 6em;
    border-bottom: none;
    float: left;
    width: 100%;
}

.proce-tabs .nav-tabs li {
    margin-bottom: 0;
    width: 20%;
    display: inline-block;
    text-align: center;
}

.proce-tabs .nav-tabs li.active a , .proce-tabs .nav-tabs li a:hover {
    color: #55c7a6;
}

.ptleft-thumb {
    width: 26%;
    float: left;
}

.ptright-txt {
    width: 71%;
    float: right;
}

.proce-tabs .nav-tabs li a:before {
      content: "01";
      position: absolute;
      top: -5px;
      font-size: 90px;
      font-weight: 800;
      color: #e4eaf6;
      z-index: -1;
      left: -20px;
}
.proce-tabs .nav-tabs li:nth-of-type(2) a:before{ content: "02";}
.proce-tabs .nav-tabs li:nth-of-type(3) a:before{ content: "03";}
.proce-tabs .nav-tabs li:nth-of-type(4) a:before{ content: "04";}
.proce-tabs .nav-tabs li:nth-of-type(5) a:before{ content: "05";}
.proce-tabs .nav-tabs li a {
    position: relative;
    color: #3e3e3e;
    font-weight: bold;
}

.proc-head {
    margin-bottom: 3em;
    max-width: 800px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 15px;
}

.proc-head h2 {
    font-weight: bold;
}

.footer-cta {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+20,1a5c9d+100 */
    background: rgb(66,201,162); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 20%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(66,201,162,1) 20%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footer-cta h2 {
       color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 15px;
}

.footer-cta p {
    color: #fff;
    font-size: 18px;
}
.footer-cta a {
    background: transparent;
    padding: 12px 50px;
    display: table;
    margin: 0 auto;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    border: 3px solid #fff;
}

.footer-cta a:hover , .footer-cta a:focus , .footer-cta a:active {
    background: #fff;
    color: #2f80ff;
}

.footer-cta:before {
   /* content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/cta-thum.png') no-repeat scroll center top;
    top: 0;*/
}
.footer-thumb  img {
      position: absolute;
    top: -60px;
    max-width: 520px;
    left: -30px;
}

.page-id-88 .header-area .headnav, .page-id-88 .header-area .main-nav .nav, .page-id-88 section.section.pbottom-70 ,.page-id-88  .footer-cta {
    display: none !important;
}
.page-id-88 ul.btns.btnsinn {
    visibility: hidden;
}
body footer img.logo {
    max-height: 50px;
}

.game-thumb0 .wpb_single_image img {
    height: 400px;
    width: auto;
}
.game-thumb0 .wpb_single_image img {
    height: 400px;
    width: auto;
}
.vc_row.container {
    margin-left: auto;
    margin-right: auto;
}

.dark-view.white-color {
    padding-top: 60px;
    padding-bottom: 20px;
    /* background: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%); */
    margin-bottom: 50px;
    color: #fff;
    margin-top: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42c9a2+0,1a5c9d+100 */
    background: rgb(66,201,162); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(66,201,162,1) 0%, rgba(26,92,157,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(66,201,162,1) 0%,rgba(26,92,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(66,201,162,1) 0%,rgba(26,92,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42c9a2', endColorstr='#1a5c9d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ptright-txt h3 {
    font-size: 22px;
}

.page-id-88 header.header-area {
    position: static;
    height: auto;
    padding: 10px 0; 
}
.page-id-88 .header-area .main-nav .logo {
    margin-top: 4px;
}
.page-id-88 .header-area .main-nav .logo img.light-logo {
    display: none;
}
.page-id-88 .header-area .main-nav .logo img.dark-logo {
    display: inline-block;
}

.thank-you-btn a.th-btn.th-home {
    /* display: none; */
}

.inn0-page.regional-pages .page .cover {
    margin-bottom: 3em;
} 

.regional-pages .page-new-feature img {
    height: auto;
}
.page-id-7 h4 ,
.page-id-3 h4 {
    margin-bottom: 5px;
    /* margin-top: 20px; */
}
.page-id-7 .main-container ,
.page-id-3 .main-container {
    margin-bottom: 4em;
}
.content-section-1 .center-heading {
    text-align: center;
    width: 100%;
}
.content-section-1 .center-heading h2.section-title {
    margin-bottom: 0 !important;
}
.content-section-1 {
    text-align: center;
    float: left;
    width: 100%;
    /* display: table; */
}
.content-section-1 h4 {
    margin-top: 0;
    font-weight: normal;
    font-size: 1.3em;
}
.cn-item-01 {
    box-shadow: 0 0 30px #ddd;
    padding: 3em 2em 1em 2em;
    /*margin-top: 2em;*/
    height: 100%;
    border-radius: 3px;
}

.cn-item-01 p {
    margin-bottom: 0;   
    font-size: 14px;
}
.remove-btm + .dark-view.white-color {
    margin-top: 0;
    margin-bottom: 0;
}
.content-section-2 {
    border-bottom: 1px solid #ddd;
}

.content-section-2 .center-heading {
    width: 100%;
}

.services-section h2 {
    width: 100%;
    text-align: center;
    color: #1a5c9d;
}

.remove-btm .wpb_single_image {
    /*margin-bottom: 0;*/
}

.remove-btm  .wpb_single_image img {
    max-width: 350px;
}

#consult{
    display:none;
}

.page-id-98 div#mobile-btn, .page-id-98 ul#menu-main-menu {
    display: none !important;
}

.page-id-190 .inn0-page .page .cover .page-top h1 {
    text-transform: none;
}

.col-md-6.img-right {
    order: 1;
}

.ab-cent-header {
    text-align: center;
    margin-bottom: 2em;
}

.row.row-space {
    margin-top: 2em;
    margin-bottom: 1em;
}

.re-right h4 {
    font-size: 17px;
}
.re-right.vc_col-sm-4 {
    float: right;
}






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

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

.indent_inn h1 {  color:#333;  font-weight: 700;    font-size: 44px;    text-align: center;} 

.ddexitForm {margin-top: 30px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.indent_inn h1 br {    display: none;}    

}


	 
form textarea.g-recaptcha-response {      display: block !important;    opacity: 0;    visibility: hidden;    height: 0 !important;    margin: 0 !important;    padding: 0px !important;    border: none !important;   } 

.g-recaptcha label.error {    color: red;   display: block !important;    }

.g-recaptcha {  text-align: center;  margin: 0 auto;    display: table;    transform: scale(0.8);   }    
   
.ftr-contact .g-recaptcha {    margin-left: -30px;  }

.order-form .g-recaptcha {    margin-left: -30px;    margin-top: 10px;}




