
/* font-family seaction */

@font-face {
    font-family:"nanum-pen";
    src:url("../font/Nanum_Pen_Script/NanumPenScript-Regular.ttf") format("ttf");
 }
@font-face {
    font-family:"manrope";
    src: url("../font/manrope/OFL.txt") format("txt"),
    url("../font/manrope/README.txt") format("txt"),
    url("../font/manrope/manrope-VariableFont_wght.ttf") format("ttf");
}
@font-face{
    font-family: "manrope-extra-light";
    src: url("../font/manrope/manrope-ExtraLight.ttf") format("ttf");
}
    
@font-face{
    font-family: "manrope-light";
    src: url("../font/manrope/manrope-Light.ttf") format("ttf");
}
@font-face{
    font-family: "manrope-medium";
    src: url("../font/manrope/manrope-Medium.ttf") format("ttf");

}
@font-face{
    font-family: "manrope-regular";
    src: url("../font/manrope/manrope-Medium.ttf") format("ttf");
}
@font-face{
    font-family: "manrope-bold";
    src: url("../font/manrope/manrope-Bold.ttf") format("ttf");
}
@font-face{
    font-family: "manrope-semiBold";
    src: url("../font/manrope/manrope-SemiBold.ttf") format("ttf");
}
@font-face{
    font-family: "manrope-extraBold";
    src: url("../font/manrope/manrope-ExtraBold.ttf") format("ttf");
}

/* body */
body{
    margin: 0px;
    padding: 0px;
    font-family:"nanum-pen";
    font-family: "manrope";
    font-family: "manrope-extra-light";
    font-family: "manrope-light";
    font-family: "manrope-medium";
    font-family: "manrope-regular";
    font-family: "manrope-bold";
    font-family: "manrope-semiBold";
    font-family: "manrope-extraBold";
}
.coman{
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    
}
.button:focus{
    outline: 0px ;
    outline: 0px auto -webkit-focus-ring-color;
}
.filtterbtn:focus{
    outline: 0px ;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#EF6518 ;
    font-weight: bold;
}

/* First Page */

.section-1{
   
    background: url("../image/background-3.png"),url("../image/background-2.png"),url("../image/background-1.png");
    background-size: cover;

    background-blend-mode: color-burn;
    opacity: 0.9;
   
   
}

.navbar .navbar-toggler-icon {
    background-image:url(../image/align-justify.png);
}


.home, .services, .our, .hire, .contact{
   padding-right: 28px;
                padding-left: 28px;
    
}


.nav{
  
    
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; 
}
.btn-shadow{
 
    box-shadow: 0px 5px 10px #292424;

}
.get-quote{

    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    width: 130px;
   
   /* identical to box height, or 125% */
   
    text-align: center;

   
   /* Default / White */
   
    color: #FFFFFF;
    background-color :#EF6518;
    border: 2px solid #EF6518;
    border-radius: 8px;
    font-size: 16px;  
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 14px;
   }
   .get-quote:focus{
    outline: 0px ;
    outline: 0px auto -webkit-focus-ring-color;
   }

   
   .text-blue{
    color:#62B9E9;
    }
    .text-blue:hover{
        color: #62B9E9;
    }



.text1{
    margin-top:88.41px ;    
    font-weight: 800;
    font-size: 80px; 
    line-height: 80px;
/* or 100% */
    text-align: center;
    color: #FFFFFF;

}
.card-body-title{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin:34px;
}


.text2{
    margin-top:0px;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
/* or 167% */
    text-align: center;
    color: #F4F4F4;
}
.btn-page-1{
    margin-top: 80px;
}
.btn1{
    width: 191px;
    height: 60px;
    /* padding: 17px; */

    font-family: "manrope-bold";
    font-family: "manrope";
    
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    
    
    
    color: #FFFFFF;

    
    /* Inside Auto Layout */
    
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 8px;
    
    border:  #EF6518;
    background: #EF6518;
    border-radius: 5px;
}
.btn1 :hover{
    text-decoration: none;
    color: #ffffff;
    
}

.btn-lets{

}
.btn2 {
   
    width: 191px;
    height: 60px;
    /* padding: 15px;
    padding-left: 51px;
    padding-right: 50px; */
  
 
    
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    background-color: white;
    color: #EF6518;
    border-radius: 5px;
    border: white;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 8px;

}
.text-dange{
    color: #EF6518;
}
.btn2 :hover{
    text-decoration: none;
    color: #EF6518;  
}


.border-circle
    {

    width:50px ;
    height:50px ;
    border-radius: 50px ;
    background-color: white;
    color: #62B9E9;
    border: white;
    margin-top:92px ;
    margin-bottom: 53px;
    font-size: 20px;
}
.border-circle:hover{
    text-decoration: none;
    background-color:#EF6518 ;
    color: white;
}
.border-circle:focus{
    outline: 0px ;
    outline: 0px auto -webkit-focus-ring-color;
}

.navbar-toggler{
  
    border-color: #ffffff;
}


 
 /* Second Page */

 .section-2-img{
    margin-top:114px;
    margin-bottom:114.47px ; 
 }
 
 .section-2{
    background: #FFFFFF;
 }
 .img{
     margin-top: 114px;
     margin-bottom: 114.47; 
     width: 100%;
     height: 100%;
     object-fit: cover;
}

 .second{
    margin-top:150px ;
   
 }
 .part1{
   
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #62B9E9;
    display: flex;
    align-items: center;
  
 }
 .part2{
  
    
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #263571;
    margin-top: 25px;
 
  
 }
 .part3{
   
  
    
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #3E3E3E;
    margin-top: 50px;
 }
 .btns-2{
    width: 304px;
    height: 60px;
    border-radius: 8px;
  
    
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 8px;
    background-color:#EF6518;
    margin-top: 50px;

 }
 .btns-2 :hover{
    text-decoration: none;
    color: #EF6518;  
}
.btns-2:focus{
    outline: 0px ;
    outline: 0px auto -webkit-focus-ring-color;
}

/* Third page */

.card-4-top-spacing{
  
}
.four-card-spacing{
    margin-top:100px;
    margin-bottom: 143.97px;
}
.section-3{
background: linear-gradient(90deg, #61B8E8 0%, #4077B2 100%);
}

.t-t-1{
     
  
    
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #62B9E9;
    display: flex;
    align-items: center;
  
    color: rgb(255, 255, 255);
    padding-top: 143px;
    

 }
 .t-t-2{

    
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #263571;
    margin-top: 25px;

  
 }
 .t-t-3{
  
 
    
    font-weight: normal;
    font-size: 24px;
    line-height: 64px;
    color: #3E3E3E;
    margin-top: 12px;
 }
 .cardstext{
  
    
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
    margin-top: 25px;
    
}
.cardimg {
    position: relative;
}

.starimg {
    
}

.documentimg {
    
    opacity: 0.8;
    border-radius: 9px;
 
    position: absolute;
    left: 16px;
    right: 0;
    top: 20px;
    bottom: 0;
}

.starimg:hover .documentimg {
    display: block;
}
.btnthird{
    
   
   
    background-color: white;
    margin-top:25px ;
     
 }
 .ourservice-btn{
  
    
    font-weight: bold;
    color: #EF6518;
    font-size: 12px;
    line-height: 16px;
 }
 .ourservice-btn:hover{
     text-decoration: none;
     color: #EF6518;

 }

.shadow{
    box-shadow: 0px 10px 10px #2a85af;
}


/* Four page */

.section-4{
    background-image: url(Rectangle\ 18.png); object-fit: cover;
}
.our-portfolio{
    margin-top: 101px;
}

.t1{

 
    
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #62B9E9;
    display: flex;
    align-items: center;
    margin-top: 115px;
  
 }
 .t2{
  
    
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #263571;
    margin-top: 25px;
 
  
 }
 .t3{
   
  
    
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #3E3E3E;
    margin-top: 12px;

 }
 .t4{
   
  
    
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #3E3E3E;
    margin-top: 100px;
 }
 .t4 :hover{
    text-decoration: none;
 }
 .all, .gra, .mobile, .web{
    padding-right: 28px;
    padding-left: 28px;

    
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
 
 }
 .portfolio-gallery{
    margin-top:49px ;
 }
 .filtterbtn{
     background-color: rgb(255, 255, 255);
 }
 .doubleimg{
    background-image: url(../image/long\ bgIn.png),url(../image/col-sm-8.png),url();
 }
 .btnfour{
  
    
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #EF6518;
    background-color: white;


    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 8px;
    margin-top:50px;
    margin-bottom:176px;
    
 }
 .btnfour :hover:{
     text-decoration: none;
 }
 .btnfour:focus{
    outline: 0px ;
    outline: 0px auto -webkit-focus-ring-color;
 }
 .bgtext-1{
  
    
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 276px;
 }
 .bgtext-2
 {
  
    
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
 }

 /* hover effect img */

 .my-demo {
    position: relative;
}

.behind {
    
}

.upper {
    background: linear-gradient(180deg, #62B9E9 0%, #3F74B0 100%);
    opacity: 0.8;
    border-radius: 9px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    
}
.uppertopspace {
    background: linear-gradient(180deg, #62B9E9 0%, #3F74B0 100%);
    opacity: 0.8;
    border-radius: 9px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    

}

.behind:hover .upper {
    display: block;
   

}
.behind:hover .uppertopspace {
    display: block;

}

.imgtext{
  
    
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
}


/* fifth page */

.blankpage-spacing{
    margin-bottom: 250px;
}
.section-5{
    background: linear-gradient(180deg, #4078B2 0%, #61B6E7 100%);
}
.textfive-1{

    
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: rgb(255, 255, 255);
    margin-top: 50px;

}
.textfive-2{

    
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: rgb(255, 255, 255); 
    margin-top: 12px;
    margin-bottom: 169px;
}
.social{
    position: relative;
    top:-135px;
}


/* page six */

.hexa {
    position: relative;
}

.hexa-behind {
    position: relative;
    top: -135px;
    
}

.hexa-upper{
    background: linear-gradient();
    opacity: 0.8;
    border-radius: 9px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.hexa-behind  .hexa-upper {
    position: relative;
    top: -305px;
    display: block;
}
.hexaimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hexa-text-1{
  
    
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #263571;
}
.hexa-text-2{
  
    
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #263571;
}

/* seven page 7 */

.section-7{
    background: #F9FDFF;
}
.carousel-indicators-client{
   
    margin-bottom: 112px;
   
}
.carousel-content-1{
    margin-top: 271px;

}
.carousel-content-2{
    margin-bottom: 176px;
  
}

.popover-btn:focus{
    font-family: 'Manrope', sans-serif;
    font-style: normal; 
}
.popover{
    max-width: 485px;
    height: 205px; /* Max Width of the popover (depending on the container!) */
    background-color: #80C7ED;
    text-align: center;
    border-radius:8px;
    color: #ffffff;
    
}
.popover-header{
    background-color: #80C7ED;
    margin-top:40px ;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
    text-align: center;
    border-bottom: 0px solid #80C7ED;

}
.popover-body{
    background-color: #80C7ED;
    margin-top:15px;
    margin-left: 40px;
    margin-right: 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
  
     
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #777777;
  }
.color-btn{
 
    background-color: #F9FDFF;
}
.color-btn:hover{
    text-decoration: none;
    border-color:#F9FDFF ;
}
.part-7-1{
    
  
    
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;;
    color: #62B9E9;
    display: flex;
    align-items: center;
  
    margin-top:74px ;
 }
 .part-7-2{
  
    
    font-weight: 600;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #263571;
    margin-top: 25px;
 
  
 }
 .part-7-3{
   
  
    
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #3E3E3E;
    margin-top: 12px;
 }

 /* .text-7-1{

  
    
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
    margin-top: 40px;
 }
 .text-7-2{
  
    
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 25px;
 } */

 	/* eight page */

     .section-8{
        background: #ffffff;
}
    
.nav-microsoft{
    margin-top: 168px;

  
}
     .text-secondary{

        font-size: 35px;
    
     }
     /* .buid-text{
      
        
        font-size: 40px;
        line-height: 54px;
        flex: none;
        order: 0;
        flex-grow: 0;
        color: rgb(255, 255, 255);
        margin-top: 43px;
     } */
     .text-8-1{
         margin-top: 43px;
       
         
        font-weight: normal;
        font-size: 40px;
        line-height: 54px;
        flex: none;
        order: 0;
        flex-grow: 0;
        color: rgb(255, 255, 255);
       

     }
     .btn-8-1{
      
        
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        flex: none;
        border-color:#EF6518 ;
        order: 0;
        flex-grow: 0;
        margin: 0px 8px;
        background: #EF6518;
        margin-top: 32px;
        height: 62px;
        width: 286px ;
        border-radius: 8px;

     }
     .btn-8-1:hover{
         text-decoration: none;
         color:#EF6518 ;
         background: white;
         border-color: white;
         
     }
     .btn-8-1:focus{
        outline: 0px ;
        outline: 0px auto -webkit-focus-ring-color;
     }
     .Microsoft{
        padding-right: 28px;
        padding-left: 28px;
     }
     .join-card{
        background: linear-gradient(90deg, #4179B3 0%, #80C7ED 100%);
        border-radius: 16px;
        margin-top: 233px;
        margin-bottom: 118px;
     }
     .hand-shake{
        border-radius: 0px 120px 80px 0px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-fit: cover;
     }



     /* footer */


     .footer-bg{
        background: #263571;
     }
     .footer-top-spacing{
        margin-top:97px ;
     }
     .footer-header-text{
    
        
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #62B9E9;
    
     }
     .quick-links{
         margin-top: 24px;
     }
     .footer-li{
    
        
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
     
        -webkit-transition: .5s all ease;
	    -moz-transition: .5s all ease;
	     transition: .5s all ease;
     }
     .footer-li:hover{
       text-decoration: none;
       margin-left:2px;
       font-size:15px ;
     }
    
     .li-spacing-top{
         margin-top: 12px;
     }
     .footer-text{
    
        
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        color: rgb(255, 255, 255);
        margin-top:10px ;
     }
     .bg-none{
         background-color: #263571;
     }
     .footer-line{
      
        
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 0px 8px;

     }
     .footer-line:hover{
         text-decoration: none;
         color: #EF6518;
     }
     .social-footer-icon{
        margin-top: 24px;
    }
 
     .f-text{
      
        
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        margin-top:48px;
     }
     .footer-Reach{
        margin-top:33px;
     }
     .contact-info{
        margin-top: 24px;
    }
     .hr{
         margin-top:40px ;
         width: 99%; 
         border-color:#62B9E9;
       
     }
     .italic{
        font-family: 'Nanum Pen Script', cursive;
        /* font-family:"nanum-pen"; */
        
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #EF6518;
        flex: none;
         order: 1;
        align-self: flex-end;
        flex-grow: 0;
        margin: 0px 9.85445px;
     }
    .redirect-text{
        color: white;
    }
    .redirect-text:hover{text-decoration: none;
        color: #EF6518;
    }
    


     /* responsive */


     @media (min-width: 575.98px) {
        .hexa {
            position: relative;
        }
        
        .hexa-behind {
            position: absolute;
            top: -135px;
            
        }
        
        .hexa-upper {
            background: linear-gradient();
            opacity: 0.8;
            border-radius: 9px;
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: -100px;
            bottom: 0;
        }
        
        .hexa-behind  .hexa-upper {
            position: relative;
            top: -205px;
            display: block;
        }
        
     }

     @media (max-width: 575.98px) {
        .coman{
            font-family: 'Manrope', sans-serif;
            font-style: normal;
        }
        .section-1{
   
            background: url("../image/background-3.png"),url("../image/background-2.png"),url("../image/background-1.png");
            background-size: cover;
        
            background-blend-mode: color-burn;
            opacity: 0.9;
           
           
        }
         .navbar-nav-top{
            padding-right: 28px;
            padding-left: 28px;
            margin-top: 20px;
         }
        .home, .services, .our, .hire, .contact{
  
            padding-right: 1px;
                         padding-left: 1px;
             
         }
         .card-body-title{
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1.25rem;
            margin:0px;
        }
        
        .text1{
    
        margin-top:86px;
       
      
        
        font-weight: 800;
        font-size: 51.3885px;
        line-height: 51px;
        text-align: center;
        color: #FFFFFF;
    
        }
        .text2{
        margin-top:32.12 ;
        font-family: "manrope";
        
        font-weight: 600;
        font-size: 19.2707px;
        line-height: 32px;
        text-align: center;
        color: #F4F4F4;
        }
        .btn-page-1{
            margin-top: 100px;
        }
    
        .btn1{
           
            width: 90%;
            height: 52px;
            /* padding: 13px;
            padding-left: 112.63px;
            padding-right: 112.63px; */
          
            
            font-weight: bold;
            text-decoration: none;
            font-size: 15.64px;
            line-height: 26.07px;          
            color: #FFFFFF;
            margin-top: 100px;            
            flex: none;
            order: 0;
            flex-grow: 0;
            margin: 0px 6.95172px;
            border:  #EF6518;
            background: #EF6518;
            border-radius: 4.34483px;

        }
        .btn1 :hover{
            text-decoration: none;
            color: #ffffff;
            
        }
        .btn2 {
         
            width: 90%;
            height: 52px;
            /* padding: 13.03px;
            padding-left: 166.5px;
            padding-right: 140.74px; */
         
            
            font-weight: bold;
            font-size: 15.6414px;
            line-height: 26px;
            background-color: white;
            color: #EF6518;
            border-radius: 4.34483px;
            border: white;
            flex: none;
            order: 0;
            flex-grow: 0;   
            margin: 0px 6.95172px;
            margin-top: 25px;
        }
        .text-dange{
            color: #EF6518;
        }
        .btn2 :hover{
            text-decoration: none;
            color: #EF6518;  
        }
        .border-circle{
       
        width:50px ;
        height:50px ;
        border-radius: 50px ;
        background-color: white;
        color: #62B9E9;
        border: white;
        margin-top:78.88px;
        margin-bottom: 53px;
        font-size: 20px;
        }
        .border-circle:hover{
    text-decoration: none;
    background-color:#EF6518 ;
    color: white;
}
        .logo{
            margin-top: 61px;
            margin-left: 6px;
            width: 179.51;
            height: 58px;
            
        }
        .navbar-toggler{
            margin-top: 73px;
            border-color: #ffffff;
            
        }
    
         /* Second Page resposive */
         .section-2-img{
            margin-top: 50px;
            margin-bottom:36.01px ; 
         }
         .second{
            margin-top: 77.33px;
            margin-bottom:49.74px ;
            width:362px ;
            
        }
        .img{
           
             object-fit: cover;
        }
        .part1{
         
         
           
           font-weight: bold;
           font-size: 14.4708px;
           line-height: 22px;
           color: #62B9E9;
           display: flex;
           align-items: center;
         
           
        }
        .part2{
         
           
           font-weight: 600;
           font-size: 34px;
           line-height: 46px;
           color: #263571;
           margin-top: 18.9px;
       
         
        }
        .part3{
         
         
           
           font-weight: 500;
           font-size: 16px;
           line-height: 22px;
           color: #3E3E3E;
           margin-top: 25px;
        }
        .btns-2{
        
          
         
           
           font-weight: bold;
           font-size: 15.6414px;
           line-height: 26px;
           color: #FFFFFF;
           flex: none;
           order: 0;
           flex-grow: 0;
           margin: 0px 6.95172px;
           background-color:#EF6518 ;
           margin-top: 46.21px;
           width: 100%;
          
        }
        .btns-2 :hover{
           text-decoration: none;
           color: #EF6518;  
           
       }


       /* Third page */

/* .third{
    margin-top: 143px;
    margin-bottom: 60.58px;
} */
.t-t-1{
     padding-top:50px ;
     font-family: "manrope";
    
    font-weight: bold;
    font-size: 14.6835px;
    line-height: 22px;
    color: #62B9E9;
    display: flex;
    align-items: center;
  
    color: rgb(255, 255, 255);
    

 }
 .t-t-2{
  
    
    font-weight: 600;
    font-size: 34px;
    line-height: 47px;
    color: #263571;
    margin-top: 17.97px;

  
 }
 .t-t-3{
  
  
    
    font-weight: 500;
    font-size: 18px;
    line-height: 47px;
    color: #3E3E3E;
    margin-top: 9.18px;
 }
 .card-4-top-spacing{
    margin-top: 70.48px;
 }
 .four-card-spacing{
   margin-top: 50px;
    margin-bottom: 50px;
}
 .cardstext{
  
    
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
    margin-top: 25px;
    
}
.cardimg {
    position: relative;
}

.starimg {
    
}

.documentimg {
    
    opacity: 0.8;
    border-radius: 9px;
 
    position: absolute;
    left: 16px;
    right: 0;
    top: 20px;
    bottom: 0;
}

.starimg:hover .documentimg {
    display: block;
}
.btnthird{
    
   
   
    background-color: white;
    margin-top:25px ;
     
 }
 .ourservice-btn{
  
    
    font-weight: bold;
    color: #EF6518;
    font-size: 12px;
    line-height: 16px;
 }
 .ourservice-btn:hover{
     text-decoration: none;
     color: #EF6518;

 }
 .shadow{
    box-shadow: 0px 10px 10px #2a85af;
}


/* Four page */

.our-portfolio{
    margin-top: 0px;
    
}

.imgperfect{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.imageperfect{
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 25px;
    align-items: center;
}
.graphicsresponsive{
    margin-top: 25px;
}
.t1{
 
  
    
    font-weight: bold;
    font-weight: bold;
    font-size: 14.6835px;
    line-height: 22px;
    color: #62B9E9;
    display: flex;
    align-items: center;
    margin-top: 50px;
  
 }
 .t2{
  
    
    font-weight: bold;
    font-size: 34px;
    line-height: 47px;
    color: #263571;
    margin-top: 18px;
 
  
 }
 .t3{
   
  
    
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #3E3E3E;
    margin-top: 9px;
   
 }
 .t4{
   
  
    
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #3E3E3E;
    margin-top: 100px;
 }
 .t4 :hover{
    text-decoration: none;
 }
 .all, .gra, .mobile, .web{
    padding-right: 28px;
    padding-left: 28px;
 }
 .portfolio-gallery{
    margin-top:35px ;
 }
 .doubleimg{
    background-image: url(long\ bgIn.png),url(col-sm-8.png),url();
 }
 .btnfour{
  
    
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #EF6518;
    background-color: white;


    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 8px;
    margin-top:50px;
    margin-bottom:49.73px;
    
 }
 .btnfour :hover{
     text-decoration: none;
   
 }
 .bgtext-1{
  
    
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    margin-top:118px;
 }
 .bgtext-2
 {
  
    
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
 }

 /* hover effect img */

 .my-demo {
    position: relative;
}

.behind {
    
}

.upper {
    background: linear-gradient(180deg, #62B9E9 0%, #3F74B0 100%);
    opacity: 0.8;
    border-radius: 9px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
}
.uppertopspacenot {
    background: linear-gradient(180deg, #62B9E9 0%, #3F74B0 100%);
    opacity: 0.8;
    border-radius: 9px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top:25px;
    bottom: 0;

}

.behind:hover .upper {
    display: block;
}
.behind:hover .uppertopspacenot {
    display: block;
}

.imgtext{
     font-family: "manrope";
    
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
}


/* fifth page */

.textfive-1{

    
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    margin-top: 50px;

}
.textfive-2{
 
    
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgb(255, 255, 255); 
    margin-top: 12px; 
    /* margin-bottom: 1198px; */
 

}
.social{
    position: relative;
    top: 135px;
    
}
.blankpage-spacing{
    margin-bottom: 0px;
}

/* page six */

.hexaimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hexa-text-1{
  
    
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #263571;
}
.hexa-text-2{
  
    
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #263571;
}
/* seven page 7 */
.carousel-indicators-client{
   
margin-bottom: 0px;
   
}
/* .carousel-content-1{
    margin-top: 214.5px;

}
.carousel-content-2{
    margin-bottom: 112.73px;
  
} */
.popover{
    max-width: 485px;
    height: 205px; /* Max Width of the popover (depending on the container!) */
    background-color: #80C7ED;
    text-align: center;
    font-family: 'manrope', ;
    
    color: #ffffff;
    
}
.popover-header{
    background-color: #80C7ED;
    margin-top:40px ;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
    text-align: center;
    border-bottom: 0px solid #80C7ED;

}
.popover-body{
    background-color: #80C7ED;
  margin: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
  
     
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #777777;
  }

.color-btn{
 
    background-color: #F9FDFF;
}
.color-btn:hover{
    text-decoration: none;
    border-color:#F9FDFF ;
}
.part-7-1{
 
  
    
    font-weight: bold;
    font-size: 14.6835px;
    line-height: 22px;
    color: #62B9E9;
    display: flex;
    align-items: center;
  
 }
 .part-7-2{
  
    
    
    font-weight: bold;
    font-size: 34px;
    line-height: 47px;
    color: #263571;
    margin-top: 25px;
 
  
 }
 .part-7-3{
   
  
    
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #3E3E3E;
    margin-top: 12px;
 }

 /* .text-7-1{

  
    
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #263571;
    margin-top: 40px;
 }
 .text-7-2{
  
    
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 25px;
 } */

 	/* eight page */

     .nav-microsoft{
         margin-top: 156.7px;
         margin-bottom: 158.13;
       
     }

     .text-secondary{

        font-size: 35px;
    
     }
     .text-8-1{
         margin-top: 43px;
         font-weight: normal;
         font-size: 34px;
         line-height: 54px;
        flex: none;
        order: 0;
        flex-grow: 0;
        color: rgb(255, 255, 255);
       

     }
     .btn-8-1{
      
        
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        flex: none;
        border-color:#EF6518 ;
        order: 0;
        flex-grow: 0;
        margin: 0px 0px;
        background: #EF6518;
        margin-top: 32px;
        height: 52px;
        width: 100% ;
        /* padding: 13px;
        padding-left:90.5px;
         padding-right:91.96px;  */
        border-radius: 4.34483px;
   

     }
     .btn-8-1:hover{
        text-decoration: none;
         color:#EF6518 ;
         background: white;
         border-color: white;
     }
     .join-card{
        background: linear-gradient(90deg, #4179B3 0%, #80C7ED 100%);
        border-radius: 16px;
        padding: 25px;
     }



     /* footer */
     .footer-row{
         margin-top: 100px;
     }
     .social-footer-icon{
         margin-top: 36px;
     }
  
     .Reach-margin{
         margin-top: 62.54px;
     }
     .li-spacing-top{
        margin-top: 14.78px;
    }
    .footer-top-spacing{
        margin-top:50px ;
     }
    .footer-header-text{
    
        
        font-weight: 500;
        font-size: 24.6361px;
        line-height: 37px;
        color: #62B9E9;
    
     }
      .quick-links{
        margin-top: 29.56px;
    }
     .footer-li{
      
        
        font-weight: 600;
        font-size: 17.2453px;
        line-height: 30px;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin: 12px 0px;
       
        -webkit-transition: .5s all ease;
	    -moz-transition: .5s all ease;
	     transition: .5s all ease;
     }
     .footer-li:hover{
       text-decoration: none;
       margin-left:2px;
       font-size:18px ;
     }

 
     .footer-text{
      
        
        font-weight: 600;
        font-size: 17.2453px;
        line-height: 37px;
        color: rgb(255, 255, 255);
        margin-top:12.32px ;
     }
     .bg-none{
         background-color: #263571;
     }
     .footer-line{
      
        
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 0px 8px;

     }
     .f-text{
     
        
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 44px;
     }
     .footer-Reach{
        margin-top:62.54px;
     }

    .contact-info{
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
    }
     .hr{
         margin-top:31px ;
       
     }
     .italic{
        font-family: 'Nanum Pen Script', cursive;
        /* font-family:"nanum-pen"; */
        
        font-weight: normal;
        font-size: 24.6361px;
        line-height: 30px;
        color: #EF6518;
        flex: none;
         order: 1;
        align-self: flex-end;
        flex-grow: 0;
        margin: 0px 9.85445px;
     }
     .redirect-text{
        color: white;
    }
    .redirect-text:hover{text-decoration: none;
        color: #EF6518;
    }
    
      
     }
    

     @media (min-width: 576px) and (max-width: 1225px) {
        .coman{
            font-family: 'Manrope', sans-serif;
            font-style: normal;
        }
   
        
        
        .home, .services, .our, .hire, .contact{
           padding-right: 28px;
                        padding-left: 28px;
            
        }
        
        
        .nav{
                      
            font-weight: bold;
            font-size: 16px;
            line-height: 20px; 
        }
        .btn-shadow{
         
            box-shadow: 0px 5px 10px #292424;
        
        }  
                       
        .text1{
            margin-top:100px ;    
            font-weight: 800;
            font-size: 65px; 
            line-height: 65px;
        /* or 100% */
            text-align: center;
            color: #FFFFFF;
        
        }
        .card-body-title{
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1.25rem;
            margin:34px;
        }
        
        
        .text2{
            margin-top:0px;
            font-weight: 600;
            font-size: 24px;
            line-height: 41px;
        /* or 167% */
            text-align: center;
            color: #F4F4F4;
        }
        .btn-page-1{
            margin-top: 100px;
        }
        .btn1{
            width: 191px;
            height: 60px;
            /* padding: 17px; */
        
            font-family: "manrope-bold";
            font-family: "manrope";
            
            font-weight: bold;
            text-decoration: none;
            font-size: 18px;
            line-height: 30px;
            /* identical to box height, or 167% */
                       
            color: #FFFFFF;
            /* Inside Auto Layout */
            
            flex: none;
            order: 0;
            flex-grow: 0;
            margin: 0px 8px;
            
            border:  #EF6518;
            background: #EF6518;
            border-radius: 5px;
        }
        .btn1 :hover{
            text-decoration: none;
            color: #ffffff;
            
        }
        
        .btn2 {
           
            width: 191px;
            height: 60px;
            /* padding: 15px;
            padding-left: 51px;
            padding-right: 50px; */
          
         
            
            font-weight: bold;
            font-size: 18px;
            line-height: 30px;
            background-color: white;
            color: #EF6518;
            border-radius: 5px;
            border: white;
            flex: none;
            order: 0;
            flex-grow: 0;
            margin: 0px 8px;
        
        
        }
        .text-dange{
            color: #EF6518;
        }
        .btn2 :hover{
            text-decoration: none;
            color: #EF6518;  
        }
        
        .border-circle
            {
        
            width:50px ;
            height:50px ;
            border-radius: 50px ;
            background-color: white;
            color: #62B9E9;
            border: white;
            margin-top:92px ;
            margin-bottom: 53px;
            font-size: 20px;
        }
        .border-circle:hover{
            text-decoration: none;
            background-color:#EF6518 ;
            color: white;
        }
        .navbar-toggler{
          
            border-color: #ffffff;
        }


        /* Second section */

        .section-2-img{
            margin-top:114px;
            margin-bottom:114.47px ; 
         }
         
         
         .img{
             margin-top: 114px;
             margin-bottom: 114.47; 
             width: 100%;
             height: 100%;
             object-fit: cover;
        }
        
         .second{
            margin-top:170px ;
            margin-right: 169px;
         }
         .part1{
           
            font-weight: bold;
            font-size:16px;
            line-height: 26px;
            color: #62B9E9;
            display: flex;
            align-items: center;
          
         }
         .part2{
          
            
            font-weight: 600;
            font-size: 42px;
            line-height: 57px;
            color: #263571;
            margin-top: 22px;
         
          
         }
         .part3{
           
          
            
            font-weight: 500;
            font-size: 19px;
            line-height: 26.50px;
            color: #3E3E3E;
            margin-top: 40px;
         }
         .btns-2{
            width: 100%;
            height: 60px;
            border-radius: 8px;
          
            
            font-weight: bold;
            font-size: 20px;
            line-height: 30px;
            color: #FFFFFF;
            flex: none;
            order: 0;
            flex-grow: 0;
            margin: 0px 8px;
            background-color:#EF6518;
            margin-top: 50px;
            margin-bottom: 50px;
        
         }
         .btns-2 :hover{
            text-decoration: none;
            color: #EF6518;  
        }

        /* seaction-3 */

        .card-4-top-spacing{
  
        }
        .four-card-spacing{
            margin-top:90px;
            margin-bottom: 143.97px;
        }
       
        .t-t-1{
             
          
            
            font-weight: normal;
            font-size: 18px;
            line-height: 27.60px;
            color: #62B9E9;
            display: flex;
            align-items: center;
          
            color: rgb(255, 255, 255);
            padding-top: 103px;
            
        
         }
         .t-t-2{
        
            
            font-weight: bold;
            font-size: 41px;
            line-height: 58px;
            color: #263571;
            margin-top: 22.4px;
        
          
         }
         .t-t-3{
          
         
            
            font-weight: normal;
            font-size: 21px;
            line-height: 58px;
            color: #3E3E3E;
            margin-top: 10.50px;
         }
         .cardstext{
          
            
            font-weight: 600;
            font-size: 24px;
            line-height: 32px;
            color: #263571;
            margin-top: 25px;
            
        }
        .cardimg {
            position: relative;
        }
          
        .documentimg {
            
            opacity: 0.8;
            border-radius: 9px;
         
            position: absolute;
            left: 16px;
            right: 0;
            top: 20px;
            bottom: 0;
        }
        
        .starimg:hover .documentimg {
            display: block;
        }
        .btnthird{
           
            background-color: white;
            margin-top:25px ;
             
         }
         .ourservice-btn{
          
            
            font-weight: bold;
            color: #EF6518;
            font-size: 12px;
            line-height: 16px;
         }
         .ourservice-btn:hover{
             text-decoration: none;
             color: #EF6518;
        
         }
        
        .shadow{
            box-shadow: 0px 10px 10px #2a85af;
        }
        
        /* section-4 */
        
        .our-portfolio{
            margin-top: 80px;
        }
        
        .t1{
        
         
            
            font-weight: bold;
            font-size: 18.50px;
            line-height: 27.60px;
            color: #62B9E9;
            display: flex;
            align-items: center;
            margin-top: 50px;
          
         }
         .t2{
          
            
            font-weight: 600;
            font-size: 41px;
            line-height: 58px;
            color: #263571;
            margin-top: 22.50px;
         
          
         }
         .t3{
           
          
            
            font-weight: 500;
            font-size: 21.60px;
            line-height: 32.40px;
            color: #3E3E3E;
            margin-top: 10.50px;
        
         }
         .t4{
           
          
            
            font-weight: 500;
            font-size: 18px;
            line-height: 20px;
            color: #3E3E3E;
            margin-top: 100px;
         }
         .t4 :hover{
            text-decoration: none;
         }
       
         .portfolio-gallery{
            margin-top:49px ;
         }
         .filtterbtn{
             background-color: rgb(255, 255, 255);
         }
        
         .btnfour{
          
            
            font-weight: bold;
            font-size: 20px;
            line-height: 30px;
            color: #EF6518;
            background-color: white;
        
        
            flex: none;
            order: 0;
            flex-grow: 0;
            margin: 0px 8px;
            margin-top:50px;
            margin-bottom:176px;
            
         }
         .btnfour :hover{
             text-decoration: none;
           
         }
         .bgtext-1{
          
            
            font-weight: 500;
            font-size: 24px;
            line-height: 40px;
            color: #ffffff;
            
         }
         .bgtext-2
         {
                      
            font-weight: 500;
            font-size: 18px;
            line-height: 28px;
            color: #ffffff;
           
         }
         .imgperfect{
            height: 100%;
            width: 100%;
            object-fit: cover;
            align-items: center;
        }
        .imageperfect{
            height: 100%;
            width: 100%;
            object-fit: cover;
            margin-top: 25px;
            align-items: center;
        }
        .first-img{
            margin-top: 25px;
        }
        
         /* hover effect img */
        
         .my-demo {
            position: relative;
        }
        
        .behind {
            
        }
        
        .upper {
            background: linear-gradient(180deg, #62B9E9 0%, #3F74B0 100%);
            opacity: 0.8;
            border-radius: 9px;
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 0px;
            bottom: 0;
          
            
        }
        .uppertopspace {
            background: linear-gradient(180deg, #62B9E9 0%, #3F74B0 100%);
            opacity: 0.8;
            border-radius: 9px;
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 25px;
            bottom: 0;
            
        
        }
        
        .behind:hover .upper {
            display: block;
           
        
        }
        .behind:hover .uppertopspace {
            display: block;
        
        }
        
        .imgtext{
          
            
            font-weight: 600;
            font-size: 24px;
            line-height: 32px;
            color: #263571;
        }

        /* section-5 */

        .blankpage-spacing{
            margin-bottom: 250px;
        }
     
        .textfive-1{
        
            
            font-weight: 600;
            font-size: 41px;
            line-height:54px;
            color: rgb(255, 255, 255);
            margin-top: 50px;
        
        }
        .textfive-2{
        
            
            font-weight: 400;
            font-size: 21px;
            line-height: 31.445px;
            color: rgb(255, 255, 255); 
            margin-top: 10.50px;
         
        }
        
        
/* page six */

.hexa {
    position: relative;
}

.hexa-behind {
    position: relative;
    top: -135px;
    
}

.hexa-upper{
    background: linear-gradient();
    opacity: 0.8;
    border-radius: 9px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.hexa-behind  .hexa-upper {
    position: relative;
    top: -305px;
    display: block;
}
.hexaimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hexa-text-1{
  
    
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #263571;
}
.hexa-text-2{
  
    
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #263571;
}
        
/* seaction-7 */

.carousel-indicators-client{
   
    margin-bottom: 112px;
   
}
.carousel-content-1{
    margin-top: 271px;

}
.carousel-content-2{
    margin-bottom: 176px;
  
}
.popover{
    max-width: 450px;
    height: 180px; /* Max Width of the popover (depending on the container!) */
    background-color: #80C7ED;
    text-align: center;
    font-family: 'manrope', ;
    
    color: #ffffff;
    
}
.popover-header{
    background-color: #80C7ED;
    margin-top:36.50px ;
    font-weight: 600;
    font-size: 21.50px;
    line-height: 28.70px;
    color: #263571;
    text-align: center;
    border-bottom: 0px solid #80C7ED;

}
.popover-body{
    background-color: #80C7ED;
    margin-top:15px;
    margin-left: 40px;
    margin-right: 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21.50px;
    color: #FFFFFF;
  
     
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #777777;
  }
.color-btn{
 
    background-color: #F9FDFF;
}
.color-btn:hover{

    text-decoration: none;
    border-color:#F9FDFF ;
}
.part-7-1{
 
    font-weight: bold;
    font-size: 18.50px;
    line-height: 27.50px;
    color: #62B9E9;
    display: flex;
    align-items: center;
    margin-top:65px ;

 }
 .part-7-2{
    
    font-weight: 600;
    font-weight: bold;
    font-size: 41px;
    line-height: 57px;
    color: #263571;
    margin-top: 22px;
 
  
 }
 .part-7-3{

    font-weight: normal;
    font-size: 21.50px;
    line-height: 32.70px;
    color: #3E3E3E;
    margin-top: 10px;
 }

  /* section-8 */

  .nav-microsoft{
    margin-top: 168px;

  }
     .text-secondary{

        font-size: 35px;
    
     }
     
     .text-8-1{

         margin-top: 43px;        
        font-weight: normal;
        font-size: 38px;
        line-height: 54px;
        flex: none;
        order: 0;
        flex-grow: 0;
        color: rgb(255, 255, 255);
       

     }
     .btn-8-1{
      
        
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        flex: none;
        border-color:#EF6518 ;
        order: 0;
        flex-grow: 0;
        margin: 0px 8px;
        background: #EF6518;
        margin-top: 32px;
        height: 62px;
        width:90%;
        border-radius: 8px;
        margin-bottom: 50px;


     }
     .btn-8-1:hover{
         text-decoration: none;
 
         color:#EF6518 ;
         background: white;
         border-color: white;
     }
     .Microsoft{
        padding-right: 28px;
        padding-left: 28px;
     }
     .joincard-1{
        background: linear-gradient(90deg, #4179B3 0%, #80C7ED 100%);
        border-radius: 16px;
        margin-top: 233px;
        margin-bottom: 118px;
     }
     .joincard-2{
         padding: 25px;
     }
     .hand-shake{
        border-radius: 0px 120px 80px 0px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-fit: cover;
     }

         /* footer */

        .logo-saeculum{
            width: 100% ;
            height: 45.92px;
        }
         .footer-top-spacing{
            margin-top:97px ;
         }
         .footer-header-text{
        
            
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            color: #62B9E9;
        
         }
         .quick-links{
             margin-top: 24px;
         }
         .footer-li{
        
            
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            color: #FFFFFF;
            flex: none;
            order: 0;
            flex-grow: 0;
         
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
             transition: .5s all ease;
         }
         .footer-li:hover{
           text-decoration: none;
           margin-left:2px;
           font-size:15px ;
         }
        
         .li-spacing-top{
             margin-top: 12px;
         }
         .footer-text{
        
            
            font-weight: 600;
            font-size: 14px;
            line-height: 30px;
            color: rgb(255, 255, 255);
            margin-top:10px ;
         }
         .bg-none{
             background-color: #263571;
         }
         .footer-line{
          
            
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            color: #ffffff;
            flex: none;
            order: 1;
            flex-grow: 0;
            margin: 0px 8px;
    
         }
         .footer-line:hover{
             text-decoration: none;
             color: #EF6518;
         }
         .social-footer-icon{
            margin-top: 24px;
        }
     
         .f-text{
          
            
            font-weight: normal;
            font-size: 14px;
            line-height: 24px;
            margin-top:48px;
         }
         .footer-Reach{
            margin-top:33px;
         }
         .contact-info{
            margin-top: 24px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0px;
        }
         .hr{
             margin-top:35px ;
   
           
         }
         .italic{
            font-family: 'Nanum Pen Script', cursive;
            /* font-family:"nanum-pen"; */
            
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            color: #EF6518;
            flex: none;
             order: 1;
            align-self: flex-end;
            flex-grow: 0;
            margin: 0px 9.85445px;
         }
         .redirect-text{
            color: white;
        }
        .redirect-text:hover{text-decoration: none;
            color: #EF6518;
        }
        
 }
    

   