/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR skytouch        |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. common Css styles
03. section title styles
04. preloader styles
65. scroll to top styles
06. contact form styles
07. Header styles
08. Mainmenu styles
09. Search styles 
10. Rev Slider styles
11. welcome section styles
12. feature section styles
13. about section styles
14. funfact section styles
15. service section styles
16. testimonial section styles
17. project section styles
18. newsletter styles
19. blog section styles
20. partner section styles
21. footer styles
22. page banner styles
23. about2 section styles
24. parallax styles
25. history section styles
26. team section styles
27. work section styles
28. prictice section styles
29. Find Advisor styles
30. Gallery styles
31. project details styles
32. service details styles
33. error section styles
34. consulting styles
35. blog details styles
36. Sidebar styles
37. Map Section styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/************************************************************
|||||||||||||||||||    Imported styles    |||||||||||||||||||
*************************************************************/
/*@font-face {
  font-family:'Poiretone';
    src: url(~/fonts/OFL.txt)
  src: url(~/fonts/PoiretOne-Regular.ttf);
    ;
}*/
@import url('http://fonts.googleapis.com/css?family=Poiret+One:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800');
@import url(bootstrap.min.css);
/*@import url(polyglot-language-switcher.css);*/
@import url(settings.css);
@import url(owl.carousel.css);
@import url(flaticon.css);
@import url(hover.css);
@import url(highcharts.css);
@import url(animate.css);
@import url(font-awesome.min.css);


/************************************************************
|||||||||||||||||    common Css styles    |||||||||||||||||||
*************************************************************/

html,
body { 
  height: 100%;
}

body {
  /*font-family: muli;*/
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
}

button:focus{
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: muli;
  margin: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  /*max-width: 100%;*/
  height: auto;
}

i {
	font-style: normal;
}

p {
  font-family: muli;
  font-size: 15px;
  font-weight:500;
  line-height: 24px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-btn {
  border: 2px solid #48C7F6;
  background-color: #013871;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding: 16px 23px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.header-btn:hover {
  background-color: transparent;
  color: #48C7F6;
}

.btn-style-1 {
  border: 1px solid #FFC107;
    border-radius: 0;
      background: #FFC107;
    color: #013871;
  font-weight: 600;
  padding: 12px 32px;
  transition: all 500ms ease 0s;
}

.btn-style-1:hover {
  background-color: #013871;
  color: #ffffff;
}

.bg-1{
  background: #43c3ea;
}

.bg-2{
  background: #2a3b5c; 
}

.bg-3 {
  background: transparent;
}

.pdd-left-15 {
  padding-left: 15px !important;
}

.top-0 {
  top: 0 !important;
}

.m-top-10 {
  margin-top: 10px;
}

.m-left-70 {
  margin-left: 70px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.s-p-90 {
  padding: 90px 0;
}
 
@media only screen and (max-width:520px) and (min-width:220px)
{
    .s-p-90{
        padding:40px 0 !important;
    }
}

.s-p-90-80 {
  padding: 90px 0 80px;
}

.s-p-90-60 {
  padding: 90px 0 60px;
}

.s-p-80-90 {
  padding: 80px 0 90px;
}

.s-p-b-90 {
  padding-bottom: 90px;
}

.s-p-t-90 {
  padding-top: 90px;
}

.color-fff {
  color: #ffffff !important;
}

.no-bg {
  background-image: none !important;
}

.overflow {
  overflow: hidden;
}

/************************************************************
|||||||||||||||    section title styles    ||||||||||||||||||
*************************************************************/

.section-title h1 {
  color: #203371;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.section-title .text {
  color: #203371;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.section-title-2 .text {
  color: #203371;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.section-title-2 h1 {
  color: #203371;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}

.section-title {
  margin-bottom: 90px;
}

.section-title-2 {
  margin-bottom: 37px;
}

.section-title, h1 span,
.section-title h1 span {
  color: #ffc107;
}

.section-title .title-image {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

/*******************************************************
|||||||||||||||    preloader styles    |||||||||||||||||
********************************************************/

.preloader{ position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%; 
  z-index:999999; 
  background-color:rgba(255,255,255,1); 
  background-position:center center; 
  background-repeat:no-repeat; 
  background-image:url(../images/icon/preloader.gif);
}

/**************************************************************
|||||||||||||||    mainmenu stricky styles    |||||||||||||||||
***************************************************************/

.mainmenu-area.stricky-fixed {
  background: #013871 none repeat scroll 0 0;
  box-shadow: 3px 1px 3px #0a1327;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 100%;
  z-index: 1000;
}

/**********************************************************
|||||||||||||||    scroll to top styles    ||||||||||||||||
***********************************************************/

.scroll-to-top {
  background: #013871;
  border: 2px solid #013871;
  border-radius: 5%;
  bottom: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 45px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  border: 2px solid #43c3ea;
  color: #fff;
  background: #152545;
}


/*********************************************************
|||||||||||||||    contact form styles    ||||||||||||||||
**********************************************************/

input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error{
  border-color: red;    
}

#contact-form input[type="email"].error{
  border-color: red;    
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error{
  border-color: red;    
}

/***************************************************
|||||||||||||||    Header styles    ||||||||||||||||
****************************************************/

.language-area {
  position: relative;
}

.language-select.extras{
  width: 90px;
}

.language-select.extras .bootstrap-select{
  width: 90px;    
}

.language-select.extras .bootstrap-select.btn-group .dropdown-toggle .caret{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  vertical-align: middle;    
}

.language-select{
  width: 135px;
  float: left;
}

.language-select .bootstrap-select {
  width: 135px;
}

.language-select .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.header-upper {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}

.header-upper .language-select h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.header-upper .language-select .selectpicker option {
  font-size: 12px;
}

.header-upper h4 {
  color: #626263;
  font-size: 13px;
}

.header-upper #polyglotLanguageSwitcher {
  left: 165px;
  position: absolute;
  top: 1px;
}

.header-upper #polyglotLanguageSwitcher a.current:link, 
.header-upper #polyglotLanguageSwitcher a.current:visited, 
.header-upper #polyglotLanguageSwitcher a.current:active {
  border: 1px solid #013871;
  display: inline;
  padding: 3px 0px 3px 28px;
  border-radius: 0;
}

.header-upper .dropdown a {
  line-height: 1.9;
}

.header-upper #polyglotLanguageSwitcher a.current:link:after {
  background-color: #013871;
  content: "";
  font-family: FontAwesome;
  margin-left: 8px;
  padding: 4px 7px;
}

.header-upper .phone-box h5 span{
  color: #48C7F6;
  margin-right: 5px;
}

.header-upper h5 {
  color: #626263;
  font-size: 13px;
  font-weight: 500;
}

.header-upper h5 span{
  color: #48C7F6;
  margin-right: 5px;
}

.header-bottom {
  padding: 0px 0;
}

.header-bottom .box-content {
  margin-left: 60px;
  padding-top: 10px;
}

.header-bottom .bottom-column {
  float: right;
  max-width: 300px;
}

.header-bottom .box-content .icon-box {
  background-color: #f4f4f4;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  display: inline-block;
  position: absolute;
}

.header-bottom .box-content .icon-box .icon {
  color: #013871;
  font-size: 28px;
}

.header-bottom .box-content .address-box {
  margin-left: 70px;
  position: relative;
}

.header-bottom .box-content .address-box h4 {
  color: #203371;
  font-size: 15px;
  font-weight: 600;
}

.header-bottom .box-content .address-box p {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.header-bottom .top-button {
  padding-right: 15px;
  padding-top: 16px;
}

/*****************************************************
|||||||||||||||    Mainmenu styles    ||||||||||||||||
******************************************************/

.mainmenu-area {
  background: #013871;
}

@media only screen and (max-width:520px) and (min-width:220px){
    .mainmenu-area {
        background: #fff;
    }
}

.main-menu {
  float: left;
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px
}

.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}

.main-menu .navigation li {
  float: left;
  padding: 0;
  position: relative;
}

.main-menu .navigation li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  opacity: 1;
  font-family:muli;
  padding: 16px 35px 15px 0;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .main-menu .navigation li a {
         padding: 16px 35px 15px 0;
    }
}
.main-menu .navigation > li:hover > a::before, 
.main-menu .navigation > li.current > a::before, 
.main-menu .navigation > li.current-menu-item > a::before {
  width: 53%;
}

.main-menu .navigation > li > ul {
  border-bottom: 2px solid #ffc107;
  left: -15px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 140%;
  transition: all 500ms ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 100;
}

.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #ffc107;
  border-right: none;
}

.main-menu .navigation > li > ul > li:first-child{
  border: none;
}

.main-menu .navigation > li > ul > li > a {
  background: #013871 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 15px 12px 20px;
  position: relative;
  font-family:muli;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.main-menu .navigation li ul li a::before {
  background-color: #013871;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  right: 0;
  width: 3px;
  visibility: hidden;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #ffc107;
}

.main-menu .navigation li ul li:hover a::before {
  visibility: visible;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

/***************************************************
|||||||||||||||    Search styles    ||||||||||||||||
****************************************************/

.top-search-box {
  position: relative;
}

.top-search-box .search-box {
  background: #3dbceb none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  visibility: visible;
  width: 260px;
  z-index: 999;
}

.top-search-box .search-box li form {
  position: relative;
}

.top-search-box .search-box li form input {
  background: #3dbceb none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  font-weight: 500;
  height: 45px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.top-search-box .search-box li form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #d5d5d5;
  font-size: 16px;
  height: 45px;
  line-height: 46px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.top-search-box .search-box li form input:focus {
  border: none;
}

.top-search-box .search-box li form input:focus + button, 
.top-search-box .search-box li form button:hover {
  background: transparent;
  color: #fff;
  border: none;
}

/*******************************************************
|||||||||||||||    Rev Slider styles    ||||||||||||||||
********************************************************/

.tp-caption.large_text h2 {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.very_large_text h1 {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption p {
  border-style: none;
  border-width: 0;
  color: #f7f7f7;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.slide-button a {
  border: 1px solid #43c3ea;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.slide-button a:hover {
  color: #48C7F6;
}

.slide-button-1 a:hover {
  color: #fff;
}

.sld-btn {
  padding: 15px 20px;
}

.slide-button-1 a {
  border: 1px solid #43c3ea;
  color: #43c3ea;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.sld-btn {
  padding: 15px 20px;
}

.bg-1:hover {
  background: transparent;
}

.bg-3:hover {
  background: #43c3ea;
}

.tp-leftarrow.default, 
.tp-rightarrow.default {
  background-color: #fff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 19px 0;
  transition: all 0.4s ease-in-out 0s;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
    border-color: #013871;
}

.banner-area .slide-content-box p{
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}

.banner-area .slide-content-box .button a.bg-1{
  margin-right: 27px;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #3cb4d8;
  background: #43c3ea;
}

.banner-area .slide-content-box .button a.bg-1:hover{
  color: #fff;
  border: 2px solid #152545;
  border-bottom: 2px solid #43c3ea;
  background: #152545;
}

.banner-area .slide-content-box .button a.bg-2{
  border: 2px solid #2a3b5c;
  border-bottom: 2px solid #152545;
  background: #2a3b5c;
}

.banner-area .slide-content-box .button a.bg-2:hover{
  color: #fff;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #152545;
  background: #43c3ea;
}

/************************************************************
|||||||||||||||    welcome section styles    ||||||||||||||||
*************************************************************/

.welcome-section {
  padding: 90px 0;
}

.welcome-section .welcome-area {
  position: relative;
}

.welcome-section .welcome-area .image-box {
  position: relative;
}

.welcome-section .welcome-area .image-box img {
  width: 100%;
  height:250px;
}

.welcome-section .welcome-area .welcome-title {
  background-color: rgba(4, 2, 39, 0.9);
  bottom: 0;
  padding: 14px 0;
  position: absolute;
  text-align: center;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease-in-out 0s;
}

.welcome-section .welcome-area:hover .welcome-title {
  bottom: -50px;
}

.welcome-section .welcome-area .welcome-title h3 {
  color: #fcfdfe;
  font-size: 20px;
  font-weight: 500;
}

.welcome-area .welcome-overlay {
  bottom: 21px;
  height: 85%;
  left: 27px;
  margin: auto;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 27px;
  text-align: center;
  top: 21px;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 85%;
}

.welcome-area .overlay-inner {
  background-color: rgba(4, 2, 39, 0.8);
  display: table;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.welcome-area:hover .welcome-overlay {
  opacity: 1;
  transform: scale(1);
}

.welcome-area .welcome-overlay .overlay-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.welcome-area .welcome-overlay .overlay-content h3 a {
  color: #ffc107;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.welcome-area .welcome-overlay .overlay-content p {
  color: #fff;
  margin-bottom: 20px;
}

.welcome-area .welcome-overlay .overlay-content .info {
  color: #ffc107;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 17px;
}

.welcome-area .overlay-content h3::before {
  background-color: #203371;
  content: "";
  height: 2px;
  position: absolute;
  right: -25px;
  width: 45px;
  top: -25px;
}

.welcome-area .overlay-content h3::after {
  background-color: #203371;
  content: "";
  height: 45px;
  position: absolute;
  right: -25px;
  width: 2px;
  top: -25px;
}

.welcome-area .overlay-content a::before {
  background-color: #203371;
  bottom: -25px;
  content: "";
  height: 2px;
  left: -25px;
  position: absolute;
  width: 45px;
}

.welcome-area .overlay-content a::after {
  background-color: #203371;
  bottom: -25px;
  content: "";
  height: 45px;
  left: -25px;
  position: absolute;
  width: 2px;
}

/************************************************************
|||||||||||||||    feature section styles    ||||||||||||||||
*************************************************************/

.feature-section {
  padding: 90px 0px;
}

.feature-section .text-box h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.feature-section .text-box p {
  margin-bottom: 30px;
}

.feature-section .feature-box {
  background-color: #f7f7f7;
  position: relative;
  margin:10px 0;
}

.feature-section .feature-box .icon-box {
  background-color: #fff;
  bottom: 55px;
  color: #013871;
  font-size: 50px;
  height: 80px;
  left: 0;
  line-height: 78px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 80px;
}

.feature-section .feature-box .box-title {
  bottom: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
}

.feature-section .feature-box .box-title h4 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.4s ease-in-out 0s;
}

.feature-section .overlay {
  background-color: #fff;
  border-bottom: 2px solid #013871;
  border-top: 2px solid #013871;
  box-shadow: 0 2px 15px;
  opacity: 0;
  padding: 30px;
  transition: all 0.6s ease-in-out 0s;
}

.feature-section .overlay .content .box-icon {
  color: #013871;
  display: inline-block;
  font-size: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  width: 44px;
}

.feature-section .overlay .content h4 a {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-top: 23px;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}

.feature-section .overlay .content h4:hover a {
  color: #013871;
}

.feature-section .overlay .content a {
  color: #013871;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 17px;
  transition: all 0.4s ease-in-out;
}

.feature-section .overlay .content a:hover {
  color: #203371;
}

.feature-section .overlay .content a span {
  font-size: 14px;
  margin-left: 5px;
}

.feature-section .feature-box .visibile-content {
  transition: all 0.6s ease-in-out 0s;
}

.feature-section .feature-box:hover .visibile-content {
  opacity: 0;
}

.feature-section .feature-box:hover .icon-box {
  display: none;
}

.feature-section .feature-box:hover .overlay {
  opacity: 1;
}

/**********************************************************
|||||||||||||||    about section styles    ||||||||||||||||
***********************************************************/

.about-faq-section {
  padding-bottom: 90px;
}

.about-faq-section .faq h3, 
.about-faq-section .about-content h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.about-faq-section .about-content p {
  color: #5b5c5c;
  font-size: 17px;
  margin-bottom: 40px;
}

.about-faq-section .about-content .icon-box {
  margin-bottom: 30px;
  position: relative;
}

.about-faq-section .about-content .icon-box span {
  border: 5px solid #f7f7f7;
  color: #013871;
  font-size: 40px;
  height: 65px;
  line-height: 56px;
  position: absolute;
  text-align: center;
  width: 65px;
}

.about-faq-section .about-content .icon-box .content {
  margin-left: 78px;
}

.about-faq-section .about-content .icon-box .content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #203371;
  margin-bottom: 10px;
}

.about-faq-section .about-content .icon-box .content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.about-faq-section .about-content .sub-title {
  color: #203371;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 42px;
}

.faq {
  overflow: hidden;
}

.accordion-box {
  padding: 6px;
  position: relative;
}

.accordion-box .block {
  box-shadow: 0px 1px 6px #dbdbdb;
  margin-bottom: 11px;
  position: relative;
}

.accordion-box .block .acc-btn {
  color: #203371;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: muli;
  line-height: 24px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px 50px 12px 15px;
  position: relative;
  transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active {
  color: #013871;
}

.accordion-box .block .icon-outer {
  color: #203371;
  font-size: 16px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 32px;
}

.accordion-box .block .icon-outer .icon {
  font-size: 16px;
  height: 32px;
  left: 0;
  line-height: 32px;
  margin-top: -14px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 100%;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  color: #013871;
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-content {
  display: none;
  position: relative;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  background: #ffffff none repeat scroll 0 0;
  font-size: 13px;
  padding: 0 20px 15px;
  position: relative;
}

.accordion-box .block .content p {
  margin-bottom: 20px;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}

/************************************************************
|||||||||||||||    funfact section styles    ||||||||||||||||
*************************************************************/

.funfact-section {
  background-image: url("../images/background/bg-1.jpg");
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}

.funfact-section::before {
  background-color: rgba(4, 3, 39, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.funfact-item {
  position: relative;
}

.funfact-item h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 7px;
}

.funfact-item .icon {
  bottom: 45px;
  color: #013871;
  font-size: 52px;
  left: 88px;
  position: absolute;
  top: 20px;
}

.funfact-item h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 7px;
}

/************************************************************
|||||||||||||||    service section styles    ||||||||||||||||
*************************************************************/

.service-box {
  background-color: #f7f7f7;
  border: 1px solid #f1f1f1;
    height:380px;
    padding: 15px;
        border-radius: 5px;
    box-shadow: 0px 0px 5px #013871;
}

.service-content {
  margin-top: 15px;
  position: relative;
}

.service-content h4 a {
  color: #203371;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
  transition: all 0.4s ease-in-out 0s;
}

.service-content h4 a:hover {
  color: #013871;
}

.service-content a {
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease-in-out 0s;
}

.service-content a:hover {
  color: #013871;
}

.service-box .image-holder {
  position: relative;
}

.service-box .image-holder img {
  width: 100%;
}

.service-box .overlay {
  background-color: rgba(4, 3, 39, 0.80);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.service-box:hover .image-holder .overlay {
  bottom: 0;
  height: 100%;
}

.service-box .button {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.service-box .button a {
  background-color: #fff;
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  transition: all 0.4s ease-in-out;
}

.service-box .button a:hover {
  background-color: #013871;
  color: #fff;
}

/****************************************************************
|||||||||||||||    testimonial section styles    ||||||||||||||||
*****************************************************************/

.testimonial-section {
  background-color: #040227;
}

.testimonial-carousel {
  position: relative;
  text-align: center;
}

.testimonial-carousel .item h4 {
   /*line-height: 0px; */
    color: #ffc107;
    display: inline-block;
    font-size: 16px;
    /* left: 69%; */
    margin-left: 35px;
    font-weight: 600;
    margin: 50px 0px;
}

.testimonial-carousel .item h5 {
  color: #f7f7f7;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.testimonial-carousel .item p {
  color: #203371;
  font-size: 16px;
  color: #c6c6c6;
  margin-bottom: 32px;
}

.testimonial-carousel .owl-nav [class*="owl-"] {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 49%;
  color: #1d365c;
  font-size: 16px;
  height: 45px;
  line-height: 47px;
  margin: 0 0 -20px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 33px;
  opacity: .1;
}

.testimonial-carousel .owl-nav .owl-next {
  right: 0;
}

.testimonial-carousel:hover .owl-nav .owl-prev,
.testimonial-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background-color: #013871;
  color: #ffc107;
}

.testimonial-section .item {
  border: 1px solid #ffc107;
  padding: 20px;
  position: relative;
}

.testimonial-section .item i {
  color: #013871;
  font-size: 70px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 130px;
}

.testimonial-carousel .item .image-holder {
  border: 5px solid #ffc107;
  left: 45%;
  margin-left: 10px;
  position: absolute;
}

@media only screen and (max-width:520px) and (min-width:220px)
{
    .testimonial-carousel .item .image-holder
    {
        left:30% !important;
    }
}


.testimonial-carousel .item .client-info {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 5px;
  position: relative;
  height:100px;
}

.testimonial-carousel .item .client-info ul {
  margin-left: 2px;
}

.testimonial-carousel .item .client-info ul li {
  padding: 0;
}

.testimonial-carousel .item .client-info ul li span {
  color: #e2ae0f;
  margin-right: 5px;
}

.testimonial-carousel .item .sig-image {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

/************************************************************
|||||||||||||||    project section styles    ||||||||||||||||
*************************************************************/

.project-content h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-content p {
  margin-bottom: 28px;
}

.project-box .project-title {
  background-color: rgba(4, 2, 39, 0.8);
  bottom: 0;
  left: 0;
  padding: 8px 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
}

.project-box:hover .project-title {
  bottom: -50px;
}

.project-box .project-title h3 a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.project-carousel {
  position: relative;
}

.project-carousel .owl-nav .owl-prev span {
  box-shadow: 1px 1px 8px #d1d1d1;
  color: #013871;
  padding: 12px 10px;
  position: absolute;
  right: 35px;
  top: -71px;
  transition: all 0.4s ease-in-out;
}

.project-carousel .owl-nav .owl-next span {
  box-shadow: 1px 1px 8px #d1d1d1;
  color: #013871;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  top: -71px;
  transition: all 0.4s ease-in-out 0s;
}

.project-box .image-holder {
  position: relative;
}

.project-box .image-holder img {
  width: 100%;
}

.project-box .project-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.project-box .overlay-inner {
  background-color: rgba(4, 2, 39, 0.8);
  display: table;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.project-box:hover .project-overlay {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

.project-box .project-overlay .overlay-content {
  border: 1px solid #fff;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.project-box .project-overlay h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}

.project-box .project-overlay .overlay-content ul {
  margin-left: 0;
}

.project-box .project-overlay .overlay-content ul li a i {
  border: 1px solid #ffc107;
  border-radius: 50%;
  color: #ffc107;
  font-size: 16px;
  height: 36px;
  line-height: 33px;
  width: 36px;
  transition: all 0.4s ease-in-out;
}

.project-box .project-overlay .overlay-content ul li:hover a i {
  background-color: #ffc107;
  color: #013871;
}

/*******************************************************
|||||||||||||||    newsletter styles    ||||||||||||||||
********************************************************/

.newsletter-section {
  background-image: url("../images/background/bg-1.jpg");
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  background-attachment: fixed;
}

.newsletter-section::before {
  background-color: rgba(4, 3, 39, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-section {
  padding: 50px 0;
}

.inner .input-box input[type="text"] {
  background-color: transparent;
  border: medium none;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.inner .input-box {
  border-bottom: 1px solid #5f5f5f;
}

.subscrib-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #48C7F6;
  font-weight: 600;
  padding: 13px 32px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.subscrib-btn:hover {
  background-color: #48C7F6;
  border: 1px solid #48C7F6;
  color: #ffffff;
}

/*********************************************************
|||||||||||||||    blog section styles    ||||||||||||||||
**********************************************************/

.blog-box {
  box-shadow: 0 2px 12px #d5d5d5;
  padding: 20px;
  transition: all 0.4s ease-in-out 0s;
}

.blog-box .image-holder {
  position: relative;
}

.blog-box .image-holder .date-meta h3 {
  background-color: #040227;
  bottom: 0;
  border: 1px solid #040227;
  color: #ffffff;
  width:100% ;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 7px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.blog-box:hover .image-holder .date-meta h3 {
  background-color: #fff;
  color: #013871;
  border: 1px solid #013871;
}

.blog-content {
  margin-top: 10px;
  position: relative;
}

.blog-content h3 a {
  color: #203371;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}

.blog-content h3 a:hover {
  color: #48C7F6;
}

.blog-content h5 {
  color: #aeaeae;
  font-size: 12px;
  font-style: italic;
}

.blog-content .meta-post {
  color: #203371;
  position: absolute;
  right: 10px;
  top: 35px;
}

.blog-content .meta-post span {
  margin-right: 25px;
}

.blog-content .meta-post span i {
  margin-right: 5px;
  color: #013871;
}

.blog-content p {
  margin-bottom: 15px;
  margin-top: 20px;
}

.blog-content a {
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease-in-out 0s;
}

/************************************************************
|||||||||||||||    partner section styles    ||||||||||||||||
*************************************************************/

.partner-area {
  background-color: #013871;
  padding: 50px 0 40px;
}

.partner-area .partner .owl-stage-outer{
  z-index:10;   
}
.partner-area .partner .partner-item {
  border: 2px solid #eaeaea;
  height: 90px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
}
.partner-area .partner .partner-item img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  padding: 0px 0;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: auto;
}
.partner-area .partner .partner-item:hover{
  border: 2px solid #43c3ea;
}
.partner-area .partner .partner-item:hover img{
  opacity: .9;
}

.partner-carousel {
  position: relative;
}

.partner-carousel .owl-controls {
  display: none;
}

/***************************************************
|||||||||||||||    footer styles    ||||||||||||||||
****************************************************/

.footer-section {
  background-color: #040227;
  padding-top: 90px;
}

.footer-area {
  padding-bottom: 90px;
}

.footer-content {
  margin-top: 30px;
}

.footer-content p {
  color: #ffffff;
  margin-bottom: 30px;
  padding-top: 5px;
}

.footer-content .social-link ul li i {
    border: 3px solid #584302;
    border-radius: 50%;
    color: #ffc107;
  font-size: 15px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 40px;
}

.footer-content .social-link ul li:hover i {
  background-color: #013871;
  border: 3px solid #c39300;
  color: #FFC107;
}

.footer-content ul li i {
  border: 1px solid #203371;
  color: #ffc107;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  transition: all 0.4s ease-in-out;
}

.footer-content .newsletter-form {
  margin-top: 30px;
}

.footer-section .footer-content .form-group {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.footer-section .footer-content .form-group input[type="text"],
.footer-section .footer-content .form-group input[type="tel"],
.footer-section .footer-content .form-group input[type="email"],
.footer-section .footer-content .form-group textarea {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #1c1c1c;
  display: block;
  font-size: 13px;
  height: 46px;
  line-height: 24px;
  padding: 10px 16px;
  position: relative;
  transition: all 300ms ease 0s;
  width: 100%;
}

.footer-section .footer-content .form-group input[type="submit"], 
.footer-section .footer-content button {
  background: #48C7F6 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  height: 46px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

.widget-title h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 22px;
}

.footer-content ul .link {
  margin-bottom: 12px;
}

.footer-content ul .link a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out 0s;
}

.footer-content ul .link a:hover {
  color: #48C7F6;
}

.footer-content ul li span {
  margin-right: 5px;
  color: #ffffff;
}

.footer-content .news-post {
  position: relative;
}

.footer-content .news-post .news-content {
  margin-left: 85px;
  position: absolute;
  top: 0;
}

.footer-content .news-post .news-content h3 {
  line-height: 1;
  margin-bottom: 15px;
  margin-top: -10px;
}

.footer-content .news-post .news-content h3 a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.footer-content .news-post .news-content h3 a:hover {
  color: #48C7F6;
}

.footer-content .news-post .news-content h5 {
  color: #013871;
  font-size: 12px;
  font-style: italic;
}

.footer-content ul li .icon {
  border: medium none;
  height: 0;
  position: absolute;
  width: 0;
}

.footer-content ul li .info {
  display: inline-block;
  font-size: 15px;
  margin-left: 33px;
}

.footer-content .contact-info {
  margin-bottom: 15px;
}

.footer-bottom-area {
  background-color: #1b193e;
  padding: 25px 0px;
}

.privacy-info h5,
.copy-right-info h5 {
  color: #9ea1a2;
  font-size: 14px;
  font-weight: 400;
}

.copy-right-info h5 a {
  color: #ffc107;
}

/********************************************************
|||||||||||||||    page banner styles    ||||||||||||||||
*********************************************************/

.page-banner {
  background-image: url("../images/background/page-banner.jpg");
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width:520px) and (min-width:220px){
    .page-banner{
        padding:40px 0 !important;
    }
    .page-banner .page-content h1 {
        font-size:18px !important;
    }
    .page-banner h1{
        font-size:18px !important;
    }
}
.page-banner::before {
  background-color: rgba(4, 3, 39, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-banner .page-content h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.page-banner .page-content a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-banner .page-content .active {
  color: #013871;
}

.page-banner .page-content a span {
  margin-left: 5px;
  margin-right: 5px;
}

/***********************************************************
|||||||||||||||    about2 section styles    ||||||||||||||||
************************************************************/

.about2-section .content h4 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.about2-section .content p {
  color: #5b5c5c;
}

.about2-section .content a {
  margin-top: 20px;
}

.about2-section .content-box {
  background-color: #f7f7f7;
  padding: 15px;
}

.about2-section .content-box .content {
  margin-top: 20px;
}

.about2-section .content-box .content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about2-section .content-box .content a {
  margin-top: 20px;
  font-weight: 500;
  color: #203371;
}

.about2-section .content a span {
  margin-left: 5px;
}

/*****************************************************
|||||||||||||||    parallax styles    ||||||||||||||||
******************************************************/

.parallax {
  background-attachment: fixed;
  background-image: url("../images/background/parallax.jpg");
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
}

.parallax .content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.parallax .content h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.parallax .content .vedio-icon span {
  color: #013871;
  font-size: 60px;
  margin-top: 20px;
}

/************************************************************
|||||||||||||||    history section styles    ||||||||||||||||
*************************************************************/

.history-item .content {
  margin-top: 25px;
}

.history .history-item .content h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.history .history-item .content p {
  margin-bottom: 15px;
}

.history .history-item .content a {
  color: #203371;
  font-weight: 500;
  transition: all 0.4s ease-in-out 0s;
}

.history .history-item .content a:hover {
  color: #013871;
}

.history .history-item .content a span {
  margin-left: 5px;
}

/*********************************************************
|||||||||||||||    team section styles    ||||||||||||||||
**********************************************************/

.team .team-item .content {
  margin-top: 20px;
}

.team .team-item .content .upper-content {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
}

.team .team-item .content .upper-content h4 a {
  color: #203371;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out 0s;
}

.team .team-item .content .upper-content h4 a:hover {
  color: #48C7F6;
}

.team .team-item .content .upper-content h5 {
  color: #013871;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
}

.team .team-item .content .lower-content {
  border-bottom: 1px solid #bfbfbf;
  margin-top: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.team .team-item .content .lower-content ul {
  margin-bottom: 15px;
}

.team .team-item .content .lower-content ul li {
  color: #203371;
  font-size: 14px;
}

.team .team-item .content .lower-content ul li span {
  color: #013871;
  margin-right: 10px;
}

.team .team-item .content .lower-content a {
  font-weight: 500;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.team .team-item .content .lower-content a:hover {
  color: #48C7F6;
}

.team .team-item .content .lower-content a span {
  margin-left: 5px;
}

.team .team-item .image-holder {
  position: relative;
}

.team-item .team-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.team-item .overlay-inner {
  background-color: rgba(4, 2, 39, 0.8);
  display: table;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.team-item:hover .team-overlay {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

.team-item .team-overlay .overlay-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.team-item .team-overlay h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
}

.team-item .team-overlay .overlay-content ul {
  margin-left: 0;
}

.team-item .team-overlay .overlay-content ul li a i {
  border: 1px solid #013871;
  color: #013871;
  font-size: 16px;
  height: 30px;
  line-height: 29px;
  transition: all 0.4s ease-in-out 0s;
  width: 30px;
}

.team-item .team-overlay .overlay-content ul li:hover a i {
  background-color: #013871;
  color: #fff;
}

.team-item .hvr-underline-from-left::before {
  background: #2098d1 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 100%;
  transition-duration: 0.3s;
  transition-property: right;
  transition-timing-function: ease-out;
  z-index: -1;
}

.team-item:hover .hvr-underline-from-left:before {
  right: 0;
}

/*********************************************************
|||||||||||||||    work section styles    ||||||||||||||||
**********************************************************/

.work {
  background-attachment: fixed;
  background-image: url("../images/background/work-1.jpg");
  background-position: center center;
  background-size: cover;
}

.work .content-box {
  background-color: rgba(162, 160, 160, 0.3);
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.work .content-box .icon-box span {
  color: #013871;
  font-size: 60px;
}

.work .content-box .title h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
  text-transform: capitalize;
}

.work .content-box .work-overlay {
  background-color: #040227;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 500ms ease 0s;
  width: 100%;
  vertical-align: middle;
}

.work .content-box .overlay-inner {
  background-color: rgba(4, 2, 39, 0.8);
  display: table;
  height: 100%;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.work .content-box:hover .work-overlay {
  animation-duration: 800ms;
  animation-iteration-count: 1;
  animation-name: flipInY;
  animation-timing-function: linear;
  opacity: 1;
}

.work .content-box .work-overlay .overlay-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.work .content-box .work-overlay .overlay-content h3 a {
  color: #013871;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
} 

.work .content-box .work-overlay .overlay-content p {
  color: #fff;
  margin-bottom: 20px;
}

.work .content-box .work-overlay .overlay-content .info {
  color: #013871;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 17px;
}

/*************************************************************
|||||||||||||||    prictice section styles    ||||||||||||||||
**************************************************************/

.practice-section .single-item h5 {
  color: #013871;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

.practice-section .single-item p {
  font-size: 15px;
}

.practice-section .single-item p span {
  color: #013871;
  display: inline-block;
  font-size: 26px;
  margin-right: 10px;
}

.practice-section .single-item i {
  color: #013871;
  font-size: 115px;
  left: 240px;
  opacity: 0.2;
  position: absolute;
  top: 82px;
}

.practice-section .prictice-item {
  padding: 25px 0;
  position: relative;
}

.practice-section .prictice-item .icon-box {
  background-color: #fff;
  color: #013871;
  font-size: 40px;
  height: 60px;
  left: 20px;
  line-height: 57px;
  position: absolute;
  text-align: center;
  top: -8px;
  width: 78px;
}

.practice-section .prictice-item .practice-content {
  border: 1px solid #013871;
}

.practice-section .prictice-item .practice-content .content {
  padding: 30px 20px 10px;
}

.practice-section .prictice-item .practice-content .content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #203371;
}

.practice-section .prictice-item .practice-content .content i {
  background-color: #013871;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
}

/*********************************************************
|||||||||||||||    Find Advisor styles    ||||||||||||||||
**********************************************************/

.find-advisor {
  background-color: #f7f7f7;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 90px 0;
  position: relative;
}

.find-advisor .sec-title h2 {
  color: #203371;
  font-size: 28px;
  font-weight: 600;
}

.find-advisor .content-outer {
  position: relative;
  z-index: 1;
}

.find-advisor .floated-image{
  position:absolute;
  left:0px;
  top:0px;  
}

.find-advisor .form-outer {
  border: 5px solid #fff;
  padding: 20px;
  position: relative;
}

.find-advisor .form-outer .desc-text{
  position:relative;
  margin-bottom:30px;
  line-height:2em;
  color:#5a5a5a;  
}

.default-form .form-group{
  position:relative;
  margin-bottom:25px; 
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:51px;
  font-size:13px;
  border:1px solid #e0e0e0;
  padding:10px 15px;  
  background-color:#ffffff;
  color:#111111;
  border-radius:2px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;

}

.default-form textarea {
  height: 213px;
  resize: none;
}

.default-form select option{
  text-indent:15px; 
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
  border-color:#013871; 
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
  border-color:#ff0000 !important;  
}

.find-advisor .default-form select {
  -moz-appearance: none;
  background: #fff url("../images/icon/icon-select.png") no-repeat scroll right center;
  cursor: pointer;
}

.default-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:11px;
  color:#ff0000;
  font-weight:500;  
}

.find-advisor .default-form .btn-style-one {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
}

.contact-us .form-outer {
  margin-top: 0 !important;
}

.contact-us .default-form .btn-style-one {
  width: 685px !important;
}

.location-area .title h4 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
}

.location-area ul {
  margin-left: 20px;
  margin-top: 20px;
}

.location-area ul li {
  margin-bottom: 15px;
  position: relative;
}

.location-area ul li i {
  color: #203371;
  margin-right: 5px;
}

.location-area ul li span {
  display: inline-block;
  margin-left: 30px;
}

.location-area ul li i {
  color: #203371;
  font-size: 16px;
  position: absolute;
  top: 6px;
}

.social-area {
  margin-top: 30px;
}

.social-area .title h4 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
}

.social-area ul {
  margin-left: 20px;
  margin-top: 20px;
}

.social-area .social-icon li i {
  border: 1px solid;
  color: #203371;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 30px;
}

.social-area .social-icon li i:hover {
  color: #fff;
   background-color: #FFC107;
  border: 1px solid #FFC107;
}

/****************************************************
|||||||||||||||    Gallery styles    ||||||||||||||||
*****************************************************/

.gallery-section {
  position: relative;
}

.gallery-section .filters{
  position:relative;
  text-align:center;
  margin-bottom:40px;
}

.gallery-section .filters li {
  color: #203371;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 15px 10px;
  padding: 12px 18px;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
}

.gallery-section .filters li .txt{
  position:relative;
  display:block;
  z-index:1;  
}

.gallery-section .filters li:hover, 
.gallery-section .filters li.active {
  color: #013871;
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before,
.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after{
  opacity:1;
}

.default-portfolio-item{
  position:relative;
  margin-bottom:30px;
}

.default-portfolio-item.mix{
  display:none;
}

.full-width .default-portfolio-item{
  padding:0px !important;
  margin:0px !important;
}

.masonry-gallery .masonry-item{
  position:relative;
}

.default-portfolio-item .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
}

.default-portfolio-item .overlay-inner h3 a:hover{
  color:#48C7F6;
}

/************************************************************
|||||||||||||||    project details styles    ||||||||||||||||
*************************************************************/

.project-details h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
}

.project-details .title-image {
  margin-bottom: 10px;
}

.project-details ul {
  margin-bottom: 25px;
}

.project-details ul li {
  color: #203371;
  font-size: 15px;
  font-weight: 600;
}

.project-details ul li span {
  color: #013871;
  margin-right: 5px;
}

/************************************************************
|||||||||||||||    service details styles    ||||||||||||||||
*************************************************************/

.service-details h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 25px;
}

.service-details .title-image {
  margin-bottom: 15px;
}

.service-details p span {
  color: #203371;
  font-size: 18px;
}

.service-details .style-text {
  border-bottom: 3px solid #013871;
  padding-bottom: 10px;
}

.service-details ul {
  margin-top: 20px;
}

.service-details .Benifits li {
  color: #203371;
  font-size: 15px;
  font-weight: 600;
}

.service-details ul li span {
  color: #2ca4d2;
  margin-right: 8px;
}

/**********************************************************
|||||||||||||||    error section styles    ||||||||||||||||
***********************************************************/

.error-content h3 {
  color: #203371;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

.error-content p {
  font-size: 18px;
  font-weight: 500;
}

.search-website {
  margin: 70px auto 0;
  max-width: 920px;
  position: relative;
}

.search-website .form-group {
  margin-bottom: 0;
  position: relative;
  text-align: left;
}

.search-website .form-group input[type="text"], 
.search-website .form-group input[type="search"], 
.search-website .form-group textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #e6e6e6;
  display: block;
  height: 50px;
  line-height: 28px;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.search-website .form-group button {
  color: #172745;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 26px;
  margin: 0;
  padding: 11px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 190px;
}

/*******************************************************
|||||||||||||||    consulting styles    ||||||||||||||||
********************************************************/

.consulting .sec-title h2 {
  color: #203371;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.consulting .content-outer {
  position: relative;
  z-index: 1;
}

.consulting .floated-image{
  position:absolute;
  left:0px;
  top:0px;  
}

.consulting .form-outer {
  box-shadow: 2px 3px 40px #d4d4d4;
  margin-top: 50px;
  padding: 40px;
  position: relative;
}

.consulting .form-outer .desc-text{
  position:relative;
  margin-bottom:30px;
  line-height:2em;
  color:#5a5a5a;  
}

.consulting .default-form .form-group{
  position:relative;
  margin-bottom:25px; 
}

.consulting .default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.consulting .default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.consulting .default-form input[type="text"], 
.consulting .default-form input[type="email"], 
.consulting .default-form input[type="password"], 
.consulting .default-form select, 
.consulting .default-form textarea {
  background-color: #f7f7f7;
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #111111;
  display: block;
  font-size: 13px;
  height: 51px;
  line-height: 24px;
  padding: 10px 15px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.consulting .default-form select {
  -moz-appearance: none;
  background: #f7f7f7 url("../images/icon/icon-select.png") no-repeat scroll right center;
  cursor: pointer;
}

.consulting .default-form textarea {
  height: 213px;
  resize: none;
}

.consulting .default-form select option{
  text-indent:15px; 
}

.consulting .default-form input:focus,
.consulting .default-form select:focus,
.consulting .default-form textarea:focus{
  border-color:#013871; 
}

.consulting .default-form input.error,
.consulting .default-form select.error,
.consulting .default-form textarea.error{
  border-color:#ff0000 !important;  
}

.consulting .default-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:11px;
  color:#ff0000;
  font-weight:500;  
}

.consulting .default-form .btn-style-one {
  background-color: transparent;
  border: 2px solid #013871;
  color: #013871;
  font-size: 15px;
  font-weight: 500;
  height: 55px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 886px;
}

.consulting .default-form .btn-style-one:hover {
  background-color: #48C7F6;
  color: #fff;
}

/*********************************************************
|||||||||||||||    blog details styles    ||||||||||||||||
**********************************************************/

.blog-single-box {
  background-color: #f7f7f7;
  border: 2px solid #fff;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.blog-single-box .image-holder {
  position: relative;
}

.blog-single-box .image-holder .date-meta h3 {
  background-color: #040227;
  bottom: 0;
  border: 1px solid #040227;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  padding: 7px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.blog-single-box .blog-content .big-size {
  border-bottom: 3px solid #013871;
  color: #203371;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.blog-single-box .blog-content p {
  margin-bottom: 0;
}

.blog-single-box .blog-content .share-box {
  background-color: #fff;
  margin-bottom: 12px;
  margin-top: 30px;
  padding: 9px 20px;
  position: relative;
}

.blog-single-box .blog-content .share-box .tag-box {
  margin-top: 4px;
}

.blog-single-box .blog-content .share-box .tag-box li {
  color: #203371;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.blog-single-box .blog-content .share-box .tag-box li a {
  border: 1px solid #e9e9e9;
  color: #203371;
  font-weight: 500;
  padding: 10px;
  transition: all 0.4s ease-in-out;
}

.blog-single-box .blog-content .share-box .tag-box li:hover a {
  background-color: #48C7F6;
  color: #fff;
}

.blog-single-box .blog-content .share-box .social-box span {
  color: #203371;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.blog-single-box .blog-content .share-box .social-box li {
  margin-right: 5px;
  padding: 0;
}

.blog-single-box .blog-content .share-box .social-box li a i {
  border: 1px solid #eee;
  border-radius: 50%;
  color: #bbbbbb;
  height: 35px;
  line-height: 33px;
  text-align: center;
  width: 35px;
  transition: all 0.4s ease-in-out;
}

.blog-single-box .blog-content .share-box .social-box li:hover a i {
  background-color: #48C7F6;
  color: #fff;
}

.sidebar-page-container .blog-comment-area .title h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}

.blog-comment-area {
  margin-top: 30px;
}

.blog-comment-area .comment-post {
  margin-top: 30px;
}

.blog-comment-area .comment-post .image-holder {
  position: absolute;
}

.blog-comment-area .comment-post .comment-content {
  margin-left: 120px;
}

.blog-comment-area .comment-post .comment-content h5 {
  color: #203371;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.blog-comment-area .comment-post .comment-content ul li {
  margin-right: 15px;
}

.blog-comment-area .comment-post .comment-content ul li i {
  color: #013871;
  margin-right: 7px;
}

.blog-comment-area .comment-post .comment-content ul li span {
  color: #203371;
  font-size: 15px;
  font-weight: 500;
}

.post-comment-area .title h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 40px;
}

.post-comment-area .title {
  margin-bottom: 30px;
}

.post-comment-area .default-form textarea {
  height: 150px;
  resize: none;
}

.post-comment-area .default-form .btn-style-one {
  background-color: transparent;
  border: 2px solid #013871;
  color: #013871;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
}

.post-comment-area .default-form .btn-style-one:hover {
  background-color: #013871;
  color: #fff;
}

/****************************************************
|||||||||||||||    Sidebar styles    ||||||||||||||||
*****************************************************/

.sidebar-page-container {
  padding: 90px 0 40px;
  position: relative;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
  margin-bottom:30px !important;  
}

.sidebar-widget.recent-articles {
  border: 5px solid #f4f4f4;
}

.sidebar .sidebar-widget{
  position:relative;
  margin-bottom:40px; 
}

.sidebar .search-box .form-group{
  position:relative;
  margin:0px; 
}

.sidebar .search-box .form-group input[type="text"], 
.sidebar .search-box .form-group input[type="search"] {
  background: #203371 none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #a4a4a4;
  display: block;
  font-size: 15px;
  height: 60px;
  line-height: 24px;
  padding: 10px 40px 10px 20px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
}

.sidebar .search-box .form-group input:focus{
  border-color:#013871; 
}

.sidebar .search-box .form-group button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #a4a4a4;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
  color:#013871;
}

.sidebar-widget .sidebar-title h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sidebar-widget .sidebar-title img {
  margin-bottom: 20px;
}

.sidebar-widget .list {
  padding-left: 20px;
}

.sidebar-widget .list li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-widget .list li a {
  font-size: 16px;
  font-weight: 500;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list li span {
  font-size: 16px;
  font-weight: 500;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list li a::before {
  background-color: #013871;
  content: "";
  height: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  width: 2px;
}

.sidebar-widget .list li:hover a {
  color: #013871;
}

.sidebar-widget .list li:hover span {
  color: #013871;
}

.sidebar-widget .list li:hover a:before {
  opacity: 1;
}

.sidebar-widget .list-2 {
  padding: 30px 25px 0;
}

.sidebar-widget .list-2 li {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-widget .list-2 li:last-child {
  border-bottom: none; 
}

.sidebar-widget .list-2 li a {
  font-size: 16px;
  font-weight: 500;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list-2 li span {
  font-size: 16px;
  font-weight: 600;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list-2 li a::before {
  background-color: #013871;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 3px;
}

.sidebar-widget .list-2 li .active::before {
  background-color: #013871;
  content: "";
  height: 30px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  width: 3px;
}

.sidebar-widget .list-2 li:hover a {
  color: #013871;
}

.sidebar-widget .list-2 li .active {
  color: #013871;
}

.sidebar-widget .list-2 li:hover span {
  color: #013871;
}

.sidebar-widget .list-2 li:hover a:before {
  opacity: 1;
}

.sidebar .popular-posts .post{
  position:relative;
  font-size:14px;
  color:#cccccc;
  padding:0px 0px;
  padding-left:100px;
  min-height:66px;
  margin-bottom:15px;
}

.sidebar .popular-posts .post:last-child{
  margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb {
  background: #333333 none repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 5px;
  width: 86px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
  opacity:0.50;
  transition: all 0.4s ease-in-out;
}

.sidebar .popular-posts .post .post-thumb img{
  display:block;
  width:100%;
}

.sidebar .popular-posts .post h4{
  font-size:13px;
  margin:0px;
  font-weight:500;
  color:#1c1c1c;
  margin-bottom:3px;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
  color:#013871;  
}

.sidebar .popular-posts .post h4 a {
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all 0.4s ease-in-out;
}

.sidebar .popular-posts .post-info{
  font-size:12px;
  color:#5a5a5a;
  color: #013871;
  font-style: italic;
}

.sidebar .popular-tags a {
  border: 1px solid #e0e0e0;
  color: #203371;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 7px 12px 0;
  padding: 7px 14px;
  position: relative;
  text-align: center;
  transition: all 300ms ease 0s;
}

.sidebar .popular-tags a:hover{
  background-color:#013871;
  border-color:#013871;
  color:#ffffff;  
}

.sidebar-widget.popular-tags li {
  display: inline-block;
}

.inner-post {
  margin-bottom: 5px;
  padding: 0;
}

.sidebar-widget .flicker-post ul li {
  display: inline-block;
  padding: 4px 2px;
}

.sidebar-widget.download-link ul li {
  background-color: #f7f7f7;
  padding: 13px 20px;
  color: #013871;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-widget.download-link ul li i {
  color: #013871;
  font-size: 18px;
  margin-right: 20px;
}

.sidebar-widget.download-link ul li span {
  color: #203371;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

.sidebar-widget.address-link ul li {
  color: #888;
  font-size: 15px;
  padding-left: 32px;
  position: relative;
}

.sidebar-widget.address-link ul li i {
  color: #013871;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 3px;
}

.inner-Tweets-carousel {
  position: relative;
}

.inner-Tweets-carousel h4 {
  color: #013871;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-Tweets-carousel .item p {
  color: #203371;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

.inner-Tweets-carousel .item h5 {
  font-style: italic;
  font-weight: 600;
}

.inner-Tweets-carousel .item span {
  bottom: 0;
  color: #013871;
  font-size: 60px;
  left: 150px;
  opacity: 0.3;
  position: absolute;
  top: 7px;
}

.inner-testimonial-carousel {
  position: relative;
}

.inner-testimonial-carousel h4 {
  color: #013871;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.inner-testimonial-carousel .item p {
  color: #203371;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.inner-testimonial-carousel .item h5 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.inner-testimonial-carousel .item span {
  bottom: 0;
  color: #013871;
  font-size: 50px;
  left: 187px;
  opacity: 0.3;
  position: absolute;
  top: 16px;
}

/********************************************************
|||||||||||||||    Map Section styles    ||||||||||||||||
*********************************************************/

.map-section{
  position:relative;  
}

.map-canvas{
  position:relative;
  left:0px;
  top:0px;
  width:100%; 
}

.contact-style-one .map-canvas{
  height:670px; 
}

.map-canvas .map-data{
  text-align:center;
  font-size:13px;
  font-weight:400;
}

.map-canvas .map-data h6{
  text-transform:uppercase;
  font-size:14px;
  font-weight:600;
  text-align:center;
  margin-bottom:5px;
  color:#181818;  
}