/* common */
body {
   font-family: gothamlight,"-apple-system,BlinkMacSystemFont",Segoe UI,"Roboto, Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
   font-size: 15px;
   color: #242627;
   letter-spacing: .5px;}

::-moz-selection { background: #2c89c5; color: #fff; }
::selection { background: #2c89c5; color: #fff;}


/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #6d6a6a;
     font-weight: normal;}
::-moz-placeholder { /* Firefox 19+ */
     color: #6d6a6a;
     font-weight: normal;}
:-ms-input-placeholder { /* IE 10+ */
     color: #6d6a6a;
     font-weight: normal;}
:-moz-placeholder { /* Firefox 18- */
     color: #6d6a6a;
     font-weight: normal;} 

/* number icon remove */	 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}	
	
/* autofill */
@-webkit-keyframes autofill {
    to {
        color: #00051b;
        background: transparent;}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}
    
    
/* gothambold */
.gothambold {
   font-family: gothambold,"-apple-system,BlinkMacSystemFont",Segoe UI,"Roboto, Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}




/* radio-checkbox-btn */
.radio-checkbox-btn label {
  line-height: normal;
  margin-bottom: 5px;}
.radio-checkbox-btn label input[type="radio"],
.radio-checkbox-btn label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;}
.radio-checkbox-btn label span {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  display: inline-block;
  padding: 3px 7px 10px 27px;
  height: 20px;
  line-height: 13px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;}
.radio-checkbox-btn label:not(:last-of-type) span {
  margin-right: 5px;}
.radio-checkbox-btn label span::before,
.radio-checkbox-btn label span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;}
.radio-checkbox-btn label span::before {
  content: " ";
  border-width: 2px;
  border-style: solid;
  border-radius: 20%;}
  
/* radio, check-radio-btn */
.radio-checkbox-btn:not(.check-radio-btn) label input[type="radio"] + span::before {
  border-radius: 50%;}
.radio-checkbox-btn:not(.check-radio-btn) label input[type="radio"] + span::after {
  content: " ";
  top: .17em;
  left: .17em;
  width: 1em;
  height: 1em;
  border-width: .2em;
  border-style: solid;
  border-radius: 50%;}
/* checkbox, check-radio-btn */
.radio-checkbox-btn label input[type="checkbox"] + span::after,
.radio-checkbox-btn.check-radio-btn label input[type="radio"] + span::after {
  content: "\2714";
  line-height: 1.5;
  text-align: center;}
/* :checked */
/*
.radio-checkbox-btn label input[type="radio"]:checked ~ *,
.radio-checkbox-btn label input[type="checkbox"]:checked ~ * { 
    background:#ccc;}*/
.radio-checkbox-btn label input[type="radio"] + span::after,
.radio-checkbox-btn label input[type="checkbox"] + span::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);}
.radio-checkbox-btn label input[type="radio"]:checked + span::after,
.radio-checkbox-btn label input[type="checkbox"]:checked + span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);}
/* transition */
.radio-checkbox-btn label span::before,
.radio-checkbox-btn label span::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;}

/* radio-checkbox-btn */
.radio-checkbox-btn label span::before {
  border-color: #595f61;}
/* radio */
/* checkbox */
.radio-checkbox-btn label input[type="checkbox"] + span::after {
  color: #37464a;}
/* :checked */
.radio-checkbox-btn label input[type="radio"]:checked + span,
.radio-checkbox-btn label input[type="checkbox"]:checked + span { 
  border-color: #cecece;}
.radio-checkbox-btn label input[type="radio"]:checked + span::before,
.radio-checkbox-btn label input[type="checkbox"]:checked + span::before {
  background: #157994;
  border-color: #ffffff;}





/* custom */
.m-t-25 {
  margin-top: 25px !important;}
.m-t-30 {
  margin-top: 30px !important;}
.m-t-40 {
  margin-top: 40px !important;}
.p-b-0 {
  padding-bottom: 0 !important;}
.m-t-60 {
  margin-top: 60px !important;}
@media (max-width: 991px) {
.md-m-b-30 {
  margin-bottom: 30px !important;}
} 



/* pre-loader */
.pre-loader {
	position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #1314143d;}
.pre-loader div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; 
	margin-left: -50px;
  animation: rotation 1s infinite linear;
  border: 5px solid #fff;
  border-radius: 50%;
  border-top-color: #08c6fb;}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}



/* button */
button,
.a-btn {
  border: 1px solid #1a8f9b;
  letter-spacing: 2px;
  color: #1a8f9b;
  border-radius: 5px;
  font-size: 16px;
  padding: 12px 25px;
  white-space: nowrap;
  line-height: normal;
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;}
button:hover,
button:focus,
.a-btn:hover,
.a-btn:focus {
    outline: none;
    background: #1a8f9b;
    color: #fff;}
.a-btn {
    display: inline-block;}
.a-btn:hover,
.a-btn:focus {
    text-decoration: none;}
/* primary-btn */
.primary-btn {
  background: #1987A4;
  color: #fff;}
.primary-btn:hover,
.primary-btn:focus {
  background: #157994;}
/* border-btn */
.border-btn {
  background: transparent;
  color: #2b3940;
  font-weight: bold;
  border: 2px solid #2b3940;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;}
.border-btn:hover,
.border-btn:focus {
  background: #2b3940;
  color: #fff;}



/* wrapper */   
.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;}
@media (min-width: 1200px) {
.wrapper {
    max-width: 2500px;
	  padding: 0 100px;}
}
@media (max-width: 1199px) {
.wrapper {
	padding: 0 70px;}
}  
@media (max-width: 991px) {
.wrapper {
	padding: 0 50px;}
} 
@media (max-width: 767px) {
.wrapper {
	padding: 0 25px;}
} 



/* header */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 5px #e2e2e2;
  padding-left: 50px;
  padding-right: 50px;
 /**/
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;}
body.specific_scroll:not(.up_scroll) header {
  height: 0;
  z-index: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;}
@media (max-width: 991px) {
header {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;}
}
/* specific_scroll */
@media (min-width: 992px) {
body.specific_scroll header {
  height: 65px;}
}

/* a-logo */
header .a-logo {
  display: inline-block;
  padding-top: 25px;}
header .a-logo .logo {
  max-width: 100%;
  height: 50px;}
@media (max-width: 991px) {
header .a-logo {
  padding-top: 15px;}
header .a-logo .logo {
  height: 30px;}
}
/* specific_scroll */
@media (min-width: 992px) {
header .a-logo .logo {
  -webkit-transition: height 1s; 
  -moz-transition: height 1s; 
  -ms-transition: height 1s; 
  -o-transition: height 1s; 
  transition: height 1s;}
body.specific_scroll header .a-logo {
  padding-top: 12px;}
body.specific_scroll header .a-logo .logo {
  height: 40px;
  -webkit-transition: height 1.s; 
  -moz-transition: height 1.s; 
  -ms-transition: height 1.s; 
  -o-transition: height 1.s; 
  transition: height 1.s;}
}


/* quick-links */
header .quick-links {
  position: absolute;
  right: 15px;
  top: 15px;
  padding-left: 0;
  margin-bottom: 0;}
header .quick-links li {
  display: inline-block;
  list-style: none;}
header .quick-links li a {
  display: inline-block;
  text-decoration: none;
  padding-left: 15px;
  font-size: 16px;
  color: #4993a4;}
header .quick-links li a:hover {
  color: #005f75;}
@media (max-width: 991px) {
header .quick-links {
  right: 80px;
  top: 18px;}
header .quick-links li a {
  padding-left: 15px;}
} 
@media (max-width: 767px) {
header .quick-links {
  top: 20px;}
header .quick-links li a {
  font-size: 14px;}
} 
@media (max-width: 499px) {
header .quick-links {
  display: none;}
} 
/* specific_scroll */
@media (min-width: 992px) {
header .quick-links {
 /**/
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;}
body.specific_scroll header .quick-links {
  height: 0;
  z-index: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;}
}



/* toggle-btn */
@media (min-width: 992px) {
.toggle-btn {
  display: none}
}
@media (max-width: 991px) {
.toggle-btn {
  background: transparent;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 35px;
  height: 25px;
  position: fixed;
  right: 25px;
  top: 18px;
  padding: 0;}
.toggle-btn:focus,
.toggle-btn:hover {
  outline: none;
  background: transparent;}
.toggle-btn span {
  background-color: #777373;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all .3s ease-in-out;}
.toggle-btn:not(.toggle_btn_on) span:first-child {
  transform: translate3d(0, -4px, 0);
  top: 5px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  top: 11px;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  transform: translate3d(0, 4px, 0);
  top: 18px;}
/* toggle_btn_on */
.toggle_btn_on {
  z-index: 10;
  top: 20px;
  right: 20px;}
.toggle_btn_on span {
  top: 12px;
  background-color: #fff;}
.toggle_btn_on span:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:nth-child(2) {
  opacity: 0;}
}



/* nav */
header nav ul {
  margin-bottom: 0;
  padding-left: 0;}
@media (min-width: 992px) {
header nav {
  float: right;
  margin-top: 57px;}
header nav ul li {
  padding-left: 28px;}
}
/* specific_scroll */
@media (min-width: 992px) {
body.specific_scroll header nav {
  margin-top: 22px;}
}


/* menu */
.menu {
  position: relative;}
.menu li {
  list-style: none;}
.menu li a {
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;}
.menu li a:hover,
.menu li a.active {
  text-shadow: 0 0 1px #000404;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #138594;}
@media (max-width: 1199px) {
 .menu li {
  padding-left: 20px;}
}
@media (min-width: 992px) {
 .menu li {
  float: left;}
.menu li a {
  font-size: 14px;
  color: #187186;}
}
@media (max-width: 991px) {
 .menu {
  position: fixed; 
  right: 0;
  top: 0;}
.menu:not(.expanded) {
  height: 0;
  right: -20px;}
 .menu.expanded {
  background: #1987a4;
  width: 270px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10;}
.menu.expanded ul {
    padding-top: 60px;}
.menu li {
  visibility: visible;
  opacity: 1;
  padding: 5px 25px;
  transition: .5s;
  transform: rotateY(0deg);}
.menu li.hidden {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(90deg);}
.menu li a {
  transition: .5s;
  padding-top: 20px;
  display: block;
  font-size: 15px;
  color: #fff;}
.menu li a:hover,
.menu li a.active {
  color: #000;}
}




/* main-div */
.main-div {
  padding-top: 100px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;}
@media (max-width: 991px) {
.main-div {
  padding-top: 60px;}
}

/* section */
section {
  padding-top: 100px;
  padding-bottom: 100px;}
section:nth-of-type(odd) {
  background: #F4F5F8;}
@media (max-width: 991px) {
section {
  padding-top: 70px;
  padding-bottom: 70px;}
}


/* pre-line */
.pre-line {
  white-space: pre-line;}
  



/* expand-btns */
.expand-btns {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 160px;}
.expand-btns button {
  position: absolute;
  right: 0;
  display: block;
  outline: none;
  padding: 9px;
  background: #fff;
  color: #000000;
  box-shadow: 0 0 5px #a7aeaf;
  border-radius: 50px 0 0 50px;
  border: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;}
.expand-btns button:nth-child(2) {
  margin-top: 55px;}
.expand-btns button span {
  max-width: 0;
  display: inline-block;
  -webkit-transition: color .25s 1.5s, max-width 2s;
  transition: color .25s 1.5s, max-width 2s;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 4px;
  font-size: 14px;}
.expand-btns button:hover span {
  margin-left: 5px;}
.expand-btns button:nth-child(1):hover span {
  max-width: 300px;}
.expand-btns button:nth-child(2):hover span {
  max-width: 180px;}
.expand-btns button img {
  height: 25px;
  margin-left: 5px;}
@media (max-width: 767px) {
.expand-btns button {
  padding: 7px;}
.expand-btns button:nth-child(2) {
  margin-top: 55px;}
.expand-btns button span {
  font-size: 12px;}
.expand-btns button img {
  height: 22px;}
}




/* head-div */
.head-div h5 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #1987A4;}
.head-div h3 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;}
.head-div h6 {
  line-height: 25px;
  font-size: 16px;}
@media (max-width: 767px) {
.head-div h5 {
  font-size: 13px;}
.head-div h3 {
  font-size: 22px;
  margin-top: 17px;
  margin-bottom: 17px;}
.head-div h6 {
  line-height: 22px;
  font-size: 15px;}
}




/* input-groups */
.input-groups .div-col {
  margin-bottom: 30px;}
.input-groups .div-col label {
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;}
.input-groups .div-col label .star {
  color: #d93025;
  font-size: 25px;
  position: absolute;
  top: -4px;}
.input-groups .div-col input[type="text"],
.input-groups .div-col input[type="email"],
.input-groups .div-col select,
.input-groups .div-col textarea {
  width: 100%;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 3px;
  color: #3f4254;
  border: 1px solid #e4e6ef;}



/* paginated */
.paginated {
  width: 100%;
  text-align: center;}
.paginated .current {
  display: inline;
	font-size: 10px;
	position: relative;
	bottom: 1px;}
.paginated button {
  background: transparent;
  min-width: auto;
  padding: 0;
  border: none;
  color: #000;}
.paginated button.page-disabled {
  cursor: no-drop;
  opacity: .4;}	






/* home */
section#home {
  background: #fff;
  padding-top: 0;
  padding-bottom: 50px;}
/* col */
@media (max-width: 991px) {
#home [class^="col-"] {
  text-align: center;}
#home [class^="col-"]:first-of-type {
  padding-bottom: 90px;}
#home [class^="col-"]:first-of-type {
  order: 1;}
}
@media (max-width: 499px) {
#home [class^="col-"]:last-of-type {
  min-height: 480px;}
}
/* caption */
#home .caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;}
#home .caption .color {
  color: #1987A4;}
#home .caption h5 {
  font-size: 16px;
  font-weight: bold;}
#home .caption h3 {
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;}
#home .caption h4 {
  font-size: 17px;
  margin-bottom: 40px;
  max-width: 450px;}
#home .caption button {
  margin-bottom: 10px;
  font-size: 14px;}
#home .caption .primary-btn {
  margin-right: 5px;}
@media (max-width: 991px) {
#home .caption h4 {
  margin-left: auto;
  margin-right: auto;}
}
@media (max-width: 767px) {
#home .caption h5 {
  font-size: 15px;}
#home .caption h3 {
  font-size: 35px;}
#home .caption h4 {
  font-size: 16px;}
#home .caption button {
  font-size: 12px;}
}
/* mobile-apps */
#home .mobile-apps {
  width: 100%;
  margin-top: 75px;}
#home .mobile-apps a {
  text-decoration: none;}
#home .mobile-apps img {
  height: 40px;}
@media (min-width: 768px) {
#home .mobile-apps {
  text-align: right;}
}
@media (min-width: 992px) {
#home [class^="col-"]:first-of-type .mobile-apps {
  display: none;}
}
@media (max-width: 991px) {
#home [class^="col-"]:last-of-type .mobile-apps {
  display: none;}
}
@media (max-width: 499px) {
#home .mobile-apps {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);}
}
/* carousel */
#home .carousel .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;}
#home .carousel .carousel-item.active {
  opacity: 1;}
#home .carousel .carousel-item.active {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);}



/* steps */
#steps .row:not(:last-of-type) {
  padding-bottom: 15px;}
#steps .row [class^="col-"] h4 {
  background: #19819E;
  width: 135px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 20px;}
#steps .row [class^="col-"] h3 {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;}
#steps .row [class^="col-"] h6 {
  font-size: 17px;
  line-height: 25px;}
@media (min-width: 768px) {
#steps .row:nth-child(even) {
  flex-direction: row-reverse;}
#steps .row:nth-child(odd) [class^="col-"]:first-of-type,
#steps .row:nth-child(even) [class^="col-"]:first-of-type {
  text-align: center;}
#steps .row:nth-child(even) [class^="col-"]:last-of-type {
  text-align: right;}
/*
#steps .row:nth-child(odd) [class^="col-"]:first-of-type,
#steps .row:nth-child(even) [class^="col-"]:last-of-type {
  text-align: right;}*/
}
@media (max-width: 767px) {
#steps .row {
  text-align: center;}
#steps .row:not(:last-of-type) {
  padding-bottom: 40px;}
#steps .row [class^="col-"] h4 {
  font-size: 15px;
  padding: 8px 15px;}
#steps .row [class^="col-"] h3 {
  font-size: 22px;}
#steps .row [class^="col-"] h6 {
  font-size: 15px;}
}
/* steps-bg-1 */
#steps .steps-bg-1,
#steps .steps-bg-2 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;}
#steps .steps-bg-1 {
  background-image: url('../images/steps-bg-1.png');}
#steps .steps-bg-2 {
  background-image: url('../images/steps-bg-2.png');}



/* download_now */
section#download_now {
  background: #F4F5F8;
  padding-top: 100px;
  padding-bottom: 90px;}
/* mobile-apps */
#download_now .mobile-apps {
  margin-top: 40px;}
#download_now .mobile-apps a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;}
#download_now .mobile-apps img {
  height: 55px;}
@media (max-width: 767px) {
#download_now .mobile-apps img {
  height: 45px;}
}





/* our-class */
/* col */
.our-class .content-row [class^="col-"] {
  padding-bottom: 30px;}
/* div-col */
.our-class .content-row .div-col {
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: #f4f5f8;}
.our-class .content-row .div-col:hover {
  border-color: transparent;
  box-shadow: 0 0 30px #c9ced0;
  transition: .4s;}
.our-class .content-row .div-col iframe {
  width: 100%;
  height: 205px;
  border-radius: 5px 5px 0 0;
  border: 0;}
/* content */
.our-class .content-row .div-col .content {
  padding: 30px;}
.our-class .content-row .div-col .content h5 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #1987A4;
  font-weight: bold;}
.our-class .content-row .div-col .content h3 {
  height: 85px;
  font-size: 24px;
  color: #3b3b3c;
  margin-top: 18px;
  margin-bottom: 18px;}
.our-class .content-row .div-col .content h6 {
  font-size: 15px;
  color: #696969;}




/* our_services */
/* content-row */
#our_services .content-row [class^="col-"] {
  margin-bottom: 25px;}
#our_services .content-row .div-col {
  height: 100%;
  padding: 15px;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 30px #e0eaec;}
#our_services .content-row .div-col .content {
  padding-top: 35px;
  padding-bottom: 20px;}
#our_services .content-row .div-col .content h3 {
  font-size: 18px;
  color: #3b3b3c;
  margin-bottom: 0;} 
@media (max-width: 767px) {
#our_services .content-row .div-col .content {
  padding: 25px;}
#our_services .content-row .div-col .content h3 {
  font-size: 16px;}
}




/* testimonials-slides */
.testimonials-slides .owl-dots.disabled {
  display: block;}
.testimonials-slides .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 7px;
  display: block;}
.testimonials-slides .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;}
.testimonials-slides .owl-dots .owl-dot.active span,
.testimonials-slides .owl-dots .owl-dot:hover span {
  background: #1987A4;
  opacity: 1;
  outline: none;}
.testimonials-slides .owl-item.active.center .testimonial-item {
  opacity: 1;}
.testimonials-slides .testimonial-item {
  opacity: .3;}
.testimonial-item {
  padding: 60px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;}
.testimonial-item i {
  position: absolute;
  content: "";
  right: 60px;
  top: 40px;
  font-size: 60px;
  color: #EBF4F8;}
.testimonial-item .client-info img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #d6d6d6;}
.testimonial-item .client-info .testionial-author {
  color: #1987A4;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 600;}
.testimonial-item .testimonial-info-desc {
  color: #222;
  margin-top: 20px;}
.testimonial-item .testimonial-info-title h4 {
  font-size: 1.2rem;}





/* plans-page */
section.plans-page {
  padding-bottom: 50px;
  padding-top: 30px;}
/* plan-tab */
.plans-page .nav-tabs.plan-tab {
  border-bottom: none;}
.plans-page .nav-tabs.plan-tab .nav-item {
  padding-right: 35px;}
.plans-page .nav-tabs.plan-tab .nav-item .nav-link {
  padding: 10px 0;
  border: none;
  color: #989696;
  font-weight: bold;
  font-size: 21px;
  position: relative;
  margin-top: 3px;}
.plans-page .nav-tabs.plan-tab .nav-item .nav-link.active {
  font-weight: bold;
  font-size: 25px;
  margin-top: 0;
  color: #000;
  font-family: gothambold,"-apple-system,BlinkMacSystemFont",Segoe UI,"Roboto, Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}
.plans-page .nav-tabs.plan-tab .nav-item .nav-link.active::after {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translate(-50%, 0);
  content: '';
  height: 7px;
  width: 65px;
  border-radius: 25px;
  background: #1987a4;}
@media (max-width: 991px) {
.plans-page .nav-tabs.plan-tab .nav-item {
  padding-right: 20px;}
.plans-page .nav-tabs.plan-tab .nav-item .nav-link {
  font-size: 16px;
  margin-top: 3px;}
.plans-page .nav-tabs.plan-tab .nav-item .nav-link.active {
  font-size: 18px;}
.plans-page .nav-tabs.plan-tab .nav-item .nav-link.active::after {
  top: 45px;
  width: 55px;}
}

/* buy-section */
.plans-page .buy-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/buy-section-bg.jpg');
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 25px;}
.plans-page .buy-section h2 {
  color: #424242;
  text-transform: uppercase;}
.plans-page .buy-section h6 {
  font-size: 18px;
  margin-top: 15px;
  color: #7d7979;
  margin-bottom: 15px;}
.plans-page .buy-section p {
  font-weight: bold;
  color: #929292;}
.plans-page .buy-section .amount {
  color: #1987a4;}
.plans-page .buy-section .amount span {
  font-size: 55px;}
.plans-page .buy-section .amount .fa {
  font-size: 30px;}
.plans-page .buy-section .buy-btn {
  background: #2174d8;
  color: #fff;
  border-radius: 30px;
  margin-top: 15px;
  font-size: 20px;
  padding: 12px 60px;}
@media (min-width: 768px) {
.plans-page .md-text-right {
  text-align: right;}
}
@media (max-width: 991px) {
.plans-page .buy-section h2 {
  font-size: 30px;}
.plans-page .buy-section p {
  font-size: 14px;}
.plans-page .buy-section .amount span {
  font-size: 40px;}
.plans-page .buy-section .amount .fa {
  font-size: 25px;}
.plans-page .buy-section .buy-btn {
  padding: 10px 50px;
  margin-bottom: 30px;
  font-size: 17px;}
}

/* trial-tab */
.plans-page .nav-tabs.trial-tab {
  border-bottom: none;}
.plans-page .nav-tabs.trial-tab .nav-item .nav-link {
  padding: 5px 30px;
  border: none;
  color: #989696;
  font-weight: bold;
  border-radius: 0;
  font-size: 20px;
  position: relative;
  margin-top: 3px;}
.plans-page .nav-tabs.trial-tab .nav-item:not(:last-of-type) .nav-link {
  border-right: 2px solid #cdd5d8;}
.plans-page .nav-tabs.trial-tab .nav-item:first-of-type .nav-link {
  padding-left: 0;}
.plans-page .nav-tabs.trial-tab .nav-item .nav-link.active {
  font-weight: bold;
  background: transparent;
  font-size: 23px;
  margin-top: 0;
  color: #424242;
  font-family: gothambold,"-apple-system,BlinkMacSystemFont",Segoe UI,"Roboto, Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}
@media (max-width: 991px) {
.plans-page .nav-tabs.trial-tab .nav-item .nav-link {
  padding: 4px 12px;
  font-size: 16px;}
.plans-page .nav-tabs.trial-tab .nav-item .nav-link.active {
  font-size: 18px;}
}


/* team-list */
.team-list .content-row [class^="col-"] {
  margin-bottom: 25px;}
.team-list .content-row .div-col .content h4 {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #1987A4;}
.team-list .content-row .div-col .content h3 {
  font-size: 24px;}
.team-list .content-row .div-col .content h5 {
  font-size: 18px;}
@media (max-width: 767px) {
.team-list .content-row .div-col .content h3 {
  font-size: 22px;}
.team-list .content-row .div-col .content h5 {
  font-size: 16px;}
}
/* owl-theme */
.team-list .owl-theme .owl-nav [class*=owl-] {
  font-size: 40px;
  line-height: inherit;
  color: #19819e;
  padding: 0 5px !important;
  background: transparent;}
.team-list .owl-theme .owl-nav [class*=owl-]:hover {
  color: #000;}



/* terms_condition */
#terms_condition h2 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1987A4;}
@media screen and (max-width: 767px) {
#terms_condition h2 {
  margin-top: 45px;
  font-size: 18px;}
}



/* about_us */
section#about_us {
  padding-top: 0;}
/* content */
#about_us .content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/about-bg.png');
  padding-bottom: 60px;}
#about_us .content {
  padding-top: 100px;}
@media (max-width: 991px) {
#about_us .content {
  padding-top: 70px;
  padding-bottom: 20px;}
}


/* vision-mission */
#about_us .vision-mission .row {
  padding-top: 40px;}
#about_us .vision-mission .row .img-fluid {
  max-height: 80px;
  margin-bottom: 10px;}
#about_us .vision-mission .row b {
  display: block;
  color: #1987A4;}
#about_us .vision-mission .row h2 {
  font-size: 25px;
  margin-bottom: 0;
  color: #363738;}
#about_us .vision-mission .row p {
  margin-top: 25px;
  color: #000;}
@media screen and (max-width: 767px) {
#about_us .vision-mission .row [class^="col-"]:last-of-type {
  padding-top: 25px;}
#about_us .vision-mission .row h2 {
  font-size: 22px;}
}

/* dopa-team */
#about_us .dopa-team img {
  width: 100%;}
#about_us .dopa-team:not(:hover) {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);}




/* plans */
section#plans {
  overflow: hidden;
  padding-bottom: 30px;}
#plans .owl-carousel {
  margin-top: 30px;}
#plans .owl-carousel .owl-stage-outer {
  overflow: initial;
  padding: 15px;} 
#plans .owl-carousel .item {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;}
#plans .owl-carousel .item .div-col {
  height: 100%;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 11px 11px 21px 10px #e6e6e6;}
#plans .owl-carousel .item .div-col {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;}
#plans .owl-carousel .item:hover .div-col {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);}
#plans .owl-carousel .item .div-col h4 {
  color: #545454;
  font-size: 28px;
  margin-bottom: 22px;
  text-transform: uppercase;}
#plans .owl-carousel .item .div-col h3 {
  color: #1987a4;
  font-size: 45px;}
#plans .owl-carousel .item .div-col h3 .fa {
  font-size: 24px;}
#plans .owl-carousel .item .div-col .valid {
  color: #858586;
  margin-top: 15px;
  margin-bottom: 25px;}
#plans .owl-carousel .item .div-col ul {
  padding-left: 0;}
#plans .owl-carousel .item .div-col ul li {
  list-style: none;
  display: inline-block;
  color: #848484;
  padding: 5px;
  font-weight: bold;}
#plans .owl-carousel .item .div-col ul li:nth-of-type(2) {
  border: 1px solid #c7cbce;
  border-top: 0;
  border-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;}
#plans .owl-carousel .item .div-col p {
  margin-top: 25px;
  font-size: 13px;}
#plans .owl-carousel .item .div-col .more-btn {
  border: 1px solid #2275da;
  background: transparent;
  border-radius: 25px;
  font-size: 13px;
  color: #2275da;
  text-align: left;
  padding: 10px 15px;
  margin-top: 20px;
  min-width: 180px;}
#plans .owl-carousel .item .div-col .more-btn span {
  position: relative;
  top: 3px;
  margin-left: 6px;}
#plans .owl-carousel .item .div-col .more-btn img {
  height: 20px;
  width: auto;
  display: initial;
  float: right;}
@media screen and (max-width: 767px) {
#plans .owl-carousel .item .div-col h4 {
  font-size: 25px;}
#plans .owl-carousel .item .div-col h3 {
  font-size: 42px;}
#plans .owl-carousel .item .div-col h3 .fa {
  font-size: 20px;}
#plans .owl-carousel .item .div-col p {
  font-size: 12px;}
#plans .owl-carousel .item .div-col .more-btn {
  font-size: 12px;}
}




/* contact */
/* form */
#contact .form .head {
  margin-bottom: 35px;}
#contact .form .foot {
  margin-top: 15px;}
#contact .form .foot button {
  background: #1a8f9b;
  color: #fff;
  font-weight: bold;}
@media screen and (max-width: 767px) {
#contact .form .head h3 {
  font-size: 24px;}
}
/* iframe */
#contact iframe {
  width: 100%;
  height: 385px;
  border: 0;
  margin-top: 75px;}
@media screen and (max-width: 991px) {
#contact iframe {
  height: 385px;}
}
@media screen and (max-width: 767px) {
#contact iframe {
  margin-top: 60px;
  height: 200px;}
}




/* terms-conditions-modal */
.terms-conditions-modal .modal-content {
  border-radius: 25px;}
.terms-conditions-modal .modal-header {
  margin-left: auto;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;}
.terms-conditions-modal .modal-header .close-btn {
  border: none;
  background: transparent;
  color: #525050;}
.terms-conditions-modal .modal-body {
  padding-top: 0;
  padding-bottom: 45px;}
.terms-conditions-modal .modal-body h4 {
  color: #554a49;
  font-size: 24px;}
.terms-conditions-modal .modal-body table {
  margin: 25px 60px 25px;}
.terms-conditions-modal .modal-body table th,
.terms-conditions-modal .modal-body table td {
  vertical-align: top;
  padding-bottom: 10px;}
.terms-conditions-modal .modal-body table th {
  padding-right: 20px;}
.terms-conditions-modal .modal-body table th .fa {
  font-size: 8px;
  color: #76797f;}
.terms-conditions-modal .modal-body .apps a {
  display: inline-block;}
.terms-conditions-modal .modal-body .apps img {
  height: 40px;
  margin-right: 5px;}
@media (min-width: 992px) {
.terms-conditions-modal .modal-lg {
  max-width: 700px;}
}
@media (max-width: 767px) {
.terms-conditions-modal .modal-body table {
  margin: 20px 50px 20px;}
}


/* custom-modal */
.custom-modal .modal-dialog {
    max-width: 500px;}
/* modal-header  */
.custom-modal .modal-header {
  display: block;
  padding: 30px}
.custom-modal .modal-header h5 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;}
.custom-modal .modal-header h6 {
  font-size: 15px;
  letter-spacing: 1px;}
.custom-modal .modal-header .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #585f61;
  border: none;
  font-size: 30px;}
.custom-modal .modal-header .close-btn:hover {
  color: #191f21;}
/* modal-body  */
.custom-modal .modal-body {
  padding: 30px;}
/* modal-footer  */
.custom-modal .modal-footer {
  padding: 30px;}
.custom-modal .modal-footer .close-btn {
  background: transparent;
  color: #131415;
  border: none;}
.custom-modal .modal-footer .close-btn:hover {
  color: #000;}
/* modal-right */
.custom-modal.fade.modal-right .modal-dialog {
  transform: translate(125%, 0px);
  transition: all 1s;}
.custom-modal.show.modal-right .modal-dialog {
  transform: none;
  transition: all 1.2s;}
/* sm-modal */
.custom-modal.sm-modal .modal-dialog {
  max-width: 380px;}
/* right-fixed */
.custom-modal.right-fixed {
  left: initial;
  background: #fff;
  padding-right: 0 !important;}
.custom-modal.right-fixed .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;}
.custom-modal.right-fixed .modal-content {
  border-radius: 0;
  border: none;}

  

/* footer */
/* top-footer */
footer .top-footer {
  background: #282828;
  padding-top: 65px;
  padding-bottom: 65px;}
/* wrapper */
@media (min-width: 768px) {
footer .top-footer .wrapper {
  padding-right: 0;
  overflow-x: hidden;}
}

/* h2 */
footer .top-footer h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #61bbcb;}
@media (max-width: 767px) {
footer .top-footer h2 {
  font-size: 18px;}
}


/* a-logo */
footer .top-footer .contact-info .a-logo {
  text-decoration: none;}
footer .top-footer .contact-info .a-logo img {
  height: 55px;}
footer .top-footer .contact-info .a-logo span {
  margin-top: 10px;
  display: block;
  font-size: 28px;
  color: #fff;}
@media (max-width: 767px) {
footer .top-footer .contact-info .a-logo img {
  height: 45px;}
}
/* caption */
footer .top-footer .contact-info .caption {
  margin-top: 60px;
  color: #1987a4;}
footer .top-footer .contact-info .caption h5 {
  font-size: 18px;}
footer .top-footer .contact-info .caption h6 {
  font-size: 16px;}
@media (max-width: 767px) {
footer .top-footer .contact-info .caption {
  margin-top: 50px;}
footer .top-footer .contact-info .caption h5 {
  font-size: 16px;}
footer .top-footer .contact-info .caption h6 {
  font-size: 14px;}
}
/* contact-info */
footer .top-footer .contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 60px;}
footer .top-footer .contact-info ul li {
  list-style: none;
  display: inline-block;}
footer .top-footer .contact-info ul li a {
  color: #61bbcb;
  font-size: 18px;
  padding-right: 20px;}
footer .top-footer .contact-info ul li a:hover {
  text-decoration: none;
  color: #fff;}
@media (min-width: 992px) {
footer .top-footer .contact-info {
  text-align: center;}
}
@media (max-width: 767px) {
footer .top-footer .contact-info ul {
  padding-top: 50px;}
footer .top-footer .contact-info ul li a {
  font-size: 16px;}
}
/* table */
footer table th,
footer table td {
  padding-bottom: 10px;
  padding-top: 10px;}
footer table th {
  vertical-align: top;}
footer table th .fa {
  padding-right: 15px;
  color: #61bbcb;
  font-size: 20px;}
footer table th .fa-map-marker {
  font-size: 22px;}
footer table th .fa-mobile {
  font-size: 26px;}
footer table th .fa-envelope {
  font-size: 16px;}
footer table td a {
  color: #a7a49c;
  font-size: 14.1px;
  display: block;
  padding-right: 10px;}
footer table td a:hover {
  text-decoration: none;
  color: #fff;}
footer table td:first-of-type {
  font-size: 14.1px;
  color: #a7a49c;}
footer table tr:first-of-type td:first-of-type {
  white-space: pre-line;}
@media (min-width: 992px) {
footer table {
  margin-top: 50px;}
}
@media (max-width: 767px) {
footer table td a,
footer table td:first-of-type {
  font-size: 14px;}
}

/* links */
footer .top-footer .links ul {
  padding-left: 0;
  margin-bottom: 0;}
footer .top-footer .links ul li {
  list-style: none;}
footer .top-footer .links ul li.address {
    white-space: pre-line;
    padding-top: 15px;}
footer .top-footer .links ul li a {
  color: #a7a49c;
  text-transform: uppercase;
  font-size: 14.1px;
  display: inline-block;
  padding-top: 15px;}
footer .top-footer .links ul li a:hover {
  text-decoration: none;
  color: #fff;}
@media (max-width: 991px) {
footer .top-footer .links {
  margin-top: 50px;
  margin-bottom: 50px;}
}
@media (max-width: 767px) {
footer .top-footer .links ul li a {
  font-size: 13px;}
}

/* bottom-footer */
footer .bottom-footer {
  background: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;}
footer .bottom-footer p {
  color: #5d6567;
  font-size: 14.1px;
  margin-bottom: 0;}
footer .bottom-footer p span {
  display: inline-block;}
footer .bottom-footer p a {
  color: #999c9c;}
@media (max-width: 991px) {
footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;}
}
@media (max-width: 767px) {
footer .bottom-footer p {
  font-size: 13px;}
}



/* insti-login-form */
.insti-login-form {
  width: 340px;
  height: 90vh;
  background: #fff;
  border-radius: 10px;
  box-shadow: #8f9192 0 0 2px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;}
/* haed */
.insti-login-form .head {
  display: table;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;}
.insti-login-form .head h3 {
  font-size: 18px;
  margin-top:15px;
}
.insti-login-form .head img {
  max-width: 100%;
  height: 70px;}
/* body */ 
.insti-login-form .body .div-col {
  margin-bottom: 15px;}
.insti-login-form .body label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #969798;}
.insti-login-form .body input {
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 5px;}
/* foot */
.insti-login-form .foot {
  margin-top: 30px;
  text-align: center;}
.insti-login-form .foot .primary-btn {
  width: 100%;
  border-radius: 5px;}
.insti-login-form .foot .forgot-pwd-btn {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #acaeaf;}