/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --main-color: #26354C;
  --main-color-alt:#5097ff;
  --white-color: #ffffff;
  --main-transition: 0.3s;
  --main-padding-top: 100px;
  --main-padding-bottom: 100px;
  --section-background: #ececec;
  --whatscolor: #25d366;
  --facecolor: #1877f2;
  --twitercolor: #000000;
  --youtubecolor: #ff0000;
  --linkedincolor: #0a66c2;
  --instagramcolor: #c32aa3;
  --googlecolor: #4285f4;
}


.googlecolor{
  color: var(--googlecolor);
}
.whatscolor{
  color: var(--whatscolor);
}
.facecolor{
  color: var(--facecolor);
}
.twitercolor{
  color: var(--twitercolor);
}
.youtubecolor{
  color: var(--youtubecolor);
}
.linkedincolor{
  color: var(--linkedincolor);
}
.instagramcolor{
  color: var(--instagramcolor);
}


::-webkit-scrollbar{
  width: 12px;
}
::-webkit-scrollbar-track{
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb{
  background-color: var(--main-color);
}
::-webkit-scrollbar-thumb:hover{
  background-color: var(--main-color-alt);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cairo", sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
section{
  overflow: hidden;
}
.titlewshap{
  color: var(--white-color);
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
}
.titlewshap::after{
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  right: 0;
  bottom: -10px;
  background-color: var(--white-color);
}
.titlewshap::before {
  content: " ";
  position: absolute;
  height: 6px;
  width: 20px;
  right: 0;
  background-color: var(--white-color);
  bottom: -12px;
}



.titlewshapblack{
  color: var(--main-color);
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
  
}
.titlewshapblack::after{
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  right: 0;
  bottom: -10px;
  background-color: var(--main-color);
}
.titlewshapblack::before {
  content: " ";
  position: absolute;
  height: 6px;
  width: 20px;
  right: 0;
  background-color: var(--main-color);
  bottom: -12px;
}

/* media query  */
@media (max-width: 320px) {
  .container {
    max-width: 300px !important; } }
@media (min-width: 360px) {
  .container {
    max-width: 340px !important; } }
@media (min-width: 410px) {
  .container {
    max-width: 390px !important; } }
@media (min-width: 576px) {
  .container {
    max-width: 540px !important; } }
@media (min-width: 769px) {
  .container {
    max-width: 720px !important; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px !important; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important; } }
/* End @media */

/* End Global Rules */


/* Start icnavtop */
.icnavtop{
  background-color: var(--main-color);
}
.icnavtop .container{
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
.icnavtop .container .row{
  
}
.icnavtop .container .row > div{
  
}
.icnavtop .navtopcontact{
  text-align: right;
}
.icnavtop .navtopcontact a{
  color: #fff;
  font-size: 12px;
}
.icnavtop .navtopcontact a span{
  background-color: var(--main-color-alt);
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  margin: 0px 3px;
}
.icnavtop .navtopcontact a span i,
.icnavtop .navtopcontact a span svg{
  
}
.icnavtop .navtopsolcial{
  text-align: left;
}
.icnavtop .navtopsolcial a{
  color: #fff;
  font-size: 14px;
}
.icnavtop .navtopsolcial a span{
  background-color: var(--main-color-alt);
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  margin: 0px 3px;
}
.icnavtop .navtopsolcial a span i,
.icnavtop .navtopsolcial a span svg{
  
}

@media (max-width: 576px){
  .icnavtop .navtopcontact a{
    display: inline-block;
    margin-bottom: 4px;
  }
  .icnavtop .container .row > div{
    padding: 0px 5px;
  }
  .icnavtop .navtopsolcial a span{
    margin: 0px;
  }
}
/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/


/* End icnavtop */

/* Start icheader */
.icheader{
  background-color: var(--main-color);
  transition: all .35s ease-in-out;
}
.icheader .container{
  padding: 10px 0px;
}
.icheader .container > .row{
  
}
.icheader .container > .row > div{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: right;
  align-items: center; 
  position: relative;
}
.icheader .menubtn{
  border-radius: 5px;
  background-color: var(--main-color);
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  cursor: pointer;
  display: none;
}
.icheader .menubtn i,
.icheader .menubtn svg{
  
}
.icheader .container > .row > div:nth-of-type(2){
  justify-content: left;
}
.icheader .linklogo{
  
}
.icheader .linklogo img{
  height: 80px;
}
.icheader .container > .row > div > ul{

}
.icheader .container > .row > div > ul > li{
  display: inline-block;
}
.icheader .container > .row > div > ul > li > a{
  margin-left: 3px;
  padding: 5px 8px;
  color: var(--white-color);
  letter-spacing: 1px;
  font-size: 14px;
  position: relative;
  transition: all .35s ease-in-out;
}
.icheader .container > .row > div > ul > li > a::after{
    content: " ";
    display: inline-block;
    width: 15px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    background-color: transparent;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    transition: all .35s ease-in-out;
}
.icheader .container > .row > div > ul > li > a:hover{
  /* color: var(--main-color); */
}
.icheader .container > .row > div > ul > li > a:hover::after{
  background-color: var(--white-color);
  bottom: 0px;
}
.dropdown-menu{

}
.dropdown-menu li{
  transition: var(--main-transition);
}
.dropdown-menu a{
 background-color: var(--main-color);
 color: var(--white-color);
 margin-bottom: 1px;
 text-align: center;
 transition: var(--main-transition);
}
.dropdown-menu img{
  height: 20px;
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 769px){
  .icheader .container > .row > div > ul{
    width: 100%;
  }
  .icheader .container > .row > div > ul li{
    display: block;
  }
  .icheader .container > .row > div > ul li a{
    display: block;
    text-align: center;
  }
  .icheader .container > .row > div > ul li:not(:last-of-type){
    border-bottom: 1px solid #ddd;
  }
  .dropdown{
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 769px){
  .icheader .menubtn{
    display: block;
  }
  .icheader .container > .row > div > ul{
    display: none;
  }
}
@media (min-width: 770px) and (max-width: 992px){
  .icheader .container > .row > div > ul li a{
    padding: 5px 0px;
    font-size: 11px;
  }
  .icheader .linklogo img{
    height: 60px;
  }
}


/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)

@media (min-width: 993px) and (max-width: 1199px)*/


/* End icheader */

/* Start icintro */
.icintro{
  height: calc(100vb - 101px);
  overflow: hidden;
}
.icintro .introimg{

}
.icintro .carousel-caption{
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.icintro .carousel-caption img{
  height: 100px;
  margin-bottom: 30px;
}
.icintro .carousel-caption h2{
  /* background-color: var(--main-color);
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-bottom: 10px;   */
  font-size: 20px;
  margin-bottom: 30px;
  /* color: var(--main-color); */
  position: relative;
  display: inline-block;
}
.icintro .carousel-caption h2::after{
  content: " ";
  background-color: var(--white-color);
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: -60px;
  top: 50%;
}
.icintro .carousel-caption h2::before{
  content: " ";
  background-color: var(--white-color);
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  right: -60px;
  top: 50%;
}
.icintro .carousel-caption h5{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000; 
  /* color: var(--main-color);  */
}
.icintro .carousel-caption p{
  color: var(--white-color);
  width: 70%;
  margin: auto;
  margin-bottom: 20px;
  font-size: 20px;
  /* color: var(--main-color); */
}
.icintro .carousel-caption > div{
  
}
.icintro .carousel-caption > div a{
  position: relative;
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid var(--white-color);
  transition: all .35s ease-in-out;
}
/* .icintro .carousel-caption > div a::after{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #004B8F;
  border-radius: 5px;  
} */
.icintro .carousel-caption > div a:hover{
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 769px){
  .icintro{
    height: auto;
  }
  .icintro .introimg{
    height: 400px;
  }
  .icintro .carousel-caption{
    margin-bottom: 50px;
  }
  .icintro .carousel-caption h2{
    font-size: 14px;
  }
  .icintro .carousel-caption h5{
    font-size: 14px;
    width: auto;
  }
  .icintro .carousel-caption p{
    font-size: 11px;
    width: 100%;
  }
  .icintro .carousel-caption a{
    font-size: 10px;
  }
}
@media (min-width: 770px) and (max-width: 992px){
  .icintro{
    height: auto;
  }
  .icintro .carousel-caption h5{
    font-size: 20px;
  }
  .icintro .carousel-caption p{
    font-size: 14px;
    width: 100%;
  }
}
/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)

@media (min-width: 993px) and (max-width: 1199px)*/
/* End icintro */


/* Start icabout */
.icabout{
  background: url(../img/who-bg.jpg);
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  background-attachment: fixed;
  width: 100% !important;
  margin-top: 5px;
}
.icabout .container{
  padding: 75px 0px;
}
.icabout .headsec{
  text-align: center;
  margin-bottom: 30px;
}
.icabout .headsec h3{
  margin: auto;
}
.icabout .headsec p{
  
}
.icabout .row{
  width: 60%;
  margin: auto;
}
.icabout .row > div{
  text-align: center;
}
.icabout .row > div h4{
  color: var(--white-color);
  font-weight: bold;
  font-size: 20px;
  margin-top: 50px;
}
.icabout .row > div h4 span{
  
}
.icabout .row > div p{
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 2;
  text-align: justify;
}
.icabout .row > div img{
  height: 200px;
  display: block;
  margin: auto;
}
@media (max-width: 992px){
  .icabout .row{
    width: 100%;
  }
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End icabout */


/* Start icvision */
.icvision{
  
}
.icvision .container{
  padding: 75px 0px;
}
.icvision .row{
  
}
.icvision .row > div{
  
}
.icvision .row > div h4{
  color: var(--main-textcolor);
  font-weight: bold;
  font-size: 20px;
}
.icvision .row > div h4 span{
  
}
.icvision .row > div p{
  color: var(--main-textcolor);
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 2;
  text-align: justify;
}
.icvision .row > div img{
  width: 100%;
  border-radius: 5px;
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End icvision */


/* Start icteamwork */
.icteamwork{
  /* background-image: linear-gradient(to bottom, #ffffff, #f5f7ff, #e6f0ff, #d3eafe, #bde5fa); */
  background-color: #26354C;
}
.icteamwork .container{
  padding: 50px 0px;
}
.icteamwork .container .row{
  
}
.icteamwork .container .row > div{
  
}
.icteamwork p{
  margin-bottom: 15px;
  color: var(--white-color);
  line-height: 3;
  padding-right: 5px;
  text-align: justify;
}
.icteamwork .upwhoimg{
  margin: auto;
  position: relative;
  transition: all .35s ease-in-out;
}
.icteamwork .upwhoimg img{
  border-radius: 10px;
  width: 100%;
  display: block;
  margin: auto;
}

/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/


/* End icteamwork */


/* Start icfounder */
.icfounder{
  /* background-image: linear-gradient(to bottom, #ffffff, #f5f7ff, #e6f0ff, #d3eafe, #bde5fa); */
  background-color: #26354C;
  background-color: #598A9B;
  margin-top: 5px;
}
.icfounder .container{
  padding: 50px 0px;
}
.icfounder .container .row{
  
}
.icfounder .container .row > div{
  
}
.icfounder p{
  margin-bottom: 15px;
  color: var(--white-color);
  line-height: 3;
  padding-right: 5px;
  text-align: justify;
}
.icfounder .upwhoimg{
  margin: auto;
  position: relative;
  transition: all .35s ease-in-out;
}
.icfounder .upwhoimg img{
  border-radius: 10px;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  border: 5px solid white;
}
.icfounder .upwhoimg h4{
  text-align: center;
  font-size: 20px;
  color: var(--white-color);
}
.icfounder .upwhoimg h6{
  text-align: center;
  font-size: 16px;
  color: var(--white-color);
}
.icfounder .upwhoimg a{
  text-align: center;
  color: var(--white-color);
  display: block;
}
/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/


/* End icfounder */


/* Start icpartners */
.icpartners{
    background: url(../img/parrtners-bg.png);
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-repeat: round !important;
    background-attachment: fixed;
    width: 100% !important;
}
.icpartners .container{
  padding: 50px 0px;
}
.icpartners .container .row{
  
}
.icpartners .container .row > div{
  
}
.icpartners p{
  margin-bottom: 15px;
  color: var(--white-color);
  line-height: 3;
  padding-right: 5px;
  text-align: justify;
}
.icpartners .upwhoimg{
  margin: auto;
  position: relative;
  transition: all .35s ease-in-out;
}
.icpartners .upwhoimg img{
  border-radius: 10px;
  width: 100%;
  display: block;
  margin: auto;
}

@media (max-width: 576px){
  .icpartners{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/


/* End icpartners */

/* Start ictasks */
.ictasks{
  background: url(../img/tasks-bg.jpg);
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  background-attachment: fixed;
  width: 100% !important;
}
.ictasks .container{
  padding: 50px 0px;
}
.ictasks .secheading{
  text-align: center;
  margin-bottom: 50px;
}
.ictasks .row > div{
  
}
.ictasks .secheading{

}
.ictasks .secheading h3{
  margin: auto;
}
.ictasks .strabox{
  text-align: center;
}
.ictasks .strabox .upicon{
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: auto;
  margin-bottom: 20px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  position: relative;
  transition: var(--main-transition);
  background: rgba(255, 255, 255, .4);
}
.ictasks .strabox .upicon span{
  display: block;
  background-color: var(--main-color-alt);
  border: 2px solid white;
  color: white;
  width: 35px;
  height: 35px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  transition: var(--main-transition);
}
.ictasks .strabox .upicon:hover span{
  transform: rotate(360deg);
}
.ictasks .strabox .upicon img{
  height: 50px;
}
.ictasks .strabox h5{
  font-size: 14px;
  font-weight: lighter;
  font-weight: bold;
  color: var(--white-color);
}
.ictasks .strabox p{
  color: var(--white-color);
  font-size: 12px;
  
}
@media (max-width: 576px){
  .ictasks{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End ictasks */


/* Start gucount */
.gucount{
  background: url("../img/gucount-bg.jpeg");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  background-attachment: fixed;
  width: 100% !important;
}
.gucount .overlay{
  background-color: var(--main-color);
  opacity: .9;
  width: 100%;
  height: 100%;
}
.gucount .container{
  padding: 100px 0px;
}
.gucount .logocont{
  text-align: center;
}
.gucount .logocont img{
  height: 200px;
}
.gucount .logocont span{
  display: block;
}
@media (max-width: 576px){
  .gucount{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: round !important;
  }
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End gucount */

/* Start gugroup */

/* Start icservices */
.icservices{
  position: relative;
}
.icservices .container{
  padding: 50px 0px;
}
.icservices .secheading{
  text-align: center;
  margin-bottom: 30px;
}
.icservices .secheading h3{
  
}
.icservices .secheading h6{
  
}
.icservices .row{
  
}
.icservices .row > div{
  margin-bottom: 20px;
}
.icservices .serbox{
  box-shadow: 1px 1px 2px #ddd, -1px -1px 2px #dddd;
  padding: 30px 15px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  background-color: var(--main-color-alt);
  transition: var(--main-transition);
}
.icservices .serbox:hover{
  background-color: var(--white-color);
}
.icservices .serbox span{
  color: var(--main-color);
  background-color: var(--main-color-third);
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid var(--main-color);
  outline: 4px solid #c1c1c1;
  animation: ripple-white 1s linear infinite;
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(36, 75, 104, 0.1), 0 0 0 10px rgba(36, 75, 104, 0.1), 0 0 0 20px rgba(36, 75, 104, 0.1);
    box-shadow: 0 0 0 0 rgba(36, 75, 104, 0.1), 0 0 0 10px rgba(36, 75, 104, 0.1), 0 0 0 20px rgba(36, 75, 104, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(36, 75, 104, 0.1), 0 0 0 20px rgba(36, 75, 104, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(36, 75, 104, 0.1), 0 0 0 20px rgba(36, 75, 104, 0.1), 0 0 0 30px rgba(255, 255, 255, 0); } }
.icservices .serbox i,
.icservices .serbox svg{
  
}
.icservices .serbox h4{
  font-size: 20px;
}
.icservices .serbox p{
  margin-bottom: 0px;
  font-size: 14px;
}
@media (max-width: 769px){
  .icservices .row > div{
    margin-bottom: 10px;
  }
}
@media (min-width: 770px) and (max-width: 992px){
  .icservices .serbox h4{
    font-size: 14px;
  }
  .icservices .serbox p{
    font-size: 13px;
  }
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End icservices */

/* Start icinvestments */
.icinvestments{
  background-color: var(--main-color);
}
.icinvestments .container{
  padding: 50px 0px;
}
.icinvestments .container h3{
  margin: auto;
  margin-bottom: 30px;
}
.icinvestments .container h6{
  color: var(--white-color);
  margin-bottom: 50px;
  text-align: center;
}
.icinvestments .row{
  
}
.icinvestments .row > div{
  margin-bottom: 20px;
}
.icinvestments .prodbox{
  background-color: var(--white-color);
  transition: var(--main-transition);
  padding: 10px;
  box-shadow: 1px 1px 2px #ddd, -1px -1px 2px #dddd;
}
.icinvestments .prodbox:hover{
  background-color: var(--main-color-alt);
}
.icinvestments .prodbox:hover img{

}
.icinvestments .prodbox img{
  width: 100%;
  border-radius: 3px;
}
.icinvestments .prodbox .prodbox-title{
  position: relative;
}
.icinvestments .prodbox-title h4{
  font-size: 16px;
  margin: 5px 0px;
  font-weight: bold;
}
.icinvestments .prodbox-title a{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--main-color);
}
.icinvestments .prodbox-title span{
  transform: rotate(45deg);
  display: block;
  font-size: 20px;
}
.icinvestments .prodbox-title i,
.icinvestments .prodbox-title svg{
  
}
.icinvestments .prodbox p{
  font-size: 12.5px;
}
@media (max-width: 769px){
  .icinvestments .row > div{
    margin-bottom: 20px;
  }
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End icinvestments */

/* Start mgcontact */
.mgcontact{
  background-image: linear-gradient(to bottom, #ffffff, #f5f7ff, #e6f0ff, #d3eafe, #bde5fa);
}
.mgcontact .container{
  padding: 50px 0px;
}
.mgcontact .container h4{
  text-align: center;
  margin-bottom: 20px;
}
.mgcontact .container > .row{
  
}
.mgcontact .container > .row > div{
  
}
.mgcontact form{
  width: 50%;
  margin: auto;
}
.mgcontact form .row{
  margin-bottom: 15px;
}
.mgcontact form .row > div{
  padding: 0px 3px;
}
.mgcontact form input[type = text],
.mgcontact form input[type = tel],
.mgcontact form input[type = email],
.mgcontact form textarea{
  text-align: right;
  width: 100%;
  padding: 10px 5px;
  background-color: #F1F8FF;
  border: 1px solid var(--main-color);
  border-radius: 3px;  
}
.mgcontact form input[type = text]::placeholder,
.mgcontact form input[type = tel]::placeholder,
.mgcontact form input[type = email]::placeholder,
.mgcontact form textarea::placeholder{
  font-size: 14px;
  text-align: right;
}
.mgcontact form input[type = submit]{
  background-color: var(--main-color);
  width: 100%;
  color: #fff;
  padding: 10px;
  border-radius: 3px;  
}

@media (max-width: 769px){
  .mgcontact form{
    width: 100%;
  }
}
/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/


/* End mgcontact */



/* Start iccontact */
.iccontact{
  background: url(../img/contact-bg.jpg);
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  background-attachment: fixed;
  width: 100% !important;
}
.iccontact .container{
  padding: 50px 0px;
}
.forlogo{
  text-align: right;
  margin-bottom: 50px;
}
.forlogo img{
  height: 120px;
}

.fordata{
  margin-top: 50px;
  text-align: center;
  color: var(--white-color);
}
.fordata h2{
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.fordata h2 span{
  display: block;
  color: #d2a662;
  font-size: 30px;
}
.fordata h5{

}
.fordata p{
  direction: ltr;
}

.iccontact .row > div{
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.iccontact .row > div:not(:last-of-type){
  border-left: 1px solid var(--white-color);
}
.iccontact h4{
  color: var(--white-color);
}
.iccontact .contdata{

}
.iccontact .contdata a{
  display: block;
  font-size: 16px;
  color: var(--white-color);
}
.iccontact .contdata span{
  margin-left: 10px;
  font-size: 20px;
}
.iccontact .footer-icons a{
  font-size: 16px;
  color: var(--main-color);
}
.iccontact .footer-icons a span{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: white;
  border-radius: 50%;
  margin: 0px 5px;
  transition: transform .2s ease-in-out !important;
}
.iccontact .contbox span{
  color: white;
  background-color: var(--main-color);
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}
.iccontact .contbox h6{
  font-weight: bold;
  color: var(--white-color);
}
.iccontact .contbox p{
  font-size: 15px;
  color: var(--white-color);
}
@media (max-width: 576px){
  .iccontact{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: round !important;
    background-attachment: fixed;
  }
  .iccontact .row > div:not(:last-of-type){
    border-left: none;
  }
  .forlogo{
    text-align: center !important;
  }
  .iccontact .row > div{
    margin-bottom: 20px;
  }
}
@media (min-width: 577px) and (max-width: 769px){
  .forlogo{
    text-align: center !important;
  }
}
/*

@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End iccontact */

/* Start icfooter */
.icfooter{
  overflow: hidden;
  background-color: var(--main-color);
}
.icfooter .container{
  padding: 20px 0px;
}
.icfooter .container p{
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px){
  .icfooter .container p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
}

/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
/* End icfooter */

/* Start dccarousel */
.dccarousel{
  /* background: url("../img/slider-image03.jpeg");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important; */
  background-color: #598A9B;
}
.dccarousel .container{
  padding: 50px 0px;
}
.dccarousel .secheading{
  text-align: center;
  margin-bottom: 30px;
}
.dccarousel .secheading h3{
  color: white;
  width: fit-content;
  margin: auto;
    margin-bottom: 20px;
}
.dccarousel .secheading h6{
  color: white;
}
.dccarousel .upbridgeworkssloder{
  color: white;
}
.dccarousel .upbridgeworkssloder .owl-carousel{
  direction: ltr;
}
.dccarousel .owl-carousel .owl-stage-outer{
  
}
.dccarousel .upbridgeworkssloder .projectbox{
  position: relative;
  border: 1px solid white;
  padding: 10px;
  box-sizing: content-box;
  border-radius: 5px;
}
.dccarousel .upbridgeworkssloder .projectbox .mainimg{

}
.dccarousel .upbridgeworkssloder .projectbox .mainimg img{
  /* width: 100%; */
  border-radius: 5px;
  max-width: 100%;
}
.dccarousel .owl-nav{
  text-align: center;
}
.dccarousel .owl-nav button.owl-next,
.dccarousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  margin: 15px 5px;  
}
.dccarousel .owl-nav button.owl-next span,
.dccarousel .owl-nav button.owl-prev span{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 40px;  
  color: white;
}
.dccarousel .owl-nav{
  
}
@media (max-width: 576px){
  .dccarousel .upbridgeworkssloder .projectbox .details > div{
    font-size: 12px;
  }
}
/*
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/

/* End dccarousel */


/* Start thanks */
.thanks{
  height: 100vh;
  background-color: var(--section-background);
}
.thanks .container{
  padding: 100px 0px;
  text-align: center;
}
.thanks h2{
  color: var(--main-color-third);
  color: green;
}
.thanks h4{
  margin-bottom: 30px;
}
.thanks a{
  background-color: var(--main-color);
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: all .35s ease-in-out;  
}
.thanks a:hover{
  background-color: var(--main-color-alt);
}
/* End thanks */


/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* starting button-top */
#button-top {
  background-color: #244B68;
  background-color: var(--main-color-third);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  color: var(--white-color);
  opacity: 0.8; }

#button-top:hover i {
  opacity: 0.5; }

/*  End button-top */


/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
