
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {background: #fff; font-family: "Heebo", sans-serif; font-size:14px; color:#000; position: relative; z-index:999;}

.no_padding {
  padding-left: 0;
  padding-right: 0;  
}
ul {
  padding:0;
  margin:0;
}
.btn {
  background: #7a85f0;
  border: 1px solid #7a85f0;
  color: #fff;
  padding: 6px 20px;
  margin: 30px 0 0;
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #244ebc;
  border: 1px solid #244ebc;
  color: #fff;
}
input:focus, .form-control:focus, .accordion-button:focus {
  outline: 0;
  box-shadow: none;	  
  border-color: none;
}

.header {
  position: relative;
  z-index: 11;
}
.header .topbar {
  background: #eef9ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 40px;
}
.header .topbar .hours p {
  margin: 0;
  color: #6b6a75;
}
.header .topbar .hours p img {
  margin: 0 3px 0 0;
}
.header .topbar .mail a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.header .topbar .pnml {
  background: #51a6d4;
  padding: 0 40px 0 70px;
  position: relative;
}
.header .topbar .pnml::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 47px solid #51a6d4;
  border-left: 50px solid #eef9ff;
}
.header .topbar .pnml li {
  display: inline-block;
  list-style: none;
  padding: 12px 15px;
  border-right: 1px solid #dee2e6;
}
.header .topbar .pnml li:last-child {
  border-right: 0;	
  padding-right: 0;
}
.header .topbar .pnml li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.header .topbar .pnml li a img {
  padding: 0 7px 0 0;
}



.header .main_head {
  padding: 7px 40px;
  background: #fff;
}
.header .main_head .logo img {
  width: 100%;
}
.header .main_head.sticky {
  position: fixed;
  top: 0;
  z-index: 11;
  background: #fff;
  width: 100%;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
}
.header .main_head .menus {
  float: right;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .close {
  display: none;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  padding: 0 9px;
  font-weight: 400;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, 
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #244ebc;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 46px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #244ebc;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show {
  display: flex;
  width: 430px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li {
  width: 100%;
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li h4 {
  font-size: 21px;
  border-bottom: 1px solid #244ebc;
  color: #244ebc;
  margin: 0 0 15px;
  padding: 0 0 7px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li {
  padding: 5px 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li .sub-item {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li .sub-item:hover {
  color: #244ebc;
}




.main_banner {
  background-image: url(../images/bg001.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main_banner .bnr_slide.owl-carousel .item {
  background-repeat: no-repeat;
  background-position: top center;
  height: 620px;
  background-size: cover;
}
.main_banner .bnr_slide.owl-carousel {
  position: relative;	
}
.main_banner .bnr_slide.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot {
  position: relative;
  margin: 0 5px;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot::after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active span, 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2851bf;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active::after {
  border: 1px solid #2851bf;	
} 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  margin: 0;	
}
.main_banner .bnr_slide.owl-carousel .itm_inr {
  height: 100%;
  display: flex;
  align-items: center;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 {
  font-size: 40px;
  color: #000;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:24px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 strong {
  color: #2851bf;	
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr p {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  color: #444;
  margin-bottom:18px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr .sld_btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 16px 24px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

.sctn {
  margin: 90px 0 0;
  padding: 0 35px;
}
.head span {
  color: #4680c2;
  font-size: 18px;
  margin: 0 0 15px;
  display: block;
}
.head h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
}
.head p {
  color: #7a7a7a;
  font-size: 16px;
  max-width: 480px;
  line-height: 1.5;
}
.hm_abt .abt_imag {
  padding: 0 0 0 30px;
  position: relative;
}
.hm_abt .abt_imag img {
  width: 100%;
}
.hm_abt .abt_text .box {
  display: flex;
  margin: 30px 0 0;
}
.hm_abt .abt_text .box .box_icn {
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 7px;
  margin: 0 25px 0 0;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 75px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.hm_abt .abt_text .box:hover .box_icn {
  background: #4680ae;
}
.hm_abt .abt_text .box:hover .box_icn img {
  filter: brightness(100);
}
.hm_abt .abt_text .box .box_txt h4 {
  font-size: 20px;
  margin: 0 0 12px;
  line-height: 1.2;
}
.hm_abt .abt_text .box .box_txt p {
  font-size: 16px;
  color: #7a7a7a;
}
.hm_abt .abt_imag a {
  font-size: 14px;
  text-decoration: none;
  background: #4680ae;
  padding: 14px 35px;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  bottom: 13px;
  right: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.hm_abt .abt_imag a:hover {
  background: #354d79;
}  

.sctn.team {
  background: #f9f9f9;
  padding: 70px 35px 50px;
}
.team .apntmnt {
  margin: 52px 0 0;
}
.apntmnt span {
  color: #4680ae;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
}
.apntmnt h3 {
  color: #091e3e;
  font-size: 39px;
  font-weight: 900;
}
.team .team_slide.owl-theme .owl-nav .owl-prev,
.glry .glry_slide.owl-theme .owl-nav .owl-prev {
  left: -27px;
}
.team .team_slide.owl-theme .owl-nav .owl-next,
.glry .glry_slide.owl-theme .owl-nav .owl-next {
  right: -27px;
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"] {
  top: 56%;
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"],
.glry .glry_slide.owl-theme .owl-nav [class*="owl-"] {
  background: #4680ae;	
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);  
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"]:hover,
.glry .glry_slide.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #354d79;	
}
.team .team_slide.owl-theme .item {
  background: #fff;
  padding: 0 0 7px;
  text-align: center;
  border-bottom: 2px solid #7ca5c6;
}
.team .team_slide.owl-theme .item h3 {
  margin: 16px 0 7px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.team .team_slide.owl-theme .item hr {
  width: 50%;
  margin: 0 auto 17px;
  background: #a2b0bc;
}
.team .team_slide.owl-theme .item p {
  font-size: 17px;
  color: #6c6874;
  margin: 0 auto 12px;
  max-width: 240px;
  line-height: 23px;
}
.srvcs .srvc_text.head {
  text-align: center;
}
.srvcs .srvc_text.head p {
  margin: 0 auto;
  max-width: 710px;
}
.srvcs .srvc_inr {
  margin: 35px 0 0;
}
.srvcs .srvc_inr .srvc_box {
  display: flex;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 23px;
  border-radius: 9px;
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.srvcs .srvc_inr .srvc_box:hover {
  background: #f9f9f9;
  border: 1px solid #ececed;
}
.srvcs .srvc_inr .srvc_box .srvc_txt {
  margin: 0 0 0 20px;
}
.srvcs .srvc_inr .srvc_box .srvc_txt h4 {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  margin: 0 0 9px;
}
.srvcs .srvc_inr .srvc_box .srvc_txt p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 23px;
}
.srvcs .srvc_inr .srvc_box .srvc_txt a {
  text-decoration: none;
  font-size: 14px;
  color: #4680ae;
}
.srvcs .srvc_inr .srvc_box .srvc_txt img {
  margin: 0 0 0 7px;
}
.sctn.glry {
  background: #f9f9f9;
  padding: 60px 35px;
}
.sctn.tstmnls {
  background-image: url(../images/tstmnls_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 40px;
}
.tstmnls .tstmnls_slide.owl-theme .item {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 30px 30px;
    border-radius: 7px;
}
.tstmnls .tstmnl_text .btn {
    background: #4680ae;
    border-radius: 50px;
    padding: 10px 35px;
    border: 1px solid #4680ae;
}
.tstmnls .tstmnl_text.head {
  padding: 0 0 80px;
}
.tstmnls .tstmnls_slide.owl-theme .item .cmnt_rtng {
  margin: 0 0 16px;
}
.tstmnls .tstmnls_slide.owl-theme .item .cmnt_rtng li {
  display: inline-block;
}
.tstmnls .tstmnls_slide.owl-theme .item .cmnt_rtng li img {
  width: auto;
}
.tstmnls .tstmnls_slide.owl-theme .item p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.5;
}
.tstmnls .tstmnls_slide.owl-theme .item .name {
  margin: 20px 0 0;
}
.tstmnls .tstmnls_slide.owl-theme .item .name h4 {
  font-size: 21px;
  margin: 0 0 3px;
}
.tstmnls .tstmnls_slide.owl-theme .item .name span {
  font-size: 16px;
  color: #7a7a7a;
}
.tstmnls .tstmnls_slide.owl-theme .owl-nav {
  margin: 24px 0 0;
}
.tstmnls .tstmnls_slide.owl-theme .owl-nav [class*="owl-"] {
  position: relative;	
  background: transparent;
}
.tstmnls .tstmnls_slide.owl-theme .owl-nav .owl-prev {
  left: -20px;	
}
.tstmnls .tstmnls_slide.owl-theme .owl-nav .owl-next {
  right: -20px;	
}
.sctn.blog .blog_text.head p {
  margin: 0 auto;
}
.blog .blog_inr .blog_box {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}
.blog .blog_inr {
  margin: 23px 0 0;
}
.blog .blog_inr .blog_box .blog_imag img {
  border-radius: 9px;
}
.blog .blog_inr .blog_txt {
  margin: 0 0 0 25px;
}
.blog .blog_inr .blog_txt h4 {
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 12px;
}
.blog .blog_inr .blog_txt span {
  color: #b1b1b1;
  font-size: 14px;
}
.blog .blog_inr .blog_txt p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.5;
  margin: 12px 0 18px;
}
.blog .blog_inr .blog_txt a {
  text-decoration: none;
  font-size: 14px;
  color: #4680ae;
}

.cntct .cntct_text.head {
  margin: 0 0 36px;
}
.cntct .cntct_box {
  display: flex;
  align-items: center;
  margin: 18px 0 0;
}
.cntct .cntct_box .box_icn {
  background: #fff;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  line-height: 46px;
  text-align: center;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.cntct .cntct_box .cntct_box_txt {
  margin: 0 0 0 20px;
}
.cntct .cntct_box .cntct_box_txt p {
  margin: 0;
  color: #787878;
  text-decoration: none;
  font-size: 14px;
  max-width: 390px;
}
.cntct .cntct_box .cntct_box_txt p a {
  color: #787878;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.cntct .cntct_box .cntct_box_txt p a:hover {
  color: #4680c2;
}
footer {
  background: #f0faff;
  margin: 90px 0 0;
  padding: 60px 35px 12px;
}
footer .ftr_abt p {
  margin: 35px 0 0;
  font-size: 15px;
  color: #787878;
  max-width: 360px;
}
footer .links h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 29px;
}
footer .links li {
  list-style: none;
}
footer .links li a {
  text-decoration: none;
  color: #787878;
  font-size: 16px;
  padding: 7px 0;
  display: inline-block;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .links li a:hover {
  color: #4680c2;
} 
footer .links li a img {
  margin: 0 9px 0 0;
}
footer .links .adrs .adrs_box {
  display: flex;
}
footer .links .adrs .adrs_box p {
  margin: 0 0 19px 15px;
  color: #787878;
  font-size: 16px;
  font-weight: 300;
  max-width: 273px;
}
footer .links .adrs .adrs_box a {
  color: #787878;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .links .adrs .adrs_box a:hover {
  color: #4680c2;
}
.copyright {
  background: #4680ae;
  text-align: center;
}	  
.copyright p {
  margin: 0;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}


.inner_banner .inr_bnr {
  position: relative;	
}
.inner_banner .inr_bnr img {
    width: 100%;
}
.inner_banner .inr_bnr h2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 1px;
  transform: translateY(-50%);
}
.abt_text {
  float: left;	  
}
.abt .abt_text img {
  float: left;
  margin: 0 40px 50px 0;
  width: 50%;
}
.abt_text span {
    font-weight: 700;
}
.abt_text p {
  color: #7a7a7a;
  font-size: 16px;
   max-width: 100%;
  line-height: 1.4;
}
.crtfct .crtifcat {
  background: #f9f9f9;
  text-align: center;
  padding: 40px 20px;
  border-radius: 4px;
  margin: 0 0 30px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.crtfct .crtifcat:hover {
  background: #ffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.crtfct .crtifcat img {
    width: 40%;
}
.crtfct .crtifcat h2 {
  color: #232323;
  margin: 30px 0 15px;
  font-size: 26px;
  font-weight: 700;
}
.crtfct .crtifcat p {
  color: #444;
  font-size: 16px;
}
.awrds .awrd {
  margin: 0 0 30px;
  border: 3px solid #eee;
  padding: 5px;
  border-radius: 4px;
}
.awrds .awrd img {
  width: 100%;
  border-radius: 4px;
}
.teams .team_box {
    display: inline-block;
    margin: 0 0 30px;
}
.teams .team_box img {
    float: left;
    margin: 0 30px 0 0;
    width: 16%;
    border-radius: 5px;
    border: 3px solid #ccc;
    padding: 5px;
}
.teams .team_box h2 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 9px;
    line-height: 24px;
}
.teams .team_box span {
    font-size: 16px;
    display: block;
    font-style: italic;
    line-height: 21px;
}
.teams .team_box p {
    font-size: 16px;
    display: block;
    line-height: 21px;
	margin: 15px 0 0;
}
.teams .tm_boxes {
    margin: 40px 0 0;
}
.teams .team_inr img {
    width: 100%;
    border: 3px solid #eee;
    padding: 5px;
    border-radius: 4px;
}
.teams .team_inr {
    margin: 0 0 30px;
}
.teams .team_inr .team_txt {
    background: #fff;
    padding: 10px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.teams .team_inr:hover .team_txt {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.teams .team_inr .team_txt h3 {
    font-size: 19px;
    line-height: 21px;
    color: #333;
}
.teams .team_inr .team_txt span {
    font-size: 14px;
}

.gallery .glry_box {
  margin: 0 0 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.gallery .glry_box .example-image {
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.gallery .glry_box:hover .example-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.apntmnt .apntmnt_txt {
    background: #90AEC7;
    padding: 30px;
    border-radius: 4px;
	margin: 0 0 0 15px;
}
.apntmnt .apntmnt_txt h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.apntmnt .apntmnt_txt span {
    font-size: 17px;
    color: #2e4771;
    font-style: italic;
}
.apntmnt .apntmnt_txt form .form_group {
    margin: 0 0 12px;
}
.apntmnt .apntmnt_txt form .form_group .fotm_control {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 10px;
    font-size: 15px;
    color: #000;
    border-radius: 4px;
}
.apntmnt .apntmnt_txt form .form_group textarea.fotm_control {
    min-height: 90px;	
}
.apntmnt .apntmnt_txt form .form_group .fotm_control.dt {
    width: 65%;
    float: left;
}
.apntmnt .apntmnt_txt form .form_group .fotm_control.tm {
    width: 32%;
    margin: 0 0 0 15px;
}
.apntmnt .apntmnt_txt form .form_group .btn {
    margin: 0;
    background: #3e648a;
    border: 1px solid #3e648a;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.apntmnt .apntmnt_txt form .form_group .btn:hover {
    background: #000;
    border: 1px solid #000;
}
.apntmnt .apntmnt_imag {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px;
    margin: 0 15px 0 0;
}
.apntmnt .apntmnt_imag img {
    width: 100%;
    border-radius: 4px;
}

.blogs .blg_box .blg_imag {
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    padding: 5px;
    overflow: hidden;
    border-bottom: 0;
}
.blogs .blg_box:hover .blg_imag img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.blogs .blg_box .blg_imag img {
    width: 100%;
    border-radius: 4px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.blogs .blg_box .blg_txt {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 12px;
    border-radius: 0 0 4px 4px;
}
.blogs .blg_box .blg_txt h3 {
    font-size: 21px;
    line-height: 24px;
}
.blogs .blg_box .blg_txt h3 a {
    color: #000;
	text-decoration: none;
}
.blogs .blg_box .blg_txt span {
    font-size: 13px;
    margin: 0 0 12px;
    display: inline-block;
	color: #444;
}
.blogs .blg_box .blg_txt span a {
    color: #444;
}
.blogs .blg_box .blg_txt .btn {
    margin: 0;
}
.blogs .blg_box {
    margin: 0 0 30px;
}

.cntct .cntct_box {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.cntct .cntct_box span {
    background: #eee;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    border-radius: 100%;
    margin: 0 20px 0 0;
}
.cntct .cntct_box .cntct_txt h4 {
    font-size: 19px;
    margin: 0 0 4px;
}
.cntct .cntct_box .cntct_txt p {
    font-size: 13px;
    margin: 0;
}
.abt_text p.gnrl_infrm {
    display: inline-block;
    margin-right: 12px;
}

.sctn.intrntnl_ptns {
    background: #f9f9f9;
    padding: 70px 35px;
    margin-bottom: -90px;
}
.intrntnl_ptns .ptn_box {
    position: relative;
    margin: 0 0 30px;
    border-radius: 4px;
}
.intrntnl_ptns .ptn_box img {
    width: 100%;
    border: 3px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}
.intrntnl_ptns .ptn_box span {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    background: #15143e;
    margin: 0 120px;
    color: #fff;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 5px 30px 0px #00000030;
}	

.trtmnt .abt_text img, .sctn.dntl_turism img {
    margin: 0 40px 50px 0;
    border-radius: 4px;
    border: 3px solid #ccc;
    padding: 7px;
	float: left;
}
.trtmnt .abt_text img {
    width: 45%;	
}
.trtmnt .abt_text p strong {
    color: #000;
}
.trtmnt .abt_text li {
    list-style: none;
    font-size: 15px;
    color: #7a7a7a;
    line-height: 23px;
}
.trtmnt .abt_text li img {
    width: 16px;
    margin: 0;
    float: none;
    border: 0;
    padding: 0;
}
.trtmnt h4 {
    font-size: 21px;
    margin: 20px 0 12px;
    color: #000;
}

.whatsapp {
    position: relative;
	z-index:11;
}
.whatsapp a {
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 30px;
}


.dntl_turism .abt_text ul {
    margin: -12px 0 15px;
}
.dntl_turism .abt_text li {
    list-style: none;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
.dntl_turism .abt_text li a {
    text-decoration: none;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
}