@charset "utf-8";
/* CSS Document */

/* style.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");
/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
 /* ===== Google Font Import - Poppins ===== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;&display=swap");

* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
/* CSS Document */
/*
   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.1s ease;
}
*/

	/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
nav ul { list-style:none; }

img, fieldset {
  border: 0; 
}

/*
:root {
  --dark-grey: #333333;
  --medium-grey: #636363;
  --light-grey: #eeeeee;
  --ash: #f4f4f4;
  --primary-color: #2b72fb;
  --white: white;
  --border: 1px solid var(--light-grey);
  --shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
*/

/*
body {
   width: 97%;
       margin: 0 auto;
  

  font-family: "Open Sans", sans-serif;
}
*/
/*


ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: white;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
/*	color: #404040;*/
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

/*
h1,
h2,
h3 {
	margin: 0;
	padding: 0.5em 0 0;
  color: #43A5BE; 
}
h1 {
  font-size: 2em; color: #3949AB;
}
h2 {
  font-size: 1.6em;  
}
p {
	margin: 0;
	padding: 1em;
  text-align: justify; 
  font-weight: normal; 
  font-size: 1.0rem; 
  line-height: 1.7;
  color: #43A5BE;
}
*/
.mobile-menu h4 {text-transform: uppercase;margin-top: 5px;
   
}

nav ul { list-style:none; }
  
  /*log-on login page
----------------------------------------*/
/* xxxxxxxxxxxxxxxx   BackToTop button css   xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#FF9800;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px; box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
	z-index:99;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:white
}
#scroll:hover {
    background-color:#555;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#topbar {
	width:99.99%;
	padding-bottom: 1px;
	padding-top: 0px;
	margin-top: 0px auto;
}
/*
.language {
display:none;
}
*/
.languagebar { 			/* Keep NEW */

	display: flex; justify-content: flex-end; align-items: center;margin: 0; height: 3em; padding: 0.3em; 	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #003399;
	text-decoration: none;
}
.languagebar a{			/* Keep NEW */
	color: #999999;
	text-decoration: none; padding-left: 0.3em; padding-right: 0.3em
}
.languagebar a:hover{			/* Keep */
	color: #003399;
	text-decoration: none;
}
.logouttop {					/* Keep */
	display: flex; justify-content: flex-end; align-items: center;margin: 0; height: 3em; padding: 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #003399;
	text-decoration: none;
}
.logo-container {
display: flex; justify-content: flex-end; align-items: center;margin: 0; height: 5em; padding-right: 0;
  margin-top: -1.5em;
}
.banner {margin-right: auto; margin-left: 0.5em; }

.loginmembers {
/*	background-color:#0074a6;*/
  background-color:#ffa500;
	border-radius:3px;
	border:none;
	color:#fff;	
	font-size:0.95em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
  padding: 10px 10px;
	margin-top: 5px;
	margin-bottom:5px;
		}
.loginmembers:visited {/* Read More Buttons*/
	background-color:#ff8c00 ;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginmembers:hover{
	background-color:#cc5500;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginbutton {
	background-color:#ffa500;
	border-radius:3px;
	border:none;
	color:#fff;
	display:inline-block;
	font-family:Verdana, arial, sans-serif;
	font-size:1.125em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	float:right;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	margin-top: 12px;
	margin-bottom:12px;
		}
.loginbutton:visited {/* Read More Buttons*/
	background-color:#0074a6;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginbutton:hover{
	background-color:#00a3eb;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}/* Read More Buttons*/
  /*log-on login page
----------------------------------------*/
#log-on {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 14px;
	font-family: calibri;
	margin-top: 50px;
	}
.login-block {
  margin: 0 auto; background: #EB3D40;
  width: 400px;
}
.login {
  width: 300px;
  background: white;
  opacity: 0.9;
  padding: 50px 50px 50px 30px;
  margin: 0 auto;
  display: block;
  position: absolute;
}
.loginheader  {
	font-size: 60px;
	color: rgb(102, 204,255);
	opacity: 0.9;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -12px;
	margin-left: 0px;
}
input { 
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgb(255, 120, 0);
  padding: 5px;
  background: white;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: .01em;
  
/*

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
*/


.logo {
  margin-right: 0.5rem;

}

}


  
    
    
/*--------------------------------------------------------------
If no grid support, limit width to 50em and center align
--------------------------------------------------------------*/
/*
@supports not (display: grid) {
	.container {
		max-width: 50em;
		margin: 0 auto;
	}
}
*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx   media queries  xxxxxxxxxxxxxxxxxxxxxxxxxxxx                         

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*
@media (max-width: 1240px) {
  
  
}
*/
 /*-----------------------------    -------------------------------
                               NEW STYLES START 
    -------------------------------------------------------------*/

    
    
/*                         NEW STYLES START           */


  .brand a {text-decoration: none;color:#ffffff; padding-left: 5px }
    
 .brand {display: grid;
   grid-template-columns: 1fr;  
    gap: 5px; 
/*   grid-template-rows: 1fr;*/
 margin: 0 auto;
  width: 0%; 
}
      

.gallery-item-inner {
border: 1px solid tomato;
}

.item12 {
grid-column: span 4;
}
   
   header a {text-decoration: none;}
   
   header {
     width: 99.99%;
     height: 50px;
/*     display: flex*/
   }
.press h2 { 
    font-size: 2.4em;
    line-height: 1.2;
    color:white;
/*    text-transform: uppercase;*/
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 800;
    position: absolute;
    top: 320px;
    left: 40px;
  padding-right: 0px;
  text-transform: uppercase;
  letter-spacing: 0.01em;

}
.press h2::before {
    content: "";
    position: absolute;
    left: 0%;
    width: 110px;
    height: 4px;
    background: #ff5e14;
    bottom: -15px;
    margin-left: 0px;
  margin-right: 10px;
  
}   
/*
     .space {

    width:100%;
   min-height: 20px;
   margin: auto; 
 }   
*/
  .space {

   min-height: 100px;
   margin: 40px auto; 
 }
/*
nav {
   height: auto;
  border-bottom: 0px solid #3d3f50;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
   background: url("//www.igc.int/en/dons-test-folder/testing/images/pic-1.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  margin-top: 0px;
}
*/

nav ul {
  padding: 0px 20px;
  width: 99.99%;
  height: 100%;
  margin:0 auto;
  list-style: none;
  transition: all 0.3s ease;
  letter-spacing: 0.07em;
}

nav ul li {position: relative;
  width: 22.7%;
display: inline-flex;
  
/*  text-align: center;*/
  align-items: center;
  padding: 20px 28px;
  cursor: pointer;
/*  color: #c78e67;*/
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

nav ul li:hover {
  color: #ea3b50;
  box-shadow: inset 0 5px #ea3b50;
}

/* sub-menu */

nav ul li ul.sub-nav {
  position: absolute;
  top: 55px;
  left: 0;
/*  width: 251px;*/
  width: 100%;
  height: auto;
  background: #444759;
  border-top: 5px solid #3d3f50;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14), -1px 0px 1px rgba(0, 0, 0, 0.14);
  visibility: hidden;
  opacity: 0;   letter-spacing: .01em;
}

nav ul li ul.sub-nav li {
  color: #eee;
  font-size: 0.81em;
  width: 100%;
  font-weight: 400;
  padding: 10px 0;text-transform: capitalize;
}

nav ul li ul.sub-nav li:hover {
  color: #ea3b50;
  box-shadow: 0 0;
}

nav ul li:hover ul.sub-nav {
  visibility: visible;
  opacity: 1;
}
      
   #hamburger-icon {
     margin: auto 0;
     display: none;
     cursor: pointer;
   } 
   
   #hamburger-icon div {
     width: 35px;
     height: 3px;
/*     background: yellow;*/
     margin: 6px 0;
     transition: 0.4s;     
   } 
   .open .bar1 {
     -webkit-transform:rotate (-45deg) translate (-6px, 6px);
     transform: rotate(-45deg) translate(-6px, 6px);
   }
   
    .open .bar2 {
     opacity: 0;
   } 
   
   .open .bar3 {
     -webkit-transform:rotate (45deg) translate (-6px, -8px);
     transform: rotate(45deg) translate(-6px, -8px);
   }
   
 .open .mobile-menu {
   display: flex;
   flex-direction: column;
/*   align-items: left;*/
   justify-content: flex-end;
/*   width: 99.99%;*/
   margin: 0px;
 background:darkslategray;
    z-index: 999; 
   }  
    .mobile-menu a {color: #FFFFFF}
    
  .mobile-menu {width: 97.99%;
    display: none;
    padding-left: 90px;
    position: absolute;
    top: 190px;
    left: 10px;
    height: calc (100vh - 50px);
    list-style: none;
    margin: 0 auto;
   } 
   .mobile-menu ul {text-align: left; width: 100%;}

   .mobile-menu ul li {
      list-style: none;
      display: flex;
/*  text-align: center;*/
   align-content:space-between;
  justify-content:space-between;
  align-items: center;

  padding: 2px 8px;
  cursor: pointer;
/*  color: #c78e67;*/
  font-size: 14px;
  font-weight: 400;
/*  text-transform: uppercase;*/
  transition: all 0.5s ease;
  position: relative;
   }
   
 .mobile-menu ul li:hover {
  color: #000000;

 box-shadow: 0 0;
/*  background: #7F0C0E;*/
}
   .mobile-menu ul.sub-nav {padding: 20px;}

@media (max-width: 1190px) {
  
  .banner{}
   .banner img {margin: auto; width: 95% }
  .loginmembers {
	font-size:0.85em;
	font-weight: 600;
	text-align:center;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom:3px;
}
  
  #brandx {color: #FFFFFF; width: 100%; height: 30px; }
   
  header {width: 100%;margin: 0  0px 0 6px;
   
    padding-top:10px;
     background-color: red;
   }
     #hamburger-icon {

     display: block; margin: 0 84%; 
  
   }
     #hamburger-icon div {    
       display: flex;
   flex-direction: column;
/*   align-items: left;*/
   justify-content: flex-end;
     background-color:white;

   } 
   .mobile-menu {
  color: #FFFFFF;
  box-shadow: 0 0;
/*  background: red;*/
}
  video {display: none;}
  nav {
  width: 100%;
  height: auto;
  background: green;
  border-bottom: 1px solid #3d3f50;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; 
    display: none;
}

nav ul {padding: 0px 25px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  list-style: none;
  transition: all 0.5s ease;
}

nav ul li {
  width: 45%;
display: inline-flex;
  text-align: center;
/*  justify-content: space-between;*/
  align-items: center;
  padding: 34px 25px;
  cursor: pointer;
  color: #eee;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s ease;
  position: relative;
}

nav ul li:hover {
  color: yellow;
  box-shadow: inset 0 5px #ea3b50;
}

     
 }
 .gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0rem;
   background: #c78e67;
   color: #FFFFFF;
   
}
.gallery-item {
border: 1px solid #ddd;
padding: 0.21rem;
text-align: left;
font-size: 0.67rem;
  
}





.gallery-item-inner {
border: 1px solid tomato;
}


.item12 {
grid-column: span 4;
}
 	
 
/*
.container-1 nav {
 
  height: auto;
  border-bottom: 0px solid #3d3f50;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
   background: url("//www.igc.int/en/dons-test-folder/testing/pic-1.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 100px;
  margin-top: 0px;
}
*/

.container-1 nav ul {padding: 0px 25px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  list-style: none;
  transition: all 0.5s ease;
}

.container-1 nav ul li {
  width: 18%;
display: inline-flex;
/*  text-align: center;*/
  align-items: center;
  padding: 24px 25px;
  cursor: pointer;
  color: #c78e67;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s ease;

  position: relative;
}

.container-1 nav ul li:hover {
  color: #ea3b50;
  box-shadow: inset 0 5px #ea3b50;
}

/* sub-menu */

.container-1 nav ul li ul.sub-nav {
  position: absolute;
  top: 65px;
  left: 0;
  width: 251px;
  height: auto;
  background: #444759;
  border-top: 5px solid #3d3f50;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14), -1px 0px 1px rgba(0, 0, 0, 0.14);
  visibility: hidden;
  opacity: 0;
}

.container-1 nav ul li ul.sub-nav li {
  color: #eee;
  font-size: 0.74em;
  width: 100%;
  font-weight: 400;
  padding: 10px 0;text-transform: capitalize;
}

nav ul li ul.sub-nav li:hover {
  color: #ea3b50;
  box-shadow: 0 0;
}

nav ul li:hover ul.sub-nav {
  visibility: visible;
  opacity: 1;
}

.social-icons ul {
  text-align:center; display:inline-flex; 
}
   
.social-icons ul {
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}

.social-icons li { 
  display:inline-flex;
/*  margin-bottom:1px;*/
  margin-right:25px;
  color:#96a2b2;
}
.social-icons a {
  background-color:#eceeef;
  color:#818a91;
  font-size:15px;
  display:inline-block;
  line-height:48px;
  width:48px;
  height:48px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover {
  color:#fff;
  background-color:#29aafe
}

.social-icons a.facebook:hover {
  background-color:#3b5998
}
.social-icons a.twitter:hover {
  background-color:#00aced;
}
.social-icons a.linkedin:hover {
  background-color:#007bb6
}
.social-icons a.dribbble:hover {
  background-color:#ea4c89
}   
   
   
   
   
.social-icons a {
  width:50px;
  height:50px;
  line-height:50px;
  margin-left:10px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}

/*
  svg {
  width: auto;
  height: auto;
  margin: 0px;
padding-top: 12px; 
  fill: #737373;
}
svg:hover {
  fill: white; 
}
*/

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px;background: #E0F501;margin: 0 auto; width: 100%;text-align:center
  }
}
@media (max-width:767px)
{

  .social-icons {
    text-align:center;
  }

  .social-icons li.title {
    display:block;
    margin-right:0;
    font-weight:600;
  }
}

    
  p.sub{ 
        margin-top: 20px;line-height: 1.3;
            font-size: 120%;
}   

       
/*XXXXXXXXXXX-----  LINK BUTTON  -----XXXXXXXXXXXXXXXXXX*/    
   .link-box.home-blog-link a {
  font-size: 14px;
  color: #ff5e14;
}   
  .link-box.home-blog-link a {
    font-size: 16px;
    line-height: 3;
    color: #ff5e14;
    font-weight: 500;
    text-decoration: none;
}
 /*XXXXXXXXXXX-----  LINK ARROW  -----XXXXXXXXXXXXXXXXXX*/     
.arrow-link {
    display: flex;
       color: #ff5e14;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    letter-spacing: 1px;
    font-size: 14px;
}

.arrow-link > .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #ff5e14;
    border-bottom: 2px solid #ff5e14;
    position: relative;
    transform: rotate(-45deg);
    margin-left: 3px;
    transition: all .3s ease;
}

.arrow-link > .arrow::before {
    display: block;
    background-color: #D95E39;
    width: 3px;
    transform-origin: bottom right;
    height: 2px;
    position: absolute;
    opacity: 0;
    bottom: calc(-2px / 2);
    transform: rotate(45deg);
    transition: all .3s ease;
    content: "";
    right: 0;
}

.arrow-link:hover > .arrow {
    transform: rotate(-45deg) translate(4px, 4px);
    border-color: #D95E39;
}

.arrow-link:hover > .arrow::before {
    opacity: 1;
    width: 8px;
}

.arrow-link:hover {
    color: #D95E39;
}
/*XXXXXXXXXXX-----  LINK BUTTON ENDS  -----XXXXXXXXXXXXXXXXXX*/   
      
/*
.card-title a {
  color: #222;text-decoration: none;
}
 .card-title a:hover {
  color: #ff5e14;
}     
.link-box a {
  color: #555;
}
.link-box a:hover {
  color: #ff5e14;
}
*/

        @media (max-width: 768px) {
            .container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .container {
                grid-template-columns: 1fr;
            }
          
        }

      
 .footer{
    width: 100%; margin-top:110px;
    position: relative;
    bottom: 0;
    left: 0;
    background: rgba(42,54,78, 1);
    color: white;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  font-size:0.77em;
/*
  font-family: 'Segoe UI', 
            Tahoma, Geneva, Verdana, sans-serif; 
*/
}

.footer .content{
    padding: 10px 20px;  
}

.footer .content h2{
      font-size:0.95em;
  font-weight: 500;
  text-transform:uppercase;
    margin-bottom: 30px;
    position: relative;
}

.footer .content h2::after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 70px;
    background: #ff5e14;
}

.footer .contact{
    flex-basis: 22%;
}

.footer .contact p{
    text-align: left;
  line-height: 1.85; 
  padding: 3px;
  margin-bottom: 10px;
}


.social{
    width: 99%;
    margin-top: 15px;
    display: flex;
  
}
.social a{
    margin-right: 0px;
 flex-basis: 22%;
    height: 45px;justify-content: space-around;
align-content: center;
/*    line-height: 35px;*/
/*    text-align: center;*/
    border-radius: 0%;
    transition: 0.2s;
}
/*

.footer .contact .social a:hover{
    background: #2a364e;
}

.footer .contact .social a i{
    font-size: 21px;
    color: red;
}
*/

.footer .links{
    flex-basis: 19.5%;
}

.footer .links ul{
    list-style: none;
}

.footer .links ul li{
    margin-top: 10px;
}

.footer .links ul li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.footer .links ul li a:hover{
    color: rgb(205, 205, 205);
}
      
      /* copyright*/
 .row-copyright{
     width: 100%;
        height: 45px;
/* background-color:#3F4A5F; */
   background-color: rgba( 42,54,78, 0.97);
   color:#FFFFFF;    
        display: flex;
    flex-wrap: nowrap;
   padding: 15px 0 15px 25px;
/*    justify-content: space-between;*/
      }
.footer-box{ width: 100%;}
  

.site-footer hr {
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small {
  margin:20px 0
}
.copyright-text  { margin: 35px 5px; width: 450px;font-size: 0.81em;  }
p.copyright-text  { flex-basis: 100%; }

.footer-links {
  padding-left:0;
  list-style:none;
}
.footer-links li {
  display:block;
}


/*
  svg {
  width: auto;
  height: 32px;
  margin: 0px;
padding-top: 14px; 
  fill: #737373;
}
svg:hover {
  fill: white; 
}
*/
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px;background: #E0F501;margin: 0 auto; width: 100%;text-align:center
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center;
  }
}
.social-icons {
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li {
  display:inline-block;
  margin-bottom:4px; padding-left: 5px
}
.social-icons li.title {
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a {
  color:#818a91;
  font-size:22px;
  display:block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-top: 25px;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover {
  color:#fff; 

}


.social-icons.size-sm a {
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
/*
.social-icons a.facebook:hover {
  background-color:#3b5998
}
*/
.social-icons a.twitter:hover {
  background-color:#007bb6
}
.social-icons a.linkedin:hover {
  background-color:#007bb6
}
/*
.social-icons a.dribbble:hover {
  background-color:#ea4c89
}
*/
@media (max-width:767px)
{
  .social-icons li.title {
    display:block;
    margin-right:0;
    font-weight:600;
  }
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  */

@media (max-width:750px){

  
  .footer .contact {
    flex-basis: 100%;
    height: 30vh;
   
}
  
.footer .content h2{
/*
      font-size:1em;
      font-weight: 600;
      text-transform:uppercase;
*/
      margin-bottom: 10px;
/*      position: relative;*/
}
.footer .content h2::after {
      display: none;
}

  .footer .content {
      flex-basis: 100%;
      margin-bottom: 10px;
      flex-wrap: wrap;
      text-align: center;
    }
  
/*  .content {text-align: center;}*/
  
  .footer .contact p {
    text-align: center;
    line-height: 1.40; 
}
  
  

     /*xxxxxxxxxxxxxxxxxxxx copyright  xxxxxxxxxxxxxxxxxxxxxxxx*/
 .row-copyright {
     width: 100%;
     height: 95px;
     flex-wrap: wrap;
     padding-left: 0px;
/*   justify-content: space-between;*/
      }
   
  .col-md-8 {width: 100%;margin-top: 5px;}
 .social {width: 100%;margin: 0px;padding: 0px; font-size: 14px;position: relative;text-align: center }
}
.copyright-text  { margin: 0px 0px; width: 100%;font-size: 0.71em; }
p.copyright-text  { text-align: center }

@media (max-width:770px){
  
  .social {margin: 0px 28%;
   

    line-height: 5px;
    text-align: center;
 }
    .social a{
              margin-left: 20px;
 flex-basis: 15%;
    height: 45px;justify-content: space-around;
align-content: center;
/*    line-height: 35px;*/
/*    text-align: center;*/
    border-radius: 0%;
    transition: 0.2s;
    }

}    
